rail:tSide

Simple Type Information

Used By

Source

<xs:simpleType name="tSide">
  <xs:restriction base="xs:string">
    <xs:enumeration value="left">
      <xs:annotation>
        <xs:documentation>left side, regarding the relative direction of the track from trackBegin to trackEnd</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="right">
      <xs:annotation>
        <xs:documentation>right side, regarding the relative direction of the track from trackBegin to trackEnd</xs:documentation>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>