rail:aSpeed

Attribute Group Information

Attributes

QName Type Fixed Default Use Inheritable Annotation
etcsTrainCategory rail:tEtcsTrainCategory optional
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
profileRef rail:tGenericRef optional
reference to a speedProfile
status xs:string optional
trainCategory rail:tTrainCategory optional
DEPRECATED. Use the new attribute etcsTrainCategory instead.
vMax rail:tVMax required
maximum allowed speed in km/h

Used By

Source

<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>