Definition Type: Attribute
Name: supersedence
Namespace: http://oval.mitre.org/XMLSchema/oval-definitions-5#solaris
Type: boolean:http://www.w3.org/2001/XMLSchema
Containing Schema: solaris-definitions-schema.xsd
ContentType Restriction
Default false
Use Optional
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.
Collapse XSD Schema Diagram:
XSD Diagram of supersedence in schema solaris-definitions-schema_xsd (Open Vulnerability and Assessment Language (OVAL®))
Collapse XSD Schema Code:
<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>