Documentation for ATIS-Draft-03-00-79

Simple Type: TurnType

[Table of contents]

Super-types: None
Sub-types: None
Name TurnType
Used by (from the same schema document) Complex Type ManeuverInstruction , Complex Type ManeuverInstruction , Complex Type ManeuverInstruction , Complex Type ManeuverInstruction , Complex Type ManeuverInstruction
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 0 <= value <= 15
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'straight'|'right'|'softRight'|'hardRight'|'firstRight'|'secondRight'|'thirdRight'|'left'|'softLeft'|'hardLeft'|'firstLeft'|'secondLeft'|'thirdLeft'|'uturnAtIntersection'|'uturnPastIntersection'|'uturn'}
    • 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 straight (0) right (1) softRight (2) hardRight (3) firstRight (4) secondRight (5) thirdRight (6) left (7) softLeft (8) hardLeft (9) firstLeft (10) secondLeft (11) thirdLeft (12) uturnAtIntersection (13) uturnPastIntersection (14) uturn (15)
Diagram
h1285391580
Schema Component Representation
<xs:simpleType name="TurnType">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="15"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="straight"/>
<xs:enumeration value="right"/>
<xs:enumeration value="softRight"/>
<xs:enumeration value="hardRight"/>
<xs:enumeration value="firstRight"/>
<xs:enumeration value="secondRight"/>
<xs:enumeration value="thirdRight"/>
<xs:enumeration value="left"/>
<xs:enumeration value="softLeft"/>
<xs:enumeration value="hardLeft"/>
<xs:enumeration value="firstLeft"/>
<xs:enumeration value="secondLeft"/>
<xs:enumeration value="thirdLeft"/>
<xs:enumeration value="uturnAtIntersection"/>
<xs:enumeration value="uturnPastIntersection"/>
<xs:enumeration value="uturn"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" local:TurnType "/>
</xs:simpleType>
</xs:union>
</xs:simpleType>