Definition Type: ComplexType
Name: TestedItemType
Namespace: http://oval.mitre.org/XMLSchema/oval-results-5
Containing Schema: oval-results-schema.xsd
Abstract
Documentation:
The TestedItemType complex type holds a reference to each system characteristic item that matches the object specified in a test. Details of the item can be found in the oval_system_characteristics section of the OVAL Results file by using the required item_id. The optional message element holds an error message or some other string that the analysis engine wishes to pass along. The required result attribute holds the result of the evaluation of the individual item as it relates to the state specified by the test. Please refer to the description of the resultEnumeration for details about the different result values.
Collapse XSD Schema Diagram:
Drilldown into message in schema oval-results-schema_xsd Drilldown into result in schema oval-results-schema_xsd Drilldown into item_id in schema oval-results-schema_xsdXSD Diagram of TestedItemType in schema oval-results-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="TestedItemType">
    <xsd:annotation>
        <xsd:documentation>The TestedItemType complex type holds a reference to each system characteristic item that matches the object specified in a test. Details of the item can be found in the oval_system_characteristics section of the OVAL Results file by using the required item_id. The optional message element holds an error message or some other string that the analysis engine wishes to pass along. The required result attribute holds the result of the evaluation of the individual item as it relates to the state specified by the test. Please refer to the description of the resultEnumeration for details about the different result values.</xsd:documentation>
    </xsd:annotation>
    <xsd:sequence>
        <xsd:element name="message" type="oval:MessageType" minOccurs="0" maxOccurs="unbounded" />
    </xsd:sequence>
    <xsd:attribute name="item_id" type="oval:ItemIDPattern" use="required" />
    <xsd:attribute name="result" type="oval-res:ResultEnumeration" use="required" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
message oval-res:message 0 unbounded
Collapse Child Attributes:
Name Type Default Value Use
item_id oval-res:item_id Required
result oval-res:result Required
Collapse Derivation Tree:
Collapse References:
oval-res:tested_item