1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet type="text/xsl" href="https://terminologies.g-node.org/_resources/odmlDocument.xsl" xmlns:odml="http://www.g-node.org/odml"?>
- <odML version="1.1">
- <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
- <version>1.0</version>
- <date>2011-01-21</date>
- <!-- ********************************************************* -->
- <!-- Dataset section -->
- <!-- ********************************************************* -->
- <section>
- <type>dataset</type>
- <name>Dataset</name>
- <definition>Names (URLs) and times of recorded data files.
- Datasets are obtained during a Recording and may belong to
- different Experiments. Related sections that can be used as
- subsections, parent sections, or siblings are Stimulus,
- HardwareSettings, and Experiment.
- </definition>
- <property>
- <name>Start</name>
- <definition>The point in time the recording of this dataset was started.</definition>
- <type>datetime</type>
- </property>
- <property>
- <name>End</name>
- <definition>The point in time the recording of this dataset was ended.</definition>
- <type>datetime</type>
- </property>
- <property>
- <name>StartDate</name>
- <definition>The date recording of this dataset was started.</definition>
- <type>date</type>
- </property>
- <property>
- <name>EndDate</name>
- <definition>The date the recording of this dataset was ended.</definition>
- <type>date</type>
- </property>
- <property>
- <name>StartTime</name>
- <definition>The local time recording was started.</definition>
- <type>time</type>
- </property>
- <property>
- <name>EndTime</name>
- <definition>The local time recording was ended.</definition>
- <type>time</type>
- </property>
- <property>
- <name>Comment</name>
- <definition>A comment about the dataset (common to all files belonging to this dataset).</definition>
- <type>text</type>
- </property>
- <property>
- <name>File</name>
- <type>URL</type>
- <definition>The URL to the file containing the data of this dataset.</definition>
- </property>
- <property>
- <name>Quality</name>
- <definition>A rough indication of the overall quality of the dataset. E.g. poor, fair, or good.</definition>
- <type>string</type>
- </property>
- <property>
- <name>QualityRange</name>
- <definition>A comma separated ascending list of all used values for indicating the overall quality of the dataset.
- E.g. "poor,fair,good".
- </definition>
- <type>string</type>
- </property>
- </section>
- </odML>
|