complexType MessageCollection
diagram mmixm_diagrams/mmixm_p71.png
namespace https://mmixm.aero/base/3
children mb:Message
used by
element MessageCollection
attributes
Name  Type  Use  Default  Fixed  Annotation
collectionType  xs:string  optional      
documentation
Type of message collection.
id  xs:string  optional      
documentation
Unique ID associated with the message.
messageCount  xs:integer  optional      
documentation
Total number of individual messages included in the message collection.
timestamp  xs:dateTime  optional      
documentation
Date and time the message was sent.
annotation
documentation
Complex type allowing for multiple messages to be contained in a single message collection.
source <xs:complexType name="MessageCollection">
 
<xs:annotation>
   
<xs:documentation>Complex type allowing for multiple messages to be contained in a single message collection.</xs:documentation>
 
</xs:annotation>
 
<xs:sequence>
   
<xs:element ref="mb:Message" minOccurs="0" maxOccurs="unbounded"/>
 
</xs:sequence>
 
<xs:attribute name="collectionType" type="xs:string" use="optional">
   
<xs:annotation>
     
<xs:documentation>Type of message collection.</xs:documentation>
   
</xs:annotation>
 
</xs:attribute>
 
<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="messageCount" type="xs:integer" use="optional">
   
<xs:annotation>
     
<xs:documentation>Total number of individual messages included in the message collection.</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 MessageCollection/@collectionType
type xs:string
properties
use optional
annotation
documentation
Type of message collection.
source <xs:attribute name="collectionType" type="xs:string" use="optional">
 
<xs:annotation>
   
<xs:documentation>Type of message collection.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute MessageCollection/@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 MessageCollection/@messageCount
type xs:integer
properties
use optional
annotation
documentation
Total number of individual messages included in the message collection.
source <xs:attribute name="messageCount" type="xs:integer" use="optional">
 
<xs:annotation>
   
<xs:documentation>Total number of individual messages included in the message collection.</xs:documentation>
 
</xs:annotation>
</xs:attribute>

attribute MessageCollection/@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