Documentation for obj_object_profiled_data_schema

Complex Type: volumeFlowRateQualifiedMeasure

[Table of contents]

Super-types: xsd:double < abstractDouble (by restriction) < abstractMeasure (by extension) < volumeFlowRateQualifiedMeasure (by extension)
Sub-types: None
Name volumeFlowRateQualifiedMeasure
Used by (from the same schema document) 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:volumeFlowRateUom [1]">
witsml:abstractMeasure
</...>
Diagram
Schema Component Representation
<xsd:complexType name="volumeFlowRateQualifiedMeasure">
<xsd:simpleContent>
<xsd:extension base=" witsml:abstractMeasure ">
<xsd:attribute name="status" type=" witsml:ValueStatus " use="optional"/>
<xsd:attribute name="uom" type=" witsml:volumeFlowRateUom " use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>