Documentation for ATIS-Draft-03-00-79

Simple Type: TransitTypes

[Table of contents]

Super-types: None
Sub-types: None
Name TransitTypes
Used by (from the same schema document) Complex Type InformationRequestType
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 0 <= value <= 8
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'all'|'active'|'inactive'|'forecast'|'exceptions'|'abnormalConditions'|'delays'|'cancellations'|'transitVehicleOffSchedule'}
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Documentation values to 127 reserved for std use values 128 to 254 reserved for local use
Application Data all (0) -- used to request all data active (1) -- events which are active at this time inactive (2) -- known events inactive at this time forecast (3) -- event data which is forecast to occur exceptions (4) -- events which are in some way unusual in nature -- to normal operations or seasonal limits abnormalConditions (5) delays (6) -- only those with abnormal service cancellations (7) transitVehicleOffSchedule (8) -- transitTable (9) , xx request tables of service -- not yet implemented or supported
Diagram
h1522948971
Schema Component Representation
<xs:simpleType name="TransitTypes">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="8"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="all"/>
<xs:enumeration value="active"/>
<xs:enumeration value="inactive"/>
<xs:enumeration value="forecast"/>
<xs:enumeration value="exceptions"/>
<xs:enumeration value="abnormalConditions"/>
<xs:enumeration value="delays"/>
<xs:enumeration value="cancellations"/>
<xs:enumeration value="transitVehicleOffSchedule"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" local:TransitTypes "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>