Definition Type: Element
Name: tested_object
Namespace: http://oval.mitre.org/XMLSchema/oval_results#redhat
Type: oval_results:testedObjectType
Containing Schema: redhat-oval-results-schema.xsd
MinOccurs 0
MaxOccurs unbounded
Abstract
Collapse XSD Schema Diagram:
Drilldown into tested_release in schema redhat-oval-results-schema_xsd Drilldown into tested_version in schema redhat-oval-results-schema_xsd Drilldown into tested_epoch in schema redhat-oval-results-schema_xsd Drilldown into name in schema redhat-oval-results-schema_xsd Drilldown into object_id in schema oval-results-schema_xsd Drilldown into status in schema oval-results-schema_xsd Drilldown into result in schema oval-results-schema_xsd Drilldown into testedObjectType in schema oval-results-schema_xsdXSD Diagram of tested_object in schema redhat-oval-results-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="tested_object" minOccurs="0" maxOccurs="unbounded">
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="oval_results:testedObjectType">
                <xsd:sequence>
                    <xsd:element name="name" type="oval_results:testedStringType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This is the name of a matching package object.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_test>RPM Version Compare Test</parent_test>
                                <cardinality>1</cardinality>
                                <content>string</content>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="tested_epoch" type="oval_results:testedStringType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This is the epoch number to test against.  The epoch is used as a kludge for version-release comparisons where the vendor has done some kind of re-numbering or version forking.  This number is not revealed by a normal query of the RPM's information -- you must use a formatted rpm query command to gather this data from the command line, like so.  For an already-installed RPM:  rpm -q --qf '%{EPOCH}\n' installed_rpm  For an RPM file that has not been installed:  rpm -qp --qf '%{EPOCH}\n' rpm_file</xsd:documentation>
                            <xsd:appinfo>
                                <parent_test>RPM Version Compare Test</parent_test>
                                <cardinality>1</cardinality>
                                <content>string</content>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="tested_version" type="oval_results:testedStringType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This is the version number of the software that we want to test against.  In the case of an apache rpm named httpd-2.0.40-21.11.4.i686.rpm, this value would be 2.0.40.  This is the version number assigned by the apache code maintainers.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_test>RPM Version Compare Test</parent_test>
                                <cardinality>1</cardinality>
                                <content>string</content>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                    <xsd:element name="tested_release" type="oval_results:testedStringType" minOccurs="1" maxOccurs="1">
                        <xsd:annotation>
                            <xsd:documentation>This is the version number of the build, changed by the vendor/builder.  In the case of an apache rpm named httpd-2.0.40-21.11.4.i686.rpm, this value would be 21.11.4.</xsd:documentation>
                            <xsd:appinfo>
                                <parent_test>RPM Version Compare Test</parent_test>
                                <cardinality>1</cardinality>
                                <content>string</content>
                            </xsd:appinfo>
                        </xsd:annotation>
                    </xsd:element>
                </xsd:sequence>
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
name redhat:name 1 1
tested_epoch redhat:tested_epoch 1 1
tested_version redhat:tested_version 1 1
tested_release redhat:tested_release 1 1
Collapse Child Attributes:
Name Type Default Value Use
result oval_results:result Required
status oval_results:status exists Optional
object_id oval_results:object_id Optional
Collapse Derivation Tree: