Message Sets: Data types for elements in an MRM message

A parser is supplied for the body of a message in the MRM domain; it associates each field with a specific data type.

For details of mapping from XML Schema data types that you have specified for elements in the MRM to data types used by the integration node and supported by ESQL, see ESQL to XML Schema data type mapping. When you create an element, you might find that associated value constraints are created to ensure a more accurate mapping of the XML Schema type.

Simple type - list

In the message tree, a list type will be represented as a name node with an anonymous value child for each list item. This allows repeating lists to be handled without any loss of information. Repeating lists will appear as sibling name elements, each of which has its own anonymous value child nodes for its respective list items.