Definition Type: Element
Name: value
Namespace: http://oval.mitre.org/XMLSchema/oval
Type: anyType:http://www.w3.org/2001/XMLSchema
Containing Schema: oval-schema.xsd
Abstract
Documentation:
If the source of a variable is constant, then the 'value' child element holds the actual value of the variable. NOTE that this element should only be (and must be) present when the source of a variable is 'constant', even though there is no way to enforce this during validation. This value should be used by all tests that reference this variable. The value can not be over-ridden by an external source.
Collapse XSD Schema Diagram:
XSD Diagram of value in schema oval-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="value">
    <xsd:annotation>
        <xsd:documentation>If the source of a variable is constant, then the 'value' child element holds the actual value of the variable.  NOTE that this element should only be (and must be) present when the source of a variable is 'constant', even though there is no way to enforce this during validation.  This value should be used by all tests that reference this variable.  The value can not be over-ridden by an external source.</xsd:documentation>
        <xsd:appinfo>
            <cardinality>0-1</cardinality>
            <attributes>none</attributes>
            <content>** undefined **</content>
            <parent_elements>variable</parent_elements>
            <child_elements>** undefined **</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="xsd:anyType" />
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
<anyAttribute>