complexType AltitudeType
diagram BasicMessage_diagrams/BasicMessage_p156.png
namespace http://www.fixm.aero/base/4.3
type extension of fb:VerticalDistanceType
properties
base fb:VerticalDistanceType
used by
elements FlightLevelOrAltitudeChoiceType/altitude FlightLevelOrAltitudeOrRangeChoiceType/altitude FlightLevelOrAltitudeOrVfrChoiceType/altitude UpperLevelChoiceType/altitude LastPositionReportType/altitude
attributes
Name  Type  Use  Default  Fixed  Annotation
source  fb:AltitudeSourceType  optional      
documentation
The source of the altitude. [FIXM]
uom  fb:UomAltitudeType  required      
documentation
Unit of measure
annotation
documentation
The vertical distance of a level, a point or an object considered as a point, measured from mean sea level (MSL). [ICAO Doc 4444]
source <xs:complexType name="AltitudeType">
 
<xs:annotation>
   
<xs:documentation>The vertical distance of a level, a point or an object considered as a point, measured from mean sea level (MSL). [ICAO Doc 4444]</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="fb:VerticalDistanceType">
     
<xs:attribute name="source" type="fb:AltitudeSourceType" use="optional">
       
<xs:annotation>
         
<xs:documentation>The source of the altitude. [FIXM]</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="uom" type="fb:UomAltitudeType" use="required">
       
<xs:annotation>
         
<xs:documentation>Unit of measure</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute AltitudeType/@source
type fb:AltitudeSourceType
properties
use optional
facets
Kind Value Annotation
enumeration BAROMETRIC
documentation
This value indicates that the source is Barometric.
enumeration GNSS
documentation
This value indicates that the source is the Global Navigation Satellite System.
annotation
documentation
The source of the altitude. [FIXM]
source <xs:attribute name="source" type="fb:AltitudeSourceType" use="optional">
 
<xs:annotation>
   
<xs:documentation>The source of the altitude. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute AltitudeType/@uom
type fb:UomAltitudeType
properties
use required
facets
Kind Value Annotation
enumeration FT
documentation
Foot.
enumeration M
documentation
Metre.
annotation
documentation
Unit of measure
source <xs:attribute name="uom" type="fb:UomAltitudeType" 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