rail:tClearanceManaging

Simple Type Information

Used By

Source

<xs:simpleType name="tClearanceManaging">
  <xs:union>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="sight"/>
        <xs:enumeration value="time"/>
        <xs:enumeration value="blocking"/>
        <xs:enumeration value="LZB-blocking"/>
        <xs:enumeration value="absBrakeDist"/>
      </xs:restriction>
    </xs:simpleType>
    <xs:simpleType>
      <xs:restriction base="rail:tOtherEnumerationValue"/>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>