Definition Type: Element
Name: uname_item
Namespace: http://oval.mitre.org/XMLSchema/system_characteristics#redhat
Type: system_characteristics:itemType
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_item found in the unix-system-characterics-schema. Information about the hardware the machine is running on. This information is the parsed equivalent of uname -a.
Collapse XSD Schema Diagram:
Drilldown into data in schema redhat-system-characteristics-schema_xsd Drilldown into message in schema system-characteristics-schema_xsd Drilldown into id in schema system-characteristics-schema_xsd Drilldown into itemType in schema system-characteristics-schema_xsdXSD Diagram of uname_item in schema redhat-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="uname_item" substitutionGroup="system_characteristics:item">
    <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_item found in the unix-system-characterics-schema.</xsd:documentation>
        <xsd:documentation>Information about the hardware the machine is running on.  This information is the parsed equivalent of uname -a.</xsd:documentation>
        <xsd:appinfo>
            <item_name>Uname Item</item_name>
            <extends>itemType</extends>
            <valid_sections>message, data</valid_sections>
            <example>
            </example>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="system_characteristics:itemType">
                <xsd:sequence>
                    <xsd:element name="data" minOccurs="0" maxOccurs="1">
                        <xsd:complexType>
                            <xsd:complexContent>
                                <xsd:extension base="system_characteristics:dataType">
                                    <xsd:sequence>
                                        <xsd:element name="machine_class" type="system_characteristics:dataStringType" minOccurs="1" maxOccurs="1">
                                            <xsd:annotation>
                                                <xsd:documentation>This is the machine hardware name, 5th field from uname -a.</xsd:documentation>
                                                <xsd:appinfo>
                                                    <parent_item>Uname Item</parent_item>
                                                    <cardinality>1</cardinality>
                                                    <content>string</content>
                                                    <valid_datatypes>string</valid_datatypes>
                                                </xsd:appinfo>
                                            </xsd:annotation>
                                        </xsd:element>
                                        <xsd:element name="node_name" type="system_characteristics:dataStringType" minOccurs="1" maxOccurs="1">
                                            <xsd:annotation>
                                                <xsd:documentation>This is the host name, the 2nd field from uname -a.</xsd:documentation>
                                                <xsd:appinfo>
                                                    <parent_item>Uname Item</parent_item>
                                                    <cardinality>1</cardinality>
                                                    <content>string</content>
                                                    <valid_datatypes>string</valid_datatypes>
                                                </xsd:appinfo>
                                            </xsd:annotation>
                                        </xsd:element>
                                        <xsd:element name="os_name" type="system_characteristics:dataStringType" minOccurs="1" maxOccurs="1">
                                            <xsd:annotation>
                                                <xsd:documentation>This is the operating system name, the 1st field from uname -a.</xsd:documentation>
                                                <xsd:appinfo>
                                                    <parent_item>Uname Item</parent_item>
                                                    <cardinality>1</cardinality>
                                                    <content>string</content>
                                                    <valid_datatypes>string</valid_datatypes>
                                                </xsd:appinfo>
                                            </xsd:annotation>
                                        </xsd:element>
                                        <xsd:element name="os_release" type="system_characteristics:dataStringType" minOccurs="1" maxOccurs="1">
                                            <xsd:annotation>
                                                <xsd:documentation>This is the build version, 4th field from uname -a. For example, from a running Linux system: "#1 Wed Aug 25 13:34:40 UTC 2004"</xsd:documentation>
                                                <xsd:appinfo>
                                                    <parent_item>Uname Item</parent_item>
                                                    <cardinality>1</cardinality>
                                                    <content>string</content>
                                                    <valid_datatypes>string</valid_datatypes>
                                                </xsd:appinfo>
                                            </xsd:annotation>
                                        </xsd:element>
                                        <xsd:element name="os_version" type="system_characteristics:dataStringType" minOccurs="1" maxOccurs="1">
                                            <xsd:annotation>
                                                <xsd:documentation>This is the operating system version, the 3rd field from uname -a.</xsd:documentation>
                                                <xsd:appinfo>
                                                    <parent_item>Uname Item</parent_item>
                                                    <cardinality>1</cardinality>
                                                    <content>string</content>
                                                    <valid_datatypes>string</valid_datatypes>
                                                </xsd:appinfo>
                                            </xsd:annotation>
                                        </xsd:element>
                                        <xsd:element name="processor_type" type="system_characteristics:dataStringType" minOccurs="1" maxOccurs="1">
                                            <xsd:annotation>
                                                <xsd:documentation>This is the processor type, 6th field from uname -a.</xsd:documentation>
                                                <xsd:appinfo>
                                                    <parent_item>Uname Item</parent_item>
                                                    <cardinality>1</cardinality>
                                                    <content>string</content>
                                                    <valid_datatypes>string</valid_datatypes>
                                                </xsd:appinfo>
                                            </xsd:annotation>
                                        </xsd:element>
                                    </xsd:sequence>
                                </xsd:extension>
                            </xsd:complexContent>
                        </xsd:complexType>
                    </xsd:element>
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
message system_characteristics:message 0 1
data redhat:data 0 1
Collapse Child Attributes:
Name Type Default Value Use
id system_characteristics:id Required
Collapse Derivation Tree:
Collapse References:
system_characteristics:item