Showing:

Annotations
Attributes
Diagrams
Facets
Instances
Properties
Source
Used by
Included schema NasDeparture.xsd
Namespace http://www.faa.aero/nas/4.2
Annotations
Copyright (c) 2016 US Federal Aviation Administration (FAA) 
=========================================== 
All rights reserved. 
 
Redistribution and use in source and binary forms, with or without modification, 
are permitted provided that the following conditions are met: 
* Redistributions of source code must retain the above copyright notice, this list 
of conditions and the disclaimer. 
* Redistributions in binary form must reproduce the above copyright notice, this 
list of conditions and the disclaimer in the documentation and/or other materials 
provided with the distribution. 
* The name of US FAA or the names of its contributors may not be used to endorse 
or promote products derived from this specification without specific prior written 
permission. 
 
DISCLAIMER 
 
THIS SPECIFICATION IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 
AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED 
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 
IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, 
INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 
TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 
BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 
CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN 
ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH 
DAMAGE. 
 
========================================== 
Editorial note: this license is an instance of the BSD license template as provided 
by the Open Source Initiative: 
http://www.opensource.org/licenses/bsd-license.php 
 
The authoritative reference for FIXM is www.FIXM.aero. 
 
Details on the US FAA: http://www.faa.gov/
Package contains NAS specific extension to the FIXM Core FlightDeparture.
Properties
attribute form default: unqualified
element form default: qualified
version: 4.2.0
Element nas:DeicingInformation
Namespace http://www.faa.aero/nas/4.2
Diagram
Diagram NasDeparture_xsd.tmp#DeicingInformationType_deicingIntent NasDeparture_xsd.tmp#DeicingInformationType_deicingLocation NasDeparture_xsd.tmp#DeicingInformationType
Type nas:DeicingInformationType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
deicingIntent nas:DeicingIntentType optional
Indicates the intent for the flight to be deiced.
deicingLocation fb:CharacterStringType optional
Indicates the location where the flight intends to be deiced.
Source
<element name="DeicingInformation" type="nas:DeicingInformationType"/>
Element nas:DepartureDelay
Namespace http://www.faa.aero/nas/4.2
Diagram
Diagram NasDeparture_xsd.tmp#DepartureDelayType_delayEndTime NasDeparture_xsd.tmp#DepartureDelayType_delayStartTime NasDeparture_xsd.tmp#DepartureDelayType_facilityToCharge NasDeparture_xsd.tmp#DepartureDelayType_reason NasDeparture_xsd.tmp#DepartureDelayType_remarks NasDeparture_xsd.tmp#DepartureDelayType_tmiIdentifier NasDeparture_xsd.tmp#DepartureDelayType
Type nas:DepartureDelayType
Properties
content: complex
Attributes
QName Type Fixed Default Use Annotation
delayEndTime fb:TimeType optional
Departure delay end time.
delayStartTime fb:TimeType optional
Departure delay start time.
facilityToCharge fb:CharacterStringType optional
The facility the delay is attributed to
reason nas:DepartureDelayReasonType optional
Represents the reason for flight departure delay.
remarks fb:CharacterStringType optional
Additional information to explain the conditions or causes associated with the delay
tmiIdentifier fb:CharacterStringType optional
The identified TMI cause, if applicable
Source
<element name="DepartureDelay" type="nas:DepartureDelayType"/>
Element nas:NasDepartureType / nas:acceptableRunway
Namespace http://www.faa.aero/nas/4.2
Annotations
List of acceptable departure runway names.
Diagram
Diagram
Type list of fb:RunwayDirectionDesignatorType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<element name="acceptableRunway" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>List of acceptable departure runway names.</documentation>
  </annotation>
  <simpleType>
    <list itemType="fb:RunwayDirectionDesignatorType"/>
  </simpleType>
</element>
Element nas:NasDepartureType / nas:deicing
Namespace http://www.faa.aero/nas/4.2
Annotations
Indicates the intent for the flight to be deiced and the intended deicing location.
Diagram
Diagram NasDeparture_xsd.tmp#DeicingInformationType_deicingIntent NasDeparture_xsd.tmp#DeicingInformationType_deicingLocation NasDeparture_xsd.tmp#DeicingInformationType
Type nas:DeicingInformationType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
deicingIntent nas:DeicingIntentType optional
Indicates the intent for the flight to be deiced.
deicingLocation fb:CharacterStringType optional
Indicates the location where the flight intends to be deiced.
Source
<element name="deicing" type="nas:DeicingInformationType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Indicates the intent for the flight to be deiced and the intended deicing location.</documentation>
  </annotation>
</element>
Element nas:NasDepartureType / nas:departureCenter
Namespace http://www.faa.aero/nas/4.2
Annotations
Indicates the Air Route Traffic Control Center (ARTCC) for the departure point for 
a flight.
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType Organization_xsd.tmp#AtcUnitReferenceType_controlSectorDesignator Organization_xsd.tmp#AtcUnitReferenceType
Type fb:AtcUnitReferenceType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fb:extension{0,2000}
Children fb:extension
Instance
<nas:departureCenter controlSectorDesignator="">
  <fb:extension>{0,2000}</fb:extension>
</nas:departureCenter>
Attributes
QName Type Fixed Default Use Annotation
controlSectorDesignator fb:AirspaceDesignatorType optional
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.
Source
<element name="departureCenter" type="fb:AtcUnitReferenceType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Indicates the Air Route Traffic Control Center (ARTCC) for the departure point for a flight.</documentation>
  </annotation>
</element>
Element nas:NasDepartureType / nas:departureDelay
Namespace http://www.faa.aero/nas/4.2
Annotations
Contains information about flight departure delay.
Diagram
Diagram NasDeparture_xsd.tmp#DepartureDelayType_delayEndTime NasDeparture_xsd.tmp#DepartureDelayType_delayStartTime NasDeparture_xsd.tmp#DepartureDelayType_facilityToCharge NasDeparture_xsd.tmp#DepartureDelayType_reason NasDeparture_xsd.tmp#DepartureDelayType_remarks NasDeparture_xsd.tmp#DepartureDelayType_tmiIdentifier NasDeparture_xsd.tmp#DepartureDelayType
Type nas:DepartureDelayType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
delayEndTime fb:TimeType optional
Departure delay end time.
delayStartTime fb:TimeType optional
Departure delay start time.
facilityToCharge fb:CharacterStringType optional
The facility the delay is attributed to
reason nas:DepartureDelayReasonType optional
Represents the reason for flight departure delay.
remarks fb:CharacterStringType optional
Additional information to explain the conditions or causes associated with the delay
tmiIdentifier fb:CharacterStringType optional
The identified TMI cause, if applicable
Source
<element name="departureDelay" type="nas:DepartureDelayType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Contains information about flight departure delay.</documentation>
  </annotation>
</element>
Element nas:NasDepartureType / nas:departureFix
Namespace http://www.faa.aero/nas/4.2
Annotations
The point at which the responsibility for control of the flight is transferred from 
the Terminal Air Traffic Control unit to the En Route Air Traffic Control unit (Centre, 
ARTCC).
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType Airspace_xsd.tmp#SignificantPointType
Type fb:SignificantPointType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fb:extension{0,2000}
Children fb:extension
Instance
<nas:departureFix>
  <fb:extension>{0,2000}</fb:extension>
</nas:departureFix>
Source
<element name="departureFix" type="fb:SignificantPointType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The point at which the responsibility for control of the flight is transferred from the Terminal Air Traffic Control unit to the En Route Air Traffic Control unit (Centre, ARTCC).</documentation>
  </annotation>
</element>
Element nas:NasDepartureType / nas:departureProcedureTransitionFix
Namespace http://www.faa.aero/nas/4.2
Annotations
The name for the Departure Procedure Transition Fix
Diagram
Diagram Extension_xsd.tmp#ExtensibleType_extension Extension_xsd.tmp#ExtensibleType Airspace_xsd.tmp#SignificantPointType
Type fb:SignificantPointType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model fb:extension{0,2000}
Children fb:extension
Instance
<nas:departureProcedureTransitionFix>
  <fb:extension>{0,2000}</fb:extension>
</nas:departureProcedureTransitionFix>
Source
<element name="departureProcedureTransitionFix" type="fb:SignificantPointType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The name for the Departure Procedure Transition Fix</documentation>
  </annotation>
</element>
Element nas:NasDepartureType / nas:movementAreaActualEntryTime
Namespace http://www.faa.aero/nas/4.2
Annotations
The time at which a flight actually entered  the Airport Movement Area (AMA).
Diagram
Diagram NasCommon_xsd.tmp#ProvenanceType_reportedTimestamp NasCommon_xsd.tmp#ProvenanceType_source NasCommon_xsd.tmp#ProvenanceType NasCommon_xsd.tmp#ReportedTimeType_time NasCommon_xsd.tmp#ReportedTimeType
Type nas:ReportedTimeType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
reportedTimestamp fb:TimeType optional
Indicates the timestamp of when the time was reported.
source nas:SourceType optional
Source of the time report.
time fb:TimeType optional
Time which is the subject of the ReportedTime.
Source
<element name="movementAreaActualEntryTime" type="nas:ReportedTimeType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The time at which a flight actually entered the Airport Movement Area (AMA).</documentation>
  </annotation>
</element>
Element nas:NasDepartureType / nas:movementAreaHoldIntent
Namespace http://www.faa.aero/nas/4.2
Annotations
Indicates the intent for a flight to hold in the airport non-movement area due to 
unavailability of a parking stand or ramp access, and the time when the flight is 
estimated to enter and exit the airport movement area.
Diagram
Diagram NasFlightIntent_xsd.tmp#MovementAreaHoldInformationType_estimatedEntryTime NasFlightIntent_xsd.tmp#MovementAreaHoldInformationType_estimatedExitTime NasFlightIntent_xsd.tmp#MovementAreaHoldInformationType_holdIntent NasFlightIntent_xsd.tmp#MovementAreaHoldInformationType
Type nas:MovementAreaHoldInformationType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
estimatedEntryTime fb:TimeType optional
Indicates the time when the flight will enter a hold in the airport movement area.
estimatedExitTime fb:TimeType optional
Indicates the time when the flight will exit a hold in the airport movement area.
holdIntent nas:HoldIntentType optional
Indicates the intent for a flight to hold in the airport movement area due to unavailability 
of a parking stand or ramp access.
Source
<element name="movementAreaHoldIntent" type="nas:MovementAreaHoldInformationType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Indicates the intent for a flight to hold in the airport non-movement area due to unavailability of a parking stand or ramp access, and the time when the flight is estimated to enter and exit the airport movement area.</documentation>
  </annotation>
</element>
Element nas:NasDepartureType / nas:offBlockTime
Namespace http://www.faa.aero/nas/4.2
Annotations
Information about flight gate departure time.
Diagram
Diagram NasDeparture_xsd.tmp#NasOffBlockTimeType_initial NasDeparture_xsd.tmp#NasOffBlockTimeType_scheduled NasDeparture_xsd.tmp#NasOffBlockTimeType_actual NasDeparture_xsd.tmp#NasOffBlockTimeType_earliest NasDeparture_xsd.tmp#NasOffBlockTimeType_estimated NasDeparture_xsd.tmp#NasOffBlockTimeType
Type nas:NasOffBlockTimeType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model nas:actual{0,1} , nas:earliest{0,1} , nas:estimated{0,2000}
Children nas:actual, nas:earliest, nas:estimated
Instance
<nas:offBlockTime initial="" scheduled="">
  <nas:actual reportedTimestamp="" source="" time="">{0,1}</nas:actual>
  <nas:earliest reportedTimestamp="" source="" time="">{0,1}</nas:earliest>
  <nas:estimated reportedTimestamp="" source="" time="">{0,2000}</nas:estimated>
</nas:offBlockTime>
Attributes
QName Type Fixed Default Use Annotation
initial fb:TimeType optional
The date and time at which a flight was originally planning to depart the stand.
scheduled fb:TimeType optional
Scheduled gate time of departure for a flight, as provided by the OAG (Official Airline 
Guide).
Source
<element name="offBlockTime" type="nas:NasOffBlockTimeType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Information about flight gate departure time.</documentation>
  </annotation>
</element>
Element nas:NasOffBlockTimeType / nas:actual
Namespace http://www.faa.aero/nas/4.2
Annotations
The actual off-block time for a flight reported by a source.
Diagram
Diagram NasCommon_xsd.tmp#ProvenanceType_reportedTimestamp NasCommon_xsd.tmp#ProvenanceType_source NasCommon_xsd.tmp#ProvenanceType NasCommon_xsd.tmp#ReportedTimeType_time NasCommon_xsd.tmp#ReportedTimeType
Type nas:ReportedTimeType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
reportedTimestamp fb:TimeType optional
Indicates the timestamp of when the time was reported.
source nas:SourceType optional
Source of the time report.
time fb:TimeType optional
Time which is the subject of the ReportedTime.
Source
<element name="actual" type="nas:ReportedTimeType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The actual off-block time for a flight reported by a source.</documentation>
  </annotation>
</element>
Element nas:NasOffBlockTimeType / nas:earliest
Namespace http://www.faa.aero/nas/4.2
Annotations
The earliest time an aircraft can push back or taxi from the stand.
Diagram
Diagram NasCommon_xsd.tmp#ProvenanceType_reportedTimestamp NasCommon_xsd.tmp#ProvenanceType_source NasCommon_xsd.tmp#ProvenanceType NasCommon_xsd.tmp#ReportedTimeType_time NasCommon_xsd.tmp#ReportedTimeType
Type nas:ReportedTimeType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
reportedTimestamp fb:TimeType optional
Indicates the timestamp of when the time was reported.
source nas:SourceType optional
Source of the time report.
time fb:TimeType optional
Time which is the subject of the ReportedTime.
Source
<element name="earliest" type="nas:ReportedTimeType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The earliest time an aircraft can push back or taxi from the stand.</documentation>
  </annotation>
</element>
Element nas:NasOffBlockTimeType / nas:estimated
Namespace http://www.faa.aero/nas/4.2
Annotations
The estimated off-block time for a flight, as provided from the NAS flight plan 
The estimated time at which a flight will depart from the stand as provided by the 
airspace user.
Diagram
Diagram NasCommon_xsd.tmp#ProvenanceType_reportedTimestamp NasCommon_xsd.tmp#ProvenanceType_source NasCommon_xsd.tmp#ProvenanceType NasCommon_xsd.tmp#ReportedTimeType_time NasCommon_xsd.tmp#ReportedTimeType
Type nas:ReportedTimeType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 2000
Attributes
QName Type Fixed Default Use Annotation
reportedTimestamp fb:TimeType optional
Indicates the timestamp of when the time was reported.
source nas:SourceType optional
Source of the time report.
time fb:TimeType optional
Time which is the subject of the ReportedTime.
Source
<element name="estimated" type="nas:ReportedTimeType" minOccurs="0" maxOccurs="2000">
  <annotation>
    <documentation>The estimated off-block time for a flight, as provided from the NAS flight plan The estimated time at which a flight will depart from the stand as provided by the airspace user.</documentation>
  </annotation>
</element>
Element nas:NasDepartureType / nas:runwayDepartureTime
Namespace http://www.faa.aero/nas/4.2
Annotations
Container for NAS Specific Runway Departure Times.
Diagram
Diagram NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_base NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_controlled NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_original NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_originalControlled NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_preferred NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_target NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_tbfmControlled NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_actual NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_earliest NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_estimated NasDeparture_xsd.tmp#NasRunwayDepartureTimeType
Type nas:NasRunwayDepartureTimeType
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Model nas:actual{0,2000} , nas:earliest{0,1} , nas:estimated{0,2000}
Children nas:actual, nas:earliest, nas:estimated
Instance
<nas:runwayDepartureTime base="" controlled="" original="" originalControlled="" preferred="" target="" tbfmControlled="">
  <nas:actual reportedTimestamp="" source="" time="">{0,2000}</nas:actual>
  <nas:earliest reportedTimestamp="" source="" time="">{0,1}</nas:earliest>
  <nas:estimated estimatedType="">{0,2000}</nas:estimated>
</nas:runwayDepartureTime>
Attributes
QName Type Fixed Default Use Annotation
base fb:TimeType optional
The last Runway Departure Time - Traffic Flow Management System Estimated modeled 
by TFMS before either a Traffic Management Initiative (TMI) is issued, or the flight 
departs and includes any time-out delay modeled by TFMS.
controlled fb:TimeType optional
The time at which a flight is required to take off from the runway as a result of 
a tactical slot allocation or a Traffic Management Initiative.
original fb:TimeType optional
The last Runway Departure Time - Traffic Flow Management System Estimated modeled 
by TFMS before either a Traffic Management Initiative (TMI) is issued, or the flight 
departs, or the flight is  time-out  delayed by TFMS.
originalControlled fb:TimeType optional
The first controlled departure time (CTD/EDCT) issued for a flight for the control 
element which currently controls the flight.
preferred fb:TimeType optional
A runway departure time which, when considered in aggregate with other flights for 
that Airspace User, indicates the preferred departure sequence.
target fb:TimeType optional
Target Take Off Time (TTOT)
tbfmControlled fb:TimeType optional
The time at which a flight is required to take off from the runway as scheduled by 
Time Based Flow Management.
Source
<element name="runwayDepartureTime" type="nas:NasRunwayDepartureTimeType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Container for NAS Specific Runway Departure Times.</documentation>
  </annotation>
</element>
Element nas:NasRunwayDepartureTimeType / nas:actual
Namespace http://www.faa.aero/nas/4.2
Annotations
Contains information about actual runway time. 
The actual runway departure time, as determined by a reported source. 
 
These fields in the U.S. extension  are used in order to allow providing provenances 
source data.  Actual time that does not include provenance source data should be 
recorded in Core.Departure.actualTimeOfDeparture.
Diagram
Diagram NasCommon_xsd.tmp#ProvenanceType_reportedTimestamp NasCommon_xsd.tmp#ProvenanceType_source NasCommon_xsd.tmp#ProvenanceType NasCommon_xsd.tmp#ReportedTimeType_time NasCommon_xsd.tmp#ReportedTimeType
Type nas:ReportedTimeType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 2000
Attributes
QName Type Fixed Default Use Annotation
reportedTimestamp fb:TimeType optional
Indicates the timestamp of when the time was reported.
source nas:SourceType optional
Source of the time report.
time fb:TimeType optional
Time which is the subject of the ReportedTime.
Source
<element name="actual" type="nas:ReportedTimeType" minOccurs="0" maxOccurs="2000">
  <annotation>
    <documentation>Contains information about actual runway time. The actual runway departure time, as determined by a reported source. These fields in the U.S. extension are used in order to allow providing provenances source data. Actual time that does not include provenance source data should be recorded in Core.Departure.actualTimeOfDeparture.</documentation>
  </annotation>
</element>
Element nas:NasRunwayDepartureTimeType / nas:earliest
Namespace http://www.faa.aero/nas/4.2
Annotations
The earliest time a flight can takeoff (wheels-off) based on its "earliest off block 
time" and other factors, as determined by the reporting source.
Diagram
Diagram NasCommon_xsd.tmp#ProvenanceType_reportedTimestamp NasCommon_xsd.tmp#ProvenanceType_source NasCommon_xsd.tmp#ProvenanceType NasCommon_xsd.tmp#ReportedTimeType_time NasCommon_xsd.tmp#ReportedTimeType
Type nas:ReportedTimeType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
reportedTimestamp fb:TimeType optional
Indicates the timestamp of when the time was reported.
source nas:SourceType optional
Source of the time report.
time fb:TimeType optional
Time which is the subject of the ReportedTime.
Source
<element name="earliest" type="nas:ReportedTimeType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The earliest time a flight can takeoff (wheels-off) based on its "earliest off block time" and other factors, as determined by the reporting source.</documentation>
  </annotation>
</element>
Element nas:NasRunwayDepartureTimeType / nas:estimated
Namespace http://www.faa.aero/nas/4.2
Annotations
The estimated runway departure time considering all data sources, as determined by 
Traffic Flow Management System (TFMS). 
The estimated time of runway departure, as provided by the Airspace User.
Diagram
Diagram Extension_xsd.tmp#ExtensionType NasDeparture_xsd.tmp#NasRunwayDepartureEstimatedType_estimatedType NasDeparture_xsd.tmp#NasRunwayDepartureEstimatedType
Type nas:NasRunwayDepartureEstimatedType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 2000
Attributes
QName Type Fixed Default Use Annotation
estimatedType nas:TfmsEstimatedDepartureTypeType optional
The type for the estimated runway departure time determined by Traffic Flow Management 
System (TFMS).
Source
<element name="estimated" type="nas:NasRunwayDepartureEstimatedType" minOccurs="0" maxOccurs="2000">
  <annotation>
    <documentation>The estimated runway departure time considering all data sources, as determined by Traffic Flow Management System (TFMS). The estimated time of runway departure, as provided by the Airspace User.</documentation>
  </annotation>
</element>
Element nas:NasDepartureType / nas:runwayInformation
Namespace http://www.faa.aero/nas/4.2
Annotations
Contains supplementary information for the departure runway designator such as provenance 
and classification type.
Diagram
Diagram NasCommon_xsd.tmp#ProvenanceType_reportedTimestamp NasCommon_xsd.tmp#ProvenanceType_source NasCommon_xsd.tmp#ProvenanceType NasCommon_xsd.tmp#NasRunwayInformationType_classificationType NasCommon_xsd.tmp#NasRunwayInformationType
Type nas:NasRunwayInformationType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
classificationType nas:RunwayClassificationTypeType optional
Indicates the level of certainty of the runway to be used by the flight.  Well prior 
to the use of the runway, the name of the runway is just a prediction.  However, 
as the flight’s window to use the runway gets shorter, the runway would be assigned 
to the flight.  Once landed, the actual runway used by the flight would be reported.
reportedTimestamp fb:TimeType optional
Indicates the timestamp of when the time was reported.
source nas:SourceType optional
Source of the time report.
Source
<element name="runwayInformation" type="nas:NasRunwayInformationType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>Contains supplementary information for the departure runway designator such as provenance and classification type.</documentation>
  </annotation>
</element>
Element nas:NasDepartureType / nas:standInformation
Namespace http://www.faa.aero/nas/4.2
Annotations
The name of the departure stand assignment.
Diagram
Diagram NasCommon_xsd.tmp#ProvenanceType_reportedTimestamp NasCommon_xsd.tmp#ProvenanceType_source NasCommon_xsd.tmp#ProvenanceType NasCommon_xsd.tmp#NasStandInformationType_standName NasCommon_xsd.tmp#NasStandInformationType
Type nas:NasStandInformationType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
reportedTimestamp fb:TimeType optional
Indicates the timestamp of when the time was reported.
source nas:SourceType optional
Source of the time report.
standName fb:TextNameType optional
Name of the stand.
Source
<element name="standInformation" type="nas:NasStandInformationType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>The name of the departure stand assignment.</documentation>
  </annotation>
</element>
Element nas:NasDepartureType / nas:tfmsDepartureProcedure
Namespace http://www.faa.aero/nas/4.2
Annotations
This is the name of a published departure procedure extending from the departure 
runway to the start of the en route part of the aircraft's route.
Diagram
Diagram Extension_xsd.tmp#ExtensionType NasAirspace_xsd.tmp#TfmsInstrumentRouteDesignatorType_routeType NasAirspace_xsd.tmp#TfmsInstrumentRouteDesignatorType
Type nas:TfmsInstrumentRouteDesignatorType
Type hierarchy
Properties
content: complex
minOccurs: 0
maxOccurs: 1
Attributes
QName Type Fixed Default Use Annotation
routeType nas:TfmsRouteTypeType optional
Provides the route type for a Departure Procedure or a Standard Instrument Arrival
Source
<element name="tfmsDepartureProcedure" type="nas:TfmsInstrumentRouteDesignatorType" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>This is the name of a published departure procedure extending from the departure runway to the start of the en route part of the aircraft's route.</documentation>
  </annotation>
</element>
Element nas:NasDepartureType / nas:unacceptableRunway
Namespace http://www.faa.aero/nas/4.2
Annotations
List of unacceptable departure runway names.
Diagram
Diagram
Type list of fb:RunwayDirectionDesignatorType
Properties
content: simple
minOccurs: 0
maxOccurs: 1
Source
<element name="unacceptableRunway" minOccurs="0" maxOccurs="1">
  <annotation>
    <documentation>List of unacceptable departure runway names.</documentation>
  </annotation>
  <simpleType>
    <list itemType="fb:RunwayDirectionDesignatorType"/>
  </simpleType>
</element>
Element nas:NasDeparture
Namespace http://www.faa.aero/nas/4.2
Diagram
Diagram Extension_xsd.tmp#ExtensionType NasDeparture_xsd.tmp#NasDepartureType_airportMonitoringStatus NasDeparture_xsd.tmp#NasDepartureType_approvalRequestReleaseTime NasDeparture_xsd.tmp#NasDepartureType_clearanceDeliveryTime NasDeparture_xsd.tmp#NasDepartureType_departureFixTime NasDeparture_xsd.tmp#NasDepartureType_departurePointText NasDeparture_xsd.tmp#NasDepartureType_departureReadinessIndicator NasDeparture_xsd.tmp#NasDepartureType_intendedDepartureSpot NasDeparture_xsd.tmp#NasDepartureType_movementAreaTargetEntryTime NasDeparture_xsd.tmp#NasDepartureType_nonMovementAreaHoldIntent NasDeparture_xsd.tmp#NasDepartureType_runwayActualEntryTime NasDeparture_xsd.tmp#NasDepartureType_runwayQueueActualEntryTime NasDeparture_xsd.tmp#NasDepartureType_runwayUnassignedDesignator NasDeparture_xsd.tmp#NasDepartureType_standReturnIntent NasDeparture_xsd.tmp#NasDepartureType_timeOutDelay NasDeparture_xsd.tmp#NasDepartureType_tmatMarkedForSubstitution NasDeparture_xsd.tmp#NasDepartureType_tmatRelinquishIndicator NasDeparture_xsd.tmp#NasDepartureType_acceptableRunway NasDeparture_xsd.tmp#NasDepartureType_deicing NasDeparture_xsd.tmp#NasDepartureType_departureCenter NasDeparture_xsd.tmp#NasDepartureType_departureDelay NasDeparture_xsd.tmp#NasDepartureType_departureFix NasDeparture_xsd.tmp#NasDepartureType_departureProcedureTransitionFix NasDeparture_xsd.tmp#NasDepartureType_movementAreaActualEntryTime NasDeparture_xsd.tmp#NasDepartureType_movementAreaHoldIntent NasDeparture_xsd.tmp#NasDepartureType_offBlockTime NasDeparture_xsd.tmp#NasDepartureType_runwayDepartureTime NasDeparture_xsd.tmp#NasDepartureType_runwayInformation NasDeparture_xsd.tmp#NasDepartureType_standInformation NasDeparture_xsd.tmp#NasDepartureType_tfmsDepartureProcedure NasDeparture_xsd.tmp#NasDepartureType_unacceptableRunway NasDeparture_xsd.tmp#NasDepartureType Extension_xsd.tmp#Extension
Type nas:NasDepartureType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Model nas:acceptableRunway{0,1} , nas:deicing{0,1} , nas:departureCenter{0,1} , nas:departureDelay{0,1} , nas:departureFix{0,1} , nas:departureProcedureTransitionFix{0,1} , nas:movementAreaActualEntryTime{0,1} , nas:movementAreaHoldIntent{0,1} , nas:offBlockTime{0,1} , nas:runwayDepartureTime{0,1} , nas:runwayInformation{0,1} , nas:standInformation{0,1} , nas:tfmsDepartureProcedure{0,1} , nas:unacceptableRunway{0,1}
Children nas:acceptableRunway, nas:deicing, nas:departureCenter, nas:departureDelay, nas:departureFix, nas:departureProcedureTransitionFix, nas:movementAreaActualEntryTime, nas:movementAreaHoldIntent, nas:offBlockTime, nas:runwayDepartureTime, nas:runwayInformation, nas:standInformation, nas:tfmsDepartureProcedure, nas:unacceptableRunway
Instance
<nas:NasDeparture airportMonitoringStatus="" approvalRequestReleaseTime="" clearanceDeliveryTime="" departureFixTime="" departurePointText="" departureReadinessIndicator="" intendedDepartureSpot="" movementAreaTargetEntryTime="" nonMovementAreaHoldIntent="" runwayActualEntryTime="" runwayQueueActualEntryTime="" runwayUnassignedDesignator="" standReturnIntent="" timeOutDelay="" tmatMarkedForSubstitution="" tmatRelinquishIndicator="">
  <nas:acceptableRunway>{0,1}</nas:acceptableRunway>
  <nas:deicing deicingIntent="" deicingLocation="">{0,1}</nas:deicing>
  <nas:departureCenter controlSectorDesignator="">{0,1}</nas:departureCenter>
  <nas:departureDelay delayEndTime="" delayStartTime="" facilityToCharge="" reason="" remarks="" tmiIdentifier="">{0,1}</nas:departureDelay>
  <nas:departureFix>{0,1}</nas:departureFix>
  <nas:departureProcedureTransitionFix>{0,1}</nas:departureProcedureTransitionFix>
  <nas:movementAreaActualEntryTime reportedTimestamp="" source="" time="">{0,1}</nas:movementAreaActualEntryTime>
  <nas:movementAreaHoldIntent estimatedEntryTime="" estimatedExitTime="" holdIntent="">{0,1}</nas:movementAreaHoldIntent>
  <nas:offBlockTime initial="" scheduled="">{0,1}</nas:offBlockTime>
  <nas:runwayDepartureTime base="" controlled="" original="" originalControlled="" preferred="" target="" tbfmControlled="">{0,1}</nas:runwayDepartureTime>
  <nas:runwayInformation classificationType="" reportedTimestamp="" source="">{0,1}</nas:runwayInformation>
  <nas:standInformation reportedTimestamp="" source="" standName="">{0,1}</nas:standInformation>
  <nas:tfmsDepartureProcedure routeType="">{0,1}</nas:tfmsDepartureProcedure>
  <nas:unacceptableRunway>{0,1}</nas:unacceptableRunway>
</nas:NasDeparture>
Attributes
QName Type Fixed Default Use Annotation
airportMonitoringStatus nas:AirportMonitoringStatusType optional
Indicates whether the departure airport for the flight is monitored by traffic flow 
management.
approvalRequestReleaseTime fb:TimeType optional
The approved departure time for a flight subject to departure constraints which require 
an approval.
clearanceDeliveryTime fb:TimeType optional
The time at which a flight received route clearance.
departureFixTime fb:TimeType optional
The time the flight is over the departure fix.
departurePointText fb:CharacterStringType optional
Departure Point specified as text.
departureReadinessIndicator nas:DepartureReadinessIndicatorType optional
Indicates that the flight is ready for departure.
intendedDepartureSpot fb:CharacterStringType optional
Indicates the location intended for the flight to enter the airport movement area 
from the non-movement area.
movementAreaTargetEntryTime fb:TimeType optional
The time at which a flight is assigned to enter the Airport Movement Area (AMA) when 
airport surface departure metering procedures are in effect.
nonMovementAreaHoldIntent nas:HoldIntentType optional
Indicates the intent for a flight to hold in the airport movement area due to unavailability 
of a parking stand or ramp access, and the time when the flight is estimated to enter 
and exit the airport movement area.
runwayActualEntryTime fb:TimeType optional
The actual time when the flight enters the runway
runwayQueueActualEntryTime fb:TimeType optional
The actual time when the flight enters the runway queue.
runwayUnassignedDesignator nas:RunwayUnassignedIndicatorType optional
Indicates that the runway associated with a flight is unassigned.
standReturnIntent nas:StandReturnIntentType optional
Indicates the intent for the flight to return to the stand.
timeOutDelay fb:DurationType optional
The amount of delay for a flight calculated by TFMS due to the fact that the flight 
has not departed as projected.
tmatMarkedForSubstitution nas:TmatMarkedForSubsitutionIndicatorType optional
Indicates that a TMAT for the flight is marked for subsitution.
tmatRelinquishIndicator nas:TmatRelinquishIndicatorType optional
Indicates that a TMAT for the flight needs to be relinquished.
Source
<element name="NasDeparture" type="nas:NasDepartureType" substitutionGroup="fb:Extension"/>
Element nas:NasOffBlockTime
Namespace http://www.faa.aero/nas/4.2
Diagram
Diagram NasDeparture_xsd.tmp#NasOffBlockTimeType_initial NasDeparture_xsd.tmp#NasOffBlockTimeType_scheduled NasDeparture_xsd.tmp#NasOffBlockTimeType_actual NasDeparture_xsd.tmp#NasOffBlockTimeType_earliest NasDeparture_xsd.tmp#NasOffBlockTimeType_estimated NasDeparture_xsd.tmp#NasOffBlockTimeType
Type nas:NasOffBlockTimeType
Properties
content: complex
Model nas:actual{0,1} , nas:earliest{0,1} , nas:estimated{0,2000}
Children nas:actual, nas:earliest, nas:estimated
Instance
<nas:NasOffBlockTime initial="" scheduled="">
  <nas:actual reportedTimestamp="" source="" time="">{0,1}</nas:actual>
  <nas:earliest reportedTimestamp="" source="" time="">{0,1}</nas:earliest>
  <nas:estimated reportedTimestamp="" source="" time="">{0,2000}</nas:estimated>
</nas:NasOffBlockTime>
Attributes
QName Type Fixed Default Use Annotation
initial fb:TimeType optional
The date and time at which a flight was originally planning to depart the stand.
scheduled fb:TimeType optional
Scheduled gate time of departure for a flight, as provided by the OAG (Official Airline 
Guide).
Source
<element name="NasOffBlockTime" type="nas:NasOffBlockTimeType"/>
Element nas:NasRunwayDepartureEstimated
Namespace http://www.faa.aero/nas/4.2
Diagram
Diagram Extension_xsd.tmp#ExtensionType NasDeparture_xsd.tmp#NasRunwayDepartureEstimatedType_estimatedType NasDeparture_xsd.tmp#NasRunwayDepartureEstimatedType Extension_xsd.tmp#Extension
Type nas:NasRunwayDepartureEstimatedType
Type hierarchy
Properties
content: complex
Substitution Group Affiliation
Attributes
QName Type Fixed Default Use Annotation
estimatedType nas:TfmsEstimatedDepartureTypeType optional
The type for the estimated runway departure time determined by Traffic Flow Management 
System (TFMS).
Source
<element name="NasRunwayDepartureEstimated" type="nas:NasRunwayDepartureEstimatedType" substitutionGroup="fb:Extension"/>
Element nas:NasRunwayDepartureTime
Namespace http://www.faa.aero/nas/4.2
Diagram
Diagram NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_base NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_controlled NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_original NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_originalControlled NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_preferred NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_target NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_tbfmControlled NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_actual NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_earliest NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_estimated NasDeparture_xsd.tmp#NasRunwayDepartureTimeType
Type nas:NasRunwayDepartureTimeType
Properties
content: complex
Model nas:actual{0,2000} , nas:earliest{0,1} , nas:estimated{0,2000}
Children nas:actual, nas:earliest, nas:estimated
Instance
<nas:NasRunwayDepartureTime base="" controlled="" original="" originalControlled="" preferred="" target="" tbfmControlled="">
  <nas:actual reportedTimestamp="" source="" time="">{0,2000}</nas:actual>
  <nas:earliest reportedTimestamp="" source="" time="">{0,1}</nas:earliest>
  <nas:estimated estimatedType="">{0,2000}</nas:estimated>
</nas:NasRunwayDepartureTime>
Attributes
QName Type Fixed Default Use Annotation
base fb:TimeType optional
The last Runway Departure Time - Traffic Flow Management System Estimated modeled 
by TFMS before either a Traffic Management Initiative (TMI) is issued, or the flight 
departs and includes any time-out delay modeled by TFMS.
controlled fb:TimeType optional
The time at which a flight is required to take off from the runway as a result of 
a tactical slot allocation or a Traffic Management Initiative.
original fb:TimeType optional
The last Runway Departure Time - Traffic Flow Management System Estimated modeled 
by TFMS before either a Traffic Management Initiative (TMI) is issued, or the flight 
departs, or the flight is  time-out  delayed by TFMS.
originalControlled fb:TimeType optional
The first controlled departure time (CTD/EDCT) issued for a flight for the control 
element which currently controls the flight.
preferred fb:TimeType optional
A runway departure time which, when considered in aggregate with other flights for 
that Airspace User, indicates the preferred departure sequence.
target fb:TimeType optional
Target Take Off Time (TTOT)
tbfmControlled fb:TimeType optional
The time at which a flight is required to take off from the runway as scheduled by 
Time Based Flow Management.
Source
<element name="NasRunwayDepartureTime" type="nas:NasRunwayDepartureTimeType"/>
Simple Type nas:AirportMonitoringStatusType
Namespace http://www.faa.aero/nas/4.2
Annotations
Indicates whether the departure airport for the flight is monitored by traffic flow 
management. 
Indicates whether the arrival airport for the flight is monitored by traffic flow 
management.
Diagram
Diagram
Type restriction of string
Facets
enumeration MONITORED
enumeration NOT_MONITORED
Used by
Source
<simpleType name="AirportMonitoringStatusType">
  <annotation>
    <documentation>Indicates whether the departure airport for the flight is monitored by traffic flow management. Indicates whether the arrival airport for the flight is monitored by traffic flow management.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="MONITORED"/>
    <enumeration value="NOT_MONITORED"/>
  </restriction>
</simpleType>
Complex Type nas:DeicingInformationType
Namespace http://www.faa.aero/nas/4.2
Annotations
Indicates the intent for the flight to be deiced and the intended deicing location.
Diagram
Diagram NasDeparture_xsd.tmp#DeicingInformationType_deicingIntent NasDeparture_xsd.tmp#DeicingInformationType_deicingLocation
Used by
Attributes
QName Type Fixed Default Use Annotation
deicingIntent nas:DeicingIntentType optional
Indicates the intent for the flight to be deiced.
deicingLocation fb:CharacterStringType optional
Indicates the location where the flight intends to be deiced.
Source
<complexType name="DeicingInformationType">
  <annotation>
    <documentation>Indicates the intent for the flight to be deiced and the intended deicing location.</documentation>
  </annotation>
  <attribute name="deicingIntent" type="nas:DeicingIntentType" use="optional">
    <annotation>
      <documentation>Indicates the intent for the flight to be deiced.</documentation>
    </annotation>
  </attribute>
  <attribute name="deicingLocation" type="fb:CharacterStringType" use="optional">
    <annotation>
      <documentation>Indicates the location where the flight intends to be deiced.</documentation>
    </annotation>
  </attribute>
</complexType>
Simple Type nas:DeicingIntentType
Namespace http://www.faa.aero/nas/4.2
Annotations
Indicates the intent for the flight to be deiced.
Diagram
Diagram
Type restriction of string
Facets
enumeration DEICE
.Deicing Intent: Indicates the intent for the flight to be deiced.
enumeration NO_DEICE
.Deicing Intent: Indicates the intent for the flight to be deiced.
Used by
Source
<simpleType name="DeicingIntentType">
  <annotation>
    <documentation>Indicates the intent for the flight to be deiced.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="DEICE">
      <annotation>
        <documentation>.Deicing Intent: Indicates the intent for the flight to be deiced.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="NO_DEICE">
      <annotation>
        <documentation>.Deicing Intent: Indicates the intent for the flight to be deiced.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Complex Type nas:DepartureDelayType
Namespace http://www.faa.aero/nas/4.2
Annotations
Contains information about flight departure delay.
Diagram
Diagram NasDeparture_xsd.tmp#DepartureDelayType_delayEndTime NasDeparture_xsd.tmp#DepartureDelayType_delayStartTime NasDeparture_xsd.tmp#DepartureDelayType_facilityToCharge NasDeparture_xsd.tmp#DepartureDelayType_reason NasDeparture_xsd.tmp#DepartureDelayType_remarks NasDeparture_xsd.tmp#DepartureDelayType_tmiIdentifier
Used by
Attributes
QName Type Fixed Default Use Annotation
delayEndTime fb:TimeType optional
Departure delay end time.
delayStartTime fb:TimeType optional
Departure delay start time.
facilityToCharge fb:CharacterStringType optional
The facility the delay is attributed to
reason nas:DepartureDelayReasonType optional
Represents the reason for flight departure delay.
remarks fb:CharacterStringType optional
Additional information to explain the conditions or causes associated with the delay
tmiIdentifier fb:CharacterStringType optional
The identified TMI cause, if applicable
Source
<complexType name="DepartureDelayType">
  <annotation>
    <documentation>Contains information about flight departure delay.</documentation>
  </annotation>
  <attribute name="delayEndTime" type="fb:TimeType" use="optional">
    <annotation>
      <documentation>Departure delay end time.</documentation>
    </annotation>
  </attribute>
  <attribute name="delayStartTime" type="fb:TimeType" use="optional">
    <annotation>
      <documentation>Departure delay start time.</documentation>
    </annotation>
  </attribute>
  <attribute name="facilityToCharge" type="fb:CharacterStringType" use="optional">
    <annotation>
      <documentation>The facility the delay is attributed to</documentation>
    </annotation>
  </attribute>
  <attribute name="reason" type="nas:DepartureDelayReasonType" use="optional">
    <annotation>
      <documentation>Represents the reason for flight departure delay.</documentation>
    </annotation>
  </attribute>
  <attribute name="remarks" type="fb:CharacterStringType" use="optional">
    <annotation>
      <documentation>Additional information to explain the conditions or causes associated with the delay</documentation>
    </annotation>
  </attribute>
  <attribute name="tmiIdentifier" type="fb:CharacterStringType" use="optional">
    <annotation>
      <documentation>The identified TMI cause, if applicable</documentation>
    </annotation>
  </attribute>
</complexType>
Simple Type nas:DepartureDelayReasonType
Namespace http://www.faa.aero/nas/4.2
Annotations
Represents the reason for flight departure delay.
Diagram
Diagram
Type restriction of string
Facets
enumeration WEATHER
enumeration EQUIPMENT
enumeration RUNWAY_TAXIWAY
enumeration OTHER
enumeration VOLUME
Used by
Source
<simpleType name="DepartureDelayReasonType">
  <annotation>
    <documentation>Represents the reason for flight departure delay.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="WEATHER"/>
    <enumeration value="EQUIPMENT"/>
    <enumeration value="RUNWAY_TAXIWAY"/>
    <enumeration value="OTHER"/>
    <enumeration value="VOLUME"/>
  </restriction>
</simpleType>
Simple Type nas:DepartureReadinessIndicatorType
Namespace http://www.faa.aero/nas/4.2
Annotations
Indicates that the flight is ready for departure.
Diagram
Diagram
Type restriction of string
Facets
enumeration DEPARTURE_READY
Used by
Source
<simpleType name="DepartureReadinessIndicatorType">
  <annotation>
    <documentation>Indicates that the flight is ready for departure.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="DEPARTURE_READY"/>
  </restriction>
</simpleType>
Complex Type nas:NasDepartureType
Namespace http://www.faa.aero/nas/4.2
Annotations
Extends core Flight Departue with NAS specific Extensions.
Diagram
Diagram Extension_xsd.tmp#ExtensionType NasDeparture_xsd.tmp#NasDepartureType_airportMonitoringStatus NasDeparture_xsd.tmp#NasDepartureType_approvalRequestReleaseTime NasDeparture_xsd.tmp#NasDepartureType_clearanceDeliveryTime NasDeparture_xsd.tmp#NasDepartureType_departureFixTime NasDeparture_xsd.tmp#NasDepartureType_departurePointText NasDeparture_xsd.tmp#NasDepartureType_departureReadinessIndicator NasDeparture_xsd.tmp#NasDepartureType_intendedDepartureSpot NasDeparture_xsd.tmp#NasDepartureType_movementAreaTargetEntryTime NasDeparture_xsd.tmp#NasDepartureType_nonMovementAreaHoldIntent NasDeparture_xsd.tmp#NasDepartureType_runwayActualEntryTime NasDeparture_xsd.tmp#NasDepartureType_runwayQueueActualEntryTime NasDeparture_xsd.tmp#NasDepartureType_runwayUnassignedDesignator NasDeparture_xsd.tmp#NasDepartureType_standReturnIntent NasDeparture_xsd.tmp#NasDepartureType_timeOutDelay NasDeparture_xsd.tmp#NasDepartureType_tmatMarkedForSubstitution NasDeparture_xsd.tmp#NasDepartureType_tmatRelinquishIndicator NasDeparture_xsd.tmp#NasDepartureType_acceptableRunway NasDeparture_xsd.tmp#NasDepartureType_deicing NasDeparture_xsd.tmp#NasDepartureType_departureCenter NasDeparture_xsd.tmp#NasDepartureType_departureDelay NasDeparture_xsd.tmp#NasDepartureType_departureFix NasDeparture_xsd.tmp#NasDepartureType_departureProcedureTransitionFix NasDeparture_xsd.tmp#NasDepartureType_movementAreaActualEntryTime NasDeparture_xsd.tmp#NasDepartureType_movementAreaHoldIntent NasDeparture_xsd.tmp#NasDepartureType_offBlockTime NasDeparture_xsd.tmp#NasDepartureType_runwayDepartureTime NasDeparture_xsd.tmp#NasDepartureType_runwayInformation NasDeparture_xsd.tmp#NasDepartureType_standInformation NasDeparture_xsd.tmp#NasDepartureType_tfmsDepartureProcedure NasDeparture_xsd.tmp#NasDepartureType_unacceptableRunway
Type extension of fb:ExtensionType
Type hierarchy
Used by
Model nas:acceptableRunway{0,1} , nas:deicing{0,1} , nas:departureCenter{0,1} , nas:departureDelay{0,1} , nas:departureFix{0,1} , nas:departureProcedureTransitionFix{0,1} , nas:movementAreaActualEntryTime{0,1} , nas:movementAreaHoldIntent{0,1} , nas:offBlockTime{0,1} , nas:runwayDepartureTime{0,1} , nas:runwayInformation{0,1} , nas:standInformation{0,1} , nas:tfmsDepartureProcedure{0,1} , nas:unacceptableRunway{0,1}
Children nas:acceptableRunway, nas:deicing, nas:departureCenter, nas:departureDelay, nas:departureFix, nas:departureProcedureTransitionFix, nas:movementAreaActualEntryTime, nas:movementAreaHoldIntent, nas:offBlockTime, nas:runwayDepartureTime, nas:runwayInformation, nas:standInformation, nas:tfmsDepartureProcedure, nas:unacceptableRunway
Attributes
QName Type Fixed Default Use Annotation
airportMonitoringStatus nas:AirportMonitoringStatusType optional
Indicates whether the departure airport for the flight is monitored by traffic flow 
management.
approvalRequestReleaseTime fb:TimeType optional
The approved departure time for a flight subject to departure constraints which require 
an approval.
clearanceDeliveryTime fb:TimeType optional
The time at which a flight received route clearance.
departureFixTime fb:TimeType optional
The time the flight is over the departure fix.
departurePointText fb:CharacterStringType optional
Departure Point specified as text.
departureReadinessIndicator nas:DepartureReadinessIndicatorType optional
Indicates that the flight is ready for departure.
intendedDepartureSpot fb:CharacterStringType optional
Indicates the location intended for the flight to enter the airport movement area 
from the non-movement area.
movementAreaTargetEntryTime fb:TimeType optional
The time at which a flight is assigned to enter the Airport Movement Area (AMA) when 
airport surface departure metering procedures are in effect.
nonMovementAreaHoldIntent nas:HoldIntentType optional
Indicates the intent for a flight to hold in the airport movement area due to unavailability 
of a parking stand or ramp access, and the time when the flight is estimated to enter 
and exit the airport movement area.
runwayActualEntryTime fb:TimeType optional
The actual time when the flight enters the runway
runwayQueueActualEntryTime fb:TimeType optional
The actual time when the flight enters the runway queue.
runwayUnassignedDesignator nas:RunwayUnassignedIndicatorType optional
Indicates that the runway associated with a flight is unassigned.
standReturnIntent nas:StandReturnIntentType optional
Indicates the intent for the flight to return to the stand.
timeOutDelay fb:DurationType optional
The amount of delay for a flight calculated by TFMS due to the fact that the flight 
has not departed as projected.
tmatMarkedForSubstitution nas:TmatMarkedForSubsitutionIndicatorType optional
Indicates that a TMAT for the flight is marked for subsitution.
tmatRelinquishIndicator nas:TmatRelinquishIndicatorType optional
Indicates that a TMAT for the flight needs to be relinquished.
Source
<complexType name="NasDepartureType">
  <annotation>
    <documentation>Extends core Flight Departue with NAS specific Extensions.</documentation>
  </annotation>
  <complexContent>
    <extension base="fb:ExtensionType">
      <sequence>
        <element name="acceptableRunway" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>List of acceptable departure runway names.</documentation>
          </annotation>
          <simpleType>
            <list itemType="fb:RunwayDirectionDesignatorType"/>
          </simpleType>
        </element>
        <element name="deicing" type="nas:DeicingInformationType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>Indicates the intent for the flight to be deiced and the intended deicing location.</documentation>
          </annotation>
        </element>
        <element name="departureCenter" type="fb:AtcUnitReferenceType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>Indicates the Air Route Traffic Control Center (ARTCC) for the departure point for a flight.</documentation>
          </annotation>
        </element>
        <element name="departureDelay" type="nas:DepartureDelayType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>Contains information about flight departure delay.</documentation>
          </annotation>
        </element>
        <element name="departureFix" type="fb:SignificantPointType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>The point at which the responsibility for control of the flight is transferred from the Terminal Air Traffic Control unit to the En Route Air Traffic Control unit (Centre, ARTCC).</documentation>
          </annotation>
        </element>
        <element name="departureProcedureTransitionFix" type="fb:SignificantPointType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>The name for the Departure Procedure Transition Fix</documentation>
          </annotation>
        </element>
        <element name="movementAreaActualEntryTime" type="nas:ReportedTimeType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>The time at which a flight actually entered the Airport Movement Area (AMA).</documentation>
          </annotation>
        </element>
        <element name="movementAreaHoldIntent" type="nas:MovementAreaHoldInformationType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>Indicates the intent for a flight to hold in the airport non-movement area due to unavailability of a parking stand or ramp access, and the time when the flight is estimated to enter and exit the airport movement area.</documentation>
          </annotation>
        </element>
        <element name="offBlockTime" type="nas:NasOffBlockTimeType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>Information about flight gate departure time.</documentation>
          </annotation>
        </element>
        <element name="runwayDepartureTime" type="nas:NasRunwayDepartureTimeType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>Container for NAS Specific Runway Departure Times.</documentation>
          </annotation>
        </element>
        <element name="runwayInformation" type="nas:NasRunwayInformationType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>Contains supplementary information for the departure runway designator such as provenance and classification type.</documentation>
          </annotation>
        </element>
        <element name="standInformation" type="nas:NasStandInformationType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>The name of the departure stand assignment.</documentation>
          </annotation>
        </element>
        <element name="tfmsDepartureProcedure" type="nas:TfmsInstrumentRouteDesignatorType" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>This is the name of a published departure procedure extending from the departure runway to the start of the en route part of the aircraft's route.</documentation>
          </annotation>
        </element>
        <element name="unacceptableRunway" minOccurs="0" maxOccurs="1">
          <annotation>
            <documentation>List of unacceptable departure runway names.</documentation>
          </annotation>
          <simpleType>
            <list itemType="fb:RunwayDirectionDesignatorType"/>
          </simpleType>
        </element>
      </sequence>
      <attribute name="airportMonitoringStatus" type="nas:AirportMonitoringStatusType" use="optional">
        <annotation>
          <documentation>Indicates whether the departure airport for the flight is monitored by traffic flow management.</documentation>
        </annotation>
      </attribute>
      <attribute name="approvalRequestReleaseTime" type="fb:TimeType" use="optional">
        <annotation>
          <documentation>The approved departure time for a flight subject to departure constraints which require an approval.</documentation>
        </annotation>
      </attribute>
      <attribute name="clearanceDeliveryTime" type="fb:TimeType" use="optional">
        <annotation>
          <documentation>The time at which a flight received route clearance.</documentation>
        </annotation>
      </attribute>
      <attribute name="departureFixTime" type="fb:TimeType" use="optional">
        <annotation>
          <documentation>The time the flight is over the departure fix.</documentation>
        </annotation>
      </attribute>
      <attribute name="departurePointText" type="fb:CharacterStringType" use="optional">
        <annotation>
          <documentation>Departure Point specified as text.</documentation>
        </annotation>
      </attribute>
      <attribute name="departureReadinessIndicator" type="nas:DepartureReadinessIndicatorType" use="optional">
        <annotation>
          <documentation>Indicates that the flight is ready for departure.</documentation>
        </annotation>
      </attribute>
      <attribute name="intendedDepartureSpot" type="fb:CharacterStringType" use="optional">
        <annotation>
          <documentation>Indicates the location intended for the flight to enter the airport movement area from the non-movement area.</documentation>
        </annotation>
      </attribute>
      <attribute name="movementAreaTargetEntryTime" type="fb:TimeType" use="optional">
        <annotation>
          <documentation>The time at which a flight is assigned to enter the Airport Movement Area (AMA) when airport surface departure metering procedures are in effect.</documentation>
        </annotation>
      </attribute>
      <attribute name="nonMovementAreaHoldIntent" type="nas:HoldIntentType" use="optional">
        <annotation>
          <documentation>Indicates the intent for a flight to hold in the airport movement area due to unavailability of a parking stand or ramp access, and the time when the flight is estimated to enter and exit the airport movement area.</documentation>
        </annotation>
      </attribute>
      <attribute name="runwayActualEntryTime" type="fb:TimeType" use="optional">
        <annotation>
          <documentation>The actual time when the flight enters the runway</documentation>
        </annotation>
      </attribute>
      <attribute name="runwayQueueActualEntryTime" type="fb:TimeType" use="optional">
        <annotation>
          <documentation>The actual time when the flight enters the runway queue.</documentation>
        </annotation>
      </attribute>
      <attribute name="runwayUnassignedDesignator" type="nas:RunwayUnassignedIndicatorType" use="optional">
        <annotation>
          <documentation>Indicates that the runway associated with a flight is unassigned.</documentation>
        </annotation>
      </attribute>
      <attribute name="standReturnIntent" type="nas:StandReturnIntentType" use="optional">
        <annotation>
          <documentation>Indicates the intent for the flight to return to the stand.</documentation>
        </annotation>
      </attribute>
      <attribute name="timeOutDelay" type="fb:DurationType" use="optional">
        <annotation>
          <documentation>The amount of delay for a flight calculated by TFMS due to the fact that the flight has not departed as projected.</documentation>
        </annotation>
      </attribute>
      <attribute name="tmatMarkedForSubstitution" type="nas:TmatMarkedForSubsitutionIndicatorType" use="optional">
        <annotation>
          <documentation>Indicates that a TMAT for the flight is marked for subsitution.</documentation>
        </annotation>
      </attribute>
      <attribute name="tmatRelinquishIndicator" type="nas:TmatRelinquishIndicatorType" use="optional">
        <annotation>
          <documentation>Indicates that a TMAT for the flight needs to be relinquished.</documentation>
        </annotation>
      </attribute>
    </extension>
  </complexContent>
</complexType>
Complex Type nas:NasOffBlockTimeType
Namespace http://www.faa.aero/nas/4.2
Annotations
Contains information about flight gate departure time.
Diagram
Diagram NasDeparture_xsd.tmp#NasOffBlockTimeType_initial NasDeparture_xsd.tmp#NasOffBlockTimeType_scheduled NasDeparture_xsd.tmp#NasOffBlockTimeType_actual NasDeparture_xsd.tmp#NasOffBlockTimeType_earliest NasDeparture_xsd.tmp#NasOffBlockTimeType_estimated
Used by
Model nas:actual{0,1} , nas:earliest{0,1} , nas:estimated{0,2000}
Children nas:actual, nas:earliest, nas:estimated
Attributes
QName Type Fixed Default Use Annotation
initial fb:TimeType optional
The date and time at which a flight was originally planning to depart the stand.
scheduled fb:TimeType optional
Scheduled gate time of departure for a flight, as provided by the OAG (Official Airline 
Guide).
Source
<complexType name="NasOffBlockTimeType">
  <annotation>
    <documentation>Contains information about flight gate departure time.</documentation>
  </annotation>
  <sequence>
    <element name="actual" type="nas:ReportedTimeType" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>The actual off-block time for a flight reported by a source.</documentation>
      </annotation>
    </element>
    <element name="earliest" type="nas:ReportedTimeType" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>The earliest time an aircraft can push back or taxi from the stand.</documentation>
      </annotation>
    </element>
    <element name="estimated" type="nas:ReportedTimeType" minOccurs="0" maxOccurs="2000">
      <annotation>
        <documentation>The estimated off-block time for a flight, as provided from the NAS flight plan The estimated time at which a flight will depart from the stand as provided by the airspace user.</documentation>
      </annotation>
    </element>
  </sequence>
  <attribute name="initial" type="fb:TimeType" use="optional">
    <annotation>
      <documentation>The date and time at which a flight was originally planning to depart the stand.</documentation>
    </annotation>
  </attribute>
  <attribute name="scheduled" type="fb:TimeType" use="optional">
    <annotation>
      <documentation>Scheduled gate time of departure for a flight, as provided by the OAG (Official Airline Guide).</documentation>
    </annotation>
  </attribute>
</complexType>
Complex Type nas:NasRunwayDepartureTimeType
Namespace http://www.faa.aero/nas/4.2
Annotations
Container for NAS Specific Runway Departure Times.
Diagram
Diagram NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_base NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_controlled NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_original NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_originalControlled NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_preferred NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_target NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_tbfmControlled NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_actual NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_earliest NasDeparture_xsd.tmp#NasRunwayDepartureTimeType_estimated
Used by
Model nas:actual{0,2000} , nas:earliest{0,1} , nas:estimated{0,2000}
Children nas:actual, nas:earliest, nas:estimated
Attributes
QName Type Fixed Default Use Annotation
base fb:TimeType optional
The last Runway Departure Time - Traffic Flow Management System Estimated modeled 
by TFMS before either a Traffic Management Initiative (TMI) is issued, or the flight 
departs and includes any time-out delay modeled by TFMS.
controlled fb:TimeType optional
The time at which a flight is required to take off from the runway as a result of 
a tactical slot allocation or a Traffic Management Initiative.
original fb:TimeType optional
The last Runway Departure Time - Traffic Flow Management System Estimated modeled 
by TFMS before either a Traffic Management Initiative (TMI) is issued, or the flight 
departs, or the flight is  time-out  delayed by TFMS.
originalControlled fb:TimeType optional
The first controlled departure time (CTD/EDCT) issued for a flight for the control 
element which currently controls the flight.
preferred fb:TimeType optional
A runway departure time which, when considered in aggregate with other flights for 
that Airspace User, indicates the preferred departure sequence.
target fb:TimeType optional
Target Take Off Time (TTOT)
tbfmControlled fb:TimeType optional
The time at which a flight is required to take off from the runway as scheduled by 
Time Based Flow Management.
Source
<complexType name="NasRunwayDepartureTimeType">
  <annotation>
    <documentation>Container for NAS Specific Runway Departure Times.</documentation>
  </annotation>
  <sequence>
    <element name="actual" type="nas:ReportedTimeType" minOccurs="0" maxOccurs="2000">
      <annotation>
        <documentation>Contains information about actual runway time. The actual runway departure time, as determined by a reported source. These fields in the U.S. extension are used in order to allow providing provenances source data. Actual time that does not include provenance source data should be recorded in Core.Departure.actualTimeOfDeparture.</documentation>
      </annotation>
    </element>
    <element name="earliest" type="nas:ReportedTimeType" minOccurs="0" maxOccurs="1">
      <annotation>
        <documentation>The earliest time a flight can takeoff (wheels-off) based on its "earliest off block time" and other factors, as determined by the reporting source.</documentation>
      </annotation>
    </element>
    <element name="estimated" type="nas:NasRunwayDepartureEstimatedType" minOccurs="0" maxOccurs="2000">
      <annotation>
        <documentation>The estimated runway departure time considering all data sources, as determined by Traffic Flow Management System (TFMS). The estimated time of runway departure, as provided by the Airspace User.</documentation>
      </annotation>
    </element>
  </sequence>
  <attribute name="base" type="fb:TimeType" use="optional">
    <annotation>
      <documentation>The last Runway Departure Time - Traffic Flow Management System Estimated modeled by TFMS before either a Traffic Management Initiative (TMI) is issued, or the flight departs and includes any time-out delay modeled by TFMS.</documentation>
    </annotation>
  </attribute>
  <attribute name="controlled" type="fb:TimeType" use="optional">
    <annotation>
      <documentation>The time at which a flight is required to take off from the runway as a result of a tactical slot allocation or a Traffic Management Initiative.</documentation>
    </annotation>
  </attribute>
  <attribute name="original" type="fb:TimeType" use="optional">
    <annotation>
      <documentation>The last Runway Departure Time - Traffic Flow Management System Estimated modeled by TFMS before either a Traffic Management Initiative (TMI) is issued, or the flight departs, or the flight is time-out delayed by TFMS.</documentation>
    </annotation>
  </attribute>
  <attribute name="originalControlled" type="fb:TimeType" use="optional">
    <annotation>
      <documentation>The first controlled departure time (CTD/EDCT) issued for a flight for the control element which currently controls the flight.</documentation>
    </annotation>
  </attribute>
  <attribute name="preferred" type="fb:TimeType" use="optional">
    <annotation>
      <documentation>A runway departure time which, when considered in aggregate with other flights for that Airspace User, indicates the preferred departure sequence.</documentation>
    </annotation>
  </attribute>
  <attribute name="target" type="fb:TimeType" use="optional">
    <annotation>
      <documentation>Target Take Off Time (TTOT)</documentation>
    </annotation>
  </attribute>
  <attribute name="tbfmControlled" type="fb:TimeType" use="optional">
    <annotation>
      <documentation>The time at which a flight is required to take off from the runway as scheduled by Time Based Flow Management.</documentation>
    </annotation>
  </attribute>
</complexType>
Complex Type nas:NasRunwayDepartureEstimatedType
Namespace http://www.faa.aero/nas/4.2
Annotations
The estimated runway departure time considering all data sources, as determined by 
Traffic Flow Management System (TFMS).
Diagram
Diagram Extension_xsd.tmp#ExtensionType NasDeparture_xsd.tmp#NasRunwayDepartureEstimatedType_estimatedType
Type extension of fb:ExtensionType
Type hierarchy
Used by
Attributes
QName Type Fixed Default Use Annotation
estimatedType nas:TfmsEstimatedDepartureTypeType optional
The type for the estimated runway departure time determined by Traffic Flow Management 
System (TFMS).
Source
<complexType name="NasRunwayDepartureEstimatedType">
  <annotation>
    <documentation>The estimated runway departure time considering all data sources, as determined by Traffic Flow Management System (TFMS).</documentation>
  </annotation>
  <complexContent>
    <extension base="fb:ExtensionType">
      <attribute name="estimatedType" type="nas:TfmsEstimatedDepartureTypeType" use="optional">
        <annotation>
          <documentation>The type for the estimated runway departure time determined by Traffic Flow Management System (TFMS).</documentation>
        </annotation>
      </attribute>
    </extension>
  </complexContent>
</complexType>
Simple Type nas:TfmsEstimatedDepartureTypeType
Namespace http://www.faa.aero/nas/4.2
Annotations
The type for the estimated runway departure time determined by Traffic Flow Management 
System (TFMS).
Diagram
Diagram
Type restriction of string
Facets
enumeration SCHEDULED
enumeration EARLY_INTENT
enumeration PROPOSED
enumeration TAXIED
enumeration ESTIMATED
enumeration METERED
enumeration ACTUAL
enumeration AIRLINE
enumeration REROUTE
Used by
Source
<simpleType name="TfmsEstimatedDepartureTypeType">
  <annotation>
    <documentation>The type for the estimated runway departure time determined by Traffic Flow Management System (TFMS).</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="SCHEDULED"/>
    <enumeration value="EARLY_INTENT"/>
    <enumeration value="PROPOSED"/>
    <enumeration value="TAXIED"/>
    <enumeration value="ESTIMATED"/>
    <enumeration value="METERED"/>
    <enumeration value="ACTUAL"/>
    <enumeration value="AIRLINE"/>
    <enumeration value="REROUTE"/>
  </restriction>
</simpleType>
Simple Type nas:StandReturnIntentType
Namespace http://www.faa.aero/nas/4.2
Annotations
Indicates the intent for the flight to return to the stand.
Diagram
Diagram
Type restriction of string
Facets
enumeration RETURN
.Stand Return Intent: Indicates the intent for the flight to return to the stand.
enumeration NO_RETURN
.Stand Return Intent: Indicates the intent for the flight to return to the stand.
Used by
Source
<simpleType name="StandReturnIntentType">
  <annotation>
    <documentation>Indicates the intent for the flight to return to the stand.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="RETURN">
      <annotation>
        <documentation>.Stand Return Intent: Indicates the intent for the flight to return to the stand.</documentation>
      </annotation>
    </enumeration>
    <enumeration value="NO_RETURN">
      <annotation>
        <documentation>.Stand Return Intent: Indicates the intent for the flight to return to the stand.</documentation>
      </annotation>
    </enumeration>
  </restriction>
</simpleType>
Simple Type nas:TmatMarkedForSubsitutionIndicatorType
Namespace http://www.faa.aero/nas/4.2
Annotations
Indicates that a TMAT for the flight is marked for subsitution.
Diagram
Diagram
Type restriction of string
Facets
enumeration TMAT_MARKED_FOR_SUBSTITUTION
Used by
Source
<simpleType name="TmatMarkedForSubsitutionIndicatorType">
  <annotation>
    <documentation>Indicates that a TMAT for the flight is marked for subsitution.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="TMAT_MARKED_FOR_SUBSTITUTION"/>
  </restriction>
</simpleType>
Simple Type nas:TmatRelinquishIndicatorType
Namespace http://www.faa.aero/nas/4.2
Annotations
Indicates that a TMAT for the flight needs to be relinquished.
Diagram
Diagram
Type restriction of string
Facets
enumeration TMAT_RELINQUISH
Used by
Source
<simpleType name="TmatRelinquishIndicatorType">
  <annotation>
    <documentation>Indicates that a TMAT for the flight needs to be relinquished.</documentation>
  </annotation>
  <restriction base="xs:string">
    <enumeration value="TMAT_RELINQUISH"/>
  </restriction>
</simpleType>
Attribute nas:DeicingInformationType / @deicingIntent
Namespace No namespace
Annotations
Indicates the intent for the flight to be deiced.
Type nas:DeicingIntentType
Properties
use: optional
Facets
enumeration DEICE
.Deicing Intent: Indicates the intent for the flight to be deiced.
enumeration NO_DEICE
.Deicing Intent: Indicates the intent for the flight to be deiced.
Used by
Source
<attribute name="deicingIntent" type="nas:DeicingIntentType" use="optional">
  <annotation>
    <documentation>Indicates the intent for the flight to be deiced.</documentation>
  </annotation>
</attribute>
Attribute nas:DeicingInformationType / @deicingLocation
Namespace No namespace
Annotations
Indicates the location where the flight intends to be deiced.
Type fb:CharacterStringType
Properties
use: optional
Facets
minLength 0
maxLength 4096
Used by
Source
<attribute name="deicingLocation" type="fb:CharacterStringType" use="optional">
  <annotation>
    <documentation>Indicates the location where the flight intends to be deiced.</documentation>
  </annotation>
</attribute>
Attribute nas:DepartureDelayType / @delayEndTime
Namespace No namespace
Annotations
Departure delay end time.
Type fb:TimeType
Properties
use: optional
Facets
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
Used by
Complex Type nas:DepartureDelayType
Source
<attribute name="delayEndTime" type="fb:TimeType" use="optional">
  <annotation>
    <documentation>Departure delay end time.</documentation>
  </annotation>
</attribute>
Attribute nas:DepartureDelayType / @delayStartTime
Namespace No namespace
Annotations
Departure delay start time.
Type fb:TimeType
Properties
use: optional
Facets
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
Used by
Complex Type nas:DepartureDelayType
Source
<attribute name="delayStartTime" type="fb:TimeType" use="optional">
  <annotation>
    <documentation>Departure delay start time.</documentation>
  </annotation>
</attribute>
Attribute nas:DepartureDelayType / @facilityToCharge
Namespace No namespace
Annotations
The facility the delay is attributed to
Type fb:CharacterStringType
Properties
use: optional
Facets
minLength 0
maxLength 4096
Used by
Complex Type nas:DepartureDelayType
Source
<attribute name="facilityToCharge" type="fb:CharacterStringType" use="optional">
  <annotation>
    <documentation>The facility the delay is attributed to</documentation>
  </annotation>
</attribute>
Attribute nas:DepartureDelayType / @reason
Namespace No namespace
Annotations
Represents the reason for flight departure delay.
Type nas:DepartureDelayReasonType
Properties
use: optional
Facets
enumeration WEATHER
enumeration EQUIPMENT
enumeration RUNWAY_TAXIWAY
enumeration OTHER
enumeration VOLUME
Used by
Complex Type nas:DepartureDelayType
Source
<attribute name="reason" type="nas:DepartureDelayReasonType" use="optional">
  <annotation>
    <documentation>Represents the reason for flight departure delay.</documentation>
  </annotation>
</attribute>
Attribute nas:DepartureDelayType / @remarks
Namespace No namespace
Annotations
Additional information to explain the conditions or causes associated with the delay
Type fb:CharacterStringType
Properties
use: optional
Facets
minLength 0
maxLength 4096
Used by
Complex Type nas:DepartureDelayType
Source
<attribute name="remarks" type="fb:CharacterStringType" use="optional">
  <annotation>
    <documentation>Additional information to explain the conditions or causes associated with the delay</documentation>
  </annotation>
</attribute>
Attribute nas:DepartureDelayType / @tmiIdentifier
Namespace No namespace
Annotations
The identified TMI cause, if applicable
Type fb:CharacterStringType
Properties
use: optional
Facets
minLength 0
maxLength 4096
Used by
Complex Type nas:DepartureDelayType
Source
<attribute name="tmiIdentifier" type="fb:CharacterStringType" use="optional">
  <annotation>
    <documentation>The identified TMI cause, if applicable</documentation>
  </annotation>
</attribute>
Attribute nas:NasOffBlockTimeType / @initial
Namespace No namespace
Annotations
The date and time at which a flight was originally planning to depart the stand.
Type fb:TimeType
Properties
use: optional
Facets
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
Used by
Source
<attribute name="initial" type="fb:TimeType" use="optional">
  <annotation>
    <documentation>The date and time at which a flight was originally planning to depart the stand.</documentation>
  </annotation>
</attribute>
Attribute nas:NasOffBlockTimeType / @scheduled
Namespace No namespace
Annotations
Scheduled gate time of departure for a flight, as provided by the OAG (Official Airline 
Guide).
Type fb:TimeType
Properties
use: optional
Facets
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
Used by
Source
<attribute name="scheduled" type="fb:TimeType" use="optional">
  <annotation>
    <documentation>Scheduled gate time of departure for a flight, as provided by the OAG (Official Airline Guide).</documentation>
  </annotation>
</attribute>
Attribute nas:NasRunwayDepartureEstimatedType / @estimatedType
Namespace No namespace
Annotations
The type for the estimated runway departure time determined by Traffic Flow Management 
System (TFMS).
Type nas:TfmsEstimatedDepartureTypeType
Properties
use: optional
Facets
enumeration SCHEDULED
enumeration EARLY_INTENT
enumeration PROPOSED
enumeration TAXIED
enumeration ESTIMATED
enumeration METERED
enumeration ACTUAL
enumeration AIRLINE
enumeration REROUTE
Used by
Source
<attribute name="estimatedType" type="nas:TfmsEstimatedDepartureTypeType" use="optional">
  <annotation>
    <documentation>The type for the estimated runway departure time determined by Traffic Flow Management System (TFMS).</documentation>
  </annotation>
</attribute>
Attribute nas:NasRunwayDepartureTimeType / @base
Namespace No namespace
Annotations
The last Runway Departure Time - Traffic Flow Management System Estimated modeled 
by TFMS before either a Traffic Management Initiative (TMI) is issued, or the flight 
departs and includes any time-out delay modeled by TFMS.
Type fb:TimeType
Properties
use: optional
Facets
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
Used by
Source
<attribute name="base" type="fb:TimeType" use="optional">
  <annotation>
    <documentation>The last Runway Departure Time - Traffic Flow Management System Estimated modeled by TFMS before either a Traffic Management Initiative (TMI) is issued, or the flight departs and includes any time-out delay modeled by TFMS.</documentation>
  </annotation>
</attribute>
Attribute nas:NasRunwayDepartureTimeType / @controlled
Namespace No namespace
Annotations
The time at which a flight is required to take off from the runway as a result of 
a tactical slot allocation or a Traffic Management Initiative.
Type fb:TimeType
Properties
use: optional
Facets
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
Used by
Source
<attribute name="controlled" type="fb:TimeType" use="optional">
  <annotation>
    <documentation>The time at which a flight is required to take off from the runway as a result of a tactical slot allocation or a Traffic Management Initiative.</documentation>
  </annotation>
</attribute>
Attribute nas:NasRunwayDepartureTimeType / @original
Namespace No namespace
Annotations
The last Runway Departure Time - Traffic Flow Management System Estimated modeled 
by TFMS before either a Traffic Management Initiative (TMI) is issued, or the flight 
departs, or the flight is  time-out  delayed by TFMS.
Type fb:TimeType
Properties
use: optional
Facets
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
Used by
Source
<attribute name="original" type="fb:TimeType" use="optional">
  <annotation>
    <documentation>The last Runway Departure Time - Traffic Flow Management System Estimated modeled by TFMS before either a Traffic Management Initiative (TMI) is issued, or the flight departs, or the flight is time-out delayed by TFMS.</documentation>
  </annotation>
</attribute>
Attribute nas:NasRunwayDepartureTimeType / @originalControlled
Namespace No namespace
Annotations
The first controlled departure time (CTD/EDCT) issued for a flight for the control 
element which currently controls the flight.
Type fb:TimeType
Properties
use: optional
Facets
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
Used by
Source
<attribute name="originalControlled" type="fb:TimeType" use="optional">
  <annotation>
    <documentation>The first controlled departure time (CTD/EDCT) issued for a flight for the control element which currently controls the flight.</documentation>
  </annotation>
</attribute>
Attribute nas:NasRunwayDepartureTimeType / @preferred
Namespace No namespace
Annotations
A runway departure time which, when considered in aggregate with other flights for 
that Airspace User, indicates the preferred departure sequence.
Type fb:TimeType
Properties
use: optional
Facets
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
Used by
Source
<attribute name="preferred" type="fb:TimeType" use="optional">
  <annotation>
    <documentation>A runway departure time which, when considered in aggregate with other flights for that Airspace User, indicates the preferred departure sequence.</documentation>
  </annotation>
</attribute>
Attribute nas:NasRunwayDepartureTimeType / @target
Namespace No namespace
Annotations
Target Take Off Time (TTOT)
Type fb:TimeType
Properties
use: optional
Facets
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
Used by
Source
<attribute name="target" type="fb:TimeType" use="optional">
  <annotation>
    <documentation>Target Take Off Time (TTOT)</documentation>
  </annotation>
</attribute>
Attribute nas:NasRunwayDepartureTimeType / @tbfmControlled
Namespace No namespace
Annotations
The time at which a flight is required to take off from the runway as scheduled by 
Time Based Flow Management.
Type fb:TimeType
Properties
use: optional
Facets
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
Used by
Source
<attribute name="tbfmControlled" type="fb:TimeType" use="optional">
  <annotation>
    <documentation>The time at which a flight is required to take off from the runway as scheduled by Time Based Flow Management.</documentation>
  </annotation>
</attribute>
Attribute nas:NasDepartureType / @airportMonitoringStatus
Namespace No namespace
Annotations
Indicates whether the departure airport for the flight is monitored by traffic flow 
management.
Type nas:AirportMonitoringStatusType
Properties
use: optional
Facets
enumeration MONITORED
enumeration NOT_MONITORED
Used by
Complex Type nas:NasDepartureType
Source
<attribute name="airportMonitoringStatus" type="nas:AirportMonitoringStatusType" use="optional">
  <annotation>
    <documentation>Indicates whether the departure airport for the flight is monitored by traffic flow management.</documentation>
  </annotation>
</attribute>
Attribute nas:NasDepartureType / @approvalRequestReleaseTime
Namespace No namespace
Annotations
The approved departure time for a flight subject to departure constraints which require 
an approval.
Type fb:TimeType
Properties
use: optional
Facets
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
Used by
Complex Type nas:NasDepartureType
Source
<attribute name="approvalRequestReleaseTime" type="fb:TimeType" use="optional">
  <annotation>
    <documentation>The approved departure time for a flight subject to departure constraints which require an approval.</documentation>
  </annotation>
</attribute>
Attribute nas:NasDepartureType / @clearanceDeliveryTime
Namespace No namespace
Annotations
The time at which a flight received route clearance.
Type fb:TimeType
Properties
use: optional
Facets
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
Used by
Complex Type nas:NasDepartureType
Source
<attribute name="clearanceDeliveryTime" type="fb:TimeType" use="optional">
  <annotation>
    <documentation>The time at which a flight received route clearance.</documentation>
  </annotation>
</attribute>
Attribute nas:NasDepartureType / @departureFixTime
Namespace No namespace
Annotations
The time the flight is over the departure fix.
Type fb:TimeType
Properties
use: optional
Facets
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
Used by
Complex Type nas:NasDepartureType
Source
<attribute name="departureFixTime" type="fb:TimeType" use="optional">
  <annotation>
    <documentation>The time the flight is over the departure fix.</documentation>
  </annotation>
</attribute>
Attribute nas:NasDepartureType / @departurePointText
Namespace No namespace
Annotations
Departure Point specified as text.
Type fb:CharacterStringType
Properties
use: optional
Facets
minLength 0
maxLength 4096
Used by
Complex Type nas:NasDepartureType
Source
<attribute name="departurePointText" type="fb:CharacterStringType" use="optional">
  <annotation>
    <documentation>Departure Point specified as text.</documentation>
  </annotation>
</attribute>
Attribute nas:NasDepartureType / @departureReadinessIndicator
Namespace No namespace
Annotations
Indicates that the flight is ready for departure.
Type nas:DepartureReadinessIndicatorType
Properties
use: optional
Facets
enumeration DEPARTURE_READY
Used by
Complex Type nas:NasDepartureType
Source
<attribute name="departureReadinessIndicator" type="nas:DepartureReadinessIndicatorType" use="optional">
  <annotation>
    <documentation>Indicates that the flight is ready for departure.</documentation>
  </annotation>
</attribute>
Attribute nas:NasDepartureType / @intendedDepartureSpot
Namespace No namespace
Annotations
Indicates the location intended for the flight to enter the airport movement area 
from the non-movement area.
Type fb:CharacterStringType
Properties
use: optional
Facets
minLength 0
maxLength 4096
Used by
Complex Type nas:NasDepartureType
Source
<attribute name="intendedDepartureSpot" type="fb:CharacterStringType" use="optional">
  <annotation>
    <documentation>Indicates the location intended for the flight to enter the airport movement area from the non-movement area.</documentation>
  </annotation>
</attribute>
Attribute nas:NasDepartureType / @movementAreaTargetEntryTime
Namespace No namespace
Annotations
The time at which a flight is assigned to enter the Airport Movement Area (AMA) when 
airport surface departure metering procedures are in effect.
Type fb:TimeType
Properties
use: optional
Facets
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
Used by
Complex Type nas:NasDepartureType
Source
<attribute name="movementAreaTargetEntryTime" type="fb:TimeType" use="optional">
  <annotation>
    <documentation>The time at which a flight is assigned to enter the Airport Movement Area (AMA) when airport surface departure metering procedures are in effect.</documentation>
  </annotation>
</attribute>
Attribute nas:NasDepartureType / @nonMovementAreaHoldIntent
Namespace No namespace
Annotations
Indicates the intent for a flight to hold in the airport movement area due to unavailability 
of a parking stand or ramp access, and the time when the flight is estimated to enter 
and exit the airport movement area.
Type nas:HoldIntentType
Properties
use: optional
Facets
enumeration HOLD
Indicates the intent is to hold 
.Airport Movement Area Holding Intent - Arrival: Indicates the intent for an arriving 
flight to hold in the airport movement area due to unavailability of a parking stand 
or ramp access. 
.Airport Movement Area Holding Intent - Departure : Indicates the intent for a departing 
flight to hold in the airport movement area when surface departure metering or other 
Traffic Management Initiatives are in effect.
enumeration NO_HOLD
Indicates the intent is not to hold 
.Airport Movement Area Holding Intent - Arrival: Indicates the intent for an arriving 
flight to hold in the airport movement area due to unavailability of a parking stand 
or ramp access. 
.Airport Movement Area Holding Intent - Departure : Indicates the intent for a departing 
flight to hold in the airport movement area when surface departure metering or other 
Traffic Management Initiatives are in effect.
Used by
Complex Type nas:NasDepartureType
Source
<attribute name="nonMovementAreaHoldIntent" type="nas:HoldIntentType" use="optional">
  <annotation>
    <documentation>Indicates the intent for a flight to hold in the airport movement area due to unavailability of a parking stand or ramp access, and the time when the flight is estimated to enter and exit the airport movement area.</documentation>
  </annotation>
</attribute>
Attribute nas:NasDepartureType / @runwayActualEntryTime
Namespace No namespace
Annotations
The actual time when the flight enters the runway
Type fb:TimeType
Properties
use: optional
Facets
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
Used by
Complex Type nas:NasDepartureType
Source
<attribute name="runwayActualEntryTime" type="fb:TimeType" use="optional">
  <annotation>
    <documentation>The actual time when the flight enters the runway</documentation>
  </annotation>
</attribute>
Attribute nas:NasDepartureType / @runwayQueueActualEntryTime
Namespace No namespace
Annotations
The actual time when the flight enters the runway queue.
Type fb:TimeType
Properties
use: optional
Facets
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
Used by
Complex Type nas:NasDepartureType
Source
<attribute name="runwayQueueActualEntryTime" type="fb:TimeType" use="optional">
  <annotation>
    <documentation>The actual time when the flight enters the runway queue.</documentation>
  </annotation>
</attribute>
Attribute nas:NasDepartureType / @runwayUnassignedDesignator
Namespace No namespace
Annotations
Indicates that the runway associated with a flight is unassigned.
Type nas:RunwayUnassignedIndicatorType
Properties
use: optional
Facets
enumeration RUNWAY_UNASSIGNED
Used by
Complex Type nas:NasDepartureType
Source
<attribute name="runwayUnassignedDesignator" type="nas:RunwayUnassignedIndicatorType" use="optional">
  <annotation>
    <documentation>Indicates that the runway associated with a flight is unassigned.</documentation>
  </annotation>
</attribute>
Attribute nas:NasDepartureType / @standReturnIntent
Namespace No namespace
Annotations
Indicates the intent for the flight to return to the stand.
Type nas:StandReturnIntentType
Properties
use: optional
Facets
enumeration RETURN
.Stand Return Intent: Indicates the intent for the flight to return to the stand.
enumeration NO_RETURN
.Stand Return Intent: Indicates the intent for the flight to return to the stand.
Used by
Complex Type nas:NasDepartureType
Source
<attribute name="standReturnIntent" type="nas:StandReturnIntentType" use="optional">
  <annotation>
    <documentation>Indicates the intent for the flight to return to the stand.</documentation>
  </annotation>
</attribute>
Attribute nas:NasDepartureType / @timeOutDelay
Namespace No namespace
Annotations
The amount of delay for a flight calculated by TFMS due to the fact that the flight 
has not departed as projected.
Type fb:DurationType
Properties
use: optional
Used by
Complex Type nas:NasDepartureType
Source
<attribute name="timeOutDelay" type="fb:DurationType" use="optional">
  <annotation>
    <documentation>The amount of delay for a flight calculated by TFMS due to the fact that the flight has not departed as projected.</documentation>
  </annotation>
</attribute>
Attribute nas:NasDepartureType / @tmatMarkedForSubstitution
Namespace No namespace
Annotations
Indicates that a TMAT for the flight is marked for subsitution.
Type nas:TmatMarkedForSubsitutionIndicatorType
Properties
use: optional
Facets
enumeration TMAT_MARKED_FOR_SUBSTITUTION
Used by
Complex Type nas:NasDepartureType
Source
<attribute name="tmatMarkedForSubstitution" type="nas:TmatMarkedForSubsitutionIndicatorType" use="optional">
  <annotation>
    <documentation>Indicates that a TMAT for the flight is marked for subsitution.</documentation>
  </annotation>
</attribute>
Attribute nas:NasDepartureType / @tmatRelinquishIndicator
Namespace No namespace
Annotations
Indicates that a TMAT for the flight needs to be relinquished.
Type nas:TmatRelinquishIndicatorType
Properties
use: optional
Facets
enumeration TMAT_RELINQUISH
Used by
Complex Type nas:NasDepartureType
Source
<attribute name="tmatRelinquishIndicator" type="nas:TmatRelinquishIndicatorType" use="optional">
  <annotation>
    <documentation>Indicates that a TMAT for the flight needs to be relinquished.</documentation>
  </annotation>
</attribute>