complexType VerticalRateType
diagram Fixm_diagrams/Fixm_p142.png
namespace http://www.fixm.aero/base/4.2
type extension of fb:SpeedType
properties
base fb:SpeedType
attributes
Name  Type  Use  Default  Fixed  Annotation
uom  fb:UomVerticalRateType  required      
documentation
Unit of measure
annotation
documentation
An expression of an aircraft's vertical rate of change. [FIXM]
source <xs:complexType name="VerticalRateType">
 
<xs:annotation>
   
<xs:documentation>An expression of an aircraft's vertical rate of change. [FIXM]</xs:documentation>
 
</xs:annotation>
 
<xs:simpleContent>
   
<xs:extension base="fb:SpeedType">
     
<xs:attribute name="uom" type="fb:UomVerticalRateType" use="required">
       
<xs:annotation>
         
<xs:documentation>Unit of measure</xs:documentation>
       
</xs:annotation>
     
</xs:attribute>
   
</xs:extension>
 
</xs:simpleContent>
</xs:complexType>

attribute VerticalRateType/@uom
type fb:UomVerticalRateType
properties
use required
facets
Kind Value Annotation
enumeration FT_MIN
documentation
Feet per minute.
enumeration M_SEC
documentation
Metres per second.
annotation
documentation
Unit of measure
source <xs:attribute name="uom" type="fb:UomVerticalRateType" use="required">
 
<xs:annotation>
   
<xs:documentation>Unit of measure</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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