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