simpleType SubmissionStatusValueType
namespace http://www.fixm.aero/messaging/4.1
type restriction of string
properties
base xs:string
used by
attribute SubmissionStatusType/@status
facets
Kind Value Annotation
enumeration ACK
documentation

                  A submission status of "Ack" shall indicate that a message could be processed and
                  acted on. [ICAO Draft FF-ICE Implementation Guidance]
              
enumeration REJECT
documentation

                  A submission status of "Reject" shall indicate that a message could not be processed
                  and acted on, and was not retained by the receiving system. [ICAO Draft FF-ICE Implementation
                  Guidance]
              
enumeration MANUAL
documentation

                  A submission status of "Manual" shall indicate that a message could not be processed
                  and acted on, and the receiving unit is attempting manual handling of the message.
                  [ICAO Draft FF-ICE Implementation Guidance]
              
annotation
documentation

            Possible values of a submission status (Ack, Reject or Manual) [adapted from ICAO
            Draft FF-ICE Implementation Guidance]
        
source <simpleType name="SubmissionStatusValueType">
 
<annotation>
   
<documentation>
            Possible values of a submission status (Ack, Reject or Manual) [adapted from ICAO
            Draft FF-ICE Implementation Guidance]
        
</documentation>
 
</annotation>
 
<restriction base="xs:string">
   
<enumeration value="ACK">
     
<annotation>
       
<documentation>
                  A submission status of "Ack" shall indicate that a message could be processed and
                  acted on. [ICAO Draft FF-ICE Implementation Guidance]
              
</documentation>
     
</annotation>
   
</enumeration>
   
<enumeration value="REJECT">
     
<annotation>
       
<documentation>
                  A submission status of "Reject" shall indicate that a message could not be processed
                  and acted on, and was not retained by the receiving system. [ICAO Draft FF-ICE Implementation
                  Guidance]
              
</documentation>
     
</annotation>
   
</enumeration>
   
<enumeration value="MANUAL">
     
<annotation>
       
<documentation>
                  A submission status of "Manual" shall indicate that a message could not be processed
                  and acted on, and the receiving unit is attempting manual handling of the message.
                  [ICAO Draft FF-ICE Implementation Guidance]
              
</documentation>
     
</annotation>
   
</enumeration>
 
</restriction>
</simpleType>


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