Definition Type: ComplexType
Name: PossibleValueType
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 PossibleValueType complex type is used to outline a single expected value of an external variable. The required hint attribute gives a short description of what the value means or represents.
Collapse XSD Schema Diagram:
Drilldown into hint in schema oval-definitions-schema_xsdXSD Diagram of PossibleValueType in schema oval-definitions-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="PossibleValueType">
    <xsd:annotation>
        <xsd:documentation>The PossibleValueType complex type is used to outline a single expected value of an external variable. The required hint attribute gives a short description of what the value means or represents.</xsd:documentation>
        <xsd:appinfo>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="xsd:anySimpleType">
            <xsd:attribute name="hint" type="xsd:string" use="required" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
hint oval-def:hint Required
Collapse Derivation Tree:
Collapse References:
oval-def:possible_value