Documentation for obj_object_profiled_data_schema

Complex Type: cs_fluidResultCceTestStep

[Table of contents]

Super-types: None
Sub-types: None
Name cs_fluidResultCceTestStep
Used by (from the same schema document) Complex Type cs_fluidResultConstantCompositionExpansionTest
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:oilMassDensity> witsml:densityMeasure </witsml:oilMassDensity> [0..1]
<witsml:oilCompressibility> witsml:compressibilityMeasure </witsml:oilCompressibility> [0..1]
<witsml:oilViscosity> witsml:dynamicViscosityMeasure </witsml:oilViscosity> [0..1]
Start Choice [0..1]

'Either give the pair, totalVolume and liquidVolume, or the single value, liquidDropoutPercent. The liquidDropoutPercent = liquidVolume / totalVolume.'


<witsml:totalVolume> witsml:volumeMeasure </witsml:totalVolume> [1]
<witsml:liquidVolume> witsml:volumeMeasure </witsml:liquidVolume> [1]
<witsml:liquidDropoutPercent> witsml:volumePerVolumeMeasurePercent </witsml:liquidDropoutPercent> [1]
End Choice
<witsml:relativeVolumeRatio> witsml:volumePerVolumeMeasure </witsml:relativeVolumeRatio> [0..1]
<witsml:gasMassDensity> witsml:densityMeasure </witsml:gasMassDensity> [0..1]
<witsml:gasZFactor> witsml:unitlessQuantity </witsml:gasZFactor> [0..1]
<witsml:gasCompressibility> witsml:compressibilityMeasure </witsml:gasCompressibility> [0..1]
<witsml:gasViscosity> witsml:dynamicViscosityMeasure </witsml:gasViscosity> [0..1]
<witsml:yFactor> witsml:unitlessQuantity </witsml:yFactor> [0..1]
<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 h1452152571 h-950486957 h1983341009 h-1683212129 h-1683212129 h1377473727 h-2131132250 h1452152571 h526607149 h-950486957 h1983341009 h526607149 h-1006678219 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_fluidResultCceTestStep">
<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="oilMassDensity" type=" witsml:densityMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="oilCompressibility" type=" witsml:compressibilityMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="oilViscosity" type=" witsml:dynamicViscosityMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:choice minOccurs="0" maxOccurs="1">
<xsd:sequence>
<xsd:element name="totalVolume" type=" witsml:volumeMeasure " minOccurs="1" maxOccurs="1"/>
<xsd:element name="liquidVolume" type=" witsml:volumeMeasure " minOccurs="1" maxOccurs="1"/>
</xsd:sequence>
<xsd:element name="liquidDropoutPercent" type=" witsml:volumePerVolumeMeasurePercent " minOccurs="1" maxOccurs="1"/>
</xsd:choice>
<xsd:element name="relativeVolumeRatio" type=" witsml:volumePerVolumeMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="gasMassDensity" type=" witsml:densityMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="gasZFactor" type=" witsml:unitlessQuantity " minOccurs="0" maxOccurs="1"/>
<xsd:element name="gasCompressibility" type=" witsml:compressibilityMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="gasViscosity" type=" witsml:dynamicViscosityMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="yFactor" type=" witsml:unitlessQuantity " minOccurs="0" maxOccurs="1"/>
<xsd:group ref=" witsml:grp_fluidResultCommonTestGroup "/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>