simpleType FusedHeightSourceType
namespace http://www.fixm.aero/ext/nas/4.4
type restriction of xs:string
properties
base xs:string
used by
element AsdexProvenanceType/fusedHeightSource
facets
Kind Value Annotation
enumeration ADSB
documentation
ADS-B height only
enumeration GROUND
documentation
On-ground height only
enumeration MODEC
documentation
Mode C height only
enumeration MULTILAT
documentation
3D multilateration height only
enumeration MULTIPLE
documentation
Multiple height sources
enumeration NONE
documentation
No source
annotation
documentation
This field indicates the fused height source.
source <xs:simpleType name="FusedHeightSourceType">
 
<xs:annotation>
   
<xs:documentation>This field indicates the fused height source.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="ADSB">
     
<xs:annotation>
       
<xs:documentation>ADS-B height only</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="GROUND">
     
<xs:annotation>
       
<xs:documentation>On-ground height only</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="MODEC">
     
<xs:annotation>
       
<xs:documentation>Mode C height only</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="MULTILAT">
     
<xs:annotation>
       
<xs:documentation>3D multilateration height only</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="MULTIPLE">
     
<xs:annotation>
       
<xs:documentation>Multiple height sources</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="NONE">
     
<xs:annotation>
       
<xs:documentation>No source</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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