Definition Type: SimpleType
Name: operators
Namespace: http://oval.mitre.org/XMLSchema/oval_results
Containing Schema: oval-results-schema.xsd
Documentation:
Define acceptable operators.
Collapse XSD Schema Diagram:
XSD Diagram of operators in schema oval-results-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:simpleType name="operators">
    <xsd:annotation>
        <xsd:documentation>Define acceptable operators.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="equals" />
        <xsd:enumeration value="not equal" />
        <xsd:enumeration value="greater than" />
        <xsd:enumeration value="less than" />
        <xsd:enumeration value="greater than or equal" />
        <xsd:enumeration value="less than or equal" />
        <xsd:enumeration value="bitwise and" />
        <xsd:enumeration value="bitwise or" />
        <xsd:enumeration value="pattern match" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration equals
Enumeration not equal
Enumeration greater than
Enumeration less than
Enumeration greater than or equal
Enumeration less than or equal
Enumeration bitwise and
Enumeration bitwise or
Enumeration pattern match
Collapse Derivation Tree:
Collapse References:
independent:operator, oval_results:operator, oval_results:operator