simpleType UomVerticalRateType
namespace http://www.fixm.aero/base/4.2
type restriction of xs:string
properties
base xs:string
used by
attribute VerticalRateType/@uom
facets
Kind Value Annotation
enumeration FT_MIN
documentation
Feet per minute.
enumeration M_SEC
documentation
Metres per second.
annotation
documentation
The reference quantities used to express the value of vertical rate.
source <xs:simpleType name="UomVerticalRateType">
 
<xs:annotation>
   
<xs:documentation>The reference quantities used to express the value of vertical rate.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="FT_MIN">
     
<xs:annotation>
       
<xs:documentation>Feet per minute.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="M_SEC">
     
<xs:annotation>
       
<xs:documentation>Metres per second.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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