complexType NasFlightType
diagram Nas_diagrams/Nas_p314.png
namespace http://www.fixm.aero/ext/nas/4.4
type extension of fb:FlightExtensionType
properties
base fb:FlightExtensionType
children nas:additionalFlightInformation nas:asdexScratchpad1 nas:asdexScratchpad2 nas:coordination nas:diversion nas:flightDelay nas:flightPlan nas:flightStatus nas:nasTmi nas:starsDataBlock 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="asdexScratchpad1" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>First line of free form text obtained via manual tag.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="asdexScratchpad2" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Second line of free form text obtained via manual tag.</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="starsDataBlock" type="nas:starsDataBlockType" nillable="true" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Container for STARS data block fields.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="tfdmFlightCreationTime" type="fb:DateTimeUtcType" 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:DateTimeUtcType" 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_p315.png
namespace http://www.fixm.aero/ext/nas/4.4
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/asdexScratchpad1
diagram Nas_diagrams/Nas_p316.png
namespace http://www.fixm.aero/ext/nas/4.4
type fb:CharacterStringType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation
First line of free form text obtained via manual tag.
source <xs:element name="asdexScratchpad1" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>First line of free form text obtained via manual tag.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasFlightType/asdexScratchpad2
diagram Nas_diagrams/Nas_p317.png
namespace http://www.fixm.aero/ext/nas/4.4
type fb:CharacterStringType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation
Second line of free form text obtained via manual tag.
source <xs:element name="asdexScratchpad2" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Second line of free form text obtained via manual tag.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasFlightType/coordination
diagram Nas_diagrams/Nas_p318.png
namespace http://www.fixm.aero/ext/nas/4.4
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_p319.png
namespace http://www.fixm.aero/ext/nas/4.4
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_p320.png
namespace http://www.fixm.aero/ext/nas/4.4
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_p321.png
namespace http://www.fixm.aero/ext/nas/4.4
type nas:NasFlightPlanType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:eramAdaptedIcaoIndicator nas:flightPlanRemarks nas:flightPlanRevisionNumber nas:sfdpsFlightPlanSequenceNumber nas:starsFlightPlanDeletedIndicator nas:starsFlightPlanIndex 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_p322.png
namespace http://www.fixm.aero/ext/nas/4.4
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_p323.png
namespace http://www.fixm.aero/ext/nas/4.4
type nas:NasTmiType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:advisories nas:constraintSatisfactionPointName nas:controlElement nas:controlIndicator nas:controlProgram nas:controlType nas:cruiseSpeedAdvisory nas:descentSpeedAdvisory 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/starsDataBlock
diagram Nas_diagrams/Nas_p324.png
namespace http://www.fixm.aero/ext/nas/4.4
type nas:starsDataBlockType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:aircraftCategory nas:indicator nas:leaderLineDirection
annotation
documentation
Container for STARS data block fields.
source <xs:element name="starsDataBlock" type="nas:starsDataBlockType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Container for STARS data block fields.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasFlightType/tfdmFlightCreationTime
diagram Nas_diagrams/Nas_p325.png
namespace http://www.fixm.aero/ext/nas/4.4
type fb:DateTimeUtcType
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])|24:00:00)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:DateTimeUtcType" 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_p326.png
namespace http://www.fixm.aero/ext/nas/4.4
type fb:DateTimeUtcType
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])|24:00:00)Z
annotation
documentation
Indicates how long TFMS-Core has known of the flight.
source <xs:element name="tfmsFlightCreationTime" type="fb:DateTimeUtcType" 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_p327.png
namespace http://www.fixm.aero/ext/nas/4.4
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