<?xml version="1.0" encoding="UTF-8"?>
<test-root xmlns="http://www.eclipse.org/sapphire/tests/xml-binding" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" value-prop-c="cccc" xsi:schemaLocation="http://www.eclipse.org/sapphire/tests/xml-binding http://www.eclipse.org/sapphire/tests/xml-binding/1.0">
    <!--value-prop-e:eeee-->
    <value-prop-a>aaaa</value-prop-a>
    <x>
        <y>
            <z value-prop-d="dddd">
                <!--value-prop-f:ffff-->
                <value-prop-b>bbbb</value-prop-b>
            </z>
        </y>
    </x>
</test-root>