Definition Type: ComplexType
Name: TestedVariableType
Namespace: http://oval.mitre.org/XMLSchema/oval-results-5
Type: anySimpleType:http://www.w3.org/2001/XMLSchema
Containing Schema: oval-results-schema.xsd
Abstract
Documentation:
The TestedVariableType complex type holds the value to a variable used during the evaluation of a test. Of special importance are the values of any external variables used since these values are not captured in either the definition or system characteristic files. If a variable is represented by an array of values, then multiple elements of TestedVariableType, each with the same variable_id attribute, would exist. The required variable_id attribute is the unique id of the variable that was used.
Collapse XSD Schema Diagram:
Drilldown into variable_id in schema oval-results-schema_xsdXSD Diagram of TestedVariableType in schema oval-results-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="TestedVariableType">
    <xsd:annotation>
        <xsd:documentation>The TestedVariableType complex type holds the value to a variable used during the evaluation of a test. Of special importance are the values of any external variables used since these values are not captured in either the definition or system characteristic files. If a variable is represented by an array of values, then multiple elements of TestedVariableType, each with the same variable_id attribute, would exist. The required variable_id attribute is the unique id of the variable that was used.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="xsd:anySimpleType">
            <xsd:attribute name="variable_id" type="oval:VariableIDPattern" use="required" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
variable_id oval-res:variable_id Required
Collapse Derivation Tree:
Collapse References:
oval-res:tested_variable