namespace | http://www.ATIS-Draft-03-00-79 | ||||
type | union of (restriction of xs:unsignedInt, restriction of xs:string) | ||||
used by |
|
||||
annotation |
|
||||
source | <xs:simpleType name="Location-tech"> <xs:annotation> <xs:appinfo> 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 </xs:appinfo> <xs:documentation> (0..31) 5 bits, appends with loc-quality to make one octet </xs:documentation> </xs:annotation> <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> |