Definition Type: Element
Name: wmi_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 wmi_item elements.
Collapse XSD Schema Diagram:
Drilldown into wmi_item in schema windows-system-characteristics-schema_xsdXSD Diagram of wmi_items in schema windows-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="wmi_items" substitutionGroup="system_characteristics:item_container">
    <xsd:annotation>
        <xsd:documentation>This element is a container of many wmi_item elements.</xsd:documentation>
        <xsd:appinfo>
            <extends>item_container</extends>
            <valid_items>WMI Item</valid_items>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="windows:wmi_item" minOccurs="1" maxOccurs="unbounded" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
wmi_item windows:wmi_item 1 unbounded
Collapse References:
system_characteristics:item_container