removeSpecialAttribute Element

This topic describes the <removeSpecialAttribute> XML element.

General syntax
<removeSpecialAttribute target="targetname" name="regexp"/>
DescriptionRemoves a special attribute from the special 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 special attribute named part.interface.name --> 
<removeSpecialAttribute target="attribute" name="part.interface.name" />