xmlDataAttributes | Document The *attributes document of type XMLData in which you want to set the value of an attribute. |
ncName | String The NCName (non-colonized name) of the attribute whose value you want to set. The NCName is also called a local name. |
namespace | String Optional. The namespace URI for the attribute whose value you want to set. Leave namespace blank if the attribute does not belong to a namespace. |
value | String The value that you want to assign to the attribute. |