Definition Type: ComplexType
Name: VariableValueType
Namespace: http://oval.mitre.org/XMLSchema/oval-system-characteristics-5
Type: anySimpleType:http://www.w3.org/2001/XMLSchema
Containing Schema: oval-system-characteristics-schema.xsd
Abstract
Documentation:
The VariableValueType complex type holds the value to a variable used during the collection of an object. The required variable_id attribute is the unique id of the variable being identified.
Collapse XSD Schema Diagram:
Drilldown into variable_id in schema oval-system-characteristics-schema_xsdXSD Diagram of VariableValueType in schema oval-system-characteristics-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="VariableValueType">
    <xsd:annotation>
        <xsd:documentation>The VariableValueType complex type holds the value to a variable used during the collection of an object. The required variable_id attribute is the unique id of the variable being identified.</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-sc:variable_id Required
Collapse Derivation Tree:
Collapse References:
oval-sc:variable_value