Definition Type: ComplexType
Name: PossibleRestrictionType
Namespace: http://oval.mitre.org/XMLSchema/oval-definitions-5
Containing Schema: oval-definitions-schema.xsd
Abstract
Documentation:
The PossibleRestrictionType complex type outlines a range of possible expected value of an external variable. Each possible_restriction element contains an unbounded list of child restriction elements that each specify a range that an actual value may fall in. For example, a restriction element my specify that a value must be less than 10. When multiple restriction elements are present, a valid possible value would have to meet every restriction. One can think of the possible_value and possible_restriction elements as an OR'd list of possible values, and the restriction elements as an AND'd list of value descriptions. Please refer to the description of the RestrictionType complex type for more information. The required hint attribute gives a short description of what the value means or represents.
Collapse XSD Schema Diagram:
Drilldown into restriction in schema oval-definitions-schema_xsd Drilldown into hint in schema oval-definitions-schema_xsdXSD Diagram of PossibleRestrictionType in schema oval-definitions-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="PossibleRestrictionType">
    <xsd:annotation>
        <xsd:documentation>The PossibleRestrictionType complex type outlines a range of possible expected value of an external variable. Each possible_restriction element contains an unbounded list of child restriction elements that each specify a range that an actual value may fall in. For example, a restriction element my specify that a value must be less than 10. When multiple restriction elements are present, a valid possible value would have to meet every restriction. One can think of the possible_value and possible_restriction elements as an OR'd list of possible values, and the restriction elements as an AND'd list of value descriptions. Please refer to the description of the RestrictionType complex type for more information. The required hint attribute gives a short description of what the value means or represents.</xsd:documentation>
        <xsd:appinfo>
        </xsd:appinfo>
    </xsd:annotation>
    <xsd:choice>
        <xsd:element name="restriction" type="oval-def:RestrictionType" minOccurs="1" maxOccurs="unbounded" />
    </xsd:choice>
    <xsd:attribute name="hint" type="xsd:string" use="required" />
</xsd:complexType>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
restriction oval-def:restriction 1 unbounded
Collapse Child Attributes:
Name Type Default Value Use
hint oval-def:hint Required
Collapse Derivation Tree:
Collapse References:
oval-def:possible_restriction