Documentation for obj_object_profiled_data_schema

Complex Type: cs_densityValue

[Table of contents]

Super-types: None
Sub-types: None
Name cs_densityValue
Used by (from the same schema document) Model Group grp_commonPropertiesProductVolume
Abstract no
Documentation A possibly temperature and pressure corrected desity value.
XML Instance Representation
<...>
<witsml:density> witsml:densityMeasure </witsml:density> [1]

'The density of the product.'

<witsml:temp> witsml:thermodynamicTemperatureMeasure </witsml:temp> [0..1]

'The temperature to which the density has been corrected. If not given then the ambient temperature is assumed. If given, then a pressure should also be given. Common standard temperatures are: 0 degC, 15 degC, 60 degF.'

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

'The pressure to which the density has been corrected. If not given then the ambient pressure is assumed. If given, then a temperature should also be given. Common standard pressures are: 1 atm and 14.696 psi (which are equivalent).'

</...>
Diagram
h1452152571 h-607763263 h1272623188
Schema Component Representation
<xsd:complexType name="cs_densityValue">
<xsd:sequence>
<xsd:element name="density" type=" witsml:densityMeasure " minOccurs="1" maxOccurs="1"/>
<xsd:element name="temp" type=" witsml:thermodynamicTemperatureMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="pres" type=" witsml:pressureMeasure " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>