Definition Type: Element
Name: possible
Namespace: http://oval.mitre.org/XMLSchema/oval
Type: anyType:http://www.w3.org/2001/XMLSchema
Containing Schema: oval-schema.xsd
Abstract
Documentation:
This element outlines a possible expected value of a variable. A value that is passed in from an external source must match one of the possible values if the variable is being restricted. The required hint attribute gives a short description of what the value means. The required operator attribute specifies how to compare the actual value of the variable with the possible value.
Collapse XSD Schema Diagram:
Drilldown into operator in schema oval-schema_xsd Drilldown into hint in schema oval-schema_xsdXSD Diagram of possible in schema oval-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:element name="possible">
    <xsd:annotation>
        <xsd:documentation>This element outlines a possible expected value of a variable.  A value that is passed in from an external source must match one of the possible values if the variable is being restricted.  The required hint attribute gives a short description of what the value means.  The required operator attribute specifies how to compare the actual value of the variable with the possible value.</xsd:documentation>
        <xsd:appinfo>
            <cardinality>0-1</cardinality>
            <attributes>hint, operator</attributes>
            <content>** undefined **</content>
            <parent_elements>restricted</parent_elements>
            <child_elements>** undefined **</child_elements>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:complexType>
        <xsd:complexContent>
            <xsd:extension base="xsd:anyType">
                <xsd:attribute name="hint" type="xsd:string" use="required" />
                <xsd:attribute name="operator" type="oval:operators" use="required" />
            </xsd:extension>
        </xsd:complexContent>
    </xsd:complexType>
</xsd:element>
Collapse Child Attributes:
Name Type Default Value Use
hint oval:hint Required
operator oval:operator Required
<anyAttribute>