XML Values

An XML value is a value composed of XML elements and attributes, where elements can contain other XML elements or text. XML values can be created directly or built by parsing string values. XML values cannot be stored in records, but can be converted to string representation and stored in that form.

Operations on XML Values

You can declare a variable of xml type and assign it to XML values:
xml xmlVar;

In addition to declaring a variable for use with XML values, you can also perform the following operations: