rail:tTrainAlignment

generic type for the alignment of a train relative to some objective in the used context

Simple Type Information

Used By

Source

<xs:simpleType name="tTrainAlignment">
  <xs:annotation>
    <xs:documentation>generic type for the alignment of a train relative to some objective in the used context</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="head"/>
    <xs:enumeration value="center"/>
    <xs:enumeration value="rear"/>
  </xs:restriction>
</xs:simpleType>