Definition Type: Element
Name: note
Namespace: http://oval.mitre.org/XMLSchema/oval
Type: string:http://www.w3.org/2001/XMLSchema
Containing Schema: oval-schema.xsd
Abstract
Documentation:
A note contains some descriptive text about the containing definition or individual test element. It may record an unresolved question about the definition or test, document an unknown_test, or present the reasoning as to why a particular approach was taken.
Collapse XSD Schema Diagram:
XSD Diagram of note in schema oval-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="note" type="xsd:string">
    <xsd:annotation>
        <xsd:documentation>A note contains some descriptive text about the containing definition or individual test element.  It may record an unresolved question about the definition or test, document an unknown_test, or present the reasoning as to why a particular approach was taken.</xsd:documentation>
        <xsd:appinfo>
            <cardinality>1-n</cardinality>
            <attributes>none</attributes>
            <content>string</content>
            <parent_elements>notes</parent_elements>
            <child_elements>none</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
</xsd:element>