<?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>
                        <k/>
                    </one>
                    <two/>
                    <meta>
                        <instanceID/>
                    </meta>
                </data>
            </instance>
            <bind nodeset="/data/one/k" type="string" />
            <bind nodeset="/data/meta/instanceID" type="string"/>
        </model>
    </h:head>
    <h:body>
        <group ref="/data/one">
            <select1 ref="/data/one/k">
                <label>label</label>
                <item>
                    <label>Alaska</label>
                    <!-- value required! -->
                </item>
            </select1>
        </group>
    </h:body>
</h:html>
