| namespace | http://www.fixm.aero/ext/nas/4.4 | |||||||||||||||||||||||||||||||||
| type | restriction of xs:string | |||||||||||||||||||||||||||||||||
| properties |
|
|||||||||||||||||||||||||||||||||
| used by |
|
|||||||||||||||||||||||||||||||||
| facets |
|
|||||||||||||||||||||||||||||||||
| annotation |
|
|||||||||||||||||||||||||||||||||
| source | <xs:simpleType name="FusedHeightSourceType"> <xs:annotation> <xs:documentation>This field indicates the fused height source.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="ADSB"> <xs:annotation> <xs:documentation>ADS-B height only</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GROUND"> <xs:annotation> <xs:documentation>On-ground height only</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MODEC"> <xs:annotation> <xs:documentation>Mode C height only</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MULTILAT"> <xs:annotation> <xs:documentation>3D multilateration height only</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="MULTIPLE"> <xs:annotation> <xs:documentation>Multiple height sources</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="NONE"> <xs:annotation> <xs:documentation>No source</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |