Definition Type: Element
Name: item_container
Namespace: http://oval.mitre.org/XMLSchema/system_characteristics
Containing Schema: system-characteristics-schema.xsd
Abstract True
Documentation:
The item_container abstract element is extended (via substitution groups) by the different containers found in the family schemas. Each item_container should contain a number of abstract item elements.
Collapse XSD Schema Diagram:
XSD Diagram of item_container in schema system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="item_container" abstract="true">
    <xsd:annotation>
        <xsd:documentation>The item_container abstract element is extended (via substitution groups) by the different containers found in the family schemas.  Each item_container should contain a number of abstract item elements.</xsd:documentation>
        <xsd:appinfo>
            <cardinality>1-n</cardinality>
            <attributes>none</attributes>
            <content>none</content>
            <parent_elements>system_data</parent_elements>
            <child_elements>item</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
</xsd:element>