simpleType VerticalReferenceType
namespace http://www.fixm.aero/base/4.2
type restriction of xs:string
properties
base xs:string
used by
attribute HeightType/@ref
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
A code indicating the reference for a vertical distance. [AIXM 5.1]
source <xs:simpleType name="VerticalReferenceType">
 
<xs:annotation>
   
<xs:documentation>A code indicating the reference for a vertical distance. [AIXM 5.1]</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="SFC">
     
<xs:annotation>
       
<xs:documentation>The distance measured from the surface of the Earth (equivalent to AGL - Above Ground Level). [AIXM 5.1]</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="W84">
     
<xs:annotation>
       
<xs:documentation>The distance measured from the WGS84 ellipsoid. [AIXM 5.1]</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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