XMLNSC data types

Mapping between XML Schema simple types and the data types that the XMLNSC parser uses in the message tree when Build tree using XML Schema types is specified.

For mapping details, see ESQL to XML Schema data type mapping. Base64 decoding is automatically performed by the XMLNSC parser.

List types

In the message tree, a list type is represented as a parent node with an anonymous child node for each list item. This allows repeating lists to be handled without any loss of information.

If a list element repeats, the occurrences appear as siblings of one another, and each occurrence has its own set of child nodes representing its own list items.