Documentation for ATIS-Draft-03-00-79

Simple Type: LRMethod

[Table of contents]

Super-types: None
Sub-types: None
Name LRMethod
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: {'milepoint'|'kilopoint'|'percentage'|'milepost'|'referencePost'|'countyMilepost'|'stationing'|'streetAddress'|'crossStreet'}
Application Data milepoint (0) kilopoint (1) percentage (2) milepost (3) referencePost (4) countyMilepost (5) stationing (6) streetAddress (7) crossStreet (8)
Diagram
Schema Component Representation
<xs:simpleType name="LRMethod">
<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="milepoint"/>
<xs:enumeration value="kilopoint"/>
<xs:enumeration value="percentage"/>
<xs:enumeration value="milepost"/>
<xs:enumeration value="referencePost"/>
<xs:enumeration value="countyMilepost"/>
<xs:enumeration value="stationing"/>
<xs:enumeration value="streetAddress"/>
<xs:enumeration value="crossStreet"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>