hardware.xml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet type="text/xsl" href="https://terminologies.g-node.org/_resources/odmlDocument.xsl" xmlns:odml="http://www.g-node.org/odml"?>
  3. <!-- ********************************** -->
  4. <!-- unspecified HardwareItem -->
  5. <!-- ********************************** -->
  6. <odML version="1.1">
  7. <repository>https://terminologies.g-node.org/v1.1/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. <definition>The device's serial number.</definition>
  19. <type>string</type>
  20. </property>
  21. <property>
  22. <name>InventoryNo</name>
  23. <definition>The inventory number of the device.</definition>
  24. <type>string</type>
  25. </property>
  26. <property>
  27. <name>Owner</name>
  28. <definition>Who's the owner of the device.</definition>
  29. <type>person</type>
  30. </property>
  31. <property>
  32. <name>Model</name>
  33. <definition>The model name of this hardware item.</definition>
  34. <type>string</type>
  35. </property>
  36. <property>
  37. <name>Type</name>
  38. <definition>The type of amplifier. E.g. extracellular, intracellular amplifier etc.</definition>
  39. <type>string</type>
  40. </property>
  41. <property>
  42. <name>Manufacturer</name>
  43. <definition>The Manufacturer of this hardware item.</definition>
  44. <type>string</type>
  45. </property>
  46. <property>
  47. <name>SampleRate</name>
  48. <definition>The sampling rate of the device.</definition>
  49. <type>float</type>
  50. </property>
  51. <property>
  52. <name>Description</name>
  53. <definition>A description of this hardware item.</definition>
  54. <type>string</type>
  55. </property>
  56. </section>
  57. </odML>