Contains the document's content.
It is possible to nest an XDIME 2 document, i.e. an html element and its descendants, inside the body of another XDIME 2 document. Refer to the topic entitled Nesting XDIME 2 documents for more information.
<?xml version="1.0" encoding="UTF-8"?>
<html xmlns="http://www.w3.org/2002/06/xhtml2">
<head>
<title>body</title>
</head>
<body>
<p>Hello!</p>
</body>
</html>