namespace | http://www.ATIS-Draft-03-00-79 | ||||
type | union of (restriction of xs:unsignedInt, restriction of xs:string, EventTypes) | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:simpleType name="EventTypes"> <xs:annotation> <xs:appinfo> 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 </xs:appinfo> <xs:documentation> values to 127 reserved for std use values 128 to 254 reserved for local use </xs:documentation> </xs:annotation> <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> |