open_x_example.xml 706 B

1234567891011121314151617
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <xforms xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="http://www.w3.org/2002/xforms">
  3. <model>
  4. <instance id="new_study2_new_study2_form1_v1">
  5. <new_study2_new_study2_form1_v1 name="Test_Form" id="3" formKey="new_study2_new_study2_form1_v1" xmlns="">
  6. <simple_question>some default value</simple_question>
  7. </new_study2_new_study2_form1_v1>
  8. </instance>
  9. <bind id="simple_question" nodeset="/new_study2_new_study2_form1_v1/simple_question" type="xsd:string"/>
  10. </model>
  11. <group id="1">
  12. <label>Page1</label>
  13. <input bind="simple_question">
  14. <label>Simple Question</label>
  15. </input>
  16. </group>
  17. </xforms>