question.xml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. <!-- ********************************************************* -->
  4. <!-- Question section -->
  5. <!-- ********************************************************* -->
  6. <odML version="1">
  7. <repository>http://portal.g-node.org/odml/terminologies/v1.0/terminologies.xml</repository>
  8. <version>1.0</version>
  9. <date>2017-09-28</date>
  10. <section>
  11. <type>question</type>
  12. <name>Question</name>
  13. <definition>Description of the question.</definition>
  14. <property>
  15. <name>Label</name>
  16. <value>
  17. <type>string</type>
  18. </value>
  19. <definition>A label of the questionnaire.</definition>
  20. </property>
  21. <property>
  22. <name>Question</name>
  23. <value>
  24. <type>string</type>
  25. </value>
  26. <definition>Text of the question.</definition>
  27. </property>
  28. <property>
  29. <name>Answer</name>
  30. <value>
  31. <type>string</type>
  32. </value>
  33. <definition>Answer for a question.</definition>
  34. </property>
  35. </section>
  36. </odML>