<?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:orx="http://openrosa.org/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <h:head>
    <h:title>form</h:title>
    <model>
      <instance>
        <form id="form">
          <input/>
        </form>
      </instance>
      <bind nodeset="/form/input" type="string"/>
    </model>
  </h:head>
  <h:body>
    <input ref="/form/input">
      <label>label</label>
    </input>
  </h:body>
</h:html>
