<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
-->
<root>
    <node_one>
        <subnode>Value1</subnode>
    </node_one>
    <node_two>
        <subnode>Value2</subnode>
        <subnode>Value3</subnode>
    </node_two>
    <node_three>Value4</node_three>
</root>
