xmlconcat takes as input a series of XMLType instances, concatenates the series of elements for each row, and returns the concatenated series. xmlconcat is the inverse of xmlsequence.
Null expressions are dropped from the result. If all the value expressions are null, then the function returns null.