simpleType WakeTurbulenceCategoryType
namespace http://www.fixm.aero/flight/4.2
type restriction of xs:string
properties
base xs:string
used by
element AircraftType/wakeTurbulence
facets
Kind Value Annotation
enumeration L
documentation
An aircraft type with a maximum certified take-off mass of 7000 kg or less. [ICAO Doc 4444, Appendix 2, ITEM M]
enumeration M
documentation
An aircraft type with a maximum certified take-off mass of less than 136000 kg. but more than 7000 kg. [ICAO Doc 4444, Appendix 2, ITEM M]
enumeration H
documentation
An aircraft type with a maximum certified take-off mass of 136000 kg or more. [ICAO Doc 4444, Appendix 2, ITEM M]
enumeration J
documentation
A super heavy aircraft type e.g. the Airbus A380-800. (In the order of 560,000kg). [FIXM]
annotation
documentation
ICAO classification of the aircraft wake turbulence, based on the maximum certified take off mass. [FIXM}
source <xs:simpleType name="WakeTurbulenceCategoryType">
 
<xs:annotation>
   
<xs:documentation>ICAO classification of the aircraft wake turbulence, based on the maximum certified take off mass. [FIXM}</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="L">
     
<xs:annotation>
       
<xs:documentation>An aircraft type with a maximum certified take-off mass of 7000 kg or less. [ICAO Doc 4444, Appendix 2, ITEM M]</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="M">
     
<xs:annotation>
       
<xs:documentation>An aircraft type with a maximum certified take-off mass of less than 136000 kg. but more than 7000 kg. [ICAO Doc 4444, Appendix 2, ITEM M]</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="H">
     
<xs:annotation>
       
<xs:documentation>An aircraft type with a maximum certified take-off mass of 136000 kg or more. [ICAO Doc 4444, Appendix 2, ITEM M]</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="J">
     
<xs:annotation>
       
<xs:documentation>A super heavy aircraft type e.g. the Airbus A380-800. (In the order of 560,000kg). [FIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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