Definition Type: ComplexType
Name: MessageType
Namespace: http://oval.mitre.org/XMLSchema/oval-common-5
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: oval-common-schema.xsd
Abstract
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.
Collapse XSD Schema Diagram:
Drilldown into level in schema oval-common-schema_xsdXSD Diagram of MessageType in schema oval-common-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
level oval:level info Optional
Collapse Derivation Tree:
Collapse References:
oval-res:message, oval-res:message, oval-res:message, oval-sc:message, oval-sc:message