Documentation for obj_object_profiled_data_schema

Complex Type: cs_productionOperationThirdPartyProcessing

[Table of contents]

Super-types: None
Sub-types: None
Name cs_productionOperationThirdPartyProcessing
Used by (from the same schema document) Complex Type cs_productionOperationLostProduction
Abstract no
Documentation Production losses due to Third Party Processing.
XML Instance Representation
<...
uid=" witsml:uidString [0..1]

'The unique identifier of a container element. This attribute is generally required within the context of a WITSML server. There should be no assumption as to the semantic content of this attribute. This should only be used with recurring container types (i.e., maxOccurs greater than one). The value is only required to be unique within the context of the nearest recurring parent element.'

"
>
<witsml:installation> witsml:facilityIdentifierStruct </witsml:installation> [0..1]

'The name of the installation which performed the processing. The name can be qualified by a naming system. This also defines the kind of facility.'

<witsml:oilStdTempPres> witsml:volumeMeasure </witsml:oilStdTempPres> [0..1]

'The estimated amount of oil lost. This volume has been corrected to standard conditions of temperature and pressure'

<witsml:gasStdTempPres> witsml:volumeMeasure </witsml:gasStdTempPres> [0..1]

'The estimated amount of gas lost. This volume has been corrected to standard conditions of temperature and pressure'

</...>
Diagram
h970983430 h-1683212129 h-1683212129 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_productionOperationThirdPartyProcessing">
<xsd:sequence>
<xsd:element name="installation" type=" witsml:facilityIdentifierStruct " minOccurs="0" maxOccurs="1"/>
<xsd:element name="oilStdTempPres" type=" witsml:volumeMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="gasStdTempPres" type=" witsml:volumeMeasure " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>