1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <?xml version="1.0" encoding="UTF-8"?>
- <?xml-stylesheet type="text/xsl" href="https://terminologies.g-node.org/_resources/odmlDocument.xsl" xmlns:odml="http://www.g-node.org/odml"?>
- <odML version="1.1">
- <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
- <version>1.0</version>
- <date>2011-01-21</date>
- <!-- ********************************** -->
- <!-- Microscope Objective -->
- <!-- ********************************** -->
- <section>
- <type>hardware/microscope_objective</type>
- <name>MicroscopeObjecive</name>
- <definition>This section contains properties that describe the objective used in a microscope.</definition>
- <property>
- <name>InventoryNo</name>
- <definition>The inventory number of the device.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Model</name>
- <definition>The objective model name.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Manufacturer</name>
- <definition>The Manufacturer providing the objective.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Type</name>
- <value>[dry, water immersion, oil immersion]</value>
- <definition>The type of objective used in a microscope. (e.g. water immersion, oil immersion, dry.)</definition>
- <type>string</type>
- </property>
- <property>
- <name>Owner</name>
- <definition>The owner of this device.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Magnification</name>
- <definition>The magnification of the objective.</definition>
- <type>float</type>
- </property>
- <property>
- <name>NumericalAperture</name>
- <definition>The numerical aperture (N.A.) of the objective.</definition>
- <type>float</type>
- </property>
- <property>
- <name>TransmissionLowerBound</name>
- <definition>The lower bound of transmission.</definition>
- <type>float</type>
- <unit>nm</unit>
- </property>
- <property>
- <name>TransmissionUpperBound</name>
- <definition>The upper bound of transmission.</definition>
- <type>float</type>
- <unit>nm</unit>
- </property>
- <property>
- <name>TransmissionRange</name>
- <definition>The transmission range (min - max).</definition>
- <type>float</type>
- <unit>nm</unit>
- </property>
- <property>
- <name>Description</name>
- <definition>A description of this hardware item.</definition>
- <type>string</type>
- </property>
- </section>
- </odML>
|