General syntax | <removeSpecialAttribute target="targetname" name="regexp"/> |
Description | Removes a special attribute from the special attribute list. |
Attributes | Name | Use | Annotation |
target | required | The target on which the type of operation is executed. Valid values are: Value | Description |
---|
attribute | Defines to add an attribute. | |
name | required | The name of the ‘target’ to remove. |
Examples | <!-- removes the special attribute named part.interface.name -->
<removeSpecialAttribute target="attribute" name="part.interface.name" /> |