Documentation for ATIS-Draft-03-00-79

Simple Type: HorizontalDatum

[Table of contents]

Super-types: None
Sub-types: None
Name HorizontalDatum
Used by (from the same schema document) Complex Type GeoLocation , Complex Type PublicGridLocalReference , Complex Type PublicGridStatePlane , Complex Type PublicGridUSNG
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 0 <= value <= 3
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'wgs-84'|'wgs-84egm-96'|'nad83'|'nad27'}
Application Data wgs-84 (0) wgs-84egm-96 (1) nad83 (2) nad27 (3) -- LOCAL_CONTENT
Diagram
Schema Component Representation
<xs:simpleType name="HorizontalDatum">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="3"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="wgs-84"/>
<xs:enumeration value="wgs-84egm-96"/>
<xs:enumeration value="nad83"/>
<xs:enumeration value="nad27"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>