hardware.xml 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  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. <!-- ********************************** -->
  4. <!-- unspecified HardwareItem -->
  5. <!-- ********************************** -->
  6. <odML version="1">
  7. <repository>http://portal.g-node.org/odml/terminologies/v1.0/terminologies.xml</repository>
  8. <version>1.0</version>
  9. <date>2011-01-21</date>
  10. <section>
  11. <type>hardware</type>
  12. <name>Hardware</name>
  13. <definition>This is a generic hardware section meant to take information of items for which no specific terminology
  14. exists.
  15. </definition>
  16. <property>
  17. <name>SerialNo</name>
  18. <value>
  19. <type>string</type>
  20. </value>
  21. <definition>The device's serial number.</definition>
  22. </property>
  23. <property>
  24. <name>InventoryNo</name>
  25. <value>
  26. <type>string</type>
  27. </value>
  28. <definition>The inventory number of the device.</definition>
  29. </property>
  30. <property>
  31. <name>Owner</name>
  32. <value>
  33. <type>person</type>
  34. </value>
  35. <definition>Who's the owner of the device.</definition>
  36. </property>
  37. <property>
  38. <name>Model</name>
  39. <value>
  40. <type>string</type>
  41. </value>
  42. <definition>The model name of this hardware item.</definition>
  43. </property>
  44. <property>
  45. <name>Type</name>
  46. <value>
  47. <type>string</type>
  48. </value>
  49. <definition>The type of amplifier. E.g. extracellular, intracellular amplifier etc.</definition>
  50. </property>
  51. <property>
  52. <name>Manufacturer</name>
  53. <value>
  54. <type>string</type>
  55. </value>
  56. <definition>The Manufacturer of this hardware item.</definition>
  57. </property>
  58. <property>
  59. <name>SampleRate</name>
  60. <value>
  61. <type>float</type>
  62. </value>
  63. <definition>The sampling rate of the device.</definition>
  64. </property>
  65. <property>
  66. <name>Description</name>
  67. <value>
  68. <type>string</type>
  69. </value>
  70. <definition>A description of this hardware item.</definition>
  71. </property>
  72. </section>
  73. </odML>