Definition Type: ComplexType
Name: RestrictionType
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 RestrictionType complex type outlines a restriction that is placed on expected values for an external variable. For example, a possible value may be restricted to a integer less than 10. Please refer to the operationEnumeration simple type for a description of the valid operations. The required hint attribute gives a short description of what the value means or reporesents.
Collapse XSD Schema Diagram:
Drilldown into operation in schema oval-definitions-schema_xsdXSD Diagram of RestrictionType in schema oval-definitions-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="RestrictionType">
    <xsd:annotation>
        <xsd:documentation>The RestrictionType complex type outlines a restriction that is placed on expected values for an external variable. For example, a possible value may be restricted to a integer less than 10. Please refer to the operationEnumeration simple type for a description of the valid operations. The required hint attribute gives a short description of what the value means or reporesents.</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleContent>
        <xsd:extension base="xsd:anySimpleType">
            <xsd:attribute name="operation" type="oval:OperationEnumeration" use="required" />
        </xsd:extension>
    </xsd:simpleContent>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
operation oval-def:operation Required
Collapse Derivation Tree:
Collapse References:
oval-def:restriction