namespace | http://www.fixm.aero/app/ffice/1.1 | ||||||||||||||||||
type | restriction of xs:string | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
source | <xs:simpleType name="FilingStatusValueType"> <xs:annotation> <xs:documentation>Possible values of an operational filing status (ACCEPTABLE, NOT_ACCEPTABLE, PENDING). [FF-ICE]</xs:documentation> </xs:annotation> <xs:restriction base="xs:string"> <xs:enumeration value="ACCEPTABLE"> <xs:annotation> <xs:documentation>The flight plan and in particular the Filed Trajectory/route is acceptable. [FF-ICE]</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="NOT_ACCEPTABLE"> <xs:annotation> <xs:documentation>The flight plan, typically the route/trajectory, does not comply with operational requirements. [FF-ICE]</xs:documentation> </xs:annotation> </xs:enumeration> <xs:enumeration value="PENDING"> <xs:annotation> <xs:documentation>The flight plan has not yet been evaluated by the eASP. [FF-ICE]</xs:documentation> </xs:annotation> </xs:enumeration> </xs:restriction> </xs:simpleType> |