questionnaire.xml 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <?xml-stylesheet type="text/xsl" href="odmlTerms.xsl" xmlns:odml="http://www.g-node.org/odml"?>
  3. <odML version="1">
  4. <repository>http://portal.g-node.org/odml/terminologies/v1.0/terminologies.xml</repository>
  5. <version>1.0</version>
  6. <date>2017-09-28</date>
  7. <!-- ********************************************************* -->
  8. <!-- Questionnaire section -->
  9. <!-- ********************************************************* -->
  10. <section>
  11. <type>questionnaire</type>
  12. <name>questionnaire</name>
  13. <definition>Description of the questionnaire.</definition>
  14. <property>
  15. <name>Version</name>
  16. <value>
  17. <type>string</type>
  18. </value>
  19. <definition>A version of the questionnaire.</definition>
  20. </property>
  21. <property>
  22. <name>Label</name>
  23. <value>
  24. <type>string</type>
  25. </value>
  26. <definition>A label of the questionnaire.</definition>
  27. </property>
  28. <property>
  29. <name>Question</name>
  30. <value>
  31. <type>question</type>
  32. </value>
  33. <definition>Question of the questionnaire.</definition>
  34. </property>
  35. <property>
  36. <name>File</name>
  37. <value>
  38. <type>File</type>
  39. </value>
  40. <definition>The binary file with questionnaire.</definition>
  41. </property>
  42. <property>
  43. <name>FileURL</name>
  44. <value>
  45. <type>URL</type>
  46. </value>
  47. <definition>URL for questionnaire file.</definition>
  48. </property>
  49. </section>
  50. </odML>