<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<root>
    <node>
        <entity>entity_value2</entity>
        <subnode id="my_id1" some_attribute="attribute_value1">
            <child><![CDATA[<test_value>]]></child>
        </subnode>
    </node>
    <other_node id="id1">
        <child identifier="id1"/>
    </other_node>
    <new_node>some value</new_node>
</root>
