1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <?xml-stylesheet type="text/xsl" href="odmlTerms.xsl" xmlns:odml="http://www.g-node.org/odml"?>
- <!-- ********************************** -->
- <!-- unspecified HardwareItem -->
- <!-- ********************************** -->
- <odML version="1">
- <repository>http://portal.g-node.org/odml/terminologies/v1.0/terminologies.xml</repository>
- <version>1.0</version>
- <date>2011-01-21</date>
- <section>
- <type>hardware</type>
- <name>Hardware</name>
- <definition>This is a generic hardware section meant to take information of items for which no specific terminology
- exists.
- </definition>
- <property>
- <name>SerialNo</name>
- <value>
- <type>string</type>
- </value>
- <definition>The device's serial number.</definition>
- </property>
- <property>
- <name>InventoryNo</name>
- <value>
- <type>string</type>
- </value>
- <definition>The inventory number of the device.</definition>
- </property>
- <property>
- <name>Owner</name>
- <value>
- <type>person</type>
- </value>
- <definition>Who's the owner of the device.</definition>
- </property>
- <property>
- <name>Model</name>
- <value>
- <type>string</type>
- </value>
- <definition>The model name of this hardware item.</definition>
- </property>
- <property>
- <name>Type</name>
- <value>
- <type>string</type>
- </value>
- <definition>The type of amplifier. E.g. extracellular, intracellular amplifier etc.</definition>
- </property>
- <property>
- <name>Manufacturer</name>
- <value>
- <type>string</type>
- </value>
- <definition>The Manufacturer of this hardware item.</definition>
- </property>
- <property>
- <name>SampleRate</name>
- <value>
- <type>float</type>
- </value>
- <definition>The sampling rate of the device.</definition>
- </property>
- <property>
- <name>Description</name>
- <value>
- <type>string</type>
- </value>
- <definition>A description of this hardware item.</definition>
- </property>
- </section>
- </odML>
|