namespace | http://www.fixm.aero/base/4.2 | |||||||||||||
type | restriction of xs:string | |||||||||||||
properties |
|
|||||||||||||
used by |
|
|||||||||||||
facets |
|
|||||||||||||
annotation |
|
|||||||||||||
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> |