namespace | http://www.fixm.aero/flight/4.2 | |||||||||||||||||||||||||||||||||
type | restriction of xs:string | |||||||||||||||||||||||||||||||||
properties |
|
|||||||||||||||||||||||||||||||||
used by |
|
|||||||||||||||||||||||||||||||||
facets |
|
|||||||||||||||||||||||||||||||||
annotation |
|
|||||||||||||||||||||||||||||||||
source | <xs:simpleType name="EnRouteDelayTypeType"> <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:restriction base="xs:string"> <xs:enumeration value="OPERATOR_REQUEST_POINT"> <xs:annotation> <xs: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.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="OPERATOR_REQUEST_SEGMENT"> <xs:annotation> <xs: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.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="OPERATOR_REQUEST_AIRSPACE"> <xs:annotation> <xs: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.</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="OPERATOR_REQUEST_AERODROME"> <xs:annotation> <xs: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</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="OPERATOR_REQUEST_HOLDING"> <xs:annotation> <xs: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</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="ATFM"> <xs:annotation> <xs: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.</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |