event_list.xml 1.1 KB

123456789101112131415161718192021222324252627282930313233
  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. <version>1.0</version>
  5. <date>2011-01-21</date>
  6. <!-- ********************************************************* -->
  7. <!-- EventList Section -->
  8. <!-- ********************************************************* -->
  9. <repository>http://portal.g-node.org/odml/terminologies/v1.0/terminologies.xml</repository>
  10. <section>
  11. <type>collection/event_list</type>
  12. <name>EventList</name>
  13. <definition>Section for grouping short annotations that are taken during
  14. an experiment, preparation etc..</definition>
  15. <property>
  16. <name>Timestamp</name>
  17. <value>
  18. <type>datetime</type>
  19. </value>
  20. <definition>The local datetime entry of the moment the event was
  21. taken (YYYY-MM-DD hh:mm:ss format).</definition>
  22. </property>
  23. <property>
  24. <name>Description</name>
  25. <value>
  26. <type>text</type>
  27. </value>
  28. <definition>A description of the event.</definition>
  29. </property>
  30. </section>
  31. </odML>