Documentation for obj_object_profiled_data_schema

Complex Type: cs_dtsInstrumentBox

[Table of contents]

Super-types: None
Sub-types: None
Name cs_dtsInstrumentBox
Used by (from the same schema document) Complex Type cs_dtsBoxInformation
Abstract no
Documentation The instrument box used for distributed temperature surveys
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:name> witsml:nameString </witsml:name> [0..1]

'A name for the instrument box. This can be used to access the instrument box.'

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

'The ultimate manufacturer of the instrument box.'

<witsml:manufacturingDate> witsml:date </witsml:manufacturingDate> [0..1]

'The date the manufacturing of the instrument box was completed.'

<witsml:type> witsml:kindString </witsml:type> [0..1]

'The type of instrument box used.'

<witsml:nameTag> witsml:cs_nameTag </witsml:nameTag> [0..*]

'An identification tag for the instrument box. A serial number is a type of identification tag however some tags contain many pieces of information. This structure just identifies the tag and does not describe the contents.'

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

'The version of the software installed in the instrument box.'

<witsml:factoryCalibration> witsml:cs_dtsInstrumentBoxCalibration </witsml:factoryCalibration> [0..*]

'Information about the calibration of the instrument box that was performed. This includes factory calibrations before shipping, and bench calibrations. This does not include calibrations made in preparation for taking measurements.'

<witsml:internalOvenLocationNear> witsml:lengthMeasure </witsml:internalOvenLocationNear> [1]

'Near distance of the oven from the beginning of the fiber.'

<witsml:internalOvenLocationFar> witsml:lengthMeasure </witsml:internalOvenLocationFar> [0..1]

'Far distance of the oven from the beginning of the fiber.'

<witsml:ovenSetPoint> witsml:thermodynamicTemperatureMeasure </witsml:ovenSetPoint> [1]

'The temperature of the oven.'

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

'The cable used to test the instrument box.'

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

'The offset setting applied to the instrument box based on the factory or bench calibration.'

<witsml:differentialLossSetting> witsml:generalMeasureType </witsml:differentialLossSetting> [0..1]

'The power loss over the length of the cable.'

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

'Additional parameters to define the instrument box as a piece of equipment. These should not be parameters to define the installation or use of the box in the wellbore, or other system. This element should be used only if an appropriate parameter is not available as an element, or in the calibration operation.'

</...>
Diagram
h-269201247 h-269201247 h518884755 h-399087894 h585031269 h-269201247 h-36789697 h283461459 h283461459 h-607763263 h-269201247 h-269201247 h-531681067 h-2051681461 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_dtsInstrumentBox">
<xsd:sequence>
<xsd:element name="name" type=" witsml:nameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="manufacturer" type=" witsml:nameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="manufacturingDate" type=" witsml:date " minOccurs="0" maxOccurs="1"/>
<xsd:element name="type" type=" witsml:kindString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="nameTag" type=" witsml:cs_nameTag " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="softwareVersion" type=" witsml:nameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="factoryCalibration" type=" witsml:cs_dtsInstrumentBoxCalibration " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="internalOvenLocationNear" type=" witsml:lengthMeasure " minOccurs="1" maxOccurs="1"/>
<xsd:element name="internalOvenLocationFar" type=" witsml:lengthMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="ovenSetPoint" type=" witsml:thermodynamicTemperatureMeasure " minOccurs="1" maxOccurs="1"/>
<xsd:element name="testCable" type=" witsml:nameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="offset" type=" witsml:nameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="differentialLossSetting" type=" witsml:generalMeasureType " minOccurs="0" maxOccurs="1"/>
<xsd:element name="parameter" type=" witsml:indexedObject " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>