complexType HeightType
diagram FficeTemplates_diagrams/FficeTemplates_p739.png
namespace http://www.fixm.aero/base/4.2
type extension of fb:VerticalDistanceType
properties
base fb:VerticalDistanceType
attributes
Name  Type  Use  Default  Fixed  Annotation
ref  fb:VerticalReferenceType  required      
documentation
Reference for the vertical measure
uom  fb:UomHeightType  required      
documentation
Unit of measure
annotation
documentation
The vertical distance of a level, a point or an object considered as a point, measured from a specified datum. [ICAO Doc 4444]
source <xs:complexType name="HeightType">
 
<xs:annotation>
   
<xs:documentation>The vertical distance of a level, a point or an object considered as a point, measured from a specified datum. [ICAO Doc 4444]</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="fb:VerticalDistanceType">
     
<xs:attribute name="ref" type="fb:VerticalReferenceType" use="required">
       
<xs:annotation>
         
<xs:documentation>Reference for the vertical measure</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
     
<xs:attribute name="uom" type="fb:UomHeightType" use="required">
       
<xs:annotation>
         
<xs:documentation>Unit of measure</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute HeightType/@ref
type fb:VerticalReferenceType
properties
use required
facets
Kind Value Annotation
enumeration SFC
documentation
The distance measured from the surface of the Earth (equivalent to AGL - Above Ground Level). [AIXM 5.1]
enumeration W84
documentation
The distance measured from the WGS84 ellipsoid. [AIXM 5.1]
annotation
documentation
Reference for the vertical measure
source <xs:attribute name="ref" type="fb:VerticalReferenceType" use="required">
 
<xs:annotation>
   
<xs:documentation>Reference for the vertical measure</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute HeightType/@uom
type fb:UomHeightType
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:UomHeightType" 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