simpleType UomFlightLevelType
namespace http://www.fixm.aero/base/4.2
type restriction of xs:string
properties
base xs:string
used by
attribute FlightLevelType/@uom
facets
Kind Value Annotation
enumeration FL
documentation
Flight level in hundreds of feet.
enumeration SM
documentation
Flight level in tens of metres.
annotation
documentation
The reference quantities used to express the value of flight level.
source <xs:simpleType name="UomFlightLevelType">
 
<xs:annotation>
   
<xs:documentation>The reference quantities used to express the value of 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>Flight level in tens of metres.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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