complexType FficeSR_FficeMessageType
diagram FficeTemplates_diagrams/FficeTemplates_p124.png
namespace http://www.fixm.aero/app/ffice/1.0
type restriction of ffice:FficeMessageType
properties
base ffice:FficeMessageType
children ffice:extension ffice:flight ffice:originator ffice:recipient ffice:referencedMessageIdentifier ffice:submissionStatus ffice:timestamp ffice:type ffice:uniqueMessageIdentifier
annotation
documentation
A discrete unit of communication, expressed electronically, and intended by the source for consumption by some recipient or group of recipients. [FF-ICE]
source <xs:complexType name="FficeSR_FficeMessageType">
 
<xs:annotation>
   
<xs:documentation>A discrete unit of communication, expressed electronically, and intended by the source for consumption by some recipient or group of recipients. [FF-ICE]</xs:documentation>
 
</xs:annotation>
 
<xs:complexContent>
   
<xs:restriction base="ffice:FficeMessageType">
     
<xs:sequence>
       
<xs:element name="extension" type="ffice:FficeMessageExtensionType" 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="flight" type="fx:FficeSR_FlightType" minOccurs="0" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>A flight associated with the message.</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="originator" type="fb:FficeSR_PersonOrOrganizationType" minOccurs="1" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Sender of the message [adapted from ICAO Draft FF-ICE Implementation Guidance]</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="recipient" type="fb:FficeSR_PersonOrOrganizationType" minOccurs="1" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>The one or more intended recipients of the flight information. [adapted from ICAO Draft FF-ICE Implementation Guidance]</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="referencedMessageIdentifier" type="fb:UniversallyUniqueIdentifierType" minOccurs="1" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>The unique message identifier of the message being responded to. [FIXM]</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="submissionStatus" type="ffice:FficeSR_SubmissionStatusType" minOccurs="1" maxOccurs="1">
         
<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:element>
       
<xs:element name="timestamp" type="fb:TimeType" minOccurs="1" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>The time and date that the communication was sent. [FIXM]</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="type" type="ffice:FficeSR_MessageTypeType" minOccurs="1" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>Represents the type of message. [FIXM]</xs:documentation>
         
</xs:annotation>
       
</xs:element>
       
<xs:element name="uniqueMessageIdentifier" type="fb:UniversallyUniqueIdentifierType" minOccurs="1" maxOccurs="1">
         
<xs:annotation>
           
<xs:documentation>A unique message identifier for FIXM messages. [FIXM]</xs:documentation>
         
</xs:annotation>
       
</xs:element>
     
</xs:sequence>
   
</xs:restriction>
 
</xs:complexContent>
</xs:complexType>

element FficeSR_FficeMessageType/extension
diagram FficeTemplates_diagrams/FficeTemplates_p125.png
namespace http://www.fixm.aero/app/ffice/1.0
type ffice:FficeMessageExtensionType
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:FficeMessageExtensionType" 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_FficeMessageType/flight
diagram FficeTemplates_diagrams/FficeTemplates_p126.png
namespace http://www.fixm.aero/app/ffice/1.0
type fx:FficeSR_FlightType
properties
minOcc 0
maxOcc 1
content complex
children fx:extension fx:gufi
annotation
documentation
A flight associated with the message.
source <xs:element name="flight" type="fx:FficeSR_FlightType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A flight associated with the message.</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeSR_FficeMessageType/originator
diagram FficeTemplates_diagrams/FficeTemplates_p127.png
namespace http://www.fixm.aero/app/ffice/1.0
type fb:FficeSR_PersonOrOrganizationType
properties
content complex
children fb:contact fb:extension fb:identifier fb:identifierDomain fb:name
annotation
documentation
Sender of the message [adapted from ICAO Draft FF-ICE Implementation Guidance]
source <xs:element name="originator" type="fb:FficeSR_PersonOrOrganizationType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Sender of the message [adapted from ICAO Draft FF-ICE Implementation Guidance]</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeSR_FficeMessageType/recipient
diagram FficeTemplates_diagrams/FficeTemplates_p128.png
namespace http://www.fixm.aero/app/ffice/1.0
type fb:FficeSR_PersonOrOrganizationType
properties
content complex
children fb:contact fb:extension fb:identifier fb:identifierDomain fb:name
annotation
documentation
The one or more intended recipients of the flight information. [adapted from ICAO Draft FF-ICE Implementation Guidance]
source <xs:element name="recipient" type="fb:FficeSR_PersonOrOrganizationType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The one or more intended recipients of the flight information. [adapted from ICAO Draft FF-ICE Implementation Guidance]</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeSR_FficeMessageType/referencedMessageIdentifier
diagram FficeTemplates_diagrams/FficeTemplates_p129.png
namespace http://www.fixm.aero/app/ffice/1.0
type fb:UniversallyUniqueIdentifierType
properties
content complex
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}
attributes
Name  Type  Use  Default  Fixed  Annotation
codeSpace  xs:string  required    urn:uuid  
documentation
Code Space of the UUID
annotation
documentation
The unique message identifier of the message being responded to. [FIXM]
source <xs:element name="referencedMessageIdentifier" type="fb:UniversallyUniqueIdentifierType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The unique message identifier of the message being responded to. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeSR_FficeMessageType/submissionStatus
diagram FficeTemplates_diagrams/FficeTemplates_p130.png
namespace http://www.fixm.aero/app/ffice/1.0
type ffice:FficeSR_SubmissionStatusType
properties
content complex
children ffice:explanation ffice:extension ffice:value
annotation
documentation
A status indicating if a message could be processed and acted on. [adapted from ICAO Draft FF-ICE Implementation Guidance]
source <xs:element name="submissionStatus" type="ffice:FficeSR_SubmissionStatusType" minOccurs="1" maxOccurs="1">
 
<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:element>

element FficeSR_FficeMessageType/timestamp
diagram FficeTemplates_diagrams/FficeTemplates_p131.png
namespace http://www.fixm.aero/app/ffice/1.0
type fb:TimeType
properties
content simple
facets
Kind Value Annotation
pattern -?([1-9][0-9]{3,}|0[0-9]{3})-(0[1-9]|1[0-2])-(0[1-9]|[12][0-9]|3[01])T(([01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9](\.[0-9]+)?|(24:00:00(\.0+)?))Z
annotation
documentation
The time and date that the communication was sent. [FIXM]
source <xs:element name="timestamp" type="fb:TimeType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The time and date that the communication was sent. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeSR_FficeMessageType/type
diagram FficeTemplates_diagrams/FficeTemplates_p132.png
namespace http://www.fixm.aero/app/ffice/1.0
type ffice:FficeSR_MessageTypeType
properties
content simple
facets
Kind Value Annotation
enumeration SUBMISSION_RESPONSE
documentation
An immediate response provided by an eASP to the message originator indicating acceptance or rejection of the message received. [FF-ICE]
annotation
documentation
Represents the type of message. [FIXM]
source <xs:element name="type" type="ffice:FficeSR_MessageTypeType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Represents the type of message. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element FficeSR_FficeMessageType/uniqueMessageIdentifier
diagram FficeTemplates_diagrams/FficeTemplates_p133.png
namespace http://www.fixm.aero/app/ffice/1.0
type fb:UniversallyUniqueIdentifierType
properties
content complex
facets
Kind Value Annotation
minLength 0
maxLength 4096
pattern [a-fA-F0-9]{8}-[a-fA-F0-9]{4}-4[a-fA-F0-9]{3}-[89abAB][a-fA-F0-9]{3}-[a-fA-F0-9]{12}
attributes
Name  Type  Use  Default  Fixed  Annotation
codeSpace  xs:string  required    urn:uuid  
documentation
Code Space of the UUID
annotation
documentation
A unique message identifier for FIXM messages. [FIXM]
source <xs:element name="uniqueMessageIdentifier" type="fb:UniversallyUniqueIdentifierType" minOccurs="1" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A unique message identifier for FIXM messages. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>


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