simpleType AltitudeSourceType
namespace http://www.fixm.aero/base/4.3
type restriction of xs:string
properties
base xs:string
used by
attribute AltitudeWithSourceType/@source
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
Code indicating the source of the altitude.
source <xs:simpleType name="AltitudeSourceType">
 
<xs:annotation>
   
<xs:documentation>Code indicating the source of the altitude.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="BAROMETRIC">
     
<xs:annotation>
       
<xs:documentation>This value indicates that the source is Barometric.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="GNSS">
     
<xs:annotation>
       
<xs:documentation>This value indicates that the source is the Global Navigation Satellite System.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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