stimulus.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  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>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
  7. <!-- ********************************************************* -->
  8. <!-- stimulation section -->
  9. <!-- ********************************************************* -->
  10. <section>
  11. <type>stimulus</type>
  12. <name>Stimulus</name>
  13. <definition>General description of an applied stimulus. This section is basis of various related sections that
  14. specify more specific stimuli.
  15. </definition>
  16. <property>
  17. <name>Description</name>
  18. <definition>A textual description of the stimulus.</definition>
  19. <type>text</type>
  20. </property>
  21. <property>
  22. <name>Comment</name>
  23. <definition>A comment on this specific stimulus.</definition>
  24. <type>text</type>
  25. </property>
  26. <property>
  27. <name>Author</name>
  28. <definition>Who is the author of this stimulus.</definition>
  29. <type>person</type>
  30. </property>
  31. <property>
  32. <name>Duration</name>
  33. <definition>The duration of the stimulus.</definition>
  34. <type>float</type>
  35. <unit>s</unit>
  36. </property>
  37. <property>
  38. <name>StartTime</name>
  39. <definition>The time the stimulus started.</definition>
  40. <type>time</type>
  41. </property>
  42. <property>
  43. <name>EndTime</name>
  44. <definition>The time the stimulus ended.</definition>
  45. <type>time</type>
  46. </property>
  47. <property>
  48. <name>Intensity</name>
  49. <definition>like the current in case of electrical stimulation.</definition>
  50. <type>string</type>
  51. </property>
  52. <property>
  53. <name>Location</name>
  54. <definition>Describes the site of the stimulus application.</definition>
  55. <type>string</type>
  56. </property>
  57. <property>
  58. <name>Modality</name>
  59. <definition>Visual, acoustic, haptic, electrical, etc. stimulation.</definition>
  60. <type>string</type>
  61. </property>
  62. <property>
  63. <name>Repetitions</name>
  64. <definition>The number of repetitions of the described stimulation.</definition>
  65. <type>int</type>
  66. </property>
  67. <property>
  68. <name>InterstimulusInterval</name>
  69. <definition>The time between two subsequent stimulations.</definition>
  70. <type>float</type>
  71. <unit>s</unit>
  72. </property>
  73. <property>
  74. <name>StimulusFile</name>
  75. <definition>The URL to an applied stimulus file.</definition>
  76. <type>URL</type>
  77. </property>
  78. <property>
  79. <name>Position</name>
  80. <definition>The position of the stimulus on e.g the screen. Specified as a 2-tuple (x;y). By default this position
  81. refers to the top-left corner of the object or its bounding box.
  82. </definition>
  83. <type>2-tuple</type>
  84. </property>
  85. <property>
  86. <name>PositionReference</name>
  87. <value>[top-left, center, bottom-right]</value>
  88. <definition>By default stimulus positions are specified by the coordinates of the top-left corner (or of the
  89. bounding box). Use this property for other definitions.
  90. </definition>
  91. <type>string</type>
  92. </property>
  93. <property>
  94. <name>SpatialExtent</name>
  95. <definition>The spatial extend of the presented stimulus (width;height) e.g. (1024;768).</definition>
  96. <type>2-tuple</type>
  97. </property>
  98. </section>
  99. </odML>