<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://terminologies.g-node.org/_resources/odmlDocument.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>
  <!-- ********************************************************* -->
  <!--                  Response section                         -->
  <!-- ********************************************************* -->
  <section>
    <type>Response</type>
    <name>Response</name>
    <definition>General description of an received response (on stimulus).</definition>

    <property>
      <name>Description</name>
      <definition>A textual description of the response.</definition>
      <type>text</type>
    </property>

    <property>
      <name>Comment</name>
      <definition>A comment on this specific response.</definition>
      <type>text</type>
    </property>

    <property>
      <name>Author</name>
      <definition>Who is the author of this response.</definition>
      <type>person</type>
    </property>

    <property>
      <name>Duration</name>
      <definition>The duration of the response.</definition>
      <type>float</type>
      <unit>s</unit>
    </property>

    <property>
      <name>StartTime</name>
      <definition>The time the response started.</definition>
      <type>time</type>
    </property>

    <property>
      <name>EndTime</name>
      <definition>The time the response 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 response application.</definition>
      <type>string</type>
    </property>

    <property>
      <name>Modality</name>
      <definition>Visual, acoustic, haptic, electrical, etc. response.</definition>
      <type>string</type>
    </property>

    <property>
      <name>Repetitions</name>
      <definition>The number of repetitions of the described response.</definition>
      <type>int</type>
    </property>

    <property>
      <name>InterstimulusInterval</name>
      <definition>The time between two subsequent response.</definition>
      <type>float</type>
      <unit>s</unit>
    </property>

    <property>
      <name>ResponseFile</name>
      <definition>The URL to a received response file.</definition>
      <type>URL</type>
    </property>

  </section>
</odML>
