Documentation for ATIS-Draft-03-00-79

Simple Type: LRPosOffsetDir

[Table of contents]

Super-types: None
Sub-types: None
Name LRPosOffsetDir
Used by (from the same schema document) Complex Type LinearReference
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 0 <= value <= 1
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'right'|'left'}
Application Data right (0) -- Positive direction for lateral offset is right left (1) -- Positive direction for lateral offset is left
Diagram
Schema Component Representation
<xs:simpleType name="LRPosOffsetDir">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="1"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="right"/>
<xs:enumeration value="left"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>