Documentation for ATIS-Draft-03-00-79

Simple Type: SCH-OperatingTimeType

[Table of contents]

Super-types: None
Sub-types: None
Name SCH-OperatingTimeType
Used by (from the same schema document) Complex Type CCPTVTripData , Complex Type SCHTripInfo
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 1 <= value <= 14
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'deadhead'|'dwell'|'layover'|'makeUp'|'overtime'|'pullIn'|'pullOut'|'spread'|'travel'|'turnInAllowance'|'report'|'platform'|'break'|'mealBreak'}
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 128 <= value <= 255
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Application Data 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
Diagram
h-1890317810
Schema Component Representation
<xs:simpleType name="SCH-OperatingTimeType">
<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>