Documentation for obj_object_profiled_data_schema

Complex Type: cs_volumeValue

[Table of contents]

Super-types: None
Sub-types: None
Name cs_volumeValue
Used by (from the same schema document) Complex Type cs_productVolumeSalesDetail , Model Group grp_commonPropertiesProductVolume
Abstract no
Documentation A possibly temperature and pressure corrected volume value.
XML Instance Representation
<...>
<witsml:volume> witsml:volumeQualifiedMeasure </witsml:volume> [1]

'The volume of the product. If the \'status\' attribute is absent and the value is not \"NaN\", the data value can be assumed to be good with no restrictions. A value of \"NaN\" should be interpreted as null and should be not be given unless a status is also specified to explain why it is null.'

<witsml:grossCalorificValue> witsml:modulusOfCompressionMeasure </witsml:grossCalorificValue> [0..1]

'The amount of heat which would be released by the complete combustion in air of the above volume of product.'

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

'The temperature to which the volume 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 volume 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
h1456352001 h-166734879 h-607763263 h1272623188
Schema Component Representation
<xsd:complexType name="cs_volumeValue">
<xsd:sequence>
<xsd:element name="volume" type=" witsml:volumeQualifiedMeasure " minOccurs="1" maxOccurs="1"/>
<xsd:element name="grossCalorificValue" type=" witsml:modulusOfCompressionMeasure " minOccurs="0" 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>