namespace | http://www.fixm.aero/app/ffice/1.1 | |||||||||||||
type | restriction of xs:string | |||||||||||||
properties |
|
|||||||||||||
used by |
|
|||||||||||||
facets |
|
|||||||||||||
annotation |
|
|||||||||||||
source | <xs:simpleType name="TrajectoryPurposeType"> <xs:annotation> <xs:documentation>An indication of the eASPs intended purpose in providing an Agreed R/T in a Filing Status.</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="ATC_CHANGE"> <xs:annotation> <xs:documentation>The Agreed R/T contains a significant modification to the route that would alter the ATC clearance and must therefore be taken into consideration by the operator. [FF-ICE]</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="SYNCH"> <xs:annotation> <xs:documentation>The Agreed R/T is provided to enable the operator to synchronise its trajectory with the ATS trajectory. [FF-ICE]</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |