stimulus.xml 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  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. <!-- 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. <value>
  19. <type>text</type>
  20. </value>
  21. <definition>A textual description of the stimulus.</definition>
  22. </property>
  23. <property>
  24. <name>Comment</name>
  25. <value>
  26. <type>text</type>
  27. </value>
  28. <definition>A comment on this specific stimulus.</definition>
  29. </property>
  30. <property>
  31. <name>Author</name>
  32. <value>
  33. <type>person</type>
  34. </value>
  35. <definition>Who is the author of this stimulus.</definition>
  36. </property>
  37. <property>
  38. <name>Duration</name>
  39. <value>
  40. <type>float</type>
  41. <unit>s</unit>
  42. </value>
  43. <definition>The duration of the stimulus.</definition>
  44. </property>
  45. <property>
  46. <name>StartTime</name>
  47. <value>
  48. <type>time</type>
  49. </value>
  50. <definition>The time the stimulus started.</definition>
  51. </property>
  52. <property>
  53. <name>EndTime</name>
  54. <value>
  55. <type>time</type>
  56. </value>
  57. <definition>The time the stimulus ended.</definition>
  58. </property>
  59. <property>
  60. <name>Intensity</name>
  61. <value>
  62. <type>string</type>
  63. </value>
  64. <definition>like the current in case of electrical stimulation.</definition>
  65. </property>
  66. <property>
  67. <name>Location</name>
  68. <value>
  69. <type>string</type>
  70. </value>
  71. <definition>Describes the site of the stimulus application.</definition>
  72. </property>
  73. <property>
  74. <name>Modality</name>
  75. <value>
  76. <type>string</type>
  77. </value>
  78. <definition>Visual, acoustic, haptic, electrical, etc. stimulation.</definition>
  79. </property>
  80. <property>
  81. <name>Repetitions</name>
  82. <value>
  83. <type>int</type>
  84. </value>
  85. <definition>The number of repetitions of the described stimulation.</definition>
  86. </property>
  87. <property>
  88. <name>InterstimulusInterval</name>
  89. <value>
  90. <type>float</type>
  91. <unit>s</unit>
  92. </value>
  93. <definition>The time between two subsequent stimulations.</definition>
  94. </property>
  95. <property>
  96. <name>StimulusFile</name>
  97. <value>
  98. <type>binary</type>
  99. </value>
  100. <definition>The stimulus file used. Using it will blow up the the size of the metadatafile and we recommend to
  101. rather define the URL of underlying stimulus file.
  102. </definition>
  103. </property>
  104. <property>
  105. <name>StimulusFileURL</name>
  106. <value>
  107. <type>URL</type>
  108. </value>
  109. <definition>The URL of a an applied stimulus file. This is the recommended alternative to explicitely including
  110. the actual stimulus via StimulusFile.
  111. </definition>
  112. </property>
  113. <property>
  114. <name>Position</name>
  115. <value>
  116. <type>2-tuple</type>
  117. </value>
  118. <definition>The position of the stimulus on e.g the screen. Specified as a 2-tuple (x;y). By default this position
  119. refers to the top-left corner of the object or its bounding box.
  120. </definition>
  121. </property>
  122. <property>
  123. <name>PositionReference</name>
  124. <value>top-left
  125. <type>string</type>
  126. </value>
  127. <value>center
  128. <type>string</type>
  129. </value>
  130. <value>bottom-right
  131. <type>string</type>
  132. </value>
  133. <definition>By default stimulus positions are specified by the coordinates of the top-left corner (or of the
  134. bounding box). Use this property for other definitions.
  135. </definition>
  136. </property>
  137. <property>
  138. <name>SpatialExtent</name>
  139. <value>
  140. <type>2-tuple</type>
  141. </value>
  142. <definition>The spatial extend of the presented stimulus (width;height) e.g. (1024;768).</definition>
  143. </property>
  144. </section>
  145. </odML>