Definition Type: ComplexType
Name: PatchBehaviors
Namespace: http://oval.mitre.org/XMLSchema/oval-definitions-5#solaris
Containing Schema: solaris-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 solaris-definitions-schema_xsdXSD Diagram of PatchBehaviors in schema solaris-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 sol-def:supersedence false Optional
Collapse Derivation Tree:
Collapse References:
sol-def:behaviors