Documentation for obj_object_profiled_data_schema

Complex Type: cs_wellTestPointData

[Table of contents]

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

'The pressure at the point.'

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

'The temperature at the point.'

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

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

<witsml:md> witsml:measuredDepthCoord </witsml:md> [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.'

<witsml:bottomhole> witsml:logicalBoolean </witsml:bottomhole> [0..1]

'A value of true (1 or \"true\") indicates that the point is at the bottomhole. A value of false (0 or \"false\") or not given indicates otherwise.'

<witsml:static> witsml:logicalBoolean </witsml:static> [0..1]

'A value of true (1 or \"true\") indicates a static (non-flowing) pressure. A value of false (0 or \"false\") or not given indicates otherwise. The pressure may be measured (e.g., shut-in well) or calculated.'

</...>
Diagram
h1272623188 h-607763263 h1272623188 h-327397763 h65068842 h2055323524 h2055323524
Schema Component Representation
<xsd:complexType name="cs_wellTestPointData">
<xsd:sequence>
<xsd:element name="pres" type=" witsml:pressureMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="temp" type=" witsml:thermodynamicTemperatureMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="pOverZ" type=" witsml:pressureMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="md" type=" witsml:measuredDepthCoord " minOccurs="0" maxOccurs="1"/>
<xsd:element name="wellbore" type=" witsml:refNameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="bottomhole" type=" witsml:logicalBoolean " minOccurs="0" maxOccurs="1"/>
<xsd:element name="static" type=" witsml:logicalBoolean " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>