The advanced XML names transformation allows a prefix or suffix to be added to type or element names.
Usage
<nameXmlTransform> [<typeName [prefix=”xs:token”] [suffix=”xs:token”]/>] [<elementName [prefix=”xs:token”] [suffix=”xs:token”]/>] </nameXmlTransform>
It is possible to specify separate prefixes and suffixes for type
names and element names. If <typeName>
is used then
values of the optional attributes “prefix” and “suffix” will be applied
to all custom types in the scope of this transformation. If
<elementName> is used then prefix and suffix will be applied to
element names.