namespace | https://mmixm.aero/base/2.1.0 | |||||||||||||
type | restriction of xs:string | |||||||||||||
properties |
|
|||||||||||||
used by |
|
|||||||||||||
facets |
|
|||||||||||||
annotation |
|
|||||||||||||
source | <xs:simpleType name="UomFlightLevel"> <xs:annotation> <xs:documentation>Unit of measure for flight level</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="FL"> <xs:annotation> <xs:documentation>Flight Level in Hundreds of Feet</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SM"> <xs:annotation> <xs:documentation>Standard meters (tens of meters)</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |