complexType FficeSR_SubmissionStatusType
diagram FficeTemplates_diagrams/FficeTemplates_p134.png
namespace http://www.fixm.aero/app/ffice/1.0
type restriction of ffice:SubmissionStatusType
properties
base ffice:SubmissionStatusType
children ffice:explanation ffice:extension 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>A textual description of the reason a message was rejected. [ICAO Draft FF-ICE Implementation Guidance]</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="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_p135.png
namespace http://www.fixm.aero/app/ffice/1.0
type fb:CharacterStringType
properties
minOcc 0
maxOcc 2000
content simple
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation
A textual description of the reason a message was rejected. [ICAO Draft FF-ICE Implementation Guidance]
source <xs:element name="explanation" type="fb:CharacterStringType" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs:documentation>A textual description of the reason a message was rejected. [ICAO Draft FF-ICE Implementation Guidance]</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeSR_SubmissionStatusType/extension
diagram FficeTemplates_diagrams/FficeTemplates_p136.png
namespace http://www.fixm.aero/app/ffice/1.0
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/value
diagram FficeTemplates_diagrams/FficeTemplates_p137.png
namespace http://www.fixm.aero/app/ffice/1.0
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 MANUAL
documentation
A 'manual' (MAN) response indicates that the message has been queued for manual processing. [FF-ICE]
enumeration REJECT
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