complexType NasFlightType
diagram Nas_diagrams/Nas_p168.png
namespace http://www.faa.aero/nas/4.2
type extension of fb:ExtensionType
properties
base fb:ExtensionType
children nas:additionalFlightInformation nas:assignedAltitude nas:controllingUnit nas:coordination nas:countryAirspace nas:finalControllingUnit nas:flightDelay nas:flightIdentificationPrevious nas:flightPlan nas:flightStatus nas:interimAltitude nas:nasTmi nas:requestedAirspeed nas:requestedAltitude nas:surfaceEvents
used by
element NasFlight
attributes
Name  Type  Use  Default  Fixed  Annotation
cdmParticipantIndicator  nas:CdmParticipantIndicatorType  optional      
documentation

                     Indicates whether this flight belongs to a Collaborative Decision Making Participant
                     and is thus eligible for the full benefits of compression.
                 
currentRVSMCompliance  nas:RVSMFlightIndicatorType  optional      
documentation

                     Indicates if the flight is currently Reduced Vertical Separation Minimum (RVSM) compliant
                     in RVSM airspace, as determined by the Traffic Flow Management System.
                 
diversionRecoveryIndicator  nas:DiversionRecoveryIndicatorType  optional      
documentation

                     Indicates whether a flight is in diversion recovery.
                 
diversionState  nas:DiversionStateType  optional      
documentation

                     Indicator used to define the diversion state of a flight.
                 
equippedIndicator  nas:RVSMEquippedIndicatorType  optional      
documentation

                     Indicates if the flight is Reduced Vertical Separation Minimum (RVSM) equipped
                 
futureRVSMCompliance  nas:RVSMFlightIndicatorType  optional      
documentation

                     Indicates if the flight will beReduced Vertical Separation Minimum (RVSM) compliant
                     when it reaches the RVSM airspace as determined by the Traffic Flow Management System
                     (TFMS).
                 
rnavIndicator  nas:RnavIndicatorType  optional      
documentation

                     Indicates if the flight is RNAV capable
                 
tfdmFlightCreationTime  fb:TimeType  optional      
documentation

                     The date and time at which a flight was originally created in the TFDM system.
                 
tfmsFlightClass  nas:TfmsFlightClassType  optional      
documentation

                     Denotes the flight class of the aircraft which is determined by the aircraft call
                     sign that is in the Aircraft Situation Display to Industry (ASDI) feed.
                 
tfmsFlightCreationTime  fb:TimeType  optional      
documentation

                     Indicates how long TFMS-Core has known of the flight.
                 
userCategory  nas:TfmsUserCategoryType  optional      
documentation

                     Indicates the category of user operating the flight
                 
annotation
documentation

            Extends core Flight object with NAS extra data
        
source <complexType name="NasFlightType">
 
<annotation>
   
<documentation>
            Extends core Flight object with NAS extra data
        
</documentation>
 
</annotation>
 
<complexContent>
   
<extension base="fb:ExtensionType">
     
<sequence>
       
<element name="additionalFlightInformation" type="nas:NameValueListType" minOccurs="0" maxOccurs="1">
         
<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.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="assignedAltitude" type="nas:NasAltitudeType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        The cruise altitude assigned to the active flight.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="controllingUnit" type="fb:AtcUnitReferenceType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        The identifier of the Air Traffic Control unit in control of the aircraft.
                        Identifies the ATC sector in control of the aircraft.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="coordination" type="nas:NasCoordinationType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        NAS extension to boundary crossing information: includes special handling for ccoordination
                        time type.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="countryAirspace" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        Comma delimited list of ICAO country codes indicating the airspace the flight traverses,
                        takes
                        off, or lands in.
                    
</documentation>
         
</annotation>
         
<simpleType>
           
<list itemType="fb:TextNameType"/>
         
</simpleType>
       
</element>
       
<element name="finalControllingUnit" type="fb:AtcUnitReferenceType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        The last sector in the current controlling center.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="flightDelay" type="nas:FlightDelayType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        Contains information about flight delay and reason
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="flightIdentificationPrevious" type="fx:FlightIdentificationType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        The aircraft identification prior to a modification.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="flightPlan" type="nas:NasFlightPlanType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        NAS Flight Plan Information
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="flightStatus" type="nas:NasFlightStatusType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        Identifies the aspect of the flight life cycle.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="interimAltitude" type="nas:SimpleAltitudeType" nillable="true" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        The altitude an aircraft is cleared to maintain different from that in the flight
                        plan.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="nasTmi" type="nas:NasTmiType" minOccurs="0" maxOccurs="2000">
         
<annotation>
           
<documentation>
                        NAS Traffic Management Initiative Information
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="requestedAirspeed" type="nas:NasAirspeedChoiceType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        The indication that the speed for this flight is classified and is not to be recorded.
                       
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="requestedAltitude" type="nas:NasAltitudeType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        The cruise altitude filed or requested for the proposed flight.
                    
</documentation>
         
</annotation>
       
</element>
       
<element name="surfaceEvents" type="nas:SurfaceEventsType" minOccurs="0" maxOccurs="1">
         
<annotation>
           
<documentation>
                        Container for STDDS surface events such as  OOOI (off, on, out, in).
                    
</documentation>
         
</annotation>
       
</element>
     
</sequence>
     
<attribute name="cdmParticipantIndicator" type="nas:CdmParticipantIndicatorType" use="optional">
       
<annotation>
         
<documentation>
                     Indicates whether this flight belongs to a Collaborative Decision Making Participant
                     and is thus eligible for the full benefits of compression.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="currentRVSMCompliance" type="nas:RVSMFlightIndicatorType" use="optional">
       
<annotation>
         
<documentation>
                     Indicates if the flight is currently Reduced Vertical Separation Minimum (RVSM) compliant
                     in RVSM airspace, as determined by the Traffic Flow Management System.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="diversionRecoveryIndicator" type="nas:DiversionRecoveryIndicatorType" use="optional">
       
<annotation>
         
<documentation>
                     Indicates whether a flight is in diversion recovery.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="diversionState" type="nas:DiversionStateType" use="optional">
       
<annotation>
         
<documentation>
                     Indicator used to define the diversion state of a flight.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="equippedIndicator" type="nas:RVSMEquippedIndicatorType" use="optional">
       
<annotation>
         
<documentation>
                     Indicates if the flight is Reduced Vertical Separation Minimum (RVSM) equipped
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="futureRVSMCompliance" type="nas:RVSMFlightIndicatorType" use="optional">
       
<annotation>
         
<documentation>
                     Indicates if the flight will beReduced Vertical Separation Minimum (RVSM) compliant
                     when it reaches the RVSM airspace as determined by the Traffic Flow Management System
                     (TFMS).
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="rnavIndicator" type="nas:RnavIndicatorType" use="optional">
       
<annotation>
         
<documentation>
                     Indicates if the flight is RNAV capable
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="tfdmFlightCreationTime" type="fb:TimeType" use="optional">
       
<annotation>
         
<documentation>
                     The date and time at which a flight was originally created in the TFDM system.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="tfmsFlightClass" type="nas:TfmsFlightClassType" use="optional">
       
<annotation>
         
<documentation>
                     Denotes the flight class of the aircraft which is determined by the aircraft call
                     sign that is in the Aircraft Situation Display to Industry (ASDI) feed.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="tfmsFlightCreationTime" type="fb:TimeType" use="optional">
       
<annotation>
         
<documentation>
                     Indicates how long TFMS-Core has known of the flight.
                 
</documentation>
       
</annotation>
     
</attribute>
     
<attribute name="userCategory" type="nas:TfmsUserCategoryType" use="optional">
       
<annotation>
         
<documentation>
                     Indicates the category of user operating the flight
                 
</documentation>
       
</annotation>
     
</attribute>
   
</extension>
 
</complexContent>
</complexType>

attribute NasFlightType/@cdmParticipantIndicator
type nas:CdmParticipantIndicatorType
properties
use optional
facets
Kind Value Annotation
enumeration CDM_PARTICIPANT
annotation
documentation

                     Indicates whether this flight belongs to a Collaborative Decision Making Participant
                     and is thus eligible for the full benefits of compression.
                 
source <attribute name="cdmParticipantIndicator" type="nas:CdmParticipantIndicatorType" use="optional">
 
<annotation>
   
<documentation>
                     Indicates whether this flight belongs to a Collaborative Decision Making Participant
                     and is thus eligible for the full benefits of compression.
                 
</documentation>
 
</annotation>
</attribute>

attribute NasFlightType/@currentRVSMCompliance
type nas:RVSMFlightIndicatorType
properties
use optional
facets
Kind Value Annotation
enumeration COMPLIANT
documentation

                  Indicates that the Flight is RVSM compliant.
              
annotation
documentation

                     Indicates if the flight is currently Reduced Vertical Separation Minimum (RVSM) compliant
                     in RVSM airspace, as determined by the Traffic Flow Management System.
                 
source <attribute name="currentRVSMCompliance" type="nas:RVSMFlightIndicatorType" use="optional">
 
<annotation>
   
<documentation>
                     Indicates if the flight is currently Reduced Vertical Separation Minimum (RVSM) compliant
                     in RVSM airspace, as determined by the Traffic Flow Management System.
                 
</documentation>
 
</annotation>
</attribute>

attribute NasFlightType/@diversionRecoveryIndicator
type nas:DiversionRecoveryIndicatorType
properties
use optional
facets
Kind Value Annotation
enumeration DIVERSION_RECOVERY
annotation
documentation

                     Indicates whether a flight is in diversion recovery.
                 
source <attribute name="diversionRecoveryIndicator" type="nas:DiversionRecoveryIndicatorType" use="optional">
 
<annotation>
   
<documentation>
                     Indicates whether a flight is in diversion recovery.
                 
</documentation>
 
</annotation>
</attribute>

attribute NasFlightType/@diversionState
type nas:DiversionStateType
properties
use optional
facets
Kind Value Annotation
enumeration AIRBORN_NOCTL
enumeration AIRBORN_CTL
enumeration GROUND_NOCTL
enumeration GROUND_CTL
enumeration NO_DIVERSION
enumeration DIVERSION_CANCELED
annotation
documentation

                     Indicator used to define the diversion state of a flight.
                 
source <attribute name="diversionState" type="nas:DiversionStateType" use="optional">
 
<annotation>
   
<documentation>
                     Indicator used to define the diversion state of a flight.
                 
</documentation>
 
</annotation>
</attribute>

attribute NasFlightType/@equippedIndicator
type nas:RVSMEquippedIndicatorType
properties
use optional
facets
Kind Value Annotation
enumeration EQUIPPED
annotation
documentation

                     Indicates if the flight is Reduced Vertical Separation Minimum (RVSM) equipped
                 
source <attribute name="equippedIndicator" type="nas:RVSMEquippedIndicatorType" use="optional">
 
<annotation>
   
<documentation>
                     Indicates if the flight is Reduced Vertical Separation Minimum (RVSM) equipped
                 
</documentation>
 
</annotation>
</attribute>

attribute NasFlightType/@futureRVSMCompliance
type nas:RVSMFlightIndicatorType
properties
use optional
facets
Kind Value Annotation
enumeration COMPLIANT
documentation

                  Indicates that the Flight is RVSM compliant.
              
annotation
documentation

                     Indicates if the flight will beReduced Vertical Separation Minimum (RVSM) compliant
                     when it reaches the RVSM airspace as determined by the Traffic Flow Management System
                     (TFMS).
                 
source <attribute name="futureRVSMCompliance" type="nas:RVSMFlightIndicatorType" use="optional">
 
<annotation>
   
<documentation>
                     Indicates if the flight will beReduced Vertical Separation Minimum (RVSM) compliant
                     when it reaches the RVSM airspace as determined by the Traffic Flow Management System
                     (TFMS).
                 
</documentation>
 
</annotation>
</attribute>

attribute NasFlightType/@rnavIndicator
type nas:RnavIndicatorType
properties
use optional
facets
Kind Value Annotation
enumeration RNAV
annotation
documentation

                     Indicates if the flight is RNAV capable
                 
source <attribute name="rnavIndicator" type="nas:RnavIndicatorType" use="optional">
 
<annotation>
   
<documentation>
                     Indicates if the flight is RNAV capable
                 
</documentation>
 
</annotation>
</attribute>

attribute NasFlightType/@tfdmFlightCreationTime
type fb:TimeType
properties
use optional
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 <attribute name="tfdmFlightCreationTime" type="fb:TimeType" use="optional">
 
<annotation>
   
<documentation>
                     The date and time at which a flight was originally created in the TFDM system.
                 
</documentation>
 
</annotation>
</attribute>

attribute NasFlightType/@tfmsFlightClass
type nas:TfmsFlightClassType
properties
use optional
facets
Kind Value Annotation
enumeration AIR_TAXI
documentation

                  taxi flights
              
enumeration LIFEGUARD
enumeration GA
documentation

                  General Aviation
              
enumeration CANADIAN_GA
enumeration MILITARY
documentation

                  Military flight
              
annotation
documentation

                     Denotes the flight class of the aircraft which is determined by the aircraft call
                     sign that is in the Aircraft Situation Display to Industry (ASDI) feed.
                 
source <attribute name="tfmsFlightClass" type="nas:TfmsFlightClassType" use="optional">
 
<annotation>
   
<documentation>
                     Denotes the flight class of the aircraft which is determined by the aircraft call
                     sign that is in the Aircraft Situation Display to Industry (ASDI) feed.
                 
</documentation>
 
</annotation>
</attribute>

attribute NasFlightType/@tfmsFlightCreationTime
type fb:TimeType
properties
use optional
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 <attribute name="tfmsFlightCreationTime" type="fb:TimeType" use="optional">
 
<annotation>
   
<documentation>
                     Indicates how long TFMS-Core has known of the flight.
                 
</documentation>
 
</annotation>
</attribute>

attribute NasFlightType/@userCategory
type nas:TfmsUserCategoryType
properties
use optional
facets
Kind Value Annotation
enumeration AIR_TAXI
enumeration CARGO
enumeration GA
enumeration MILITARY
enumeration OTHER
enumeration UNKNOWN
enumeration COMMERCIAL
annotation
documentation

                     Indicates the category of user operating the flight
                 
source <attribute name="userCategory" type="nas:TfmsUserCategoryType" use="optional">
 
<annotation>
   
<documentation>
                     Indicates the category of user operating the flight
                 
</documentation>
 
</annotation>
</attribute>

element NasFlightType/additionalFlightInformation
diagram Nas_diagrams/Nas_p169.png
namespace http://www.faa.aero/nas/4.2
type nas:NameValueListType
properties
minOcc 0
maxOcc 1
content complex
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 <element name="additionalFlightInformation" type="nas:NameValueListType" minOccurs="0" maxOccurs="1">
 
<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.
                    
</documentation>
 
</annotation>
</element>

element NasFlightType/assignedAltitude
diagram Nas_diagrams/Nas_p170.png
namespace http://www.faa.aero/nas/4.2
type nas:NasAltitudeType
properties
minOcc 0
maxOcc 1
content complex
children nas:above nas:altFixAlt nas:block nas:simple nas:vfr nas:vfrOnTop nas:vfrOnTopPlus nas:vfrPlus
annotation
documentation

                        The cruise altitude assigned to the active flight.
                    
source <element name="assignedAltitude" type="nas:NasAltitudeType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        The cruise altitude assigned to the active flight.
                    
</documentation>
 
</annotation>
</element>

element NasFlightType/controllingUnit
diagram Nas_diagrams/Nas_p171.png
namespace http://www.faa.aero/nas/4.2
type fb:AtcUnitReferenceType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension
attributes
Name  Type  Use  Default  Fixed  Annotation
controlSectorDesignator  fb:AirspaceDesignatorType  optional      
documentation

                     A published sequence of characters allowing the identification of a subdivision of
                     a designated control area within which responsibility is assigned to one controller
                     or to a small group of controllers.
                 
annotation
documentation

                        The identifier of the Air Traffic Control unit in control of the aircraft.
                        Identifies the ATC sector in control of the aircraft.
                    
source <element name="controllingUnit" type="fb:AtcUnitReferenceType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        The identifier of the Air Traffic Control unit in control of the aircraft.
                        Identifies the ATC sector in control of the aircraft.
                    
</documentation>
 
</annotation>
</element>

element NasFlightType/coordination
diagram Nas_diagrams/Nas_p172.png
namespace http://www.faa.aero/nas/4.2
type nas:NasCoordinationType
properties
minOcc 0
maxOcc 1
content complex
children nas:coordinationFix
attributes
Name  Type  Use  Default  Fixed  Annotation
coordinationTime  fb:TimeType  optional      
documentation

               The time to be used in conjunction with the Coordination Fix so processing for this
               flight (and its trajectory) can be synchronized for the next sector/facility.  It
                 coordinates   the flight plan with the aircraft position.
           
coordinationTimeHandling  nas:CoordinationTimeTypeType  optional      
documentation

               Container for Coordination Time Type.
               The indicator for the type of   Coordination Time  .
           
delayTimeToAbsorb  fb:DurationType  optional      
documentation

               Indicates the amount of time that needs to be absorbed during the flight. It is corrective
               action for meeting the goal of Estimated Departure Clearance Time (EDCT), when flight
               is already active and needs to arrive at the destination later than originally planned.
              
           
annotation
documentation

                        NAS extension to boundary crossing information: includes special handling for ccoordination
                        time type.
                    
source <element name="coordination" type="nas:NasCoordinationType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        NAS extension to boundary crossing information: includes special handling for ccoordination
                        time type.
                    
</documentation>
 
</annotation>
</element>

element NasFlightType/countryAirspace
diagram Nas_diagrams/Nas_p173.png
namespace http://www.faa.aero/nas/4.2
type list of fb:TextNameType
properties
minOcc 0
maxOcc 1
content simple
annotation
documentation

                        Comma delimited list of ICAO country codes indicating the airspace the flight traverses,
                        takes
                        off, or lands in.
                    
source <element name="countryAirspace" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        Comma delimited list of ICAO country codes indicating the airspace the flight traverses,
                        takes
                        off, or lands in.
                    
</documentation>
 
</annotation>
 
<simpleType>
   
<list itemType="fb:TextNameType"/>
 
</simpleType>
</element>

element NasFlightType/finalControllingUnit
diagram Nas_diagrams/Nas_p174.png
namespace http://www.faa.aero/nas/4.2
type fb:AtcUnitReferenceType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension
attributes
Name  Type  Use  Default  Fixed  Annotation
controlSectorDesignator  fb:AirspaceDesignatorType  optional      
documentation

                     A published sequence of characters allowing the identification of a subdivision of
                     a designated control area within which responsibility is assigned to one controller
                     or to a small group of controllers.
                 
annotation
documentation

                        The last sector in the current controlling center.
                    
source <element name="finalControllingUnit" type="fb:AtcUnitReferenceType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        The last sector in the current controlling center.
                    
</documentation>
 
</annotation>
</element>

element NasFlightType/flightDelay
diagram Nas_diagrams/Nas_p175.png
namespace http://www.faa.aero/nas/4.2
type nas:FlightDelayType
properties
minOcc 0
maxOcc 1
content complex
children nas:delayReason
attributes
Name  Type  Use  Default  Fixed  Annotation
delayStatus  nas:FlightDelayStatusType  optional      
documentation

               Provides the delay status for a flight.
           
annotation
documentation

                        Contains information about flight delay and reason
                    
source <element name="flightDelay" type="nas:FlightDelayType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        Contains information about flight delay and reason
                    
</documentation>
 
</annotation>
</element>

element NasFlightType/flightIdentificationPrevious
diagram Nas_diagrams/Nas_p176.png
namespace http://www.faa.aero/nas/4.2
type fx:FlightIdentificationType
properties
minOcc 0
maxOcc 1
content complex
children fb:extension
attributes
Name  Type  Use  Default  Fixed  Annotation
aircraftIdentification  fb:AircraftIdentificationType  optional      
documentation

                     A group of letters, figures or a combination thereof which is either identical to,
                     or the coded equivalent of, the aircraft call sign to be used in air-ground communications,
                     and which is used to identify the aircraft in ground-ground air traffic services
                     communications. [ICAO Doc 4444]
                 
annotation
documentation

                        The aircraft identification prior to a modification.
                    
source <element name="flightIdentificationPrevious" type="fx:FlightIdentificationType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        The aircraft identification prior to a modification.
                    
</documentation>
 
</annotation>
</element>

element NasFlightType/flightPlan
diagram Nas_diagrams/Nas_p177.png
namespace http://www.faa.aero/nas/4.2
type nas:NasFlightPlanType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
flightPlanRemarks  fb:CharacterStringType  optional      
documentation

               NAS Flight Plan Field 11 remarks processed by the Traffic Flow Management System
               (TFMS) and used for TFM purposes.
           
identifier  fb:CharacterStringType  optional      
documentation

               The flight plan identifier is used to uniquely name a flight plan within the scope
               of its flight.
           
starsFlightPlanDeletedIndicator  nas:StarsFlightPlanDeletedIndicatorType  optional      
documentation

               Indicates if a flight plan and associated data are deleted.
           
starsFlightPlanStatus  nas:StarsFlightPlanStatusType  optional      
documentation

               Flight Plan Status: Pending, Active, Terminated, Passive.
           
starsFlightPlanSuspendedIndicator  nas:StarsFlightPlanSuspendedIndicatorType  optional      
documentation

               Flight plan suspended.
           
annotation
documentation

                        NAS Flight Plan Information
                    
source <element name="flightPlan" type="nas:NasFlightPlanType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        NAS Flight Plan Information
                    
</documentation>
 
</annotation>
</element>

element NasFlightType/flightStatus
diagram Nas_diagrams/Nas_p178.png
namespace http://www.faa.aero/nas/4.2
type nas:NasFlightStatusType
properties
minOcc 0
maxOcc 1
content complex
children nas:tfdmAtcFlightState nas:tfdmFlightState nas:tfmsCancellationReason
attributes
Name  Type  Use  Default  Fixed  Annotation
airborneHold  nas:AirborneHoldIndicatorType  optional      
documentation

               Specifies whether or not the aircraft is in an airborne hold.
           
sfdpsFlightStatus  nas:SfdpsFlightStatusType  optional      
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).
           
starsFlightStatus  nas:StarsFlightStatusType  optional      
documentation

               STARS flight type. Arrival (A), Departure (P or D), or Enroute (E).
           
tfmsFlightStatus  nas:TfmsFlightStatusType  optional      
documentation

               Indicates the current status of the flight, as determined by Traffic Flow Management
               System (TFMS).
           
annotation
documentation

                        Identifies the aspect of the flight life cycle.
                    
source <element name="flightStatus" type="nas:NasFlightStatusType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        Identifies the aspect of the flight life cycle.
                    
</documentation>
 
</annotation>
</element>

element NasFlightType/interimAltitude
diagram Nas_diagrams/Nas_p179.png
namespace http://www.faa.aero/nas/4.2
type nas:SimpleAltitudeType
properties
minOcc 0
maxOcc 1
content complex
nillable true
children fb:extension fb:altitude fb:flightLevel
annotation
documentation

                        The altitude an aircraft is cleared to maintain different from that in the flight
                        plan.
                    
source <element name="interimAltitude" type="nas:SimpleAltitudeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        The altitude an aircraft is cleared to maintain different from that in the flight
                        plan.
                    
</documentation>
 
</annotation>
</element>

element NasFlightType/nasTmi
diagram Nas_diagrams/Nas_p180.png
namespace http://www.faa.aero/nas/4.2
type nas:NasTmiType
properties
minOcc 0
maxOcc 2000
content complex
children nas:advisories nas:airspaceConstraints nas:arrivalSlot nas:ctop nas:preImplicitSubstitution nas:reroute nas:tfmProgramInformation nas:tmiCompliance nas:tmiExemption
attributes
Name  Type  Use  Default  Fixed  Annotation
controlType  nas:ControlTypeType  optional      
documentation

               If a flight is controlled [i.e., has a Controlled Time of Departure (CTD) and Controlled
               Time of Arrival (CTA)], this element indicates the specific source of the current
               control times for this flight.
           
controlndicator  nas:ControlIndicatorType  optional      
documentation

               Indicator used to describe when flight control is active or canceled.
           
substitutionRightsIndicator  nas:SubstitutionRightsIndicatorType  optional      
documentation

               Indicates whether any NAS user has substitution rights for this flight.
           
tfmsFlightPriority  fb:CountType  optional      
documentation

               Relative priority of a flight compared to other flights for the same airspace user.
              
           
annotation
documentation

                        NAS Traffic Management Initiative Information
                    
source <element name="nasTmi" type="nas:NasTmiType" minOccurs="0" maxOccurs="2000">
 
<annotation>
   
<documentation>
                        NAS Traffic Management Initiative Information
                    
</documentation>
 
</annotation>
</element>

element NasFlightType/requestedAirspeed
diagram Nas_diagrams/Nas_p181.png
namespace http://www.faa.aero/nas/4.2
type nas:NasAirspeedChoiceType
properties
minOcc 0
maxOcc 1
content complex
children nas:classified nas:nasAirspeed
annotation
documentation

                        The indication that the speed for this flight is classified and is not to be recorded.
                       
                    
source <element name="requestedAirspeed" type="nas:NasAirspeedChoiceType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        The indication that the speed for this flight is classified and is not to be recorded.
                       
                    
</documentation>
 
</annotation>
</element>

element NasFlightType/requestedAltitude
diagram Nas_diagrams/Nas_p182.png
namespace http://www.faa.aero/nas/4.2
type nas:NasAltitudeType
properties
minOcc 0
maxOcc 1
content complex
children nas:above nas:altFixAlt nas:block nas:simple nas:vfr nas:vfrOnTop nas:vfrOnTopPlus nas:vfrPlus
annotation
documentation

                        The cruise altitude filed or requested for the proposed flight.
                    
source <element name="requestedAltitude" type="nas:NasAltitudeType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        The cruise altitude filed or requested for the proposed flight.
                    
</documentation>
 
</annotation>
</element>

element NasFlightType/surfaceEvents
diagram Nas_diagrams/Nas_p183.png
namespace http://www.faa.aero/nas/4.2
type nas:SurfaceEventsType
properties
minOcc 0
maxOcc 1
content complex
attributes
Name  Type  Use  Default  Fixed  Annotation
stddsSpotIn  fb:TimeType  optional      
documentation

               Surface Event as determined by a surface movement service.  This event represents
               when a flight has exited a movement area and transitioned into a ramp area.
           
stddsSpotOut  fb:TimeType  optional      
documentation

               Surface Event as determined by a surface movement service.  This event represents
               when a flight has exited a ramp area and transitioned into a movement area.
           
stddsWheelsOff  fb:TimeType  optional      
documentation

               Surface Event as determined by a surface movement service.  This event represents
               when a flight has left the ground during take off.
           
stddsWheelsOn  fb:TimeType  optional      
documentation

               Surface Event as determined by a surface movement service.  This event represents
               when a flight has touched down on the ground during a landing.
           
annotation
documentation

                        Container for STDDS surface events such as  OOOI (off, on, out, in).
                    
source <element name="surfaceEvents" type="nas:SurfaceEventsType" minOccurs="0" maxOccurs="1">
 
<annotation>
   
<documentation>
                        Container for STDDS surface events such as  OOOI (off, on, out, in).
                    
</documentation>
 
</annotation>
</element>


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