Definition Type: Element
Name: volume_items
Namespace: http://oval.mitre.org/XMLSchema/system_characteristics#windows
Containing Schema: windows-system-characteristics-schema.xsd
Abstract
Documentation:
This element is a container of many volume_item elements.
Collapse XSD Schema Diagram:
Drilldown into volume_item in schema windows-system-characteristics-schema_xsdXSD Diagram of volume_items in schema windows-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="volume_items" substitutionGroup="system_characteristics:item_container">
    <xsd:annotation>
        <xsd:documentation>This element is a container of many volume_item elements.</xsd:documentation>
        <xsd:appinfo>
            <extends>item_container</extends>
            <valid_items>Volume Item</valid_items>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="windows:volume_item" minOccurs="1" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
volume_item windows:volume_item 1 unbounded
Collapse References:
system_characteristics:item_container