<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>
|