Definition Type: Element
Name: notes
Namespace: http://oval.mitre.org/XMLSchema/oval
Containing Schema: oval-schema.xsd
Abstract
Documentation:
This element is a container for one or more note child elements.
Collapse XSD Schema Diagram:
Drilldown into note in schema oval-schema_xsdXSD Diagram of notes in schema oval-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="notes">
    <xsd:annotation>
        <xsd:documentation>This element is a container for one or more note child elements.</xsd:documentation>
        <xsd:appinfo>
            <cardinality>0-1</cardinality>
            <attributes>none</attributes>
            <content>none</content>
            <parent_elements>definition, test</parent_elements>
            <child_elements>note</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="oval:note" minOccurs="1" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
note oval:note 1 unbounded