Definition Type: ComplexType
Name: NotesType
Namespace: http://oval.mitre.org/XMLSchema/oval-definitions-5
Containing Schema: oval-definitions-schema.xsd
Abstract
Documentation:
The NotesType complex type is a container for one or more note child elements. Each note contains some information about the definition or tests that it references. A note may record an unresolved question about the definition or test or present the reason as to why a particular approach was taken.
Collapse XSD Schema Diagram:
Drilldown into note in schema oval-definitions-schema_xsdXSD Diagram of NotesType in schema oval-definitions-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="NotesType">
    <xsd:annotation>
        <xsd:documentation>The NotesType complex type is a container for one or more note child elements. Each note contains some information about the definition or tests that it references. A note may record an unresolved question about the definition or test or present the reason as to why a particular approach was taken.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="note" type="xsd:string" minOccurs="1" maxOccurs="unbounded" />
    </xsd:sequence>
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
note oval-def:note 1 unbounded
Collapse Derivation Tree:
Collapse References:
oval-def:notes, oval-def:notes, oval-def:notes, oval-def:notes