Documentation for obj_object_profiled_data_schema

Complex Type: cs_wellTestCumulative

[Table of contents]

Super-types: None
Sub-types: None
Name cs_wellTestCumulative
Used by (from the same schema document) Complex Type cs_wellTestInjectionTestData , Complex Type cs_wellTestProductionTestData
Abstract no
Documentation The cumulative amounts of the fluids at the time of the well test. The fluids are oil, gas, and water.
XML Instance Representation
<...>
<witsml:cumulativeOil> witsml:volumeMeasure </witsml:cumulativeOil> [0..1]

'The cumulative amount of oil.'

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

'The cumulative amount of gas.'

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

'The cumulative amount of water.'

</...>
Diagram
h-1683212129 h-1683212129 h-1683212129
Schema Component Representation
<xsd:complexType name="cs_wellTestCumulative">
<xsd:sequence>
<xsd:element name="cumulativeOil" type=" witsml:volumeMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="cumulativeGas" type=" witsml:volumeMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="cumulativeWater" type=" witsml:volumeMeasure " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>