Definition Type: ComplexType
Name: PatchBehaviors
Namespace: http://oval.mitre.org/XMLSchema/oval-definitions-5#esx
Containing Schema: esx-definitions-schema.xsd
Abstract
Documentation:
These behaviors allow a more detailed definition of the patch_object being specified.
Collapse XSD Schema Diagram:
Drilldown into supersedence in schema esx-definitions-schema_xsdXSD Diagram of PatchBehaviors in schema esx-definitions-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="PatchBehaviors">
    <xsd:annotation>
        <xsd:documentation>These behaviors allow a more detailed definition of the patch_object being specified.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="supersedence" use="optional" default="false">
        <xsd:annotation>
            <xsd:documentation>'supersedence' specifies that the object should also match any superseding patches to the one being specified. In other words, if set to True the resulting object set would be the original patch specified plus any superseding patches. The default value is 'false' meaning the object should only match the specified patch.</xsd:documentation>
        </xsd:annotation>
        <xsd:simpleType>
            <xsd:restriction base="xsd:boolean" />
        </xsd:simpleType>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
supersedence esx-def:supersedence false Optional
Collapse Derivation Tree:
Collapse References:
esx-def:behaviors