Documentation for obj_object_profiled_data_schema

Complex Type: cs_dtsInstrumentBoxCalibration

[Table of contents]

Super-types: None
Sub-types: None
Name cs_dtsInstrumentBoxCalibration
Used by (from the same schema document) Complex Type cs_dtsInstrumentBox
Abstract no
Documentation Calibration parameters vary from vendor to vendor, depending on the calibration method being used. This is an extension of the general cs_dtsCalibration, and allows for specific parameters associated with an instrument box. The two additional parameters are the offset temperature calibration, and the slope calibration. These allow for a linear shift in temperature vs measurements. Additional offset and slope calibrations may be performed at measurement time.
XML Instance Representation
<...
uid=" witsml:uidString [0..1]

'The unique identifier of a container element. This attribute is generally required within the context of a WITSML server. There should be no assumption as to the semantic content of this attribute. This should only be used with recurring container types (i.e., maxOccurs greater than one). The value is only required to be unique within the context of the nearest recurring parent element.'

"
>
<witsml:dTimCalibration> witsml:date </witsml:dTimCalibration> [0..1]

'The date of the calibration'

<witsml:calibratedBy> witsml:nameString </witsml:calibratedBy> [0..1]

'The business associate that performed the calibration.'

<witsml:calibrationProtocol> witsml:nameString </witsml:calibrationProtocol> [0..1]

'This may be a standard protocol, or a software application.'

<witsml:parameter> witsml:cs_dtsCalibrationParameter </witsml:parameter> [0..*]

'Attribute name is the name of the parameter. Optional attribute uom is the unit of measure of the parameter. The value of the element is the value of the parameter. Note that a string value may appear as a parameter.'

<witsml:remarks> witsml:commentString </witsml:remarks> [0..1]

'Any remarks that may be useful, regarding the calibration information.'

<witsml:offsetTemperatureCalibration> witsml:thermodynamicTemperatureMeasure </witsml:offsetTemperatureCalibration> [0..1]

'The temperature offset correction that is applied to the dts instrument box.'

<witsml:slopeCalibration> witsml:temperatureSlopeMeasure </witsml:slopeCalibration> [0..1]

'The temperature slope correction that is applied to the dts instrument box.'

</...>
Diagram
h518884755 h-269201247 h-269201247 h-1942658888 h-793122037 h-607763263 h-115027262 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_dtsInstrumentBoxCalibration">
<xsd:sequence>
<xsd:element name="dTimCalibration" type=" witsml:date " minOccurs="0" maxOccurs="1"/>
<xsd:element name="calibratedBy" type=" witsml:nameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="calibrationProtocol" type=" witsml:nameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="parameter" type=" witsml:cs_dtsCalibrationParameter " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="remarks" type=" witsml:commentString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="offsetTemperatureCalibration" type=" witsml:thermodynamicTemperatureMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="slopeCalibration" type=" witsml:temperatureSlopeMeasure " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>