retrieve xsi:type attribute with XMLType Object Relational storage"
Hi,
How to retrieve the xsi:type attribute when using Object Relational storage XMLType.
When you for instance have a ProductOrder object type and a MoveOrder object type which extents from a CustomerOrder type how to retrieve if the CustomerOrder is from attribute type MoveOrder or ProductOrder:
<ns2:customerOrder xsi:type="ns3:UpcProductOrder">
I would like to use it in the XMLTable function in combination with XPath Rewrite.
database version 11.2.0.2