Documentation for obj_object_profiled_data_schema

Complex Type: cs_dtsCalibration

[Table of contents]

Super-types: None
Sub-types: None
Name cs_dtsCalibration
Used by (from the same schema document) Complex Type cs_dtsFiber , Model Group grp_dtsInstalledSystem
Abstract no
Documentation Calibration parameters vary from vendor to vendor, depending on the calibration method being used. This is a general type that allows a calibration date, business associate, and many name/value pairs.
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.'

</...>
Diagram
h518884755 h-269201247 h-269201247 h-1942658888 h-793122037 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_dtsCalibration">
<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:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>