setup.xml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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
  14. using HardwareProperties as a subsection, a very detailed
  15. description of the setup can be given.</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
  36. located.</definition>
  37. </property>
  38. <property>
  39. <name>Creator</name>
  40. <value>
  41. <type>string</type>
  42. </value>
  43. <definition>The person who built the setup.</definition>
  44. </property>
  45. <property>
  46. <name>Maintainer</name>
  47. <value>
  48. <type>person</type>
  49. </value>
  50. <definition>The person who is responsible for the setup
  51. maintanance.</definition>
  52. </property>
  53. <property>
  54. <name>Config</name>
  55. <value>
  56. <type>string</type>
  57. </value>
  58. <definition>An identifier of the used setup
  59. configuration, e.g. if variations of the same setup are
  60. used.</definition>
  61. </property>
  62. <property>
  63. <name>ConfigID</name>
  64. <value>
  65. <type>string</type>
  66. </value>
  67. <definition>The ID of a setup configuration stored e.g. in a database.</definition>
  68. </property>
  69. </section>
  70. </odML>