rail:tTrainScope

Simple Type Information

Used By

Attribute rail:aTrain/@scope

Source

<xs:simpleType name="tTrainScope">
  <xs:restriction base="xs:string">
    <xs:enumeration value="primary"/>
    <xs:enumeration value="secondary"/>
    <xs:enumeration value="secondaryStart"/>
    <xs:enumeration value="secondaryEnd"/>
    <xs:enumeration value="secondaryInner"/>
  </xs:restriction>
</xs:simpleType>