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