Documentation for ATIS-Draft-03-00-79

Simple Type: Location-quality

[Table of contents]

Super-types: None
Sub-types: None
Name Location-quality
Used by (from the same schema document) Complex Type SpaceVector
Content
  • Union of following types:
    • Locally defined type:
      • Base XSD Type: unsignedInt
      • 0 <= value <= 7
    • Locally defined type:
      • Base XSD Type: string
      • value comes from list: {'loc qual bt1m'|'loc qual bt5m'|'loc qual bt12m'|'loc qual bt50m'|'loc qual bt125m'|'loc qual bt500m'|'loc qual bt1250m'|'loc qual unknown'}
Documentation 3 bits, appends with loc-tech to make one octet (0..7)
Application Data loc qual bt1m (0) -- quality better than 1 meter loc qual bt5m (1) -- quality better than 5 meters loc qual bt12m (2) -- quality better than 12.5 meters loc qual bt50m (3) -- quality better than 50 meters loc qual bt125m (4) -- quality better than 125 meters loc qual bt500m (5) -- quality better than 500 meters loc qual bt1250m (6) -- quality better than 1250 meters loc qual unknown (7) -- quality value unknown
Diagram
Schema Component Representation
<xs:simpleType name="Location-quality">
<xs:union>
<xs:simpleType>
<xs:restriction base=" xs:unsignedInt ">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="7"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base=" xs:string ">
<xs:enumeration value="loc qual bt1m"/>
<xs:enumeration value="loc qual bt5m"/>
<xs:enumeration value="loc qual bt12m"/>
<xs:enumeration value="loc qual bt50m"/>
<xs:enumeration value="loc qual bt125m"/>
<xs:enumeration value="loc qual bt500m"/>
<xs:enumeration value="loc qual bt1250m"/>
<xs:enumeration value="loc qual unknown"/>
</xs:restriction>
</xs:simpleType>
</xs:union>
</xs:simpleType>