response.xml 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  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. <version>1.0</version>
  5. <date>2011-01-21</date>
  6. <repository>http://portal.g-node.org/odml/terminologies/v1.0/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. <value>
  17. <type>text</type>
  18. </value>
  19. <definition>A textual description of the response.</definition>
  20. </property>
  21. <property>
  22. <name>Comment</name>
  23. <value>
  24. <type>text</type>
  25. </value>
  26. <definition>A comment on this specific response.</definition>
  27. </property>
  28. <property>
  29. <name>Author</name>
  30. <value>
  31. <type>person</type>
  32. </value>
  33. <definition>Who is the author of this response.</definition>
  34. </property>
  35. <property>
  36. <name>Duration</name>
  37. <value>
  38. <type>float</type>
  39. <unit>s</unit>
  40. </value>
  41. <definition>The duration of the response.</definition>
  42. </property>
  43. <property>
  44. <name>StartTime</name>
  45. <value>
  46. <type>time</type>
  47. </value>
  48. <definition>The time the response started.</definition>
  49. </property>
  50. <property>
  51. <name>EndTime</name>
  52. <value>
  53. <type>time</type>
  54. </value>
  55. <definition>The time the response ended.</definition>
  56. </property>
  57. <property>
  58. <name>Intensity</name>
  59. <value>
  60. <type>string</type>
  61. </value>
  62. <definition>like the current in case of electrical stimulation.</definition>
  63. </property>
  64. <property>
  65. <name>Location</name>
  66. <value>
  67. <type>string</type>
  68. </value>
  69. <definition>Describes the site of the response application.</definition>
  70. </property>
  71. <property>
  72. <name>Modality</name>
  73. <value>
  74. <type>string</type>
  75. </value>
  76. <definition>Visual, acoustic, haptic, electrical, etc. response.</definition>
  77. </property>
  78. <property>
  79. <name>Repetitions</name>
  80. <value>
  81. <type>int</type>
  82. </value>
  83. <definition>The number of repetitions of the described response.</definition>
  84. </property>
  85. <property>
  86. <name>InterstimulusInterval</name>
  87. <value>
  88. <type>float</type>
  89. <unit>s</unit>
  90. </value>
  91. <definition>The time between two subsequent response.</definition>
  92. </property>
  93. <property>
  94. <name>ResponseFile</name>
  95. <value>
  96. <type>binary</type>
  97. </value>
  98. <definition>The response file received. Using it will blow up the the size of the metadatafile and we recommend to
  99. rather define the URL of underlying response file.
  100. </definition>
  101. </property>
  102. <property>
  103. <name>ResponseFileURL</name>
  104. <value>
  105. <type>URL</type>
  106. </value>
  107. <definition>The URL of a an recieved response file. This is the recommended alternative to explicitly including
  108. the actual response via ResponseFile.
  109. </definition>
  110. </property>
  111. </section>
  112. </odML>