Definition Type: Element
Name: description
Namespace: http://oval.mitre.org/XMLSchema/oval
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: oval-schema.xsd
Abstract
Documentation:
The description element contains a textual description of the configuration state being addressed by the OVAL Definition. In the case of a definition from the vulnerability class, the reference is usually the Common Vulnerability and Exposures (CVE) Identifier, and this description field corresponds with the CVE description.
Collapse XSD Schema Diagram:
XSD Diagram of description in schema oval-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="description" type="xsd:string">
    <xsd:annotation>
        <xsd:documentation>The description element contains a textual description of the configuration state being addressed by the OVAL Definition.  In the case of a definition from the vulnerability class, the reference is usually  the Common Vulnerability and Exposures (CVE) Identifier, and this description field corresponds with the CVE description.</xsd:documentation>
        <xsd:appinfo>
            <cardinality>1</cardinality>
            <attributes>none</attributes>
            <content>string</content>
            <parent_elements>definition</parent_elements>
            <child_elements>none</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
</xsd:element>