dataset.xml 2.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. <!-- 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.
  18. </definition>
  19. <property>
  20. <name>Start</name>
  21. <definition>The point in time the recording of this dataset was started.</definition>
  22. <type>datetime</type>
  23. </property>
  24. <property>
  25. <name>End</name>
  26. <definition>The point in time the recording of this dataset was ended.</definition>
  27. <type>datetime</type>
  28. </property>
  29. <property>
  30. <name>StartDate</name>
  31. <definition>The date recording of this dataset was started.</definition>
  32. <type>date</type>
  33. </property>
  34. <property>
  35. <name>EndDate</name>
  36. <definition>The date the recording of this dataset was ended.</definition>
  37. <type>date</type>
  38. </property>
  39. <property>
  40. <name>StartTime</name>
  41. <definition>The local time recording was started.</definition>
  42. <type>time</type>
  43. </property>
  44. <property>
  45. <name>EndTime</name>
  46. <definition>The local time recording was ended.</definition>
  47. <type>time</type>
  48. </property>
  49. <property>
  50. <name>Comment</name>
  51. <definition>A comment about the dataset (common to all files belonging to this dataset).</definition>
  52. <type>text</type>
  53. </property>
  54. <property>
  55. <name>File</name>
  56. <type>URL</type>
  57. <definition>The URL to the file containing the data of this dataset.</definition>
  58. </property>
  59. <property>
  60. <name>Quality</name>
  61. <definition>A rough indication of the overall quality of the dataset. E.g. poor, fair, or good.</definition>
  62. <type>string</type>
  63. </property>
  64. <property>
  65. <name>QualityRange</name>
  66. <definition>A comma separated ascending list of all used values for indicating the overall quality of the dataset.
  67. E.g. "poor,fair,good".
  68. </definition>
  69. <type>string</type>
  70. </property>
  71. </section>
  72. </odML>