Documentation for obj_object_profiled_data_schema

Complex Type: cs_wellTestTestVolume

[Table of contents]

Super-types: None
Sub-types: None
Name cs_wellTestTestVolume
Used by (from the same schema document) Complex Type cs_wellTestInjectionTestResults , Complex Type cs_wellTestInjectionTestResults , Complex Type cs_wellTestInjectionTestResults , Complex Type cs_wellTestProductionTestResults , Complex Type cs_wellTestProductionTestResults , Complex Type cs_wellTestProductionTestResults , Complex Type cs_wellTestProductionTestResults , Complex Type cs_wellTestWellheadData
Abstract no
Documentation The following sequence of four elements can be used for reporting of most production fluids.
XML Instance Representation
<...>
<witsml:volumeStdTempPres> witsml:volumeMeasure </witsml:volumeStdTempPres> [0..1]

'The volume is the fluid, corrected to standard conditions of temperature and pressure.'

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

'The volume, uncorrected. This volume is generally reported at reservoir conditions.'

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

'The density of the fluid, corrected to standard conditions of temperature and pressure.'

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

'The density of the fluid, uncorrected.'

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

'Class for Natural Gas. This is not valid for oil or water.'

</...>
Diagram
h-1683212129 h-1683212129 h1452152571 h1452152571 h-399087894
Schema Component Representation
<xsd:complexType name="cs_wellTestTestVolume">
<xsd:sequence>
<xsd:element name="volumeStdTempPres" type=" witsml:volumeMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="volume" type=" witsml:volumeMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="densityStdTempPres" type=" witsml:densityMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="density" type=" witsml:densityMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="gasClass" type=" witsml:kindString " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>