Documentation for ATIS-Draft-03-00-79

Simple Type: EventTypes

[Table of contents]

Super-types: None
Sub-types: None
Name EventTypes
Used by (from the same schema document) Complex Type InformationRequestType , Complex Type InformationRequestType
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 0 <= value <= 27
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'all'|'active'|'inactive'|'forecast'|'exceptions'|'abnormalConditions'|'delays'|'trafficConditions'|'accidentsAndIncidents'|'fatalities'|'multiVehicleEvents'|'spills'|'overturnedVehicles'|'jackknifedVehicles'|'disabledVehicles'|'closures'|'roadworkEvents'|'obstructions'|'delayEvents'|'unusualEvents'|'mobileEvents'|'deviceStatus'|'restrictionEvents'|'disasterEvents'|'disturbanceEvents'|'sportingEvents'|'specialEvents'|'parkingInformation'}
    • 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 trafficConditions (7) -- return events using this group of ITIS codes accidentsAndIncidents (8) -- return events using this group of ITIS codes fatalities (9) -- appearing in any type event multiVehicleEvents (10) spills (11) overturnedVehicles (12) -- also returns stuck vehicle events jackknifedVehicles (13) disabledVehicles (14) closures (15) roadworkEvents (16) -- return events using this group of ITIS codes obstructions (17) -- return events using this group of ITIS codes delayEvents (18) -- return events using this group of ITIS codes unusualEvents (19) -- return events using this group of ITIS codes mobileEvents (20) -- return events using this group of ITIS codes deviceStatus (21) -- return events using this group of ITIS codes restrictionEvents (22) -- return events using this group of ITIS codes disasterEvents (23) -- return events using this group of ITIS codes disturbanceEvents (24) -- return events using this group of ITIS codes sportingEvents (25) -- return events using this group of ITIS codes specialEvents (26) -- return events using this group of ITIS codes parkingInformation (27) -- return events using this group of ITIS codes
Diagram
h-848478140
Schema Component Representation
<xs:simpleType name="EventTypes">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="27"/>
</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="trafficConditions"/>
<xs:enumeration value="accidentsAndIncidents"/>
<xs:enumeration value="fatalities"/>
<xs:enumeration value="multiVehicleEvents"/>
<xs:enumeration value="spills"/>
<xs:enumeration value="overturnedVehicles"/>
<xs:enumeration value="jackknifedVehicles"/>
<xs:enumeration value="disabledVehicles"/>
<xs:enumeration value="closures"/>
<xs:enumeration value="roadworkEvents"/>
<xs:enumeration value="obstructions"/>
<xs:enumeration value="delayEvents"/>
<xs:enumeration value="unusualEvents"/>
<xs:enumeration value="mobileEvents"/>
<xs:enumeration value="deviceStatus"/>
<xs:enumeration value="restrictionEvents"/>
<xs:enumeration value="disasterEvents"/>
<xs:enumeration value="disturbanceEvents"/>
<xs:enumeration value="sportingEvents"/>
<xs:enumeration value="specialEvents"/>
<xs:enumeration value="parkingInformation"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" local:EventTypes "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>