Documentation for obj_object_profiled_data_schema

Complex Type: cs_wellTestProductionTestResults

[Table of contents]

Super-types: None
Sub-types: None
Name cs_wellTestProductionTestResults
Used by (from the same schema document) Complex Type cs_wellTestProductionTestData
Abstract no
Documentation Oil, gas, and water volumes and rates measured during the well test. The volumes allow either actual volumes or standard (corrected) volumes. The densities are also recorded with the volumes.
XML Instance Representation
<...>
<witsml:oilVolume> witsml:cs_wellTestTestVolume </witsml:oilVolume> [0..1]

'Oil volumes measured during the well test.'

<witsml:oilRate> witsml:cs_wellTestFluidRate </witsml:oilRate> [0..1]

'Oil rates measured during the well test.'

<witsml:gasVolume> witsml:cs_wellTestTestVolume </witsml:gasVolume> [0..1]

'Gas volumes measured during the well test.'

<witsml:gasRate> witsml:cs_wellTestFluidRate </witsml:gasRate> [0..1]

'Gas rates measured during the well test.'

<witsml:waterVolume> witsml:cs_wellTestTestVolume </witsml:waterVolume> [0..1]

'Water volumes measured during the well test.'

<witsml:waterRate> witsml:cs_wellTestFluidRate </witsml:waterRate> [0..1]

'Water rates measured during the well test.'

<witsml:condensateVolume> witsml:cs_wellTestTestVolume </witsml:condensateVolume> [0..1]

'condensate volumes measured during the well test.'

<witsml:condensateRate> witsml:cs_wellTestFluidRate </witsml:condensateRate> [0..1]

'Condensate rates measured during the well test.'

<witsml:gasOilRatio> witsml:volumePerVolumeMeasure </witsml:gasOilRatio> [0..1]

'The ratio of the volume of gas and the volume of oil that was produced.'

<witsml:waterCut> witsml:volumePerVolumeMeasure </witsml:waterCut> [0..1]

'The ratio of water produced compared to the volume of total liquids produced.'

<witsml:density> witsml:densityMeasure </witsml:density> [0..1]

'The density of the fluid mixture.'

<witsml:fluidVelocity> witsml:velocityMeasure </witsml:fluidVelocity> [0..1]

'The velocity of the overall fluid mixture.'

<witsml:condensateYield> witsml:volumePerVolumeMeasure </witsml:condensateYield> [0..1]

'This is the condensate yield, which describes the amount of condensate per unit of natural gas produced'

<witsml:basicSedimentAndWater> witsml:volumePerVolumeMeasure </witsml:basicSedimentAndWater> [0..1]

'This is the measured of impurities present in crude oil as it comes from the well. BSandW content is commonly used as a measure for treating performance of hydrocarbon liquids'

<witsml:oilPotential> witsml:volumeFlowRateMeasure </witsml:oilPotential> [0..1]

'This is the the potential of the well to produce crude oil. This represents the flow rate that could be achieved under maximum drawdown.'

<witsml:gasPotential> witsml:volumeFlowRateMeasure </witsml:gasPotential> [0..1]

'This is the potential of the well to produce natural gas. This represents the flow rate that could be achieved under maximum drawdown.'

<witsml:sandVolume> witsml:volumeMeasure </witsml:sandVolume> [0..1]

'the volume of sand that was produced.'

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

'True (\"true\" or \"1\") indicates that the the split factors are allocated as opposed to measured. False (\"false\" or \"0\") or not given indicates otherwise.'

<witsml:oilSplitFactor> witsml:volumePerVolumeMeasure </witsml:oilSplitFactor> [0..1]

'The split factor for Oil relative to the overall volume of the test.'

<witsml:gasSplitFactor> witsml:volumePerVolumeMeasure </witsml:gasSplitFactor> [0..1]

'The split factor for Gas relative to the overall volume of the test.'

<witsml:waterSplitFactor> witsml:volumePerVolumeMeasure </witsml:waterSplitFactor> [0..1]

'The split factor for Water relative to the overall volume of the test.'

<witsml:condensateSplitFactor> witsml:volumePerVolumeMeasure </witsml:condensateSplitFactor> [0..1]

'The split factor for Condensate relative to the overall volume of the test.'

</...>
Diagram
h1287302614 h-191192832 h1287302614 h-191192832 h1287302614 h-191192832 h1287302614 h-191192832 h-2131132250 h-2131132250 h1452152571 h-638685508 h-2131132250 h-2131132250 h-749652847 h-749652847 h-1683212129 h2055323524 h-2131132250 h-2131132250 h-2131132250 h-2131132250
Schema Component Representation
<xsd:complexType name="cs_wellTestProductionTestResults">
<xsd:sequence>
<xsd:element name="oilVolume" type=" witsml:cs_wellTestTestVolume " minOccurs="0" maxOccurs="1"/>
<xsd:element name="oilRate" type=" witsml:cs_wellTestFluidRate " minOccurs="0" maxOccurs="1"/>
<xsd:element name="gasVolume" type=" witsml:cs_wellTestTestVolume " minOccurs="0" maxOccurs="1"/>
<xsd:element name="gasRate" type=" witsml:cs_wellTestFluidRate " minOccurs="0" maxOccurs="1"/>
<xsd:element name="waterVolume" type=" witsml:cs_wellTestTestVolume " minOccurs="0" maxOccurs="1"/>
<xsd:element name="waterRate" type=" witsml:cs_wellTestFluidRate " minOccurs="0" maxOccurs="1"/>
<xsd:element name="condensateVolume" type=" witsml:cs_wellTestTestVolume " minOccurs="0" maxOccurs="1"/>
<xsd:element name="condensateRate" type=" witsml:cs_wellTestFluidRate " minOccurs="0" maxOccurs="1"/>
<xsd:element name="gasOilRatio" type=" witsml:volumePerVolumeMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="waterCut" type=" witsml:volumePerVolumeMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="density" type=" witsml:densityMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="fluidVelocity" type=" witsml:velocityMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="condensateYield" type=" witsml:volumePerVolumeMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="basicSedimentAndWater" type=" witsml:volumePerVolumeMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="oilPotential" type=" witsml:volumeFlowRateMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="gasPotential" type=" witsml:volumeFlowRateMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="sandVolume" type=" witsml:volumeMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="allocatedSplit" type=" witsml:logicalBoolean " minOccurs="0" maxOccurs="1"/>
<xsd:element name="oilSplitFactor" type=" witsml:volumePerVolumeMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="gasSplitFactor" type=" witsml:volumePerVolumeMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="waterSplitFactor" type=" witsml:volumePerVolumeMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="condensateSplitFactor" type=" witsml:volumePerVolumeMeasure " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>