complexType DepartureDelayType
diagram Nas_diagrams/Nas_p129.png
namespace http://www.fixm.aero/ext/nas/4.3
children nas:actualDelay nas:actualReportableDelay nas:currentDelay nas:currentReportableDelay nas:delayEndTime nas:delayStartTime nas:facilityToCharge nas:impactingCondition nas:predictedDelay nas:reason nas:tmiType
used by
element NasDepartureType/departureDelay
annotation
documentation
Contains information about flight departure delay.
source <xs:complexType name="DepartureDelayType">
 
<xs:annotation>
   
<xs:documentation>Contains information about flight departure delay.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="actualDelay" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Delay for flight, calculated after Take Off.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="actualReportableDelay" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Reportable OPSNET delay as defined in FAA Order JO 7210.55F. Only delays exceeding or equal to the adaptable threshold (e.g., 15 min) are reported.  Calculated after Take Off.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="currentDelay" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Running accumulation of Delay, for departure flight until take off time is recorded.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="currentReportableDelay" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Running accumulation of Reportable Delay, for departure flight until take off time is recorded. Only delays exceeding or equal to the adaptable threshold (e.g., 15 min) are reported.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="delayEndTime" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Departure delay end time.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="delayStartTime" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Departure delay start time.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="facilityToCharge" type="fb:AtcUnitReferenceType" nillable="true" minOccurs="0" maxOccurs="10">
     
<xs:annotation>
       
<xs:documentation>The facility the delay is attributed to.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="impactingCondition" type="nas:CharacterString250Type" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The primary reason, secondary reason, and remarks for the delay, separated by colons.

If the delay is attributable to a TMI, this is the Primary Reason, Secondary Reason, and Remarks associated with the TMI.

Example: WEATHER:FOG:EAST GATE
</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="predictedDelay" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The difference between the sum of the flight's Earliest Off-Block Time, Ramp Transit Time, and Unimpeded Taxi Time, and the flight's Estimated Take-Off Time.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="reason" type="nas:DepartureDelayReasonType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Represents the reason for flight departure delay.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="tmiType" type="nas:TmiTypeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The type of TMI such as MIT, MINIT, APREQ.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element DepartureDelayType/actualDelay
diagram Nas_diagrams/Nas_p130.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:DurationType
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
Delay for flight, calculated after Take Off.
source <xs:element name="actualDelay" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Delay for flight, calculated after Take Off.</xs:documentation>
 
</xs:annotation>
</xs:element>

element DepartureDelayType/actualReportableDelay
diagram Nas_diagrams/Nas_p131.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:DurationType
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
Reportable OPSNET delay as defined in FAA Order JO 7210.55F. Only delays exceeding or equal to the adaptable threshold (e.g., 15 min) are reported.  Calculated after Take Off.
source <xs:element name="actualReportableDelay" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Reportable OPSNET delay as defined in FAA Order JO 7210.55F. Only delays exceeding or equal to the adaptable threshold (e.g., 15 min) are reported.  Calculated after Take Off.</xs:documentation>
 
</xs:annotation>
</xs:element>

element DepartureDelayType/currentDelay
diagram Nas_diagrams/Nas_p132.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:DurationType
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
Running accumulation of Delay, for departure flight until take off time is recorded.
source <xs:element name="currentDelay" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Running accumulation of Delay, for departure flight until take off time is recorded.</xs:documentation>
 
</xs:annotation>
</xs:element>

element DepartureDelayType/currentReportableDelay
diagram Nas_diagrams/Nas_p133.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:DurationType
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
Running accumulation of Reportable Delay, for departure flight until take off time is recorded. Only delays exceeding or equal to the adaptable threshold (e.g., 15 min) are reported.
source <xs:element name="currentReportableDelay" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Running accumulation of Reportable Delay, for departure flight until take off time is recorded. Only delays exceeding or equal to the adaptable threshold (e.g., 15 min) are reported.</xs:documentation>
 
</xs:annotation>
</xs:element>

element DepartureDelayType/delayEndTime
diagram Nas_diagrams/Nas_p134.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:TimeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
pattern -?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z
annotation
documentation
Departure delay end time.
source <xs:element name="delayEndTime" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Departure delay end time.</xs:documentation>
 
</xs:annotation>
</xs:element>

element DepartureDelayType/delayStartTime
diagram Nas_diagrams/Nas_p135.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:TimeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
pattern -?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z
annotation
documentation
Departure delay start time.
source <xs:element name="delayStartTime" type="fb:TimeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Departure delay start time.</xs:documentation>
 
</xs:annotation>
</xs:element>

element DepartureDelayType/facilityToCharge
diagram Nas_diagrams/Nas_p136.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:AtcUnitReferenceType
properties
minOcc 0
maxOcc 10
content complex
nillable true
children fb:atcUnitNameOrAlternate fb:controlSectorDesignator fb:extension fb:locationIndicator fb:position
attributes
Name  Type  Use  Default  Fixed  Annotation
href  fb:HypertextReferenceType  optional      
documentation
Provides an optional mechanism enabling FIXM aeronautical fields to be supplemented with references to AIXM features.  This field should be considered functionally equivalent to the xlink:href field used in AIXM to reference features. [FIXM]
annotation
documentation
The facility the delay is attributed to.
source <xs:element name="facilityToCharge" type="fb:AtcUnitReferenceType" nillable="true" minOccurs="0" maxOccurs="10">
 
<xs:annotation>
   
<xs:documentation>The facility the delay is attributed to.</xs:documentation>
 
</xs:annotation>
</xs:element>

element DepartureDelayType/impactingCondition
diagram Nas_diagrams/Nas_p137.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:CharacterString250Type
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 1
maxLength 250
annotation
documentation
The primary reason, secondary reason, and remarks for the delay, separated by colons.

If the delay is attributable to a TMI, this is the Primary Reason, Secondary Reason, and Remarks associated with the TMI.

Example: WEATHER:FOG:EAST GATE
source <xs:element name="impactingCondition" type="nas:CharacterString250Type" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The primary reason, secondary reason, and remarks for the delay, separated by colons.

If the delay is attributable to a TMI, this is the Primary Reason, Secondary Reason, and Remarks associated with the TMI.

Example: WEATHER:FOG:EAST GATE
</xs:documentation>
 
</xs:annotation>
</xs:element>

element DepartureDelayType/predictedDelay
diagram Nas_diagrams/Nas_p138.png
namespace http://www.fixm.aero/ext/nas/4.3
type fb:DurationType
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
The difference between the sum of the flight's Earliest Off-Block Time, Ramp Transit Time, and Unimpeded Taxi Time, and the flight's Estimated Take-Off Time.
source <xs:element name="predictedDelay" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The difference between the sum of the flight's Earliest Off-Block Time, Ramp Transit Time, and Unimpeded Taxi Time, and the flight's Estimated Take-Off Time.</xs:documentation>
 
</xs:annotation>
</xs:element>

element DepartureDelayType/reason
diagram Nas_diagrams/Nas_p139.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:DepartureDelayReasonType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration WEATHER
documentation
Weather
enumeration EQUIPMENT
documentation
Equipment
enumeration RUNWAY_TAXIWAY
documentation
Runway/Taxiway
enumeration OTHER
documentation
Other
enumeration VOLUME
documentation
Volume
annotation
documentation
Represents the reason for flight departure delay.
source <xs:element name="reason" type="nas:DepartureDelayReasonType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Represents the reason for flight departure delay.</xs:documentation>
 
</xs:annotation>
</xs:element>

element DepartureDelayType/tmiType
diagram Nas_diagrams/Nas_p140.png
namespace http://www.fixm.aero/ext/nas/4.3
type nas:TmiTypeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration AFP
documentation
Airspace Flow Program
enumeration AIRPORT
documentation
Airport
enumeration APREQ
documentation
Call for Release
enumeration CTOP
documentation
Collaborative Trajectory Options Program
enumeration DSP
documentation
Departure Sequencing Program
enumeration GDP
documentation
Ground Delay Program
enumeration GS
documentation
Ground Stop
enumeration MINIT
documentation
Minutes-In-Trail
enumeration MIT
documentation
Miles-In-Trail
enumeration STOP
documentation
Shut Off Traffic Flow
enumeration SWAP
documentation
Severe Weather Avoidance Plan
enumeration TBM
documentation
Time-Based Metering
annotation
documentation
The type of TMI such as MIT, MINIT, APREQ.
source <xs:element name="tmiType" type="nas:TmiTypeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The type of TMI such as MIT, MINIT, APREQ.</xs:documentation>
 
</xs:annotation>
</xs:element>


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