<xs:element name="TemperatureCompensation" type="TemperatureCompensationType" minOccurs="0"><xs:annotation><xs:documentation>The optional TemperatureCompensation element is the temperature compensation of a universal measurement device.</xs:documentation></xs:annotation></xs:element>
The UniversalDeviceType defines a universal measurement device. Any nonmanual device that has a working volume, an effective working volume, and a resolution is considered to be a universal device.
The required id attribute is the QIF id of the measurement resource, used for referencing.
Source
<xs:complexType name="UniversalDeviceType"><xs:annotation><xs:documentation>The UniversalDeviceType defines a universal measurement device. Any nonmanual device that has a working volume, an effective working volume, and a resolution is considered to be a universal device.</xs:documentation></xs:annotation><xs:complexContent><xs:extension base="MeasurementDeviceType"><xs:sequence><xs:element ref="Resolution" minOccurs="0"><xs:annotation><xs:documentation>The optional Resolution element is the resolution of a universal measurement device.</xs:documentation></xs:annotation></xs:element><xs:element ref="WorkingVolume" minOccurs="0"><xs:annotation><xs:documentation>The optional WorkingVolume element is the working volume of a universal measurement device.</xs:documentation></xs:annotation></xs:element><xs:element ref="EffectiveWorkingVolume" minOccurs="0"><xs:annotation><xs:documentation>The optional EffectiveWorkingVolume element is the effective working volume of a universal measurement device.</xs:documentation></xs:annotation></xs:element><xs:element name="TemperatureCompensation" type="TemperatureCompensationType" minOccurs="0"><xs:annotation><xs:documentation>The optional TemperatureCompensation element is the temperature compensation of a universal measurement device.</xs:documentation></xs:annotation></xs:element></xs:sequence></xs:extension></xs:complexContent></xs:complexType>