<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<h:html xmlns="http://www.w3.org/2002/xforms" xmlns:OpenClinica="http://openclinica.com/odm"
    xmlns:enk="http://enketo.org/xforms" xmlns:ev="http://www.w3.org/2001/xml-events"
    xmlns:h="http://www.w3.org/1999/xhtml" xmlns:jr="http://openrosa.org/javarosa"
    xmlns:oc="http://openclinica.org/xforms" xmlns:odk="http://www.opendatakit.org/xforms"
    xmlns:orx="http://openrosa.org/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <h:head>
        <h:title>Test1</h:title>
        <model odk:xforms-version="1.0.0">
            <instance>
                <data id="59a0b3b3-599d-4215-a203-ab41f90385e8-F_TEST1" version="1">
                    <group_tp4np96 jr:template="">
                        <item1 />
                        <item2 />
                        <item1_comment oc:queryParent="item1" />
                        <item2_comment oc:queryParent="item2" />
                    </group_tp4np96>
                    <group_tp4np96>
                        <item1 />
                        <item2 />
                        <item1_comment oc:queryParent="item1" />
                        <item2_comment oc:queryParent="item2" />
                    </group_tp4np96>
                    <meta>
                        <instanceID />
                    </meta>
                </data>
            </instance>
            <bind nodeset="/data/group_tp4np96/item1" oc:itemgroup="group1" type="string" />
            <bind nodeset="/data/group_tp4np96/item2" oc:itemgroup="group1" type="string" />
            <bind jr:preload="uid" nodeset="/data/meta/instanceID" readonly="true()" type="string" />
            <bind enk:for="/data/group_tp4np96/item1" nodeset="/data/group_tp4np96/item1_comment"
                type="string" />
            <bind enk:for="/data/group_tp4np96/item2" nodeset="/data/group_tp4np96/item2_comment"
                type="string" />
            <instance id="_users" src="jr://file-csv/users.xml" />
        </model>
    </h:head>
    <h:body class="theme-grid no-text-transform">
        <group appearance="no-collapse" ref="/data/group_tp4np96">
            <label />
            <repeat appearance="w2" nodeset="/data/group_tp4np96">
                <input ref="/data/group_tp4np96/item1">
                    <label>item1</label>
                </input>
                <input ref="/data/group_tp4np96/item2">
                    <label>item2</label>
                </input>
                <input appearance="dn w1" ref="/data/group_tp4np96/item1_comment">
                    <label>Comment:</label>
                </input>
                <input appearance="dn w1" ref="/data/group_tp4np96/item2_comment">
                    <label>Comment:</label>
                </input>
            </repeat>
        </group>
    </h:body>
</h:html>