XML message body example: elements, attributes, and content

Examples of an XML message body in an XML document and in tree structure form are shown below. The XML document contains elements, attributes, and content, and these items are shown in the tree structure.

    <Person age="32" height="172cm">
    <Name>Cormac Keogh</Name>
    </Person>

Example XML message body tree structure
Related concepts
Message flows overview
Related tasks
Developing message flows
Related reference
The XML message body
XML element
XML attribute
XML content