<?xml version="1.0"?>
<h:html xmlns="http://www.w3.org/2002/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:odkkkkkk="http://www.opendatakit.org/xforms"
    xmlns:orxxxx="http://openrosa.org/xforms"
    xmlns:xsdddd="http://www.w3.org/2001/XMLSchema">
    <h:head>
        <h:title>missing labels</h:title>
        <model>
            <instance>
                <data id="data">
                    <one>
                        <a/>
                    </one>
                    <two>
                        <b/>
                    </two>
                </data>
            </instance>
            <bind nodeset="/data/one/a" type="string"/>
        </model>
    </h:head>
    <h:body>
        <group>
            <input ref="/data/one/a">
                <label>label</label>
            </input>
            <repeat nodeset="/data/two"/>
        </group>
    </h:body>
</h:html>
