complexType Message
diagram mmixm_diagrams/mmixm_p84.png
namespace https://mmixm.aero/base/4
children mx:Asset mx:Qualification
used by
element Message
attributes
Name  Type  Use  Default  Fixed  Annotation
id  mb:String50Type  optional      
documentation
Unique ID associated with the message.
messageType  mb:String50Type  optional      
documentation
Type of message.
timestamp  xs:dateTime  optional      
documentation
Date and time the message was sent.
trigger  mb:String50Type  optional      
documentation
The event that caused the creation of the message.
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="mb:String50Type" use="optional">
   
<xs:annotation>
     
<xs:documentation>Unique ID associated with the message.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<xs:attribute name="messageType" type="mb:String50Type" 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:attribute name="trigger" type="mb:String50Type" use="optional">
   
<xs:annotation>
     
<xs:documentation>The event that caused the creation of the message.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
</xs:complexType>

attribute Message/@id
type mb:String50Type
properties
use optional
facets
Kind Value Annotation
maxLength 50
annotation
documentation
Unique ID associated with the message.
source <xs:attribute name="id" type="mb:String50Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>Unique ID associated with the message.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute Message/@messageType
type mb:String50Type
properties
use optional
facets
Kind Value Annotation
maxLength 50
annotation
documentation
Type of message.
source <xs:attribute name="messageType" type="mb:String50Type" 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>

attribute Message/@trigger
type mb:String50Type
properties
use optional
facets
Kind Value Annotation
maxLength 50
annotation
documentation
The event that caused the creation of the message.
source <xs:attribute name="trigger" type="mb:String50Type" use="optional">
 
<xs:annotation>
   
<xs:documentation>The event that caused the creation of the message.</xs:documentation>
 
</xs:annotation>
</xs:attribute>


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