camera_objective.xml 4.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  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. <!-- Camera Objective -->
  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/camera_objective</type>
  12. <name>CameraObjective</name>
  13. <definition>This section contains properties that describe a camera objective.</definition>
  14. <property>
  15. <name>InventoryNo</name>
  16. <value>
  17. <type>string</type>
  18. </value>
  19. <definition>The inventory number of this device.</definition>
  20. </property>
  21. <property>
  22. <name>SerialNo</name>
  23. <value>
  24. <type>string</type>
  25. </value>
  26. <definition>The serial number of this device.</definition>
  27. </property>
  28. <property>
  29. <name>Owner</name>
  30. <value>
  31. <type>string</type>
  32. </value>
  33. <definition>The owner of this device.</definition>
  34. </property>
  35. <property>
  36. <name>Model</name>
  37. <value>
  38. <type>string</type>
  39. </value>
  40. <definition>The objective model name.</definition>
  41. </property>
  42. <property>
  43. <name>Manufacturer</name>
  44. <value>
  45. <type>string</type>
  46. </value>
  47. <definition>The Manufacturer providing the objective.</definition>
  48. </property>
  49. <property>
  50. <name>Type</name>
  51. <value>Zoom
  52. <type>string</type>
  53. </value>
  54. <value>Macro
  55. <type>string</type>
  56. </value>
  57. <value>FixedFocus
  58. <type>string</type>
  59. </value>
  60. <value>FixedApperture
  61. <type>string</type>
  62. </value>
  63. <definition>The type of objective.</definition>
  64. </property>
  65. <property>
  66. <name>Mount</name>
  67. <value>C-Mount
  68. <type>string</type>
  69. </value>
  70. <value>CS-Mount
  71. <type>string</type>
  72. </value>
  73. <definition>The type of mount.</definition>
  74. </property>
  75. <property>
  76. <name>NumericalAperture</name>
  77. <value>
  78. <type>float</type>
  79. </value>
  80. <definition>The numerical aperture (N.A.) of the objective.</definition>
  81. </property>
  82. <property>
  83. <name>MaximumAperture</name>
  84. <value>
  85. <type>float</type>
  86. </value>
  87. <definition>The maximum aperture of the objective.</definition>
  88. </property>
  89. <property>
  90. <name>Aperture</name>
  91. <value>
  92. <type>float</type>
  93. </value>
  94. <definition>The actual aperture setting of the objective.</definition>
  95. </property>
  96. <property>
  97. <name>FocalLengthRange</name>
  98. <value>
  99. <type>float</type>
  100. </value>
  101. <definition>The range of focal lengths of the objective.</definition>
  102. </property>
  103. <property>
  104. <name>FocalLength</name>
  105. <value>
  106. <type>float</type>
  107. </value>
  108. <definition>The focal length of the objective.</definition>
  109. </property>
  110. <property>
  111. <name>TransmissionLowerBound</name>
  112. <value>
  113. <type>float</type>
  114. <unit>nm</unit>
  115. </value>
  116. <definition>The lower bound of transmission.</definition>
  117. </property>
  118. <property>
  119. <name>TransmissionUpperBound</name>
  120. <value>
  121. <type>float</type>
  122. <unit>nm</unit>
  123. </value>
  124. <definition>The upper bound of transmission.</definition>
  125. </property>
  126. <property>
  127. <name>TransmissionRange</name>
  128. <value>
  129. <type>float</type>
  130. <unit>nm</unit>
  131. </value>
  132. <definition>The transmission range (min - max).</definition>
  133. </property>
  134. <property>
  135. <name>Description</name>
  136. <value>
  137. <type>string</type>
  138. </value>
  139. <definition>A description of this hardware item.</definition>
  140. </property>
  141. </section>
  142. </odML>