namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, SCH-TripType) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="SCH-TripType"> <xs:annotation> <xs:appinfo> revenue (1) -- Revenue pullIn (2) -- Pull In (from vehicle base) pullOut (3) -- Pull Out (to vehicle base) deadhead (4) -- Deadhead extra (5) -- Extra standby (6) -- Standby garTransfer (7) -- Garage transfer roadCall (8) -- Road call roadCallReturn (9) -- Road call return roadTest (10) -- Road test invalidMovement (11) -- Invalid movement -- 14-127 reserved -- 128-255 local use </xs:appinfo> </xs:annotation> <xs:union> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="1"/> <xs:maxInclusive value="11"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="revenue"/> <xs:enumeration value="pullIn"/> <xs:enumeration value="pullOut"/> <xs:enumeration value="deadhead"/> <xs:enumeration value="extra"/> <xs:enumeration value="standby"/> <xs:enumeration value="garTransfer"/> <xs:enumeration value="roadCall"/> <xs:enumeration value="roadCallReturn"/> <xs:enumeration value="roadTest"/> <xs:enumeration value="invalidMovement"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:unsignedInt"> <xs:minInclusive value="128"/> <xs:maxInclusive value="255"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="local:SCH-TripType"/> </xs:simpleType> </xs:union> </xs:simpleType> |