Definition Type: Element
Name: uname_items
Namespace: http://oval.mitre.org/XMLSchema/system_characteristics#redhat
Containing Schema: redhat-system-characteristics-schema.xsd
Abstract
Documentation:
This element has been deprecated in version 4.1 of the redhat-system-characterics-schema and will be removed completely in version 5. It is recommended that all future OVAL Content use the uname_items found in the unix-system-characterics-schema. This element is a container of many uname_item elements.
Collapse XSD Schema Diagram:
Drilldown into uname_item in schema redhat-system-characteristics-schema_xsdXSD Diagram of uname_items in schema redhat-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="uname_items" substitutionGroup="system_characteristics:item_container">
    <xsd:annotation>
        <xsd:documentation>This element has been deprecated in version 4.1 of the redhat-system-characterics-schema and will be removed completely in version 5.  It is recommended that all future OVAL Content use the uname_items found in the unix-system-characterics-schema.</xsd:documentation>
        <xsd:documentation>This element is a container of many uname_item elements.</xsd:documentation>
        <xsd:appinfo>
            <extends>item_container</extends>
            <valid_items>Uname Item</valid_items>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:sequence>
            <xsd:element ref="redhat:uname_item" minOccurs="1" maxOccurs="1" />
        </xsd:sequence>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
uname_item redhat:uname_item 1 1
Collapse References:
system_characteristics:item_container