Definition Type: SimpleType
Name: operations
Namespace: http://oval.mitre.org/XMLSchema/oval
Containing Schema: oval-schema.xsd
Documentation:
Define acceptable operations. XOR is defined to be true if an odd number of its arguments are true, and false otherwise.
Collapse XSD Schema Diagram:
XSD Diagram of operations in schema oval-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:simpleType name="operations">
    <xsd:annotation>
        <xsd:documentation>Define acceptable operations.  XOR is defined to be true if an odd number of its arguments are true, and false otherwise.</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:string">
        <xsd:enumeration value="AND" />
        <xsd:enumeration value="OR" />
        <xsd:enumeration value="XOR" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Enumeration AND
Enumeration OR
Enumeration XOR
Collapse Derivation Tree:
Collapse References:
independent:operation, independent:operation, oval:operation, oval:operation, oval:operation, oval:operation, oval:operation