<xs:attributeGroup name="aStopDescription">
<xs:attribute name="commercial" type="xs:boolean">
<xs:annotation>
<xs:documentation>characterizes the stop as either commercial or operational stop</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="stopOnRequest" type="xs:boolean">
<xs:annotation>
<xs:documentation>a commercial stop, depending on a certain demand</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="onOff" type="rail:tOnOff">
<xs:annotation>
<xs:documentation>describes, if passengers/goods are not supposed to enter or leave the train</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="purpose" type="xs:string">
<xs:annotation>
<xs:documentation>describes the reason for the stop in a detailed but not predefined way</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="guaranteedPass" type="xs:boolean">
<xs:annotation>
<xs:documentation>indicates a forbidden stop for heavy goods trains</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="operationalStopOrdered" type="xs:boolean">
<xs:annotation>
<xs:documentation>the stop is requested by the infrastructure manager</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="operatingPeriodRef" type="rail:tGenericRef">
<xs:annotation>
<xs:documentation>references a reduction of the operating days of the stop compared to the operating days of the train part</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="stopPostRef" type="rail:tGenericRef">
<xs:annotation>
<xs:documentation>refers to the id attribute of the associated stop post element</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup> |