Documentation for obj_object_profiled_data_schema

Complex Type: cs_wellTestFluidRate

[Table of contents]

Super-types: None
Sub-types: None
Name cs_wellTestFluidRate
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
XML Instance Representation
<...>
<witsml:fluidRate> witsml:volumeFlowRateMeasure </witsml:fluidRate> [0..1]

'The fluid flow rate.'

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

'The fluid flow rate that has been corrected to standard temperature and pressure.'

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

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

</...>
Diagram
h-749652847 h-749652847 h-399087894
Schema Component Representation
<xsd:complexType name="cs_wellTestFluidRate">
<xsd:sequence>
<xsd:element name="fluidRate" type=" witsml:volumeFlowRateMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="fluidRateStdTempPres" type=" witsml:volumeFlowRateMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="gasClass" type=" witsml:kindString " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>