rail:tOnOff

Simple Type Information

Used By

Source

<xs:simpleType name="tOnOff">
  <xs:restriction base="xs:string">
    <xs:enumeration value="both"/>
    <xs:enumeration value="on"/>
    <xs:enumeration value="off"/>
  </xs:restriction>
</xs:simpleType>