elementPath
Get the XPath-like path of an XML element within its document tree. See Chapter 22.
element(required): XML UDM element
utlx
{
path: elementPath($input.Invoice.Lines.Line),
debug: elementPath($input.root.child)
}