<xs:attributeGroup name="aTrainPart">
<xs:attribute name="line" type="xs:string">
<xs:annotation>
<xs:documentation>the "train part line", which could be different from the "train line"</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="trainLine" type="xs:string">
<xs:annotation>
<xs:documentation>DEPRECATED: the "train line" is located at the train and not to be mixed with a "train part line"</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="trainNumber" type="xs:string"/>
<xs:attribute name="additionalTrainNumber" type="xs:string"/>
<xs:attribute name="processStatus" type="rail:tProcessStatus"/>
<xs:attribute name="debitcode" type="xs:integer"/>
<xs:attribute name="remarks" type="xs:string"/>
<xs:attribute name="timetablePeriodRef" type="rail:tGenericRef"/>
<xs:attribute name="categoryRef" type="rail:tGenericRef"/>
<xs:attribute name="operator" type="xs:string">
<xs:annotation>
<xs:documentation>DEPRECATED: the "organizationalUnitBinding" should be used instead</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="cancellation" type="xs:boolean">
<xs:annotation>
<xs:documentation>indicates, that this trainPart is no longer valid and should be canceled out of a previously delivered set</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup> |