Documentation for obj_object_profiled_data_schema

Complex Type: standardVolumeMeasure

[Table of contents]

Super-types: xsd:double < abstractDouble (by restriction) < abstractMeasure (by extension) < standardVolumeMeasure (by extension)
Sub-types: None
Name standardVolumeMeasure
Used by (from the same schema document) Complex Type cs_fluidResultConstantVolumeDepletionTest , Complex Type cs_fluidResultCvdTestStep , Complex Type cs_fluidResultJCurveTest , Complex Type cs_fluidResultJCurveTestStep , Complex Type cs_fluidResultSeparatorTestStep
Abstract no
Documentation A volume corrected to standard conditions of temperature and pressure. The standard conditions must be known outside the context of the data type because the unit of measure is independent of the standard conditions. The main intent of this type is to allow programatic determination of where standard conditions are assumed.
XML Instance Representation
<...
uom=" witsml:volumeUom [1]">
witsml:abstractMeasure
</...>
Diagram
Schema Component Representation
<xsd:complexType name="standardVolumeMeasure">
<xsd:simpleContent>
<xsd:extension base=" witsml:abstractMeasure ">
<xsd:attribute name="uom" type=" witsml:volumeUom " use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>