<xsd:complexType name="MessageType">
<xsd:annotation>
<xsd:documentation>The MessageType complex type defines the structure for which messages are relayed from the data collection engine. Each message is a text string that has an associated level attribute identifying the type of message being sent. These messages could be error messages, warning messages, debug messages, etc. How the messages are used by tools and whether or not they are displayed to the user is up to the specific implementation. Please refer to the description of the MessageLevelEnumeration for more information about each type of message.</xsd:documentation>
</xsd:annotation>
<xsd:simpleContent>
<xsd:extension base="xsd:string">
<xsd:attribute name="level" type="oval:MessageLevelEnumeration" use="optional" default="info" />
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>
|