-16026 THE NAME attribute-name IS USED FOR MORE THAN ONE ATTRIBUTE IN THE CONSTRUCTOR FOR THE ELEMENT NAMED element-name. ERROR QNAME=err:XQST0040
Explanation
The name attribute-name in the element element-name cannot be used more than one time. Element constructors must use unique names for attributes.
- attribute-name
- The name of the attribute that is not unique.
- element-name
- The name of the element that contains non-unique attribute names.
System action
The XQuery expression is not processed.
User response
No action is required.
Programmer response
Update the expression so that all attributes in the element have unique names.
SQLSTATE
10503