<?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:odk="http://www.opendatakit.org/xforms"
    xmlns:orx="http://openrosa.org/xforms"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <h:head>
        <h:title>last-saved</h:title>
        <model odk:xforms-version="1.0.0">
            <instance>
                <data id="last-saved">
                    <street/>
                    <meta>
                        <instanceID/>
                    </meta>
                </data>
            </instance>
            <instance id="__last-saved" src="jr://instance/last-saved"/>
            <bind nodeset="/data/street" type="string"/>
            <setvalue event="odk-instance-first-load" ref="/data/street" value=" instance('__last-saved')/data/street "/>
            <bind jr:preload="uid" nodeset="/data/meta/instanceID" readonly="true()" type="string"/>
        </model>
    </h:head>
    <h:body>
        <input ref="/data/street">
            <label>Street</label>
        </input>
    </h:body>
</h:html>