Definition Type: ComplexType
Name: Patch53Behaviors
Namespace: http://oval.mitre.org/XMLSchema/oval-definitions-5#hpux
Containing Schema: hpux-definitions-schema.xsd
Abstract
Documentation:
These behaviors allow a more detailed definition of the patch53 objects being specified.
Collapse XSD Schema Diagram:
Drilldown into supersedence in schema hpux-definitions-schema_xsdXSD Diagram of Patch53Behaviors in schema hpux-definitions-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<xsd:complexType name="Patch53Behaviors">
    <xsd:annotation>
        <xsd:documentation>These behaviors allow a more detailed definition of the patch53 objects 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 hpux-def:supersedence false Optional
Collapse Derivation Tree:
Collapse References:
hpux-def:behaviors