1234567891011121314151617 |
- <?xml version="1.0" encoding="UTF-8"?>
- <xforms xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/xforms">
- <model>
- <instance id="new_study2_new_study2_form1_v1">
- <new_study2_new_study2_form1_v1 name="Test_Form" id="3" formKey="new_study2_new_study2_form1_v1" xmlns="">
- <simple_question>some default value</simple_question>
- </new_study2_new_study2_form1_v1>
- </instance>
- <bind id="simple_question" nodeset="/new_study2_new_study2_form1_v1/simple_question" type="xsd:string"/>
- </model>
- <group id="1">
- <label>Page1</label>
- <input bind="simple_question">
- <label>Simple Question</label>
- </input>
- </group>
- </xforms>
|