simpleType UomAirspeedType
namespace http://www.fixm.aero/base/4.2
type restriction of xs:string
properties
base xs:string
used by
attributes IndicatedAirspeedType/@uom TrueAirspeedType/@uom
facets
Kind Value Annotation
enumeration KM_H
documentation
Kilometres per hour.
enumeration KT
documentation
Knots.
enumeration MACH
documentation
Mach number.
annotation
documentation
The reference quantities used to express the value of airspeed.
source <xs:simpleType name="UomAirspeedType">
 
<xs:annotation>
   
<xs:documentation>The reference quantities used to express the value of airspeed.</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="KM_H">
     
<xs:annotation>
       
<xs:documentation>Kilometres per hour.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="KT">
     
<xs:annotation>
       
<xs:documentation>Knots.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="MACH">
     
<xs:annotation>
       
<xs:documentation>Mach number.</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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