Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

Image Added

The AnyType UDR Type


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
titleNote!

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