<xs:attributeGroup name="aFormationTT">
<xs:attribute name="formationRef" type="rail:tGenericRef">
<xs:annotation>
<xs:documentation>refers to the id attribute of the associated formation element</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="weight" type="rail:tWeightTons">
<xs:annotation>
<xs:documentation>real weight of the formation while in use</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="load" type="rail:tWeightTons">
<xs:annotation>
<xs:documentation>weight without engine</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="length" type="rail:tLengthM">
<xs:annotation>
<xs:documentation>the real length of the formation while in use</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="speed" type="rail:tSpeedKmPerHour">
<xs:annotation>
<xs:documentation>the real maximum speed of the formation while in use</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="timetableLoad" type="rail:tWeightTons">
<xs:annotation>
<xs:documentation>assumed load (without engine) for timetable planning</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="orientationReversed" type="xs:boolean">
<xs:annotation>
<xs:documentation>indicates, that the formation is not as referenced but in the reversed order</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup> |