namespace | http://www.TCIP-Adopted-03-00-01 | ||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, restriction of xs:unsignedInt, SCH-OperatingTimeType) | ||
used by |
|
||
annotation |
|
||
source | <xs:simpleType name="SCH-OperatingTimeType"> <xs:annotation> <xs:appinfo> deadhead (1) -- Deadhead Time dwell (2) -- Dwell Time layover (3) -- Layover Time makeUp (4) -- Make Up Time overtime (5) -- Overtime pullIn (6) -- PullIn Time pullOut (7) -- PullOut Time spread (8) -- Spread Time travel (9) -- Travel Time turnInAllowance (10) -- TurnInAllowance report (11) -- Report Time platform (12) -- Platform Time break (13) -- Break Time mealBreak (14) -- Meal Break Time -- 15-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="14"/> </xs:restriction> </xs:simpleType> <xs:simpleType> <xs:restriction base="xs:string"> <xs:enumeration value="deadhead"/> <xs:enumeration value="dwell"/> <xs:enumeration value="layover"/> <xs:enumeration value="makeUp"/> <xs:enumeration value="overtime"/> <xs:enumeration value="pullIn"/> <xs:enumeration value="pullOut"/> <xs:enumeration value="spread"/> <xs:enumeration value="travel"/> <xs:enumeration value="turnInAllowance"/> <xs:enumeration value="report"/> <xs:enumeration value="platform"/> <xs:enumeration value="break"/> <xs:enumeration value="mealBreak"/> </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-OperatingTimeType"/> </xs:simpleType> </xs:union> </xs:simpleType> |