Documentation for obj_object_profiled_data_schema

Complex Type: cs_wellTestInjectionTestResults

[Table of contents]

Super-types: None
Sub-types: None
Name cs_wellTestInjectionTestResults
Used by (from the same schema document) Complex Type cs_wellTestInjectionTestData
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.'

</...>
Diagram
h1287302614 h-191192832 h1287302614 h-191192832 h1287302614 h-191192832
Schema Component Representation
<xsd:complexType name="cs_wellTestInjectionTestResults">
<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:sequence>
</xsd:complexType>