Documentation for ATIS-Draft-03-00-79

Simple Type: GenericLocations

[Table of contents]

Super-types: None
Sub-types: None
Name GenericLocations
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 7936 <= value <= 8191
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'on bridges'|'in tunnels'|'entering or leaving tunnels'|'on ramps'|'in road construction area'|'around a curve'|'on minor roads'|'in the opposing lanes'|'adjacent to roadway'|'on bend'|'entire intersection'|'in the median'|'moved to side of road'|'moved to shoulder'|'on the roadway'|'in shaded areas'|'in low lying areas'|'in the downtown area'|'in the inner city area'|'in parts'|'in some places'|'in the ditch'|'in the valley'|'on hill top'|'near the foothills'|'at high altitudes'|'near the lake'|'near the shore'|'nearby basin'|'over the crest of a hill'|'other than on the roadway'|'near the beach'|'near beach access point'|'mountain pass'|'lower level'|'upper level'|'airport'|'concourse'|'gate'|'baggage claim'|'customs point'|'reservation center'|'station'|'platform'|'dock'|'depot'|'ev charging point'|'information welcome point'|'at rest area'|'at service area'|'at weigh station'|'picnic areas'|'rest area'|'service stations'|'toilets'|'on the right'|'on the left'|'in the center'|'in the opposite direction'|'cross traffic'|'northbound traffic'|'eastbound traffic'|'southbound traffic'|'westbound traffic'|'north'|'south'|'east'|'west'|'northeast'|'northwest'|'southeast'|'southwest'}
    • Locally defined type:
      • Base XSD Type: string
      • pattern = \[.+\].*
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'insert-local-values-here'}
Diagram
h-111558196
Schema Component Representation
<xs:simpleType name="GenericLocations">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="7936"/>
<xs:maxInclusive value="8191"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="on bridges" id="_7937"/>
<xs:enumeration value="in tunnels" id="_7938"/>
<xs:enumeration value="entering or leaving tunnels" id="_7939"/>
<xs:enumeration value="on ramps" id="_7940"/>
<xs:enumeration value="in road construction area" id="_7941"/>
<xs:enumeration value="around a curve" id="_7942"/>
<xs:enumeration value="on minor roads" id="_7943"/>
<xs:enumeration value="in the opposing lanes" id="_7944"/>
<xs:enumeration value="adjacent to roadway" id="_7945"/>
<xs:enumeration value="on bend" id="_7946"/>
<xs:enumeration value="entire intersection" id="_7947"/>
<xs:enumeration value="in the median" id="_7948"/>
<xs:enumeration value="moved to side of road" id="_7949"/>
<xs:enumeration value="moved to shoulder" id="_7950"/>
<xs:enumeration value="on the roadway" id="_7951"/>
<xs:enumeration value="in shaded areas" id="_7952"/>
<xs:enumeration value="in low lying areas" id="_7953"/>
<xs:enumeration value="in the downtown area" id="_7954"/>
<xs:enumeration value="in the inner city area" id="_7955"/>
<xs:enumeration value="in parts" id="_7956"/>
<xs:enumeration value="in some places" id="_7957"/>
<xs:enumeration value="in the ditch" id="_7958"/>
<xs:enumeration value="in the valley" id="_7959"/>
<xs:enumeration value="on hill top" id="_7960"/>
<xs:enumeration value="near the foothills" id="_7961"/>
<xs:enumeration value="at high altitudes" id="_7962"/>
<xs:enumeration value="near the lake" id="_7963"/>
<xs:enumeration value="near the shore" id="_7964"/>
<xs:enumeration value="nearby basin" id="_8008"/>
<xs:enumeration value="over the crest of a hill" id="_7965"/>
<xs:enumeration value="other than on the roadway" id="_7966"/>
<xs:enumeration value="near the beach" id="_7967"/>
<xs:enumeration value="near beach access point" id="_7968"/>
<xs:enumeration value="mountain pass" id="_8006"/>
<xs:enumeration value="lower level" id="_7969"/>
<xs:enumeration value="upper level" id="_7970"/>
<xs:enumeration value="airport" id="_7971"/>
<xs:enumeration value="concourse" id="_7972"/>
<xs:enumeration value="gate" id="_7973"/>
<xs:enumeration value="baggage claim" id="_7974"/>
<xs:enumeration value="customs point" id="_7975"/>
<xs:enumeration value="reservation center" id="_8007"/>
<xs:enumeration value="station" id="_7976"/>
<xs:enumeration value="platform" id="_7977"/>
<xs:enumeration value="dock" id="_7978"/>
<xs:enumeration value="depot" id="_7979"/>
<xs:enumeration value="ev charging point" id="_7980"/>
<xs:enumeration value="information welcome point" id="_7981"/>
<xs:enumeration value="at rest area" id="_7982"/>
<xs:enumeration value="at service area" id="_7983"/>
<xs:enumeration value="at weigh station" id="_7984"/>
<xs:enumeration value="picnic areas" id="_7985"/>
<xs:enumeration value="rest area" id="_7986"/>
<xs:enumeration value="service stations" id="_7987"/>
<xs:enumeration value="toilets" id="_7988"/>
<xs:enumeration value="on the right" id="_7989"/>
<xs:enumeration value="on the left" id="_7990"/>
<xs:enumeration value="in the center" id="_7991"/>
<xs:enumeration value="in the opposite direction" id="_7992"/>
<xs:enumeration value="cross traffic" id="_7993"/>
<xs:enumeration value="northbound traffic" id="_7994"/>
<xs:enumeration value="eastbound traffic" id="_7995"/>
<xs:enumeration value="southbound traffic" id="_7996"/>
<xs:enumeration value="westbound traffic" id="_7997"/>
<xs:enumeration value="north" id="_7998"/>
<xs:enumeration value="south" id="_7999"/>
<xs:enumeration value="east" id="_8000"/>
<xs:enumeration value="west" id="_8001"/>
<xs:enumeration value="northeast" id="_8002"/>
<xs:enumeration value="northwest" id="_8003"/>
<xs:enumeration value="southeast" id="_8004"/>
<xs:enumeration value="southwest" id="_8005"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:pattern value="\[.+\].*"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" local:GenericLocations "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>