dataset.xml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  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.
  18. </definition>
  19. <property>
  20. <name>Start</name>
  21. <value>
  22. <type>datetime</type>
  23. </value>
  24. <definition>The point in time the recording of this dataset was 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 ended.</definition>
  32. </property>
  33. <property>
  34. <name>StartDate</name>
  35. <value>
  36. <type>date</type>
  37. </value>
  38. <definition>The date recording of this dataset was started.</definition>
  39. </property>
  40. <property>
  41. <name>EndDate</name>
  42. <value>
  43. <type>date</type>
  44. </value>
  45. <definition>The date the recording of this dataset was ended.</definition>
  46. </property>
  47. <property>
  48. <name>StartTime</name>
  49. <value>
  50. <type>time</type>
  51. </value>
  52. <definition>The local time recording was started.</definition>
  53. </property>
  54. <property>
  55. <name>EndTime</name>
  56. <value>
  57. <type>time</type>
  58. </value>
  59. <definition>The local time recording was ended.</definition>
  60. </property>
  61. <property>
  62. <name>Comment</name>
  63. <value>
  64. <type>text</type>
  65. </value>
  66. <definition>A comment about the dataset (common to all files belonging to this dataset).</definition>
  67. </property>
  68. <property>
  69. <name>File</name>
  70. <value>
  71. <type>binary</type>
  72. <definition>Data of this dataset. Be aware that including the actual content of a data file by this property
  73. will blow up the the size of the metadatafile. We rather recommend to simply refer to the URL of a dataset
  74. file using the FileURL property.
  75. </definition>
  76. </value>
  77. <value>
  78. <type>URL</type>
  79. <definition>The URL of a data file.</definition>
  80. </value>
  81. <definition>Data of this dataset.</definition>
  82. </property>
  83. <property>
  84. <name>Quality</name>
  85. <value>
  86. <type>string</type>
  87. </value>
  88. <definition>A rough indication of the overall quality of the dataset. E.g. poor, fair, or good.</definition>
  89. </property>
  90. <property>
  91. <name>QualityRange</name>
  92. <value>
  93. <type>string</type>
  94. </value>
  95. <definition>A comma separated ascending list of all used values for indicating the overall quality of the dataset.
  96. E.g. "poor,fair,good".
  97. </definition>
  98. </property>
  99. </section>
  100. </odML>