The optional IlluminationUnit element is the illumination used in the microscope.
Diagram
Type
xs:string
Properties
content
simple
minOccurs
0
Source
<xs:element name="IlluminationUnit" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional IlluminationUnit element is the illumination used in the microscope.</xs:documentation></xs:annotation></xs:element>
The optional TotalMagnification element is the total magnification of a microscope which is the product of eyepiece lens magnification and objective lens magnification.
Diagram
Type
xs:decimal
Properties
content
simple
minOccurs
0
Source
<xs:element name="TotalMagnification" type="xs:decimal" minOccurs="0"><xs:annotation><xs:documentation>The optional TotalMagnification element is the total magnification of a microscope which is the product of eyepiece lens magnification and objective lens magnification.</xs:documentation></xs:annotation></xs:element>
The optional EyePieceMagnification element is the eyepiece magnification of a microscope.
Diagram
Type
xs:decimal
Properties
content
simple
minOccurs
0
Source
<xs:element name="EyePieceMagnification" type="xs:decimal" minOccurs="0"><xs:annotation><xs:documentation>The optional EyePieceMagnification element is the eyepiece magnification of a microscope.</xs:documentation></xs:annotation></xs:element>
The optional ObjectiveMagnification element is the Objective magnification of a microscope.
Diagram
Type
xs:decimal
Properties
content
simple
minOccurs
0
Source
<xs:element name="ObjectiveMagnification" type="xs:decimal" minOccurs="0"><xs:annotation><xs:documentation>The optional ObjectiveMagnification element is the Objective magnification of a microscope.</xs:documentation></xs:annotation></xs:element>
<xs:element name="MaxWorkpieceHeight" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxWorkpieceHeight element is the maximum workpiece height that could be measured with a microscope.</xs:documentation></xs:annotation></xs:element>
<xs:element name="MaxWorkpieceWeight" type="MassValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxWorkpieceWeight element is the maximum workpiece weight that could be mounted on a microscope stage.</xs:documentation></xs:annotation></xs:element>
<xs:element name="Accuracy" type="LinearErrorType" minOccurs="0"><xs:annotation><xs:documentation>The optional Accuracy element is the accuracy of measurement with a microscope.</xs:documentation></xs:annotation></xs:element>
<xs:element name="StageSwivelingAngle" type="AngularValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional StageSwivelingAngle element is the swiveling angle of the table.</xs:documentation></xs:annotation></xs:element>
The required n attribute is the number of Id elements in this array.
Source
<xs:element name="ToolIds" type="ArrayReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional ToolIds element is a list of the QIF ids of microscope measurement tools associated with the microscope.</xs:documentation></xs:annotation></xs:element>
The required id attribute is the QIF id of the measurement resource, used for referencing.
Source
<xs:complexType name="MicroscopeType"><xs:annotation><xs:documentation>The MicroscopeType defines a microscope.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="UniversalDeviceType"><xs:sequence><xs:element name="IlluminationUnit" type="xs:string" minOccurs="0"><xs:annotation><xs:documentation>The optional IlluminationUnit element is the illumination used in the microscope.</xs:documentation></xs:annotation></xs:element><xs:element name="TotalMagnification" type="xs:decimal" minOccurs="0"><xs:annotation><xs:documentation>The optional TotalMagnification element is the total magnification of a microscope which is the product of eyepiece lens magnification and objective lens magnification.</xs:documentation></xs:annotation></xs:element><xs:element name="EyePieceMagnification" type="xs:decimal" minOccurs="0"><xs:annotation><xs:documentation>The optional EyePieceMagnification element is the eyepiece magnification of a microscope.</xs:documentation></xs:annotation></xs:element><xs:element name="ObjectiveMagnification" type="xs:decimal" minOccurs="0"><xs:annotation><xs:documentation>The optional ObjectiveMagnification element is the Objective magnification of a microscope.</xs:documentation></xs:annotation></xs:element><xs:element name="MaxWorkpieceHeight" type="LinearValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxWorkpieceHeight element is the maximum workpiece height that could be measured with a microscope.</xs:documentation></xs:annotation></xs:element><xs:element name="MaxWorkpieceWeight" type="MassValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional MaxWorkpieceWeight element is the maximum workpiece weight that could be mounted on a microscope stage.</xs:documentation></xs:annotation></xs:element><xs:element name="Accuracy" type="LinearErrorType" minOccurs="0"><xs:annotation><xs:documentation>The optional Accuracy element is the accuracy of measurement with a microscope.</xs:documentation></xs:annotation></xs:element><xs:element name="StageSwivelingAngle" type="AngularValueType" minOccurs="0"><xs:annotation><xs:documentation>The optional StageSwivelingAngle element is the swiveling angle of the table.</xs:documentation></xs:annotation></xs:element><xs:element name="ToolIds" type="ArrayReferenceType" minOccurs="0"><xs:annotation><xs:documentation>The optional ToolIds element is a list of the QIF ids of microscope measurement tools associated with the microscope.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>