complexType EnRouteDelayType
diagram FficeTemplates_diagrams/FficeTemplates_p1574.png
namespace http://www.fixm.aero/flight/4.2
children fx:delayReason fx:delayReference fx:delayType fx:delayValue fx:extension
used by
elements RouteTrajectoryElementType/enRouteDelay FficeFFP_RouteTrajectoryElementType/enRouteDelay FficeFS_RouteTrajectoryElementType/enRouteDelay FficeFPU_RouteTrajectoryElementType/enRouteDelay FficePS_RouteTrajectoryElementType/enRouteDelay FficePFP_RouteTrajectoryElementType/enRouteDelay FficeTRQ_RouteTrajectoryElementType/enRouteDelay FficeTRP_RouteTrajectoryElementType/enRouteDelay
annotation
documentation
En Route delay or holding planned to occur at a significant point or along a route element.
source <xs:complexType name="EnRouteDelayType">
 
<xs:annotation>
   
<xs:documentation>En Route delay or holding planned to occur at a significant point or along a route element.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="delayReason" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The reason for the delay.  [FIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="delayReference" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Indicates a named hold pattern, airspace or aerodrome at which the en route delay is expected to occur.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="delayType" type="fx:EnRouteDelayTypeType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Indicates if the en route delay is planned airborne holding, or Operator (Airspace User) requested operations at a specified location.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="delayValue" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The length of time the flight is expected to be delayed at a specific point en route.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="extension" type="fb:EnRouteDelayExtensionType" nillable="true" minOccurs="0" maxOccurs="2000">
     
<xs:annotation>
       
<xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element EnRouteDelayType/delayReason
diagram FficeTemplates_diagrams/FficeTemplates_p1575.png
namespace http://www.fixm.aero/flight/4.2
type fb:CharacterStringType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation
The reason for the delay.  [FIXM]
source <xs:element name="delayReason" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The reason for the delay.  [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element EnRouteDelayType/delayReference
diagram FficeTemplates_diagrams/FficeTemplates_p1576.png
namespace http://www.fixm.aero/flight/4.2
type fb:CharacterStringType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation
Indicates a named hold pattern, airspace or aerodrome at which the en route delay is expected to occur.
source <xs:element name="delayReference" type="fb:CharacterStringType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Indicates a named hold pattern, airspace or aerodrome at which the en route delay is expected to occur.</xs:documentation>
 
</xs:annotation>
</xs:element>

element EnRouteDelayType/delayType
diagram FficeTemplates_diagrams/FficeTemplates_p1577.png
namespace http://www.fixm.aero/flight/4.2
type fx:EnRouteDelayTypeType
properties
minOcc 0
maxOcc 1
content simple
nillable true
facets
Kind Value Annotation
enumeration OPERATOR_REQUEST_POINT
documentation
The delay is an Operator (Airspace User) request to 'spend time' at the point, thus the delay has to be added to the flight duration to the next point to compute the estimate to the next point.
enumeration OPERATOR_REQUEST_SEGMENT
documentation
The delay is an Operator (Airspace User) request to 'spend time' at the segment starting at point, thus the delay has to be understood as the total duration between the point and the next one.
enumeration OPERATOR_REQUEST_AIRSPACE
documentation
The delay is an Operator (Airspace User) request to 'spend time' in an airspace after the RoutePoint the name of which is in delayReference, the delayValue is the time in that airspace, the entry and exit time into that airspace is in the BEGIN_STAY and END_STAY info of the trajectory.
enumeration OPERATOR_REQUEST_AERODROME
documentation
The delay is an Operator (Airspace User) request to 'spend time' at an aerodrome after the RoutePoint, the name of the aerodrome is in the delayReference field, the points at which the Operator leaves its route and rejoin it go to the aerodrome are in the BEGIN_STAY and END_STAY info of the trajectory
enumeration OPERATOR_REQUEST_HOLDING
documentation
The delay is an Operator (Airspace User) request to 'spend time' at a holding pattern the anchor point of which is the RoutePoint.  The holding pattern name if any is in delayReference.  delayValue used to compute estimates as in OPERATOR_REQUEST_POINT
enumeration ATFM
documentation
The delay is an ASP request for airborne holding. The holding pattern name is in the delayReference field. The delay value used to compute estimates as in OPERATOR_REQUEST_POINT.
annotation
documentation
Indicates if the en route delay is planned airborne holding, or Operator (Airspace User) requested operations at a specified location.
source <xs:element name="delayType" type="fx:EnRouteDelayTypeType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Indicates if the en route delay is planned airborne holding, or Operator (Airspace User) requested operations at a specified location.</xs:documentation>
 
</xs:annotation>
</xs:element>

element EnRouteDelayType/delayValue
diagram FficeTemplates_diagrams/FficeTemplates_p1578.png
namespace http://www.fixm.aero/flight/4.2
type fb:DurationType
properties
minOcc 0
maxOcc 1
content simple
nillable true
annotation
documentation
The length of time the flight is expected to be delayed at a specific point en route.
source <xs:element name="delayValue" type="fb:DurationType" nillable="true" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The length of time the flight is expected to be delayed at a specific point en route.</xs:documentation>
 
</xs:annotation>
</xs:element>

element EnRouteDelayType/extension
diagram FficeTemplates_diagrams/FficeTemplates_p1579.png
namespace http://www.fixm.aero/flight/4.2
type fb:EnRouteDelayExtensionType
properties
minOcc 0
maxOcc 2000
content complex
nillable true
annotation
documentation
An extension hook for attaching extension (non-core) classes.
source <xs:element name="extension" type="fb:EnRouteDelayExtensionType" nillable="true" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation>
 
</xs:annotation>
</xs:element>


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