namespace | http://www.faa.aero/nas/4.2 | |||||||||||||||||||||||||||||||||
type | restriction of string | |||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||
source | <simpleType name="WakeTurbulenceCategoryExtendedType"> <annotation> <documentation> NAS classification of the aircraft wake turbulence, based on wingspan and Maximum Takeoff Weight (MTOW). </documentation> </annotation> <restriction base="xs:string"> <enumeration value="A"> <annotation> <documentation> Aircraft capable of MTOW of 300,000 pounds or more and a wingspan greater than 245 feet. </documentation> </annotation> </enumeration> <enumeration value="B"> <annotation> <documentation> Aircraft capable of MTOW of 300,000 pounds or more and a wingspan greater than 175 feet and less than or equal to 245 feet. </documentation> </annotation> </enumeration> <enumeration value="C"> <annotation> <documentation> Aircraft capable of a MTOW of 300,000 pounds or more and a wingspan greater than 125 feet and less than or equal to 175 feet. </documentation> </annotation> </enumeration> <enumeration value="D"> <annotation> <documentation> Aircraft capable of a MTOW of less than 300,000 pounds and a wingspan greater than 125 feet and less than or equal to 175 feet, or aircraft with a wingspan greater than 90 feet and less than or equal to 125 feet. </documentation> </annotation> </enumeration> <enumeration value="E"> <annotation> <documentation> Aircraft capable of a MTOW greater than 41,000 pounds with a wingspan greater than 65 feet and less than or equal to 90 feet. </documentation> </annotation> </enumeration> <enumeration value="F"> <annotation> <documentation> Aircraft capable of a MTOW of less than 41,000 pounds and a wingspan less than or equal to 125 feet, or aircraft capable of a MTOW less than 15,500 pounds regardless of wingspan, or a powered sailplane. </documentation> </annotation> </enumeration> </restriction> </simpleType> |