questionnaire.xml 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet type="text/xsl" href="odmlTerms.xsl" xmlns:odml="http://www.g-node.org/odml"?>
  3. <odML version="1.1">
  4. <repository>https://terminologies.g-node.org/v1.1/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. <definition>A version of the questionnaire.</definition>
  17. <type>string</type>
  18. </property>
  19. <property>
  20. <name>Label</name>
  21. <definition>A label of the questionnaire.</definition>
  22. <type>string</type>
  23. </property>
  24. <property>
  25. <name>Question</name>
  26. <definition>Question of the questionnaire.</definition>
  27. <type>text</type>
  28. </property>
  29. <property>
  30. <name>File</name>
  31. <definition>The binary file with questionnaire.</definition>
  32. <type>text</type>
  33. </property>
  34. <property>
  35. <name>FileURL</name>
  36. <definition>URL for questionnaire file.</definition>
  37. <type>URL</type>
  38. </property>
  39. </section>
  40. </odML>