complexType MessageType
diagram BasicMessage_diagrams/BasicMessage_p10.png
namespace http://www.fixm.aero/app/msg/1.0
children msg:extension msg:flight msg:timestamp msg:type
used by
elements Message MessageCollectionType/message
annotation
documentation
A communication sent from one location to another and comprising an integral number of fields. [ICAO Doc 9426].
source <xs:complexType name="MessageType">
 
<xs:annotation>
   
<xs:documentation>A communication sent from one location to another and comprising an integral number of fields. [ICAO Doc 9426]. </xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element name="extension" type="msg:MessageExtensionType" 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:FlightType" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>A flight associated with the message.</xs:documentation>
     
</xs:annotation>
   
</xs:element>
   
<xs:element name="timestamp" type="fb:TimeType" minOccurs="0" 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="fb:CharacterStringType" minOccurs="0" maxOccurs="1">
     
<xs:annotation>
       
<xs:documentation>Represents the type of message. [FIXM]</xs:documentation>
     
</xs:annotation>
   
</xs:element>
 
</xs:sequence>
</xs:complexType>

element MessageType/extension
diagram BasicMessage_diagrams/BasicMessage_p11.png
namespace http://www.fixm.aero/app/msg/1.0
type msg:MessageExtensionType
properties
minOcc 0
maxOcc 2000
content complex
annotation
documentation
An extension hook for attaching extension (non-core) classes.
source <xs:element name="extension" type="msg:MessageExtensionType" minOccurs="0" maxOccurs="2000">
 
<xs:annotation>
   
<xs:documentation>An extension hook for attaching extension (non-core) classes.</xs:documentation>
 
</xs:annotation>
</xs:element>

element MessageType/flight
diagram BasicMessage_diagrams/BasicMessage_p12.png
namespace http://www.fixm.aero/app/msg/1.0
type fx:FlightType
properties
minOcc 0
maxOcc 1
content complex
children fx:agreed fx:aircraft fx:arrival fx:current fx:dangerousGoods fx:departure fx:desired fx:emergency fx:enRoute fx:extension fx:filed fx:flightConstraint fx:flightIdentification fx:flightPlanOriginator fx:flightPlanSubmitter fx:flightType fx:gufi fx:gufiOriginator fx:negotiating fx:operator fx:radioCommunicationFailure fx:rankedTrajectory fx:remarks fx:specialHandling fx:supplementaryData
annotation
documentation
A flight associated with the message.
source <xs:element name="flight" type="fx:FlightType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>A flight associated with the message.</xs:documentation>
 
</xs:annotation>
</xs:element>

element MessageType/timestamp
diagram BasicMessage_diagrams/BasicMessage_p13.png
namespace http://www.fixm.aero/app/msg/1.0
type fb:TimeType
properties
minOcc 0
maxOcc 1
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="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>The time and date that the communication was sent. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>

element MessageType/type
diagram BasicMessage_diagrams/BasicMessage_p14.png
namespace http://www.fixm.aero/app/msg/1.0
type fb:CharacterStringType
properties
minOcc 0
maxOcc 1
content simple
facets
Kind Value Annotation
minLength 0
maxLength 4096
annotation
documentation
Represents the type of message. [FIXM]
source <xs:element name="type" type="fb:CharacterStringType" minOccurs="0" maxOccurs="1">
 
<xs:annotation>
   
<xs:documentation>Represents the type of message. [FIXM]</xs:documentation>
 
</xs:annotation>
</xs:element>


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