<?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:odk="http://www.opendatakit.org/xforms" xmlns:orx="http://openrosa.org/xforms" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <h:head>
        <h:title>openclinica-external-signature</h:title>
        <model odk:xforms-version="1.0.0">
            <instance>
                <data id="openclinica-external-signature">
                    <f />
                    <meta>
                        <instanceID />
                    </meta>
                </data>
            </instance>
            <bind nodeset="/data/f" oc:external="signature" type="string" />
            <bind jr:preload="uid" nodeset="/data/meta/instanceID" readonly="true()" type="string" />
        </model>
    </h:head>
    <h:body>
        <select ref="/data/f" appearance="w1">
            <label>enter</label>
            <item>
                <label>Agreed</label>
                <value>1</value>
            </item>
        </select>
    </h:body>
</h:html>
