Documentation for ATIS-Draft-03-00-79

Simple Type: SP-LocationConversionType

[Table of contents]

Super-types: None
Sub-types: None
Name SP-LocationConversionType
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 1 <= value <= 13
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'addressPoint'|'geoPoint'|'geoLabelPoint'|'geoOffsetPoint'|'intersectionPoint'|'intersectionOffsetPoint'|'landmarkPoint'|'milepostPoint'|'nodePoint'|'nodeOffsetPoint'|'statePlanePoint'|'roadLabelPoint'|'geoDynamicPoint'}
Application Data addressPoint (1) geoPoint (2) geoLabelPoint (3) geoOffsetPoint (4) intersectionPoint (5) intersectionOffsetPoint (6) landmarkPoint (7) milepostPoint (8) nodePoint (9) nodeOffsetPoint (10) statePlanePoint (11) roadLabelPoint (12) geoDynamicPoint (13)
Diagram
Schema Component Representation
<xs:simpleType name="SP-LocationConversionType">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="13"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="addressPoint"/>
<xs:enumeration value="geoPoint"/>
<xs:enumeration value="geoLabelPoint"/>
<xs:enumeration value="geoOffsetPoint"/>
<xs:enumeration value="intersectionPoint"/>
<xs:enumeration value="intersectionOffsetPoint"/>
<xs:enumeration value="landmarkPoint"/>
<xs:enumeration value="milepostPoint"/>
<xs:enumeration value="nodePoint"/>
<xs:enumeration value="nodeOffsetPoint"/>
<xs:enumeration value="statePlanePoint"/>
<xs:enumeration value="roadLabelPoint"/>
<xs:enumeration value="geoDynamicPoint"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>