remove Element

This topic describes the <remove> XML element.

General syntax
<remove target="targetname" name="regexp"/>
DescriptionRemoves an attribute from the attribute list.
AttributesNameUseAnnotation
targetrequiredThe target on which the type of operation is executed.

Valid values are:

ValueDescription
attributeDefines to add an attribute.

namerequiredThe name of the ‘target’ to remove.
Examples
<!-- removes the attribute named SYMBOL --> 
<remove target="attribute" name="SYMBOL" />