microscope_objective.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  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. <odML version="1.1">
  4. <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
  5. <version>1.0</version>
  6. <date>2011-01-21</date>
  7. <!-- ********************************** -->
  8. <!-- Microscope Objective -->
  9. <!-- ********************************** -->
  10. <section>
  11. <type>hardware/microscope_objective</type>
  12. <name>MicroscopeObjecive</name>
  13. <definition>This section contains properties that describe the objective used in a microscope.</definition>
  14. <property>
  15. <name>InventoryNo</name>
  16. <definition>The inventory number of the device.</definition>
  17. <type>string</type>
  18. </property>
  19. <property>
  20. <name>Model</name>
  21. <definition>The objective model name.</definition>
  22. <type>string</type>
  23. </property>
  24. <property>
  25. <name>Manufacturer</name>
  26. <definition>The Manufacturer providing the objective.</definition>
  27. <type>string</type>
  28. </property>
  29. <property>
  30. <name>Type</name>
  31. <value>[dry, water immersion, oil immersion]</value>
  32. <definition>The type of objective used in a microscope. (e.g. water immersion, oil immersion, dry.)</definition>
  33. <type>string</type>
  34. </property>
  35. <property>
  36. <name>Owner</name>
  37. <definition>The owner of this device.</definition>
  38. <type>string</type>
  39. </property>
  40. <property>
  41. <name>Magnification</name>
  42. <definition>The magnification of the objective.</definition>
  43. <type>float</type>
  44. </property>
  45. <property>
  46. <name>NumericalAperture</name>
  47. <definition>The numerical aperture (N.A.) of the objective.</definition>
  48. <type>float</type>
  49. </property>
  50. <property>
  51. <name>TransmissionLowerBound</name>
  52. <definition>The lower bound of transmission.</definition>
  53. <type>float</type>
  54. <unit>nm</unit>
  55. </property>
  56. <property>
  57. <name>TransmissionUpperBound</name>
  58. <definition>The upper bound of transmission.</definition>
  59. <type>float</type>
  60. <unit>nm</unit>
  61. </property>
  62. <property>
  63. <name>TransmissionRange</name>
  64. <definition>The transmission range (min - max).</definition>
  65. <type>float</type>
  66. <unit>nm</unit>
  67. </property>
  68. <property>
  69. <name>Description</name>
  70. <definition>A description of this hardware item.</definition>
  71. <type>string</type>
  72. </property>
  73. </section>
  74. </odML>