Specifications
Chapter 14180
Values
tagName is a valid tag name. It should be unique to prevent conflicts with known tag types. For 
example, if you specify 
<openTag>MM_DYNAMIC_CONTENT</openTag> the dynamic data is 
translated to the tag <MM_DYNAMIC_CONTENT>.
EDML Tag: attributes
Description
Contains a list of attributes to add to the translated tag that is specified by openTag. 
Alternatively, if openTag is not defined and the searchPattern specifies tag, this tag contains a 
list of translated attributes to add to the tag that is found.
Parent
translation
Type
Block tag.
Required
No.
EDML Tag: attribute
Description
Specifies a single attribute (or translated attribute) to add to the translated tag.
Parent
attributes
Type
Block tag.
Required
Yes (at least one).
Values
attributeName="attributeValue" is an attribute set to a value. Typically, the attribute name 
is fixed, and the value contains some parameter references that are extracted by the parameter 
patterns, as shown in the following example:
<attribute>SOURCE="@@rs@@"</attribute>
<attribute>BINDING="@@col@@"</attribute>
or 
<attribute>
mmTranslatedValueDynValue="VALUE={@@rs@@.@@col@@}"
</attribute>










