Documentation for obj_object_profiled_data_schema

Complex Type: standardVolumePerVolumeMeasure

[Table of contents]

Super-types: xsd:double < abstractDouble (by restriction) < abstractMeasure (by extension) < standardVolumePerVolumeMeasure (by extension)
Sub-types: None
Name standardVolumePerVolumeMeasure
Used by (from the same schema document) Complex Type cs_fluidResultDifferentialLiberationTestStep , Complex Type cs_fluidResultSeparatorTestStep
Abstract no
Documentation A ratio of a volume that has been corrected to standard conditions of temperature and pressure to an uncorrected volume. 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:volumePerVolumeUom [1]">
witsml:abstractMeasure
</...>
Diagram
Schema Component Representation
<xsd:complexType name="standardVolumePerVolumeMeasure">
<xsd:simpleContent>
<xsd:extension base=" witsml:abstractMeasure ">
<xsd:attribute name="uom" type=" witsml:volumePerVolumeUom " use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>