simpleType VerticalRateSourceType
namespace http://www.fixm.aero/ext/nas/4.3
type restriction of xs:string
properties
base xs:string
used by
attribute NasVerticalRateType/@source
facets
Kind Value Annotation
enumeration BAROMETRIC
documentation
Barometric
enumeration GEOMETRIC
documentation
Geometric
annotation
documentation
Source of the data used to compute the vertical rate.
source <xs:simpleType name="VerticalRateSourceType">
 
<xs:annotation>
   
<xs:documentation>Source of the data used to compute the vertical rate.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="BAROMETRIC">
     
<xs:annotation>
       
<xs:documentation>Barometric</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="GEOMETRIC">
     
<xs:annotation>
       
<xs:documentation>Geometric</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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