response.xml 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. <odML version="1.1">
  4. <version>1.0</version>
  5. <date>2011-01-21</date>
  6. <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
  7. <!-- ********************************************************* -->
  8. <!-- Response section -->
  9. <!-- ********************************************************* -->
  10. <section>
  11. <type>Response</type>
  12. <name>Response</name>
  13. <definition>General description of an received response (on stimulus).</definition>
  14. <property>
  15. <name>Description</name>
  16. <definition>A textual description of the response.</definition>
  17. <type>text</type>
  18. </property>
  19. <property>
  20. <name>Comment</name>
  21. <definition>A comment on this specific response.</definition>
  22. <type>text</type>
  23. </property>
  24. <property>
  25. <name>Author</name>
  26. <definition>Who is the author of this response.</definition>
  27. <type>person</type>
  28. </property>
  29. <property>
  30. <name>Duration</name>
  31. <definition>The duration of the response.</definition>
  32. <type>float</type>
  33. <unit>s</unit>
  34. </property>
  35. <property>
  36. <name>StartTime</name>
  37. <definition>The time the response started.</definition>
  38. <type>time</type>
  39. </property>
  40. <property>
  41. <name>EndTime</name>
  42. <definition>The time the response ended.</definition>
  43. <type>time</type>
  44. </property>
  45. <property>
  46. <name>Intensity</name>
  47. <definition>like the current in case of electrical stimulation.</definition>
  48. <type>string</type>
  49. </property>
  50. <property>
  51. <name>Location</name>
  52. <definition>Describes the site of the response application.</definition>
  53. <type>string</type>
  54. </property>
  55. <property>
  56. <name>Modality</name>
  57. <definition>Visual, acoustic, haptic, electrical, etc. response.</definition>
  58. <type>string</type>
  59. </property>
  60. <property>
  61. <name>Repetitions</name>
  62. <definition>The number of repetitions of the described response.</definition>
  63. <type>int</type>
  64. </property>
  65. <property>
  66. <name>InterstimulusInterval</name>
  67. <definition>The time between two subsequent response.</definition>
  68. <type>float</type>
  69. <unit>s</unit>
  70. </property>
  71. <property>
  72. <name>ResponseFile</name>
  73. <definition>The URL to a received response file.</definition>
  74. <type>URL</type>
  75. </property>
  76. </section>
  77. </odML>