microscope.xml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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. <!-- Microscope properties -->
  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/microscope</type>
  12. <name>Microscope</name>
  13. <definition>The Microscope section describes the properties of the used microscope.</definition>
  14. <property>
  15. <name>SerialNo</name>
  16. <value>
  17. <type>string</type>
  18. </value>
  19. <definition>The device's serial number.</definition>
  20. </property>
  21. <property>
  22. <name>InventoryNo</name>
  23. <value>
  24. <type>string</type>
  25. </value>
  26. <definition>The inventory number of the device.</definition>
  27. </property>
  28. <property>
  29. <name>Owner</name>
  30. <value>
  31. <type>string</type>
  32. </value>
  33. <definition>Who's the owner of the device.</definition>
  34. </property>
  35. <property>
  36. <name>Type</name>
  37. <value>
  38. <type>string</type>
  39. </value>
  40. <definition>The microscope type: widefield, two-photon, multi-photon, confocal, etc...</definition>
  41. </property>
  42. <property>
  43. <name>Model</name>
  44. <value>
  45. <type>string</type>
  46. </value>
  47. <definition>The model name of this hardware item.</definition>
  48. </property>
  49. <property>
  50. <name>Manufacturer</name>
  51. <value>
  52. <type>string</type>
  53. </value>
  54. <definition>The Manufacturer of this hardware item.</definition>
  55. </property>
  56. <property>
  57. <name>Description</name>
  58. <value>
  59. <type>string</type>
  60. </value>
  61. <definition>A description of this hardware item.</definition>
  62. </property>
  63. </section>
  64. </odML>