simpleType SubmissionStatusValueType
namespace http://www.fixm.aero/app/ffice/1.0
type restriction of xs:string
properties
base xs:string
used by
element SubmissionStatusType/value
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:simpleType name="SubmissionStatusValueType">
 
<xs:annotation>
   
<xs:documentation>Possible values of a submission status (ACK, REJECT or MANUAL) [FF-ICE]</xs:documentation>
 
</xs:annotation>
 
<xs:restriction base="xs:string">
   
<xs:enumeration value="ACK">
     
<xs:annotation>
       
<xs:documentation>An 'acknowledge' (ACK) response indicates that the message received can be processed by the eASP and will be acted upon. [FF-ICE]</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="MANUAL">
     
<xs:annotation>
       
<xs:documentation>A 'manual' (MAN) response indicates that the message has been queued for manual processing. [FF-ICE]</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
   
<xs:enumeration value="REJECT">
     
<xs:annotation>
       
<xs: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]</xs:documentation>
     
</xs:annotation>
   
</xs:enumeration>
 
</xs:restriction>
</xs:simpleType>


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