complexType FficeSR_SubmissionStatusType
diagram FficeTemplates_diagrams/FficeTemplates_p164.png
namespace http://www.fixm.aero/app/ffice/1.1
type restriction of ffice:SubmissionStatusType
properties
base ffice:SubmissionStatusType
children ffice:explanation ffice:extension ffice:originator ffice:value
used by
element FficeSR_FficeMessageType/submissionStatus
annotation
documentation
A status indicating if a message could be processed and acted on. [adapted from ICAO Draft FF-ICE Implementation Guidance]
source <xs:complexType name="FficeSR_SubmissionStatusType">
 
<xs:annotation>
   
<xs:documentation>A status indicating if a message could be processed and acted on. [adapted from ICAO Draft FF-ICE Implementation Guidance]</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:restriction base="ffice:SubmissionStatusType">
     
<xs:sequence>
       
<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:SubmissionStatusExtensionType" 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:FficeSR_PersonOrOrganizationType" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Identifies the originator of the Submission Response.  Provided when forwarding a Submission Response back to the originator of a forwarding request. [FF-ICE]</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="value" type="ffice:SubmissionStatusValueType" minOccurs="1" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Possible values of a submission status (ACK, REJECT or MANUAL) [FF-ICE]</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:restriction>
 
</xs:complexContent>
</xs:complexType>

element FficeSR_SubmissionStatusType/explanation
diagram FficeTemplates_diagrams/FficeTemplates_p165.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 FficeSR_SubmissionStatusType/extension
diagram FficeTemplates_diagrams/FficeTemplates_p166.png
namespace http://www.fixm.aero/app/ffice/1.1
type ffice:SubmissionStatusExtensionType
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:SubmissionStatusExtensionType" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeSR_SubmissionStatusType/originator
diagram FficeTemplates_diagrams/FficeTemplates_p167.png
namespace http://www.fixm.aero/app/ffice/1.1
type fb:FficeSR_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 Submission Response.  Provided when forwarding a Submission Response back to the originator of a forwarding request. [FF-ICE]
source <xs:element name="originator" type="fb:FficeSR_PersonOrOrganizationType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Identifies the originator of the Submission Response.  Provided when forwarding a Submission Response back to the originator of a forwarding request. [FF-ICE]</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeSR_SubmissionStatusType/value
diagram FficeTemplates_diagrams/FficeTemplates_p168.png
namespace http://www.fixm.aero/app/ffice/1.1
type ffice:SubmissionStatusValueType
properties
content simple
facets
Kind Value Annotation
enumeration ACK
documentation
An 'acknowledge' (ACK) response indicates that the message received can be processed by the eASP and will be acted upon. [FF-ICE]
enumeration MAN
documentation
A 'manual' (MAN) response indicates that the message has been queued for manual processing. [FF-ICE]
enumeration REJ
documentation
A 'rejected' (REJ) response indicates that the message received could not be processed.  The message has therefore not been processed or acted upon by the eASP and none of the data has been retained. [FF-ICE]
annotation
documentation
Possible values of a submission status (ACK, REJECT or MANUAL) [FF-ICE]
source <xs:element name="value" type="ffice:SubmissionStatusValueType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Possible values of a submission status (ACK, REJECT or MANUAL) [FF-ICE]</xs:documentation>
 
</xs:annotation>
</xs:element>


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