complexType NasVerticalRateType
diagram Nas_diagrams/Nas_p312.png
namespace http://www.fixm.aero/ext/nas/4.3
type extension of fb:VerticalRateType
properties
base fb:VerticalRateType
used by
element NasAircraftPositionType/verticalRate
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomVerticalRateType  required      
documentation
Unit of measure
source  nas:VerticalRateSourceType  optional      
documentation
Source of the data used to compute the vertical rate.
annotation
documentation
A U.S. Specific extension to VerticalRate that includes a source of the measurement.
source <xs:complexType name="NasVerticalRateType">
 
<xs:annotation>
   
<xs:documentation>A U.S. Specific extension to VerticalRate that includes a source of the measurement.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="fb:VerticalRateType">
     
<xs:attribute name="source" type="nas:VerticalRateSourceType" use="optional">
       
<xs:annotation>
         
<xs:documentation>Source of the data used to compute the vertical rate.</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

attribute NasVerticalRateType/@source
type nas:VerticalRateSourceType
properties
use optional
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:attribute name="source" type="nas:VerticalRateSourceType" use="optional">
 
<xs:annotation>
   
<xs:documentation>Source of the data used to compute the vertical rate.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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