complexType Message
diagram mmixm_diagrams/mmixm_p73.png
namespace https://mmixm.aero/base/2.1.0
children mx:Asset mx:Qualification
used by
element Message
attributes
Name  Type  Use  Default  Fixed  Annotation
id  xs:string  optional      
documentation
Unique ID associated with the message.
messageType  xs:string  optional      
documentation
Type of message.
timestamp  xs:dateTime  optional      
documentation
Date and time the message was sent.
annotation
documentation
Complex type used to encode message-related parameters (e.g., message time stamp, message id, etc.).
source <xs:complexType name="Message">
 
<xs:annotation>
   
<xs:documentation>Complex type used to encode message-related parameters (e.g., message time stamp, message id, etc.).</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element ref="mx:Asset" minOccurs="0" maxOccurs="1"/>
   
<xs:element ref="mx:Qualification" minOccurs="0" maxOccurs="1"/>
 
</xs:sequence>
 
<xs:attribute name="id" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>Unique ID associated with the message.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="messageType" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>Type of message.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="timestamp" type="xs:dateTime" use="optional">
   
<xs:annotation>
     
<xs:documentation>Date and time the message was sent.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute Message/@id
type xs:string
properties
use optional
annotation
documentation
Unique ID associated with the message.
source <xs:attribute name="id" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>Unique ID associated with the message.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Message/@messageType
type xs:string
properties
use optional
annotation
documentation
Type of message.
source <xs:attribute name="messageType" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>Type of message.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Message/@timestamp
type xs:dateTime
properties
use optional
annotation
documentation
Date and time the message was sent.
source <xs:attribute name="timestamp" type="xs:dateTime" use="optional">
 
<xs:annotation>
   
<xs:documentation>Date and time the message was sent.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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