Documentation for obj_object_profiled_data_schema

Complex Type: cs_wellTestBottomholeData

[Table of contents]

Super-types: None
Sub-types: None
Name cs_wellTestBottomholeData
Used by (from the same schema document) Complex Type cs_wellTestProductionTestData
Abstract no
Documentation Well test data gathered at the bottomhole.
XML Instance Representation
<...>
<witsml:bottomholePres> witsml:pressureMeasure </witsml:bottomholePres> [0..1]

'The pressure at the bottomhole of the well.'

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

'The temperature at the bottomhole of the well.'

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

'The P/Z value at the bottomhole. This is P/Z, pressure over gas compressibility factor (z), at the bottomhole of the well. Note that the uom is units of pressure., since Z is dimensionless.'

<witsml:bottomholeMD> witsml:measuredDepthCoord </witsml:bottomholeMD> [0..1]

'The measured depth of the bottomhole.'

<witsml:wellbore> witsml:refNameString </witsml:wellbore> [0..1]

'Defines the wellbore (sidetract) represented by the measured depth. This must be given when the well has multiple wellbores and the measured depth value is deeper than the first kickoff point. It is recommended that it always be given.'

</...>
Diagram
h1272623188 h-607763263 h1272623188 h-327397763 h65068842
Schema Component Representation
<xsd:complexType name="cs_wellTestBottomholeData">
<xsd:sequence>
<xsd:element name="bottomholePres" type=" witsml:pressureMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="bottomholeTemp" type=" witsml:thermodynamicTemperatureMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="bottomholePOverZ" type=" witsml:pressureMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="bottomholeMD" type=" witsml:measuredDepthCoord " minOccurs="0" maxOccurs="1"/>
<xsd:element name="wellbore" type=" witsml:refNameString " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>