Documentation for obj_object_profiled_data_schema

Complex Type: cs_dtsPumpLogRow

[Table of contents]

Super-types: None
Sub-types: None
Name cs_dtsPumpLogRow
Used by (from the same schema document) Complex Type cs_dtsPumpLogTable
Abstract no
Documentation The pump log row are elements defined in the sequence below.
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:cableSpeed> witsml:velocityMeasure </witsml:cableSpeed> [0..1]

'The speed of the cable.'

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

'The length of fiber pumped into the wellbore.'

<witsml:pumpPressure> witsml:pressureMeasure </witsml:pumpPressure> [0..1]

'The operating pressure of the pump.'

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

'The fluid used in the pumping operation.'

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

'The temperature going into the wellbore.'

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

'The temperature at the end of the operation'

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

'Any general remarks about the pumping operation.'

</...>
Diagram
h-638685508 h283461459 h1272623188 h-399087894 h-607763263 h-607763263 h-793122037 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_dtsPumpLogRow">
<xsd:sequence>
<xsd:element name="cableSpeed" type=" witsml:velocityMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="fiberPumpedLength" type=" witsml:lengthMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="pumpPressure" type=" witsml:pressureMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="pumpFluid" type=" witsml:kindString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="temperatureIn" type=" witsml:thermodynamicTemperatureMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="temperatureOut" type=" witsml:thermodynamicTemperatureMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="remarks" type=" witsml:commentString " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>