setup.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  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. <!-- Setup section -->
  9. <!-- ********************************************************* -->
  10. <section>
  11. <type>setup</type>
  12. <name>Setup</name>
  13. <definition>The experimental setup used in the recordings. By using HardwareProperties as a subsection, a very
  14. detailed description of the setup can be given.
  15. </definition>
  16. <property>
  17. <name>Description</name>
  18. <definition>A description of the setup.</definition>
  19. <type>text</type>
  20. </property>
  21. <property>
  22. <name>Location</name>
  23. <definition>The location of the setup (e.g. room).</definition>
  24. <type>string</type>
  25. </property>
  26. <property>
  27. <name>Department</name>
  28. <definition>The department where the setup is located.</definition>
  29. <type>string</type>
  30. </property>
  31. <property>
  32. <name>Creator</name>
  33. <definition>The person who built the setup.</definition>
  34. <type>string</type>
  35. </property>
  36. <property>
  37. <name>Maintainer</name>
  38. <definition>The person who is responsible for the setup maintenance.</definition>
  39. <type>person</type>
  40. </property>
  41. <property>
  42. <name>Config</name>
  43. <definition>An identifier of the used setup configuration, e.g. if variations of the same setup are used.
  44. </definition>
  45. <type>string</type>
  46. </property>
  47. <property>
  48. <name>ConfigID</name>
  49. <definition>The ID of a setup configuration stored e.g. in a database.</definition>
  50. <type>string</type>
  51. </property>
  52. </section>
  53. </odML>