namespace | http://www.fixm.aero/messaging/4.1 | ||||||||||||||||||
type | restriction of string | ||||||||||||||||||
properties |
|
||||||||||||||||||
used by |
|
||||||||||||||||||
facets |
|
||||||||||||||||||
annotation |
|
||||||||||||||||||
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> |