Documentation for ATIS-Draft-03-00-79

Simple Type: Location-tech

[Table of contents]

Super-types: None
Sub-types: None
Name Location-tech
Used by (from the same schema document) Complex Type SpaceVector
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 0 <= value <= 31
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'loc tech unknown'|'loc tech GPS'|'loc tech DGPS'|'loc tech drGPS'|'loc tech drDGPS'|'loc tech dr'|'loc tech nav'|'loc tech fault'}
Documentation (0..31) 5 bits, appends with loc-quality to make one octet
Application Data loc tech unknown (0) -- technology type unknown loc tech GPS (1) -- GPS technology only loc tech DGPS (2) -- differential GPS (DGPS) technology loc tech drGPS (3) -- dead reckoning system w/GPS loc tech drDGPS (4) -- dead reckoning system w/DGPS loc tech dr (5) -- dead reckoning only loc tech nav (6) -- autonomous navigation system on-board loc tech fault (31) -- feature is not working
Diagram
Schema Component Representation
<xs:simpleType name="Location-tech">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="31"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="loc tech unknown"/>
<xs:enumeration value="loc tech GPS"/>
<xs:enumeration value="loc tech DGPS"/>
<xs:enumeration value="loc tech drGPS"/>
<xs:enumeration value="loc tech drDGPS"/>
<xs:enumeration value="loc tech dr"/>
<xs:enumeration value="loc tech nav"/>
<xs:enumeration value="loc tech fault"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>