Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

response.xml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  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. <version>1.0</version>
  5. <date>2011-01-21</date>
  6. <repository>http://portal.g-node.org/odml/terminologies/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 response file received. Using it will blow up the the size of the metadatafile and we recommend to
  74. rather define the URL of underlying response file.
  75. </definition>
  76. <type>text</type>
  77. </property>
  78. <property>
  79. <name>ResponseFileURL</name>
  80. <definition>The URL of a an received response file. This is the recommended alternative to explicitly including
  81. the actual response via ResponseFile.
  82. </definition>
  83. <type>URL</type>
  84. </property>
  85. </section>
  86. </odML>