Documentation for obj_object_profiled_data_schema

Complex Type: cs_fluidResultComposition

[Table of contents]

Super-types: None
Sub-types: None
Name cs_fluidResultComposition
Used by (from the same schema document) Model Group grp_fluidAnalysisResult
Abstract no
XML Instance Representation
<...>
<witsml:isPrimary> witsml:logicalBoolean </witsml:isPrimary> [1]

'True (\"true\" or \"1\") indicates that the component is the primary component in the composition. False (\"false\" or \"0\") or not given indicates that this is not a primary component.'

<witsml:componentName> witsml:nameString </witsml:componentName> [1]
<witsml:componentBaseKind> witsml:FluidComponent </witsml:componentBaseKind> [0..1]
<witsml:componentKind> witsml:FluidComponentKind </witsml:componentKind> [0..1]
<witsml:molecularWeight> witsml:unitlessQuantity </witsml:molecularWeight> [0..1]
<witsml:weightPercent> witsml:massConcentrationMeasurePercent </witsml:weightPercent> [0..1]
<witsml:molePercent> witsml:molarFractionMeasurePercent </witsml:molePercent> [0..1]
<witsml:specificGravity> witsml:unitlessQuantity </witsml:specificGravity> [0..1]
<witsml:boilingPoint> witsml:thermodynamicTemperatureMeasure </witsml:boilingPoint> [0..1]
<witsml:criticalPressure> witsml:pressureMeasure </witsml:criticalPressure> [0..1]
<witsml:criticalTemperature> witsml:thermodynamicTemperatureMeasure </witsml:criticalTemperature> [0..1]
<witsml:criticalVolume> witsml:volumeMeasure </witsml:criticalVolume> [0..1]
<witsml:acentricFactor> witsml:unitlessQuantity </witsml:acentricFactor> [0..1]
<witsml:volumeTranslationFactor> witsml:molarVolumeMeasure </witsml:volumeTranslationFactor> [0..1]
<witsml:alphaShapeFactor> witsml:unitlessQuantity </witsml:alphaShapeFactor> [0..1]
<witsml:watsonKExponent> witsml:unitlessQuantity </witsml:watsonKExponent> [0..1]
<witsml:splitCount> witsml:positiveCount </witsml:splitCount> [0..1]
<witsml:plusMinimumMolecularWeight> witsml:unitlessQuantity </witsml:plusMinimumMolecularWeight> [0..1]
<witsml:plusMaximumMolecularWeight> witsml:unitlessQuantity </witsml:plusMaximumMolecularWeight> [0..1]
<witsml:rvp> witsml:pressureMeasure </witsml:rvp> [0..1]

'Reid vapor pressure of the product. The absolute vapor pressure of volatile crude oil and volatile petroleum liquids, except liquefied petroleum gases, as determined in accordance with American Society for Testing and Materials under the designation ASTM D323-56.'

<witsml:tvp> witsml:pressureMeasure </witsml:tvp> [0..1]

'True vapor pressure of the product. The equilibrium partial pressure exerted by a petroleum liquid as determined in accordance with standard methods.'

<witsml:binaryInteractionCoefficient> witsml:binaryInteractionCoefficient </witsml:binaryInteractionCoefficient> [0..*]
<witsml:calculated> witsml:logicalBoolean </witsml:calculated> [0..1]
</...>
Diagram
h2055323524 h-269201247 h1141732888 h-170370612 h526607149 h1384030779 h177822399 h526607149 h-607763263 h1272623188 h-607763263 h-1683212129 h526607149 h-2045096690 h526607149 h526607149 h-939241903 h526607149 h526607149 h1272623188 h1272623188 h-588696567 h2055323524
Schema Component Representation
<xsd:complexType name="cs_fluidResultComposition">
<xsd:sequence>
<xsd:element name="isPrimary" type=" witsml:logicalBoolean " minOccurs="1" maxOccurs="1"/>
<xsd:element name="componentName" type=" witsml:nameString " minOccurs="1" maxOccurs="1"/>
<xsd:element name="componentBaseKind" type=" witsml:FluidComponent " minOccurs="0" maxOccurs="1"/>
<xsd:element name="componentKind" type=" witsml:FluidComponentKind " minOccurs="0" maxOccurs="1"/>
<xsd:element name="molecularWeight" type=" witsml:unitlessQuantity " minOccurs="0" maxOccurs="1"/>
<xsd:element name="weightPercent" type=" witsml:massConcentrationMeasurePercent " minOccurs="0" maxOccurs="1"/>
<xsd:element name="molePercent" type=" witsml:molarFractionMeasurePercent " minOccurs="0" maxOccurs="1"/>
<xsd:element name="specificGravity" type=" witsml:unitlessQuantity " minOccurs="0" maxOccurs="1"/>
<xsd:element name="boilingPoint" type=" witsml:thermodynamicTemperatureMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="criticalPressure" type=" witsml:pressureMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="criticalTemperature" type=" witsml:thermodynamicTemperatureMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="criticalVolume" type=" witsml:volumeMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="acentricFactor" type=" witsml:unitlessQuantity " minOccurs="0" maxOccurs="1"/>
<xsd:element name="volumeTranslationFactor" type=" witsml:molarVolumeMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="alphaShapeFactor" type=" witsml:unitlessQuantity " minOccurs="0" maxOccurs="1"/>
<xsd:element name="watsonKExponent" type=" witsml:unitlessQuantity " minOccurs="0" maxOccurs="1"/>
<xsd:element name="splitCount" type=" witsml:positiveCount " minOccurs="0" maxOccurs="1"/>
<xsd:element name="plusMinimumMolecularWeight" type=" witsml:unitlessQuantity " minOccurs="0" maxOccurs="1"/>
<xsd:element name="plusMaximumMolecularWeight" type=" witsml:unitlessQuantity " minOccurs="0" maxOccurs="1"/>
<xsd:element name="rvp" type=" witsml:pressureMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="tvp" type=" witsml:pressureMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="binaryInteractionCoefficient" type=" witsml:binaryInteractionCoefficient " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="calculated" type=" witsml:logicalBoolean " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>