microscope.xml 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  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. <!-- Microscope properties -->
  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/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. <definition>The device's serial number.</definition>
  17. <type>string</type>
  18. </property>
  19. <property>
  20. <name>InventoryNo</name>
  21. <definition>The inventory number of the device.</definition>
  22. <type>string</type>
  23. </property>
  24. <property>
  25. <name>Owner</name>
  26. <definition>Who's the owner of the device.</definition>
  27. <type>string</type>
  28. </property>
  29. <property>
  30. <name>Type</name>
  31. <definition>The microscope type: widefield, two-photon, multi-photon, confocal, etc...</definition>
  32. <type>string</type>
  33. </property>
  34. <property>
  35. <name>Model</name>
  36. <definition>The model name of this hardware item.</definition>
  37. <type>string</type>
  38. </property>
  39. <property>
  40. <name>Manufacturer</name>
  41. <definition>The Manufacturer of this hardware item.</definition>
  42. <type>string</type>
  43. </property>
  44. <property>
  45. <name>Description</name>
  46. <definition>A description of this hardware item.</definition>
  47. <type>string</type>
  48. </property>
  49. </section>
  50. </odML>