complexType NasAircraftType
diagram Nas_diagrams/Nas_p1.png
namespace http://www.fixm.aero/ext/nas/4.3
type extension of fb:AircraftExtensionType
properties
base fb:AircraftExtensionType
children nas:engineType nas:nasWakeTurbulence nas:tfmsAircraftCategory nas:tfmsAircraftWeightClass nas:tfmsSpecialAircraftQualifier
annotation
documentation
NAS specific extensions to aircraft information.
           
source <xs:complexType name="NasAircraftType">
 
<xs:annotation>
   
<xs:documentation>NAS specific extensions to aircraft information.
           
</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="fb:AircraftExtensionType">
     
<xs:sequence>
       
<xs:element name="engineType" type="nas:EngineTypeType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>The category of the aircraft  engine.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="nasWakeTurbulence" type="nas:WakeTurbulenceCategoryExtendedType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>NAS classification of the aircraft wake turbulence, based on wingspan and Maximum Takeoff Weight (MTOW).</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="tfmsAircraftCategory" type="nas:TfmsAircraftCategoryType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Indicates the category of the aircraft operating the flight</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="tfmsAircraftWeightClass" type="nas:TfmsAircraftWeightClassType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Describes an aircraft's weight category</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="tfmsSpecialAircraftQualifier" type="nas:TfmsSpecialAircraftQualifierType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Indicates the flight is a heavy jet, B757 or, if not present, a large jet and if the flight is either equipped or not with TCAS. This indicator is used for output purposes such as strip printing and message transfers to other facilities such as Automated Radar Terminal System (ARTS). </xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element NasAircraftType/engineType
diagram Nas_diagrams/Nas_p2.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:EngineTypeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration PISTON
documentation
Piston
enumeration JET
documentation
Jet
enumeration TURBO
documentation
Turbo
enumeration OTHER
documentation
Other aircraft engine type
annotation
documentation
The category of the aircraft  engine.
source <xs:element name="engineType" type="nas:EngineTypeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The category of the aircraft  engine.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasAircraftType/nasWakeTurbulence
diagram Nas_diagrams/Nas_p3.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:WakeTurbulenceCategoryExtendedType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration A
documentation
Aircraft capable of Maximum Certificated Takeoff Weight (MTOW) of 300,000 pounds or more and a wingspan greater than 245 feet.
enumeration B
documentation
Aircraft capable of Maximum Certificated Takeoff Weight (MTOW) of 300,000 pounds or more and a wingspan greater than 175 feet and less than or equal to 245 feet.
enumeration C
documentation
Aircraft capable of a Maximum Certificated Takeoff Weight (MTOW) of 300,000 pounds or more and a wingspan greater than 125 feet and less than or equal to 175 feet.
enumeration D
documentation
Aircraft capable of a Maximum Certificated Takeoff Weight (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.
enumeration E
documentation
Aircraft capable of a Maximum Certificated Takeoff Weight (MTOW) greater than 41,000 pounds with a wingspan greater than 65 feet and less than or equal to 90 feet.
enumeration F
documentation
Aircraft capable of a Maximum Certificated Takeoff Weight (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.
annotation
documentation
NAS classification of the aircraft wake turbulence, based on wingspan and Maximum Takeoff Weight (MTOW).
source <xs:element name="nasWakeTurbulence" type="nas:WakeTurbulenceCategoryExtendedType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>NAS classification of the aircraft wake turbulence, based on wingspan and Maximum Takeoff Weight (MTOW).</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasAircraftType/tfmsAircraftCategory
diagram Nas_diagrams/Nas_p4.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:TfmsAircraftCategoryType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration SINGLE_PISTON_PROP
documentation
Single piston prop
enumeration MULTI_PISTON_PROP
documentation
Multi-piston prop
enumeration SINGLE_TURBO_PROP
documentation
Single turbo prop
enumeration MULTI_TURBO_PROP
documentation
Multi-turbo prop
enumeration CIVILIAN_JET
documentation
Civilian jet
enumeration MILITARY_FIGHTER_JET
documentation
Military fighter jet
enumeration MILITARY_LARGE_JET
documentation
Military large jet
enumeration SPECIAL_TURBO_JET
documentation
Special turbo jet
enumeration HELICOPTER
documentation
Helicopter
annotation
documentation
Indicates the category of the aircraft operating the flight
source <xs:element name="tfmsAircraftCategory" type="nas:TfmsAircraftCategoryType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Indicates the category of the aircraft operating the flight</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasAircraftType/tfmsAircraftWeightClass
diagram Nas_diagrams/Nas_p5.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:TfmsAircraftWeightClassType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration SMALL
documentation
Maximum take-off mass of 7,000 kilograms (~15,000 lbs) or less.
enumeration LARGE
documentation
Maximum take-off mass of greater than 7,000 kilograms (~15,000 lbs) but less than 136,000 kilograms (~300,000 lbs).
enumeration HEAVY
documentation
Maximum take-off mass of 136,000 kilograms (~300,000 lbs) or greater.
annotation
documentation
Describes an aircraft's weight category
source <xs:element name="tfmsAircraftWeightClass" type="nas:TfmsAircraftWeightClassType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Describes an aircraft's weight category</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasAircraftType/tfmsSpecialAircraftQualifier
diagram Nas_diagrams/Nas_p6.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:TfmsSpecialAircraftQualifierType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration HEAVY_JET
documentation
Capable of takeoff weights of 300,000 pounds or more
enumeration TCAS
documentation
Traffic collision avoidance system or traffic alert and collision avoidance system
enumeration B757
documentation
Controllers are required to apply the special wake turbulence separation criteria for the Boeing 757.
enumeration B757_TCAS
documentation
Boeing 757 with traffic collision avoidance system
enumeration HEAVY_JET_AND_TCAS
documentation
Capable of takeoff weights of 300,000 pounds or more and traffic collision avoidance system.
enumeration WAKE_TURBULENCE
documentation
Wake turbulence qualifier
enumeration OTHER
documentation
Other aircraft qualifier
annotation
documentation
Indicates the flight is a heavy jet, B757 or, if not present, a large jet and if the flight is either equipped or not with TCAS. This indicator is used for output purposes such as strip printing and message transfers to other facilities such as Automated Radar Terminal System (ARTS).
source <xs:element name="tfmsSpecialAircraftQualifier" type="nas:TfmsSpecialAircraftQualifierType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Indicates the flight is a heavy jet, B757 or, if not present, a large jet and if the flight is either equipped or not with TCAS. This indicator is used for output purposes such as strip printing and message transfers to other facilities such as Automated Radar Terminal System (ARTS). </xs:documentation>
 
</xs:annotation>
</xs:element>


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