Documentation for obj_object_profiled_data_schema

Complex Type: cs_wellTestSeparatorData

[Table of contents]

Super-types: None
Sub-types: None
Name cs_wellTestSeparatorData
Used by (from the same schema document) Complex Type cs_wellTestProductionTestData
Abstract no
Documentation Well test data gathered at the separator.
XML Instance Representation
<...>
<witsml:separatorPressure> witsml:pressureMeasure </witsml:separatorPressure> [0..1]

'The pressure measured at the separator during the well test.'

<witsml:separatorTemperature> witsml:thermodynamicTemperatureMeasure </witsml:separatorTemperature> [0..1]

'The temperature measured at the separator during the well test.'

</...>
Diagram
h1272623188 h-607763263
Schema Component Representation
<xsd:complexType name="cs_wellTestSeparatorData">
<xsd:sequence>
<xsd:element name="separatorPressure" type=" witsml:pressureMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="separatorTemperature" type=" witsml:thermodynamicTemperatureMeasure " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>