Definition Type: ComplexType
Name: ValueType
Namespace: http://oval.mitre.org/XMLSchema/oval-definitions-5
Type: anySimpleType:http://www.w3.org/2001/XMLSchema
Containing Schema: oval-definitions-schema.xsd
Abstract
Documentation:
The ValueType complex type holds the actual value of the variable when dealing with a constant variable. 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 ValueType in schema oval-definitions-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="ValueType">
    <xsd:annotation>
        <xsd:documentation>The ValueType complex type holds the actual value of the variable when dealing with a constant variable. 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>
            <sch:pattern id="value" xmlns:sch="http://purl.oclc.org/dsdl/schematron">
                <sch:rule context="oval-def:constant_variable/oval-def:value">
                    <sch:assert test=".!=''">The value element of the constant_variable <sch:value-of select="../../@id" /> can not be empty.</sch:assert>
                </sch:rule>
            </sch:pattern>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="xsd:anySimpleType" />
    </xsd:simpleContent>
</xsd:complexType>
Collapse Derivation Tree:
Collapse References:
oval-def:value