rail:tMission

Simple Type Information

Used By

Source

<xs:simpleType name="tMission">
  <xs:union>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="timetable"/>
        <xs:enumeration value="fullRun"/>
        <xs:enumeration value="emptyRun"/>
        <xs:enumeration value="outOfOrder"/>
        <xs:enumeration value="fillIn"/>
        <xs:enumeration value="preheating"/>
        <xs:enumeration value="refuel"/>
        <xs:enumeration value="shunting"/>
        <xs:enumeration value="depotrun"/>
        <xs:enumeration value="standBy"/>
        <xs:enumeration value="cleaning"/>
        <xs:enumeration value="maintenance"/>
        <xs:enumeration value="inspection"/>
      </xs:restriction>
    </xs:simpleType>
    <xs:simpleType>
      <xs:restriction base="rail:tOtherEnumerationValue"/>
    </xs:simpleType>
  </xs:union>
</xs:simpleType>