Oracle Message OCI-31072 - Too many child nodes in XMLType fragment for updateXML

ERRORToo many child nodes in XMLType fragment for updateXML
CAUSEAn attempt was made to pass an XMLType fragment with multiple children as new data for the updateXML operator.
ACTIONExtract the desired child from the XMLType before passing it to updateXML as the desired new XML node.