12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet type="text/xsl" href="https://terminologies.g-node.org/_resources/odmlDocument.xsl" xmlns:odml="http://www.g-node.org/odml"?>
- <!-- ********************************** -->
- <!-- unspecified HardwareItem -->
- <!-- ********************************** -->
- <odML version="1.1">
- <repository>https://terminologies.g-node.org/v1.1/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>
- <definition>The device's serial number.</definition>
- <type>string</type>
- </property>
- <property>
- <name>InventoryNo</name>
- <definition>The inventory number of the device.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Owner</name>
- <definition>Who's the owner of the device.</definition>
- <type>person</type>
- </property>
- <property>
- <name>Model</name>
- <definition>The model name of this hardware item.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Type</name>
- <definition>The type of amplifier. E.g. extracellular, intracellular amplifier etc.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Manufacturer</name>
- <definition>The Manufacturer of this hardware item.</definition>
- <type>string</type>
- </property>
- <property>
- <name>SampleRate</name>
- <definition>The sampling rate of the device.</definition>
- <type>float</type>
- </property>
- <property>
- <name>Description</name>
- <definition>A description of this hardware item.</definition>
- <type>string</type>
- </property>
- </section>
- </odML>
|