question.xml 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet type="text/xsl" href="https://terminologies.g-node.org/_resources/odmlDocument.xsl" xmlns:odml="http://www.g-node.org/odml"?>
  3. <!-- ********************************************************* -->
  4. <!-- Question section -->
  5. <!-- ********************************************************* -->
  6. <odML version="1.1">
  7. <repository>https://terminologies.g-node.org/v1.1/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. <definition>A label of the questionnaire.</definition>
  17. <type>string</type>
  18. </property>
  19. <property>
  20. <name>Question</name>
  21. <definition>Text of the question.</definition>
  22. <type>string</type>
  23. </property>
  24. <property>
  25. <name>Answer</name>
  26. <definition>Answer for a question.</definition>
  27. <type>string</type>
  28. </property>
  29. </section>
  30. </odML>