rail:tLaxDirection

generic type for direction statements

Simple Type Information

Used By

Source

<xs:simpleType name="tLaxDirection">
  <xs:annotation>
    <xs:documentation>generic type for direction statements</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs:enumeration value="up"/>
    <xs:enumeration value="down"/>
    <xs:enumeration value="unknown"/>
    <xs:enumeration value="none"/>
    <xs:enumeration value="both"/>
  </xs:restriction>
</xs:simpleType>