123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <?xml-stylesheet type="text/xsl" href="odmlTerms.xsl" xmlns:odml="http://www.g-node.org/odml"?>
- <odML version="1">
- <repository>http://portal.g-node.org/odml/terminologies/v1.0/terminologies.xml</repository>
- <version>1.1</version>
- <date>2014-03-01</date>
- <!-- ********************************************************* -->
- <!-- Protocol section -->
- <!-- ********************************************************* -->
- <section>
- <type>protocol</type>
- <name>Protocol</name>
- <definition>Information about experiment</definition>
- <property>
- <name>Name</name>
- <value>
- <type>string</type>
- </value>
- <definition>The protocol name.</definition>
- </property>
- <property>
- <name>Description</name>
- <value>
- <type>string</type>
- </value>
- <definition>Description of the experiment</definition>
- </property>
- <property>
- <name>Author</name>
- <value>
- <type>person</type>
- </value>
- <definition>The person, who created this protocol.</definition>
- </property>
- <property>
- <name>ProtocolFile</name>
- <value>
- <type>binary</type>
- </value>
- <definition>Protocol File</definition>
- </property>
- <property>
- <name>ProtocolFileURL</name>
- <value>
- <type>URL</type>
- </value>
- <definition>URL for protocol file</definition>
- </property>
- <property>
- <name>Duration</name>
- <value>
- <type>time</type>
- </value>
- <definition>Duration of the protocol.</definition>
- </property>
- <property>
- <name>Version</name>
- <value>
- <type>string</type>
- </value>
- <definition>Version of the protocol</definition>
- </property>
- </section>
- </odML>
|