recording.xml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet type="text/xsl" href="https://terminologies.g-node.org/_resources/odmlDocument.xsl" xmlns:odml="http://www.g-node.org/odml"?>
  3. <odML version="1.1">
  4. <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
  5. <version>1.0</version>
  6. <date>2011-01-21</date>
  7. <!-- ********************************************************* -->
  8. <!-- Recording section -->
  9. <!-- ********************************************************* -->
  10. <section>
  11. <type>recording</type>
  12. <name>Recording</name>
  13. <definition>During a recording session in a Setup Datasets are obtained from Cells and/or a Subject by using various
  14. stimuli (Stimulus section).
  15. </definition>
  16. <property>
  17. <name>Comment</name>
  18. <definition>Comments on the recording session.</definition>
  19. <type>string</type>
  20. </property>
  21. <property>
  22. <name>Experimenter</name>
  23. <definition>The name of the person actually performing the recordings.</definition>
  24. <type>person</type>
  25. </property>
  26. <property>
  27. <name>ExperimenterID</name>
  28. <definition>If registered in a database the primary key of the person that performed the experiments.</definition>
  29. <type>person</type>
  30. </property>
  31. <property>
  32. <name>Start</name>
  33. <definition>The date and time at which the recording started in (YYYY-MM-DD hh:mm:ss format).</definition>
  34. <type>datetime</type>
  35. </property>
  36. <property>
  37. <name>End</name>
  38. <definition>The date and time at which the recording ended in (YYYY-MM-DD hh:mm:ss format).</definition>
  39. <type>datetime</type>
  40. </property>
  41. <property>
  42. <name>StartDate</name>
  43. <definition>The date the recording session was conducted (YYYY-MM-DD format).</definition>
  44. <type>date</type>
  45. </property>
  46. <property>
  47. <name>EndDate</name>
  48. <definition>The date the recording session ended (YYYY-MM-DD format).</definition>
  49. <type>date</type>
  50. </property>
  51. <property>
  52. <name>StartTime</name>
  53. <definition>The time the recordings began (hh:mm:ss format).</definition>
  54. <type>time</type>
  55. </property>
  56. <property>
  57. <name>EndTime</name>
  58. <definition>The time the recordings ended (hh:mm:ss format).</definition>
  59. <type>time</type>
  60. </property>
  61. <property>
  62. <name>Type</name>
  63. <definition>The type of recording (EEG, Eyetracker,Motion data).</definition>
  64. <type>string</type>
  65. </property>
  66. </section>
  67. </odML>