| Current Path : /home/rtorresani/www/vendor/magento/framework/Config/Test/Unit/_files/dom/ |
| Current File : //home/rtorresani/www/vendor/magento/framework/Config/Test/Unit/_files/dom/attributes.xml |
<?xml version="1.0"?>
<!--
/**
* Copyright © Magento, Inc. All rights reserved.
* See COPYING.txt for license details.
*/
-->
<root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<item id="id1" xsi:type="string" attrZero="value 0">Item 1.1</item>
<item id="id2" xsi:type="array" attrOne="value 2">
<subitem id="id2.1" xsi:type="string" attrOne="value 2.1">Item 2.1</subitem>
<subitem id="id2.2">Item 2.2</subitem>
</item>
<item id="id3" xsi:type="string" attrOne="value 3">Item 3.1</item>
</root>