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