The dbxmlRenameContainer
accessor renames an XML container in the Berkeley DBXML.
The container specification to be renamed is provided as the operator argument and is
an XML fragment.
If successful the response is a voidAspect otherwise an exception is thrown.
Operator Format
The format for the operator is...
<dbxml>
<oldname>mycontainer</oldname>
<newname>someNewName</newname>
</dbxml>
The oldname and newname tags are required and specify the identity for the container in the BDBXML database and its new
name respectively.
Reference