complexType NasFlightType
diagram Nas_diagrams/Nas_p292.png
namespace http://www.fixm.aero/ext/nas/4.3
type extension of fb:FlightExtensionType
properties
base fb:FlightExtensionType
children nas:additionalFlightInformation nas:coordination nas:diversion nas:flightDelay nas:flightPlan nas:flightStatus nas:nasTmi nas:tfdmFlightCreationTime nas:tfmsFlightCreationTime nas:userCategory
annotation
documentation
Extends core Flight object with NAS-specific information.
source <xs:complexType name="NasFlightType">
 
<xs:annotation>
   
<xs:documentation>Extends core Flight object with NAS-specific information.</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:extension base="fb:FlightExtensionType">
     
<xs:sequence>
       
<xs:element name="additionalFlightInformation" type="nas:NameValueListType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Additional information about a flight expressed in key-value pairs.
This element consists of an identification tag/indicator and the relevant value. This information is extra information about the flight that does not fall into some other predefined category.
</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="coordination" type="nas:NasCoordinationType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>NAS extension to boundary crossing information: includes special handling for coordination time type.     </xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="diversion" type="nas:NasDiversionType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Diversion information for the flight.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="flightDelay" type="nas:FlightDelayType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Contains information about flight delay and reason.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="flightPlan" type="nas:NasFlightPlanType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Contains information about the flight plan.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="flightStatus" type="nas:NasFlightStatusType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Identifies the aspect of the flight life cycle. </xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="nasTmi" type="nas:NasTmiType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>NAS Traffic Management Initiative Information</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="tfdmFlightCreationTime" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>The date and time at which a flight was originally created in the TFDM system.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="tfmsFlightCreationTime" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation> Indicates how long TFMS-Core has known of the flight.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="userCategory" type="nas:TfmsUserCategoryType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Indicates the category of user operating the flight.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:extension>
 
</xs:complexContent>
</xs:complexType>

element NasFlightType/additionalFlightInformation
diagram Nas_diagrams/Nas_p293.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:NameValueListType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:nameValue
annotation
documentation
Additional information about a flight expressed in key-value pairs.
This element consists of an identification tag/indicator and the relevant value. This information is extra information about the flight that does not fall into some other predefined category.
source <xs:element name="additionalFlightInformation" type="nas:NameValueListType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Additional information about a flight expressed in key-value pairs.
This element consists of an identification tag/indicator and the relevant value. This information is extra information about the flight that does not fall into some other predefined category.
</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasFlightType/coordination
diagram Nas_diagrams/Nas_p294.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:NasCoordinationType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:coordinationFix nas:coordinationTime nas:coordinationTimeHandling nas:delayTimeToAbsorb
annotation
documentation
NAS extension to boundary crossing information: includes special handling for coordination time type.    
source <xs:element name="coordination" type="nas:NasCoordinationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>NAS extension to boundary crossing information: includes special handling for coordination time type.     </xs:documentation>
 
</xs:annotation>
</xs:element>

element NasFlightType/diversion
diagram Nas_diagrams/Nas_p295.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:NasDiversionType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:cancellationLinkage nas:diversionRecoveryIndicator nas:state
annotation
documentation
Diversion information for the flight.
source <xs:element name="diversion" type="nas:NasDiversionType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Diversion information for the flight.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasFlightType/flightDelay
diagram Nas_diagrams/Nas_p296.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:FlightDelayType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:delayReason nas:delayStatus
annotation
documentation
Contains information about flight delay and reason.
source <xs:element name="flightDelay" type="nas:FlightDelayType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Contains information about flight delay and reason.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasFlightType/flightPlan
diagram Nas_diagrams/Nas_p297.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:NasFlightPlanType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:flightPlanRemarks nas:flightPlanRevisionNumber nas:starsFlightPlanDeletedIndicator nas:starsFlightPlanStatus nas:starsFlightPlanSuspendedIndicator nas:tfdmIdOfFlightPlanUsedForSurfaceManagement
annotation
documentation
Contains information about the flight plan.
source <xs:element name="flightPlan" type="nas:NasFlightPlanType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Contains information about the flight plan.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasFlightType/flightStatus
diagram Nas_diagrams/Nas_p298.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:NasFlightStatusType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:airborneHold nas:canceledButFlewIndicator nas:sfdpsFlightStatus nas:spuriousFlightIndicator nas:starsFlightStatus nas:tfdmAtcFlightState nas:tfdmFlightState nas:tfmsCancellationReason nas:tfmsFlightStatus
annotation
documentation
Identifies the aspect of the flight life cycle.
source <xs:element name="flightStatus" type="nas:NasFlightStatusType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Identifies the aspect of the flight life cycle. </xs:documentation>
 
</xs:annotation>
</xs:element>

element NasFlightType/nasTmi
diagram Nas_diagrams/Nas_p299.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:NasTmiType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:advisories nas:controlElement nas:controlIndicator nas:controlProgram nas:controlType nas:tmiCompliance nas:trafficManagementInitiative
annotation
documentation
NAS Traffic Management Initiative Information
source <xs:element name="nasTmi" type="nas:NasTmiType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>NAS Traffic Management Initiative Information</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasFlightType/tfdmFlightCreationTime
diagram Nas_diagrams/Nas_p300.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:TimeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
pattern -?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z
annotation
documentation
The date and time at which a flight was originally created in the TFDM system.
source <xs:element name="tfdmFlightCreationTime" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The date and time at which a flight was originally created in the TFDM system.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasFlightType/tfmsFlightCreationTime
diagram Nas_diagrams/Nas_p301.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:TimeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
pattern -?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z
annotation
documentation
Indicates how long TFMS-Core has known of the flight.
source <xs:element name="tfmsFlightCreationTime" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation> Indicates how long TFMS-Core has known of the flight.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasFlightType/userCategory
diagram Nas_diagrams/Nas_p302.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:TfmsUserCategoryType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration AIR_TAXI
documentation
Air Taxi
enumeration CARGO
documentation
Cargo
enumeration COMMERCIAL
documentation
Commercial
enumeration GENERAL_AVIATION
documentation
General Aviation
enumeration MILITARY
documentation
Military
enumeration OTHER
documentation
Other
enumeration UNKNOWN
documentation
Unknown
annotation
documentation
Indicates the category of user operating the flight.
source <xs:element name="userCategory" type="nas:TfmsUserCategoryType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Indicates the category of user operating the flight.</xs:documentation>
 
</xs:annotation>
</xs:element>


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