| namespace | http://www.fixm.aero/ext/nas/4.3 | |||||||||||||
| type | restriction of xs:string | |||||||||||||
| properties |
|
|||||||||||||
| used by |
|
|||||||||||||
| facets |
|
|||||||||||||
| annotation |
|
|||||||||||||
| source | <xs:simpleType name="VerticalRateSourceType"> <xs:annotation> <xs:documentation>Source of the data used to compute the vertical rate.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="BAROMETRIC"> <xs:annotation> <xs:documentation>Barometric</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="GEOMETRIC"> <xs:annotation> <xs:documentation>Geometric</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |