complexType AltitudeWithSourceType
diagram BasicMessage_diagrams/BasicMessage_p158.png
namespace http://www.fixm.aero/base/4.3
type extension of fb:AltitudeType
properties
base fb:AltitudeType
used by
element LastPositionReportType/altitude
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomAltitudeType  required      
documentation
Unit of measure
source  fb:AltitudeSourceType  required      
documentation
The source of the altitude. [FIXM]
annotation
documentation
An altitude with a specified source. [FIXM]
source <xs:complexType name="AltitudeWithSourceType">
 
<xs:annotation>
   
<xs:documentation>An altitude with a specified source. [FIXM]</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="fb:AltitudeType">
     
<xs:attribute name="source" type="fb:AltitudeSourceType" use="required">
       
<xs:annotation>
         
<xs:documentation>The source of the altitude. [FIXM]</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute AltitudeWithSourceType/@source
type fb:AltitudeSourceType
properties
use required
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="required">
 
<xs:annotation>
   
<xs:documentation>The source of the altitude. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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