Documentation for ATIS-Draft-03-00-79

Simple Type: Trigger-Event

[Table of contents]

Super-types: None
Sub-types: None
Name Trigger-Event
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 0 <= value <= 255
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'worseThanNormalTraffic'|'specialEvent'|'incidentInArea'|'delaysOnRoute'|'changeInHours'|'changeInDirectoryEntry'|'parkingNotAvailable'|'weatherCondition'|'pollutionCondition'|'departureDelayed'|'arrivalDelayed'|'changeInSchedule'|'changeInPrice'|'changeInPublishedRoute'|'changeInAccessibility'|'changeInAvailability'|'incidentWorsening'|'eventClearing'|'any'}
    • 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 worseThanNormalTraffic (0) specialEvent (1) incidentInArea (2) delaysOnRoute (3) changeInHours (4) changeInDirectoryEntry (5) parkingNotAvailable (6) weatherCondition (7) pollutionCondition (8) departureDelayed (9) arrivalDelayed (10) changeInSchedule (11) changeInPrice (12) changeInPublishedRoute (13) changeInAccessibility (14) changeInAvailability (15) incidentWorsening (16) eventClearing (127) any (255) -- used to report any change at all
Diagram
h-1254414912
Schema Component Representation
<xs:simpleType name="Trigger-Event">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="255"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="worseThanNormalTraffic"/>
<xs:enumeration value="specialEvent"/>
<xs:enumeration value="incidentInArea"/>
<xs:enumeration value="delaysOnRoute"/>
<xs:enumeration value="changeInHours"/>
<xs:enumeration value="changeInDirectoryEntry"/>
<xs:enumeration value="parkingNotAvailable"/>
<xs:enumeration value="weatherCondition"/>
<xs:enumeration value="pollutionCondition"/>
<xs:enumeration value="departureDelayed"/>
<xs:enumeration value="arrivalDelayed"/>
<xs:enumeration value="changeInSchedule"/>
<xs:enumeration value="changeInPrice"/>
<xs:enumeration value="changeInPublishedRoute"/>
<xs:enumeration value="changeInAccessibility"/>
<xs:enumeration value="changeInAvailability"/>
<xs:enumeration value="incidentWorsening"/>
<xs:enumeration value="eventClearing"/>
<xs:enumeration value="any"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" local:Trigger-Event "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>