Scheduled service maintenance on November 22


On Friday, November 22, 2024, between 06:00 CET and 18:00 CET, GIN services will undergo planned maintenance. Extended service interruptions should be expected. We will try to keep downtimes to a minimum, but recommend that users avoid critical tasks, large data uploads, or DOI requests during this time.

We apologize for any inconvenience.

recording.xml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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. <repository>http://portal.g-node.org/odml/terminologies/v1.0/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
  14. obtained from Cells and/or a Subject by using various stimuli (Stimulus section).</definition>
  15. <property>
  16. <name>Comment</name>
  17. <value>
  18. <type>string</type>
  19. </value>
  20. <definition>Comments on the recording session.</definition>
  21. </property>
  22. <property>
  23. <name>Experimenter</name>
  24. <value>
  25. <type>person</type>
  26. </value>
  27. <definition>The name of the person actually performing the recordings.</definition>
  28. </property>
  29. <property>
  30. <name>ExperimenterID</name>
  31. <value>
  32. <type>person</type>
  33. </value>
  34. <definition>If registered in a database the primary key of the person that performed the experiments.</definition>
  35. </property>
  36. <property>
  37. <name>Start</name>
  38. <value>
  39. <type>datetime</type>
  40. </value>
  41. <definition>The date and time at which the recording started in (YYYY-MM-DD hh:mm:ss format).</definition>
  42. </property>
  43. <property>
  44. <name>End</name>
  45. <value>
  46. <type>datetime</type>
  47. </value>
  48. <definition>The date and time at which the recording ended in (YYYY-MM-DD hh:mm:ss format).</definition>
  49. </property>
  50. <property>
  51. <name>StartDate</name>
  52. <value>
  53. <type>date</type>
  54. </value>
  55. <definition>The date the recording session was conducted (YYYY-MM-DD format).</definition>
  56. </property>
  57. <property>
  58. <name>EndDate</name>
  59. <value>
  60. <type>date</type>
  61. </value>
  62. <definition>The date the recording session ended (YYYY-MM-DD
  63. format).</definition>
  64. </property>
  65. <property>
  66. <name>StartTime</name>
  67. <value>
  68. <type>time</type>
  69. </value>
  70. <definition>The time the recordings began (hh:mm:ss format).</definition>
  71. </property>
  72. <property>
  73. <name>EndTime</name>
  74. <value>
  75. <type>time</type>
  76. </value>
  77. <definition>The time the recordings ended (hh:mm:ss format).</definition>
  78. </property>
  79. </section>
  80. </odML>