Run the statement on the right.
Constructs XML namespace declarations from the arguments. The schema is SYSIBM. The result data type is XML. The namespace declarations are in the scope of the elements that are generated by the XMLELEMENT and XMLFOREST functions.
You can use the predefined namespace prefix, xml, without explicitly defining it. The xml prefix cannot be redefined.
The namespace universal resource identifier (URI) is a character string constant. This character string constant cannot be empty.
The namespace prefix is an SQL identifier. It must be of the form of an XML NCName (SQLSTATE 42635). See the W3C XML namespace specifications for more details on valid names.
The prefix cannot be xml or xmlns. The prefix must be unique within the list of namespace declarations.
Specifies the default namespace to use for this XML element, and for all XML elements that are contained in this XML element, except for those xmlnamespaces-functions that specify NO DEFAULT for the namespace.
Specifies that no default namespace is to be used for this XML element, and for all XML elements that are contained in this XML element, except for those xmlnamespaces-functions that specify a DEFAULT for the namespace.
You should see an XML result set in the lower right.