1<?xml version="1.0" encoding="UTF-8"?>
2<ObjectWithNamespacesAndList xmlns="http://example.com/namespace" xmlns:x="http://example.com/namespace2">
3  <x:phone><![CDATA[777]]></x:phone>
4  <x:phone><![CDATA[888]]></x:phone>
5  <x:address id="A"><![CDATA[Street 7]]></x:address>
6  <x:address id="B"><![CDATA[Street 8]]></x:address>
7</ObjectWithNamespacesAndList>
8