complexType FlightLevelType
diagram Fixm_diagrams/Fixm_p144.png
namespace http://www.fixm.aero/base/4.2
type extension of fb:VerticalDistanceType
properties
base fb:VerticalDistanceType
used by
element FlightLevelOrAltitudeChoiceType/flightLevel
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomFlightLevelType  required      
documentation
Unit of measure
annotation
documentation
A surface of constant atmospheric pressure which is related to a specific pressure datum, 1 013.2 hectopascals (hPa), and is separated from other such surfaces by specific pressure intervals. [ICAO Doc 4444]
source <xs:complexType name="FlightLevelType">
 
<xs:annotation>
   
<xs:documentation>A surface of constant atmospheric pressure which is related to a specific pressure datum, 1 013.2 hectopascals (hPa), and is separated from other such surfaces by specific pressure intervals. [ICAO Doc 4444]</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="fb:VerticalDistanceType">
     
<xs:attribute name="uom" type="fb:UomFlightLevelType" use="required">
       
<xs:annotation>
         
<xs:documentation>Unit of measure</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute FlightLevelType/@uom
type fb:UomFlightLevelType
properties
use required
facets
Kind Value Annotation
enumeration FL
documentation
Flight level in hundreds of feet.
enumeration SM
documentation
Flight level in tens of metres.
annotation
documentation
Unit of measure
source <xs:attribute name="uom" type="fb:UomFlightLevelType" use="required">
 
<xs:annotation>
   
<xs:documentation>Unit of measure</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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