complexType FilingStatusType
diagram FficeMessageBugFix_diagrams/FficeMessageBugFix_p802.png
namespace http://www.fixm.aero/app/ffice/1.1
children ffice:expectedEvaluationTime ffice:explanation ffice:extension ffice:originator ffice:trajectoryPurpose ffice:value
used by
elements FficeMessageType/filingStatus FficeFDRP_FficeMessageType/filingStatus
complexType FficeFS_FilingStatusType
annotation
documentation
The Filing Status provides information concerning the status of the route and trajectory, as submitted. [adapted from ICAO Draft FF-ICE Implementation Guidance ]
source <xs:complexType name="FilingStatusType">
 
<xs:annotation>
   
<xs:documentation>The Filing Status provides information concerning the status of the route and trajectory, as submitted. [adapted from ICAO Draft FF-ICE Implementation Guidance ]</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="expectedEvaluationTime" type="fb:DateTimeUtcType" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>The time at which an eASP expects to perform its first operational evaluation of the referenced eFPL. Optionally provided in association with a Filing Status of "PENDING".  [FF-ICE]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="explanation" type="fb:CharacterStringType" minOccurs="0" maxOccurs="2000">
     
<xs:annotation>
       
<xs:documentation>Textual explanation of the returned status. [FF-ICE]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="extension" type="ffice:FilingStatusExtensionType" minOccurs="0" maxOccurs="2000">
     
<xs:annotation>
       
<xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="originator" type="fb:PersonOrOrganizationType" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Identifies the originator of the Filing Status.  Provided when forwarding a Filing Status back to the originator of a forwarding request. [FF-ICE]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="trajectoryPurpose" type="ffice:TrajectoryPurposeType" minOccurs="0" maxOccurs="1">
     
<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:element>
   
<xs:element name="value" type="ffice:FilingStatusValueType" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Possible values of an operational filing status (ACCEPTABLE, NOT_ACCEPTABLE, PENDING). [FF-ICE]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element FilingStatusType/expectedEvaluationTime
diagram FficeMessageBugFix_diagrams/FficeMessageBugFix_p803.png
namespace http://www.fixm.aero/app/ffice/1.1
type fb:DateTimeUtcType
properties
minOcc 0
maxOcc 1
content simple
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])|24:00:00)Z
annotation
documentation
The time at which an eASP expects to perform its first operational evaluation of the referenced eFPL. Optionally provided in association with a Filing Status of "PENDING".  [FF-ICE]
source <xs:element name="expectedEvaluationTime" type="fb:DateTimeUtcType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The time at which an eASP expects to perform its first operational evaluation of the referenced eFPL. Optionally provided in association with a Filing Status of "PENDING".  [FF-ICE]</xs:documentation>
 
</xs:annotation>
</xs:element>

element FilingStatusType/explanation
diagram FficeMessageBugFix_diagrams/FficeMessageBugFix_p804.png
namespace http://www.fixm.aero/app/ffice/1.1
type fb:CharacterStringType
properties
minOcc 0
maxOcc 2000
content simple
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation
Textual explanation of the returned status. [FF-ICE]
source <xs:element name="explanation" type="fb:CharacterStringType" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs:documentation>Textual explanation of the returned status. [FF-ICE]</xs:documentation>
 
</xs:annotation>
</xs:element>

element FilingStatusType/extension
diagram FficeMessageBugFix_diagrams/FficeMessageBugFix_p805.png
namespace http://www.fixm.aero/app/ffice/1.1
type ffice:FilingStatusExtensionType
properties
minOcc 0
maxOcc 2000
content complex
annotation
documentation
An extension hook for attaching extension (non-core) classes.
source <xs:element name="extension" type="ffice:FilingStatusExtensionType" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FilingStatusType/originator
diagram FficeMessageBugFix_diagrams/FficeMessageBugFix_p806.png
namespace http://www.fixm.aero/app/ffice/1.1
type fb:PersonOrOrganizationType
properties
minOcc 0
maxOcc 1
content complex
children fb:contact fb:extension fb:identifier fb:identifierDomain fb:name
annotation
documentation
Identifies the originator of the Filing Status.  Provided when forwarding a Filing Status back to the originator of a forwarding request. [FF-ICE]
source <xs:element name="originator" type="fb:PersonOrOrganizationType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Identifies the originator of the Filing Status.  Provided when forwarding a Filing Status back to the originator of a forwarding request. [FF-ICE]</xs:documentation>
 
</xs:annotation>
</xs:element>

element FilingStatusType/trajectoryPurpose
diagram FficeMessageBugFix_diagrams/FficeMessageBugFix_p807.png
namespace http://www.fixm.aero/app/ffice/1.1
type ffice:TrajectoryPurposeType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration ATC_CHANGE
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]
enumeration SYNCH
documentation
The Agreed R/T is provided to enable the operator to synchronise its trajectory with the ATS trajectory. [FF-ICE]
annotation
documentation
An indication of the eASPs intended purpose in providing an Agreed R/T in a Filing Status.
source <xs:element name="trajectoryPurpose" type="ffice:TrajectoryPurposeType" minOccurs="0" maxOccurs="1">
 
<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:element>

element FilingStatusType/value
diagram FficeMessageBugFix_diagrams/FficeMessageBugFix_p808.png
namespace http://www.fixm.aero/app/ffice/1.1
type ffice:FilingStatusValueType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
enumeration ACCEPTABLE
documentation
The flight plan and in particular the Filed Trajectory/route is acceptable. [FF-ICE]
enumeration NOT_ACCEPTABLE
documentation
The flight plan, typically the route/trajectory, does not comply with operational requirements. [FF-ICE]
enumeration PENDING
documentation
The flight plan has not yet been evaluated by the eASP. [FF-ICE]
annotation
documentation
Possible values of an operational filing status (ACCEPTABLE, NOT_ACCEPTABLE, PENDING). [FF-ICE]
source <xs:element name="value" type="ffice:FilingStatusValueType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Possible values of an operational filing status (ACCEPTABLE, NOT_ACCEPTABLE, PENDING). [FF-ICE]</xs:documentation>
 
</xs:annotation>
</xs:element>


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