complexType NasFlightStatusType
diagram Nas_diagrams/Nas_p451.png
namespace http://www.fixm.aero/ext/nas/4.3
children nas:airborneHold nas:canceledButFlewIndicator nas:sfdpsFlightStatus nas:spuriousFlightIndicator nas:starsFlightStatus nas:tfdmAtcFlightState nas:tfdmFlightState nas:tfmsCancellationReason nas:tfmsFlightStatus
used by
element NasFlightType/flightStatus
annotation
documentation
Identifies the aspect of the flight life cycle.
source <xs:complexType name="NasFlightStatusType">
 
<xs:annotation>
   
<xs:documentation> Identifies the aspect of the flight life cycle. </xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="airborneHold" type="nas:AirborneHoldIndicatorType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Specifies whether or not the aircraft is in an airborne hold.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="canceledButFlewIndicator" type="nas:CanceledButFlewIndicatorType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Indicates for both a Ground Delay Program and Airspace Flow Program that a flight that had a status of canceled at the time that it was activated by a NAS message and then it operated.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="sfdpsFlightStatus" type="nas:SfdpsFlightStatusType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Represents the current status of the flight as specified by the SWIM SFDPS.
Status: Identification of the current aspect of the flight life cycle as determined by the SWIM Flight Data Publication Service (SFDPS).
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="spuriousFlightIndicator" type="nas:SpuriousFlightIndicatorType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Indicates for both a Ground Delay Program and Airspace Flow Program that a flight that was not scheduled (that is, was created on that day from a CDM message or flight plan), was controled in a Traffic Management Initiative and was cancelled by a CDM message.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="starsFlightStatus" type="nas:StarsFlightStatusType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>STARS flight type. Arrival (A), Departure (P or D), or Enroute (E).</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="tfdmAtcFlightState" type="nas:TfdmAtcFlightStateType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Provides the status for a flight from an ATC perspective</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="tfdmFlightState" type="nas:TfdmFlightStateType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Provides the actual status for a flight in relation to its movement phase.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="tfmsCancellationReason" type="nas:CancellationStatusReasonListType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Provides the reason(s) for a flight cancellation from a Traffic Flow Management Program.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="tfmsFlightStatus" type="nas:TfmsFlightStatusType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation> Indicates the current status of the flight, as determined by Traffic Flow Management System (TFMS).</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element NasFlightStatusType/airborneHold
diagram Nas_diagrams/Nas_p452.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:AirborneHoldIndicatorType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration AIRBORNE_HOLD
documentation
The aircraft is in an airborne hold.
enumeration NOT_AIRBORNE_HOLD
documentation
The aircraft is not in an airborne hold.
annotation
documentation
Specifies whether or not the aircraft is in an airborne hold.
source <xs:element name="airborneHold" type="nas:AirborneHoldIndicatorType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Specifies whether or not the aircraft is in an airborne hold.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasFlightStatusType/canceledButFlewIndicator
diagram Nas_diagrams/Nas_p453.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:CanceledButFlewIndicatorType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration CANCELED_BUT_FLEW
documentation
Canceled But Flew
annotation
documentation
Indicates for both a Ground Delay Program and Airspace Flow Program that a flight that had a status of canceled at the time that it was activated by a NAS message and then it operated.
source <xs:element name="canceledButFlewIndicator" type="nas:CanceledButFlewIndicatorType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Indicates for both a Ground Delay Program and Airspace Flow Program that a flight that had a status of canceled at the time that it was activated by a NAS message and then it operated.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasFlightStatusType/sfdpsFlightStatus
diagram Nas_diagrams/Nas_p454.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:SfdpsFlightStatusType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration PROPOSED
documentation
There is at least one non-canceled flight plan in place and the flight has not yet become airborne.
enumeration ACTIVE
documentation
Flight is airborne and updates are still being generated for the flight.
enumeration COMPLETED
documentation
Flight has landed at its destination.
enumeration CANCELLED
documentation
There are only canceled flight plans for the flight and it was never airborne.
enumeration DROPPED
documentation
Data updates terminated before the flight landed. It is unknown whether the flight is still airborne or not. This could be a flight that has left FAA airspace or a flight that has switched to Visual Flight Rules.
annotation
documentation
Represents the current status of the flight as specified by the SWIM SFDPS.
Status: Identification of the current aspect of the flight life cycle as determined by the SWIM Flight Data Publication Service (SFDPS).
source <xs:element name="sfdpsFlightStatus" type="nas:SfdpsFlightStatusType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Represents the current status of the flight as specified by the SWIM SFDPS.
Status: Identification of the current aspect of the flight life cycle as determined by the SWIM Flight Data Publication Service (SFDPS).
</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasFlightStatusType/spuriousFlightIndicator
diagram Nas_diagrams/Nas_p455.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:SpuriousFlightIndicatorType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration SPURIOUS_FLIGHT
documentation
Spurious Flight
annotation
documentation
Indicates for both a Ground Delay Program and Airspace Flow Program that a flight that was not scheduled (that is, was created on that day from a CDM message or flight plan), was controled in a Traffic Management Initiative and was cancelled by a CDM message.
source <xs:element name="spuriousFlightIndicator" type="nas:SpuriousFlightIndicatorType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Indicates for both a Ground Delay Program and Airspace Flow Program that a flight that was not scheduled (that is, was created on that day from a CDM message or flight plan), was controled in a Traffic Management Initiative and was cancelled by a CDM message.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasFlightStatusType/starsFlightStatus
diagram Nas_diagrams/Nas_p456.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:StarsFlightStatusType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration ARRIVAL
documentation
Arrival
enumeration DEPARTURE
documentation
Departure
enumeration ENROUTE
documentation
En Route
annotation
documentation
STARS flight type. Arrival (A), Departure (P or D), or Enroute (E).
source <xs:element name="starsFlightStatus" type="nas:StarsFlightStatusType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>STARS flight type. Arrival (A), Departure (P or D), or Enroute (E).</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasFlightStatusType/tfdmAtcFlightState
diagram Nas_diagrams/Nas_p457.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:TfdmAtcFlightStateType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:provenance nas:value
annotation
documentation
Provides the status for a flight from an ATC perspective
source <xs:element name="tfdmAtcFlightState" type="nas:TfdmAtcFlightStateType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Provides the status for a flight from an ATC perspective</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasFlightStatusType/tfdmFlightState
diagram Nas_diagrams/Nas_p458.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:TfdmFlightStateType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children nas:provenance nas:value
annotation
documentation
Provides the actual status for a flight in relation to its movement phase.
source <xs:element name="tfdmFlightState" type="nas:TfdmFlightStateType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Provides the actual status for a flight in relation to its movement phase.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasFlightStatusType/tfmsCancellationReason
diagram Nas_diagrams/Nas_p459.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:CancellationStatusReasonListType
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
Provides the reason(s) for a flight cancellation from a Traffic Flow Management Program.
source <xs:element name="tfmsCancellationReason" type="nas:CancellationStatusReasonListType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Provides the reason(s) for a flight cancellation from a Traffic Flow Management Program.</xs:documentation>
 
</xs:annotation>
</xs:element>

element NasFlightStatusType/tfmsFlightStatus
diagram Nas_diagrams/Nas_p460.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:TfmsFlightStatusType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration ACTIVE
documentation
Active
enumeration CANCELED
documentation
Canceled
enumeration COMPLETED
documentation
Completed
enumeration PLANNED
documentation
Planned
annotation
documentation
Indicates the current status of the flight, as determined by Traffic Flow Management System (TFMS).
source <xs:element name="tfmsFlightStatus" type="nas:TfmsFlightStatusType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation> Indicates the current status of the flight, as determined by Traffic Flow Management System (TFMS).</xs:documentation>
 
</xs:annotation>
</xs:element>


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