Documentation for obj_object_profiled_data_schema

Complex Type: volumeQualifiedMeasure

[Table of contents]

Super-types: xsd:double < abstractDouble (by restriction) < abstractMeasure (by extension) < volumeQualifiedMeasure (by extension)
Sub-types: None
Name volumeQualifiedMeasure
Used by (from the same schema document) Complex Type cs_volumeValue , Model Group grp_commonPropertiesProductVolume , Model Group grp_commonPropertiesProductVolume
Abstract no
Documentation A volume flow rate which may have a quality status. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to be good with no restrictions.
XML Instance Representation
<...
status=" witsml:ValueStatus [0..1]

'An indicator of the quality of the value.'

"

uom=" witsml:volumeUom [1]">
witsml:abstractMeasure
</...>
Diagram
Schema Component Representation
<xsd:complexType name="volumeQualifiedMeasure">
<xsd:simpleContent>
<xsd:extension base=" witsml:abstractMeasure ">
<xsd:attribute name="status" type=" witsml:ValueStatus " use="optional"/>
<xsd:attribute name="uom" type=" witsml:volumeUom " use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>