SetAttribute
The <SetAttribute> element adds or overwrites an attribute on the current context field.
| Attribute | Description | 
|---|---|
| name | The name of the attribute to add or update. | 
| value | The attribute value. | 
The following example sets an attribute named "myAttribute" on the field "myField":
<FieldStandardization>
    <Field name="myField">
         <SetAttribute name="myAttribute" value="attributeValue" />
    </Field>
</FieldStandardization>