simpleType UomFlightLevel
namespace https://mmixm.aero/base/2.1.0
type restriction of xs:string
properties
base xs:string
used by
attribute FlightLevel/@uom
facets
Kind Value Annotation
enumeration FL
documentation
Flight Level in Hundreds of Feet
enumeration SM
documentation
Standard meters (tens of meters)
annotation
documentation
Unit of measure for flight level
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>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy