The value setting of the attribute declaration is paired with the declaration in name=value groupings. The values define the properties of the element you are adding, modifying, or deleting in the repository.

In the following example, the Object element is made up of an element start tag (<object>), attributes (Class, Name, and Method), values ("Application," "Banking," and "update"), and a close tag for the element (</Object>):

<object class="Application" name="Banking" method="update" />