Documentation for obj_object_profiled_data_schema

Complex Type: cs_fluidResultCvdTestStep

[Table of contents]

Super-types: None
Sub-types: None
Name cs_fluidResultCvdTestStep
Used by (from the same schema document) Complex Type cs_fluidResultConstantVolumeDepletionTest
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:stepNumber> witsml:positiveCount </witsml:stepNumber> [0..1]

'The stepNumber represents a row in the table.'

<witsml:stepPressure> witsml:pressureMeasure </witsml:stepPressure> [1]
<witsml:oilViscosity> witsml:dynamicViscosityMeasure </witsml:oilViscosity> [0..1]
Start Choice [1]

'Either give the liquidVolume, or the liquidDropoutPercent, which is the liquid volume divided by the ltotalVolume.'


<witsml:liquidVolume> witsml:volumeMeasure </witsml:liquidVolume> [0..1]
<witsml:liquidDropoutPercent> witsml:volumePerVolumeMeasurePercent </witsml:liquidDropoutPercent> [0..1]
End Choice
<witsml:gasMolecularWeight> witsml:unitlessQuantity </witsml:gasMolecularWeight> [0..1]
<witsml:gasGravity> witsml:unitlessQuantity </witsml:gasGravity> [0..1]
<witsml:gasFormationVolumeFactorStd> witsml:volumePerStandardVolumeMeasure </witsml:gasFormationVolumeFactorStd> [0..1]
<witsml:gasZFactor> witsml:unitlessQuantity </witsml:gasZFactor> [0..1]
<witsml:gasViscosity> witsml:dynamicViscosityMeasure </witsml:gasViscosity> [0..1]
Start Choice [1]
<witsml:cumulativeGasProducedVolume> witsml:standardVolumeMeasure </witsml:cumulativeGasProducedVolume> [0..1]
<witsml:cumulativeGasProducedRatioStd> witsml:standardVolumePerStandardVolumeMeasure </witsml:cumulativeGasProducedRatioStd> [0..1]

'This ratio is the cumulativeGasProducedVolume divided by cumulativeGasProducedReference.'

End Choice
<witsml:comment> witsml:commentString </witsml:comment> [0..1]
Start Choice [1]
<witsml:reservoir> witsml:logicalBoolean </witsml:reservoir> [0..1]
<witsml:saturated> witsml:logicalBoolean </witsml:saturated> [0..1]
<witsml:stockTank> witsml:cs_fluidResultStockTank </witsml:stockTank> [0..1]
End Choice
<witsml:VaporComposition> witsml:cs_fluidResultPhaseComposition </witsml:VaporComposition> [0..*]
<witsml:LiquidComposition> witsml:cs_fluidResultPhaseComposition </witsml:LiquidComposition> [0..*]
<witsml:CompositeComposition> witsml:cs_fluidResultCompositeComposition </witsml:CompositeComposition> [0..*]
</...>
Diagram
h-939241903 h1272623188 h1983341009 h-1683212129 h1377473727 h526607149 h526607149 h940264169 h526607149 h1983341009 h-1566115358 h838391814 h-1006678219 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_fluidResultCvdTestStep">
<xsd:sequence>
<xsd:element name="stepNumber" type=" witsml:positiveCount " minOccurs="0" maxOccurs="1"/>
<xsd:element name="stepPressure" type=" witsml:pressureMeasure " minOccurs="1" maxOccurs="1"/>
<xsd:element name="oilViscosity" type=" witsml:dynamicViscosityMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:choice>
<xsd:element name="liquidVolume" type=" witsml:volumeMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="liquidDropoutPercent" type=" witsml:volumePerVolumeMeasurePercent " minOccurs="0" maxOccurs="1"/>
</xsd:choice>
<xsd:element name="gasMolecularWeight" type=" witsml:unitlessQuantity " minOccurs="0" maxOccurs="1"/>
<xsd:element name="gasGravity" type=" witsml:unitlessQuantity " minOccurs="0" maxOccurs="1"/>
<xsd:element name="gasFormationVolumeFactorStd" type=" witsml:volumePerStandardVolumeMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="gasZFactor" type=" witsml:unitlessQuantity " minOccurs="0" maxOccurs="1"/>
<xsd:element name="gasViscosity" type=" witsml:dynamicViscosityMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:choice>
<xsd:element name="cumulativeGasProducedVolume" type=" witsml:standardVolumeMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="cumulativeGasProducedRatioStd" type=" witsml:standardVolumePerStandardVolumeMeasure " minOccurs="0" maxOccurs="1"/>
</xsd:choice>
<xsd:group ref=" witsml:grp_fluidResultCommonTestGroup "/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>