| ERROR | Too many child nodes in XMLType fragment for updateXML |
| CAUSE | An attempt was made to pass an XMLType fragment with multiple children as new data for the updateXML operator. |
| ACTION | Extract the desired child from the XMLType before passing it to updateXML as the desired new XML node. |