<xs:attributeGroup name="aSpeed">
<xs:attribute name="trainCategory" type="rail:tTrainCategory">
<xs:annotation>
<xs:documentation>DEPRECATED. Use the new attribute etcsTrainCategory instead.</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="etcsTrainCategory" type="rail:tEtcsTrainCategory">
<xs:annotation>
<xs:documentation>the international train category number as specified on page 38 in ERA_ERTMS_040001 "Assignment of values to ETCS variables" v1.9 from 10/07/12</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="profileRef" type="rail:tGenericRef">
<xs:annotation>
<xs:documentation>reference to a speedProfile</xs:documentation>
</xs:annotation>
</xs:attribute>
<xs:attribute name="status" type="xs:string"/>
<xs:attribute name="vMax" type="rail:tVMax" use="required">
<xs:annotation>
<xs:documentation>maximum allowed speed in km/h</xs:documentation>
</xs:annotation>
</xs:attribute>
</xs:attributeGroup> |