Documentation for ATIS-Draft-03-00-79

Simple Type: LROffsetRef

[Table of contents]

Super-types: None
Sub-types: None
Name LROffsetRef
Used by (from the same schema document) Complex Type LinearReference
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: {'centerline'|'edgeOfTravel'|'rightOfWay'|'curbFace'|'curbBack'|'edgeOfShoulder'|'edgeOfBerm'|'walkwayInside'|'walkwayOutside'}
Application Data centerline (0) edgeOfTravel (1) rightOfWay (2) curbFace (3) curbBack (4) edgeOfShoulder (5) edgeOfBerm (6) walkwayInside (7) walkwayOutside (8)
Diagram
Schema Component Representation
<xs:simpleType name="LROffsetRef">
<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="centerline"/>
<xs:enumeration value="edgeOfTravel"/>
<xs:enumeration value="rightOfWay"/>
<xs:enumeration value="curbFace"/>
<xs:enumeration value="curbBack"/>
<xs:enumeration value="edgeOfShoulder"/>
<xs:enumeration value="edgeOfBerm"/>
<xs:enumeration value="walkwayInside"/>
<xs:enumeration value="walkwayOutside"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>