rail:tSignalType

Simple Type Information

Used By

Attribute rail:aSignal/@type

Source

<xs:simpleType name="tSignalType">
  <xs:union>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="main"/>
        <xs:enumeration value="distant"/>
        <xs:enumeration value="repeater"/>
        <xs:enumeration value="combined"/>
        <xs:enumeration value="shunting"/>
      </xs:restriction>
    </xs:simpleType>
    <xs:simpleType>
      <xs:restriction base="rail:tOtherEnumerationValue"/>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>