microscope_objective.xml 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  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. <odML version="1">
  4. <repository>http://portal.g-node.org/odml/terminologies/v1.0/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. <value>
  17. <type>string</type>
  18. </value>
  19. <definition>The inventory number of the device.</definition>
  20. </property>
  21. <property>
  22. <name>Model</name>
  23. <value>
  24. <type>string</type>
  25. </value>
  26. <definition>The objective model name.</definition>
  27. </property>
  28. <property>
  29. <name>Manufacturer</name>
  30. <value>
  31. <type>string</type>
  32. </value>
  33. <definition>The Manufacturer providing the objective.</definition>
  34. </property>
  35. <property>
  36. <name>Type</name>
  37. <value>dry
  38. <type>string</type>
  39. </value>
  40. <value>water immersion
  41. <type>string</type>
  42. </value>
  43. <value>oil immersion
  44. <type>string</type>
  45. </value>
  46. <definition>The type of objective used in a microscope. (e.g. water immersion, oil immersion, dry.)</definition>
  47. </property>
  48. <property>
  49. <name>Owner</name>
  50. <value>
  51. <type>string</type>
  52. </value>
  53. <definition>The owner of this device.</definition>
  54. </property>
  55. <property>
  56. <name>Magnification</name>
  57. <value>
  58. <type>float</type>
  59. </value>
  60. <definition>The magnification of the objective.</definition>
  61. </property>
  62. <property>
  63. <name>NumericalAperture</name>
  64. <value>
  65. <type>float</type>
  66. </value>
  67. <definition>The numerical aperture (N.A.) of the objective.</definition>
  68. </property>
  69. <property>
  70. <name>TransmissionLowerBound</name>
  71. <value>
  72. <type>float</type>
  73. <unit>nm</unit>
  74. </value>
  75. <definition>The lower bound of transmission.</definition>
  76. </property>
  77. <property>
  78. <name>TransmissionUpperBound</name>
  79. <value>
  80. <type>float</type>
  81. <unit>nm</unit>
  82. </value>
  83. <definition>The upper bound of transmission.</definition>
  84. </property>
  85. <property>
  86. <name>TransmissionRange</name>
  87. <value>
  88. <type>float</type>
  89. <unit>nm</unit>
  90. </value>
  91. <definition>The transmission range (min - max).</definition>
  92. </property>
  93. <property>
  94. <name>Description</name>
  95. <value>
  96. <type>string</type>
  97. </value>
  98. <definition>A description of this hardware item.</definition>
  99. </property>
  100. </section>
  101. </odML>