123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet type="text/xsl" href="odmlTerms.xsl" xmlns:odml="http://www.g-node.org/odml"?>
- <odML version="1.1">
- <version>1.0</version>
- <date>2011-01-21</date>
- <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
- <!-- ********************************************************* -->
- <!-- stimulation section -->
- <!-- ********************************************************* -->
- <section>
- <type>stimulus</type>
- <name>Stimulus</name>
- <definition>General description of an applied stimulus. This section is basis of various related sections that
- specify more specific stimuli.
- </definition>
- <property>
- <name>Description</name>
- <definition>A textual description of the stimulus.</definition>
- <type>text</type>
- </property>
- <property>
- <name>Comment</name>
- <definition>A comment on this specific stimulus.</definition>
- <type>text</type>
- </property>
- <property>
- <name>Author</name>
- <definition>Who is the author of this stimulus.</definition>
- <type>person</type>
- </property>
- <property>
- <name>Duration</name>
- <definition>The duration of the stimulus.</definition>
- <type>float</type>
- <unit>s</unit>
- </property>
- <property>
- <name>StartTime</name>
- <definition>The time the stimulus started.</definition>
- <type>time</type>
- </property>
- <property>
- <name>EndTime</name>
- <definition>The time the stimulus ended.</definition>
- <type>time</type>
- </property>
- <property>
- <name>Intensity</name>
- <definition>like the current in case of electrical stimulation.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Location</name>
- <definition>Describes the site of the stimulus application.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Modality</name>
- <definition>Visual, acoustic, haptic, electrical, etc. stimulation.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Repetitions</name>
- <definition>The number of repetitions of the described stimulation.</definition>
- <type>int</type>
- </property>
- <property>
- <name>InterstimulusInterval</name>
- <definition>The time between two subsequent stimulations.</definition>
- <type>float</type>
- <unit>s</unit>
- </property>
- <property>
- <name>StimulusFile</name>
- <definition>The URL to an applied stimulus file.</definition>
- <type>URL</type>
- </property>
- <property>
- <name>Position</name>
- <definition>The position of the stimulus on e.g the screen. Specified as a 2-tuple (x;y). By default this position
- refers to the top-left corner of the object or its bounding box.
- </definition>
- <type>2-tuple</type>
- </property>
- <property>
- <name>PositionReference</name>
- <value>[top-left, center, bottom-right]</value>
- <definition>By default stimulus positions are specified by the coordinates of the top-left corner (or of the
- bounding box). Use this property for other definitions.
- </definition>
- <type>string</type>
- </property>
- <property>
- <name>SpatialExtent</name>
- <definition>The spatial extend of the presented stimulus (width;height) e.g. (1024;768).</definition>
- <type>2-tuple</type>
- </property>
- </section>
- </odML>
|