diagram | ![]() |
||||||||||||||||||||||||||||||
namespace | https://mmixm.aero/base/3 | ||||||||||||||||||||||||||||||
children | mx:Asset mx:Qualification | ||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
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> |
type | xs:string | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="messageType" type="xs:string" use="optional"> <xs:annotation> <xs:documentation>Type of message.</xs:documentation> </xs:annotation> </xs:attribute> |
type | xs:dateTime | ||
properties |
|
||
annotation |
|
||
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> |