123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160 |
- <?xml version="1.0" encoding="ISO-8859-1"?>
- <?xml-stylesheet type="text/xsl" href="odmlTerms.xsl" xmlns:odml="http://www.g-node.org/odml"?>
- <!-- ********************************** -->
- <!-- Camera Objective -->
- <!-- ********************************** -->
- <odML version="1">
- <repository>http://portal.g-node.org/odml/terminologies/v1.0/terminologies.xml</repository>
- <version>1.0</version>
- <date>2011-01-21</date>
- <section>
- <type>hardware/camera_objective</type>
- <name>CameraObjective</name>
- <definition>This section contains properties that describe a camera objective.</definition>
- <property>
- <name>InventoryNo</name>
- <value>
- <type>string</type>
- </value>
- <definition>The inventory number of this device.</definition>
- </property>
- <property>
- <name>SerialNo</name>
- <value>
- <type>string</type>
- </value>
- <definition>The serial number of this device.</definition>
- </property>
- <property>
- <name>Owner</name>
- <value>
- <type>string</type>
- </value>
- <definition>The owner of this device.</definition>
- </property>
- <property>
- <name>Model</name>
- <value>
- <type>string</type>
- </value>
- <definition>The objective model name.</definition>
- </property>
- <property>
- <name>Manufacturer</name>
- <value>
- <type>string</type>
- </value>
- <definition>The Manufacturer providing the objective.</definition>
- </property>
- <property>
- <name>Type</name>
- <value>Zoom
- <type>string</type>
- </value>
- <value>Macro
- <type>string</type>
- </value>
- <value>FixedFocus
- <type>string</type>
- </value>
- <value>FixedApperture
- <type>string</type>
- </value>
- <definition>The type of objective.</definition>
- </property>
- <property>
- <name>Mount</name>
- <value>C-Mount
- <type>string</type>
- </value>
- <value>CS-Mount
- <type>string</type>
- </value>
- <definition>The type of mount.</definition>
- </property>
- <property>
- <name>NumericalAperture</name>
- <value>
- <type>float</type>
- </value>
- <definition>The numerical aperture (N.A.) of the objective.</definition>
- </property>
- <property>
- <name>MaximumAperture</name>
- <value>
- <type>float</type>
- </value>
- <definition>The maximum aperture of the objective.</definition>
- </property>
- <property>
- <name>Aperture</name>
- <value>
- <type>float</type>
- </value>
- <definition>The actual aperture setting of the objective.</definition>
- </property>
- <property>
- <name>FocalLengthRange</name>
- <value>
- <type>float</type>
- </value>
- <definition>The range of focal lengths of the objective.</definition>
- </property>
- <property>
- <name>FocalLength</name>
- <value>
- <type>float</type>
- </value>
- <definition>The focal length of the objective.</definition>
- </property>
- <property>
- <name>TransmissionLowerBound</name>
- <value>
- <type>float</type>
- <unit>nm</unit>
- </value>
- <definition>The lower bound of transmission.</definition>
- </property>
- <property>
- <name>TransmissionUpperBound</name>
- <value>
- <type>float</type>
- <unit>nm</unit>
- </value>
- <definition>The upper bound of transmission.</definition>
- </property>
- <property>
- <name>TransmissionRange</name>
- <value>
- <type>float</type>
- <unit>nm</unit>
- </value>
- <definition>The transmission range (min - max).</definition>
- </property>
- <property>
- <name>Description</name>
- <value>
- <type>string</type>
- </value>
- <definition>A description of this hardware item.</definition>
- </property>
- </section>
- </odML>
|