Documentation for obj_object_profiled_data_schema

Complex Type: cs_fluidResultConstantVolumeDepletionTest

[Table of contents]

Super-types: None
Sub-types: None
Name cs_fluidResultConstantVolumeDepletionTest
Used by (from the same schema document) Model Group grp_fluidAnalysisResult
Abstract no
XML Instance Representation
<...
uid=" witsml:uidString [0..1]

'The unique identifier of a container element. This attribute is generally required within the context of a WITSML server. There should be no assumption as to the semantic content of this attribute. This should only be used with recurring container types (i.e., maxOccurs greater than one). The value is only required to be unique within the context of the nearest recurring parent element.'

"
>
<witsml:testNumber> witsml:positiveCount </witsml:testNumber> [0..1]

'xxxxxxxxxxxxxxxxxxxxxx'

<witsml:testTemperature> witsml:thermodynamicTemperatureMeasure </witsml:testTemperature> [1]
Start Choice [1]
<witsml:bubblePointPressure> witsml:pressureMeasure </witsml:bubblePointPressure> [0..1]
<witsml:retrogradeDewPointPressure> witsml:pressureMeasure </witsml:retrogradeDewPointPressure> [0..1]
End Choice
<witsml:liquidDropoutReference> witsml:cs_fluidResultVolumeReference </witsml:liquidDropoutReference> [0..1]
<witsml:cumulativeGasProducedReferenceStd> witsml:standardVolumeMeasure </witsml:cumulativeGasProducedReferenceStd> [0..1]

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

<witsml:cvdTestStep> witsml:cs_fluidResultCvdTestStep </witsml:cvdTestStep> [1..*]
</...>
Diagram
h-939241903 h-607763263 h1272623188 h1272623188 h-2074729804 h-1566115358 h136094418 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_fluidResultConstantVolumeDepletionTest">
<xsd:sequence>
<xsd:element name="testNumber" type=" witsml:positiveCount " minOccurs="0" maxOccurs="1"/>
<xsd:element name="testTemperature" type=" witsml:thermodynamicTemperatureMeasure " minOccurs="1" maxOccurs="1"/>
<xsd:choice>
<xsd:element name="bubblePointPressure" type=" witsml:pressureMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="retrogradeDewPointPressure" type=" witsml:pressureMeasure " minOccurs="0" maxOccurs="1"/>
</xsd:choice>
<xsd:element name="liquidDropoutReference" type=" witsml:cs_fluidResultVolumeReference " minOccurs="0" maxOccurs="1"/>
<xsd:element name="cumulativeGasProducedReferenceStd" type=" witsml:standardVolumeMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="cvdTestStep" type=" witsml:cs_fluidResultCvdTestStep " minOccurs="1" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>