Documentation for ATIS-Draft-03-00-79

Simple Type: ManeuverLocationType

[Table of contents]

Super-types: None
Sub-types: None
Name ManeuverLocationType
Used by (from the same schema document) Complex Type ManeuverInstruction
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: {'four wayIntersection'|'three wayIntersection'|'arterialRamp'|'highwayRamp'|'stateLine'|'roadNameChange'|'origin'|'destination'|'mergePoint'}
    • 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 255 reserved for local use
Application Data four wayIntersection (0) three wayIntersection (1) arterialRamp (2) highwayRamp (3) stateLine (4) roadNameChange (5) origin (6) destination (7) mergePoint (8)
Diagram
h-155099379
Schema Component Representation
<xs:simpleType name="ManeuverLocationType">
<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="four wayIntersection"/>
<xs:enumeration value="three wayIntersection"/>
<xs:enumeration value="arterialRamp"/>
<xs:enumeration value="highwayRamp"/>
<xs:enumeration value="stateLine"/>
<xs:enumeration value="roadNameChange"/>
<xs:enumeration value="origin"/>
<xs:enumeration value="destination"/>
<xs:enumeration value="mergePoint"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" local:ManeuverLocationType "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>