AnyType UDR Type

The anyType data type specification in XML Schema is mapped to the AnyType UDR data type in the UltraXML namespace. This UDR type contains information about all the elements and text contents of the mapped XML element.

The AnyType UDR Type



Field Type

Description

Field Type

Description

attributeMap(map<string,string>)

A mapping, from an attribute name to a value, of all the attributes of an element.

content(string)

The text content in the element.

elementMap(map<string,list<AnyType(UltraXML)>>)

All the sub-elements within the "anyType" element. This is a mapping from the element name to a list of all the occurrences. Each sub-element is also an "AnyType" UDR.

Note!

In APL, spaces between the closing angle brackets are required, or compilation fails.