setup.xml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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. <!-- 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. <value>
  19. <type>text</type>
  20. </value>
  21. <definition>A description of the setup.</definition>
  22. </property>
  23. <property>
  24. <name>Location</name>
  25. <value>
  26. <type>string</type>
  27. </value>
  28. <definition>The location of the setup (e.g. room).</definition>
  29. </property>
  30. <property>
  31. <name>Department</name>
  32. <value>
  33. <type>string</type>
  34. </value>
  35. <definition>The department where the setup is located.</definition>
  36. </property>
  37. <property>
  38. <name>Creator</name>
  39. <value>
  40. <type>string</type>
  41. </value>
  42. <definition>The person who built the setup.</definition>
  43. </property>
  44. <property>
  45. <name>Maintainer</name>
  46. <value>
  47. <type>person</type>
  48. </value>
  49. <definition>The person who is responsible for the setup maintenance.</definition>
  50. </property>
  51. <property>
  52. <name>Config</name>
  53. <value>
  54. <type>string</type>
  55. </value>
  56. <definition>An identifier of the used setup configuration, e.g. if variations of the same setup are used.
  57. </definition>
  58. </property>
  59. <property>
  60. <name>ConfigID</name>
  61. <value>
  62. <type>string</type>
  63. </value>
  64. <definition>The ID of a setup configuration stored e.g. in a database.</definition>
  65. </property>
  66. </section>
  67. </odML>