1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?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"?>
- <!-- ********************************** -->
- <!-- Microscope properties -->
- <!-- ********************************** -->
- <odML version="1.1">
- <repository>https://terminologies.g-node.org/v1.1/terminologies.xml</repository>
- <version>1.0</version>
- <date>2011-01-21</date>
- <section>
- <type>hardware/microscope</type>
- <name>Microscope</name>
- <definition>The Microscope section describes the properties of the used microscope.</definition>
- <property>
- <name>SerialNo</name>
- <definition>The device's serial number.</definition>
- <type>string</type>
- </property>
- <property>
- <name>InventoryNo</name>
- <definition>The inventory number of the device.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Owner</name>
- <definition>Who's the owner of the device.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Type</name>
- <definition>The microscope type: widefield, two-photon, multi-photon, confocal, etc...</definition>
- <type>string</type>
- </property>
- <property>
- <name>Model</name>
- <definition>The model name of this hardware item.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Manufacturer</name>
- <definition>The Manufacturer of this hardware item.</definition>
- <type>string</type>
- </property>
- <property>
- <name>Description</name>
- <definition>A description of this hardware item.</definition>
- <type>string</type>
- </property>
- </section>
- </odML>
|