Documentation for obj_object_profiled_data_schema

Complex Type: cs_fluidResultSaturationTestStep

[Table of contents]

Super-types: None
Sub-types: None
Name cs_fluidResultSaturationTestStep
Used by (from the same schema document) Complex Type cs_fluidResultSaturationTest
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:stepTemperature> witsml:thermodynamicTemperatureMeasure </witsml:stepTemperature> [1]
Start Choice [1]
<witsml:bubblePointPressure> witsml:pressureMeasure </witsml:bubblePointPressure> [0..1]
<witsml:retrogradeDewPointPressure> witsml:pressureMeasure </witsml:retrogradeDewPointPressure> [0..1]
End Choice
<witsml:dewPointPressure> witsml:pressureMeasure </witsml:dewPointPressure> [0..1]
<witsml:comment> witsml:commentString </witsml:comment> [0..1]
</...>
Diagram
h-939241903 h-607763263 h1272623188 h1272623188 h1272623188 h-793122037 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_fluidResultSaturationTestStep">
<xsd:sequence>
<xsd:element name="stepNumber" type=" witsml:positiveCount " minOccurs="0" maxOccurs="1"/>
<xsd:element name="stepTemperature" 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="dewPointPressure" type=" witsml:pressureMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="comment" type=" witsml:commentString " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>