| namespace | http://www.fixm.aero/base/4.3 | |||||||||||||
| type | restriction of xs:string | |||||||||||||
| properties |
|
|||||||||||||
| used by |
|
|||||||||||||
| facets |
|
|||||||||||||
| annotation |
|
|||||||||||||
| source | <xs:simpleType name="AltitudeSourceType"> <xs:annotation> <xs:documentation>Code indicating the source of the altitude.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="BAROMETRIC"> <xs:annotation> <xs:documentation>This value indicates that the source is Barometric.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GNSS"> <xs:annotation> <xs:documentation>This value indicates that the source is the Global Navigation Satellite System.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |