Documentation for obj_object_profiled_data_schema

Complex Type: lostVolumeAndReason

[Table of contents]

Super-types: xsd:double < abstractDouble (by restriction) < abstractMeasure (by extension) < lostVolumeAndReason (by extension)
Sub-types: None
Name lostVolumeAndReason
Used by (from the same schema document) Complex Type cs_productionOperationLostProduction
Abstract no
Documentation A volume corrected to standard temperature and pressure.
XML Instance Representation
<...
uom=" witsml:volumeUom [1]"
reasonLost=" witsml:ReasonLost [1]

'Defines why the volume was lost.'

"
>
witsml:abstractMeasure
</...>
Diagram
Schema Component Representation
<xsd:complexType name="lostVolumeAndReason">
<xsd:simpleContent>
<xsd:extension base=" witsml:abstractMeasure ">
<xsd:attribute name="uom" type=" witsml:volumeUom " use="required"/>
<xsd:attribute name="reasonLost" type=" witsml:ReasonLost " use="required"/>
</xsd:extension>
</xsd:simpleContent>
</xsd:complexType>