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.

dataset.xml 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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. <!-- Dataset section -->
  9. <!-- ********************************************************* -->
  10. <section>
  11. <type>dataset</type>
  12. <name>Dataset</name>
  13. <definition>Names (URLs) and times of recorded data files.
  14. Datasets are obtained during a Recording and may belong to
  15. different Experiments. Related sections that can be used as
  16. subsections, parent sections, or siblings are Stimulus,
  17. HardwareSettings, and Experiment.</definition>
  18. <property>
  19. <name>Start</name>
  20. <value>
  21. <type>datetime</type>
  22. </value>
  23. <definition>The point in time the recording of this dataset was
  24. started.</definition>
  25. </property>
  26. <property>
  27. <name>End</name>
  28. <value>
  29. <type>datetime</type>
  30. </value>
  31. <definition>The point in time the recording of this dataset was
  32. ended.</definition>
  33. </property>
  34. <property>
  35. <name>StartDate</name>
  36. <value>
  37. <type>date</type>
  38. </value>
  39. <definition>The date recording of this dataset was
  40. started.</definition>
  41. </property>
  42. <property>
  43. <name>EndDate</name>
  44. <value>
  45. <type>date</type>
  46. </value>
  47. <definition>The date the recording of this dataset was
  48. ended.</definition>
  49. </property>
  50. <property>
  51. <name>StartTime</name>
  52. <value>
  53. <type>time</type>
  54. </value>
  55. <definition>The local time recording was started.</definition>
  56. </property>
  57. <property>
  58. <name>EndTime</name>
  59. <value>
  60. <type>time</type>
  61. </value>
  62. <definition>The local time recording was ended.</definition>
  63. </property>
  64. <property>
  65. <name>Comment</name>
  66. <value>
  67. <type>text</type>
  68. </value>
  69. <definition>A comment about the dataset (common to all files
  70. belonging to this dataset).</definition>
  71. </property>
  72. <property>
  73. <name>File</name>
  74. <value>
  75. <type>binary</type>
  76. </value>
  77. <definition> Data of this dataset. Be aware that
  78. including the actual content of a data file by this property
  79. will blow up the the size of the metadatafile. We rather
  80. recommend to simply refer to the URL of a dataset file using
  81. the FileURL property.</definition>
  82. </property>
  83. <property>
  84. <name>File</name>
  85. <value>
  86. <type>URL</type>
  87. </value>
  88. <definition>The URL of a data file.</definition>
  89. </property>
  90. <property>
  91. <name>Quality</name>
  92. <value>
  93. <type>string</type>
  94. </value>
  95. <definition>A rough indication of the overall quality of
  96. the dataset. E.g. poor, fair, or good.</definition>
  97. </property>
  98. <property>
  99. <name>QualityRange</name>
  100. <value>
  101. <type>string</type>
  102. </value>
  103. <definition>A comma separated ascending list of all used
  104. values for indicating the overall quality of the
  105. dataset. E.g. "poor,fair,good".</definition>
  106. </property>
  107. </section>
  108. </odML>