Documentation for ATIS-Draft-03-00-79

Simple Type: SCH-ServiceType

[Table of contents]

Super-types: None
Sub-types: None
Name SCH-ServiceType
Used by (from the same schema document) Complex Type CCLogOnOperator , Complex Type CCPTVTripData , Complex Type FCFareCharacterCost , Complex Type SCHRunningTimeEntry , Complex Type SCHTrip , Complex Type SCHTripInfo
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 1 <= value <= 17
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'regular'|'express'|'circular'|'radial'|'feeder'|'jitney'|'limited'|'nonRevenue'|'unknown'|'charter'|'school'|'special'|'operatorTraining'|'maintenance'|'noService'|'standBy'|'extra'}
    • 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 regular (1) -- Regular , express (2) -- Express , circular (3) -- Circular , radial (4) -- Radial , feeder (5) -- Feeder , jitney (6) -- Jitney , limited (7) -- Limited , nonRevenue (8) -- Non-revenue , unknown (9) -- Unknown , charter (10) -- Charter Service , school (11) -- School Service , special (12) -- Special Service , operatorTraining (13) -- Operator Training , maintenance (14) -- Maintenance Service , noService (15) -- No Service , standBy (16) -- Stand-by , extra (17) -- Extra , -- 18-127 reserved -- 128-255 local use
Diagram
h1368546837
Schema Component Representation
<xs:simpleType name="SCH-ServiceType">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="17"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="regular"/>
<xs:enumeration value="express"/>
<xs:enumeration value="circular"/>
<xs:enumeration value="radial"/>
<xs:enumeration value="feeder"/>
<xs:enumeration value="jitney"/>
<xs:enumeration value="limited"/>
<xs:enumeration value="nonRevenue"/>
<xs:enumeration value="unknown"/>
<xs:enumeration value="charter"/>
<xs:enumeration value="school"/>
<xs:enumeration value="special"/>
<xs:enumeration value="operatorTraining"/>
<xs:enumeration value="maintenance"/>
<xs:enumeration value="noService"/>
<xs:enumeration value="standBy"/>
<xs:enumeration value="extra"/>
</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-ServiceType "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>