protocol.xml 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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.1</version>
  6. <date>2014-03-01</date>
  7. <!-- ********************************************************* -->
  8. <!-- Protocol section -->
  9. <!-- ********************************************************* -->
  10. <section>
  11. <type>protocol</type>
  12. <name>Protocol</name>
  13. <definition>Information about experiment</definition>
  14. <property>
  15. <name>Name</name>
  16. <value>
  17. <type>string</type>
  18. </value>
  19. <definition>The protocol name.</definition>
  20. </property>
  21. <property>
  22. <name>Description</name>
  23. <value>
  24. <type>string</type>
  25. </value>
  26. <definition>Description of the experiment</definition>
  27. </property>
  28. <property>
  29. <name>Author</name>
  30. <value>
  31. <type>person</type>
  32. </value>
  33. <definition>The person, who created this protocol.</definition>
  34. </property>
  35. <property>
  36. <name>ProtocolFile</name>
  37. <value>
  38. <type>binary</type>
  39. </value>
  40. <definition>Protocol File</definition>
  41. </property>
  42. <property>
  43. <name>ProtocolFileURL</name>
  44. <value>
  45. <type>URL</type>
  46. </value>
  47. <definition>URL for protocol file</definition>
  48. </property>
  49. <property>
  50. <name>Duration</name>
  51. <value>
  52. <type>time</type>
  53. </value>
  54. <definition>Duration of the protocol.</definition>
  55. </property>
  56. <property>
  57. <name>Version</name>
  58. <value>
  59. <type>string</type>
  60. </value>
  61. <definition>Version of the protocol</definition>
  62. </property>
  63. </section>
  64. </odML>