complexType FficeTRP_AltitudeType
diagram FficeTemplates_diagrams/FficeTemplates_p863.png
namespace http://www.fixm.aero/base/4.3
type restriction of fb:AltitudeType
properties
base fb:AltitudeType
used by
elements FficeTRP_FlightLevelOrAltitudeChoiceType/altitude FficeTRP_FlightLevelOrAltitudeOrRangeChoiceType/altitude FficeTRP_FlightLevelOrAltitudeOrVfrChoiceType/altitude FficeTRP_UpperLevelChoiceType/altitude
attributes
Name  Type  Use  Default  Fixed  Annotation
source  fb:AltitudeSourceType  prohibited      
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="FficeTRP_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:restriction base="fb:AltitudeType">
     
<xs:attribute name="source" type="fb:AltitudeSourceType" use="prohibited">
       
<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:restriction>
 
</xs:simpleContent>
</xs:complexType>

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

attribute FficeTRP_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