Documentation for obj_object_profiled_data_schema

Complex Type: cs_productionOperationWaterCleaningQuality

[Table of contents]

Super-types: None
Sub-types: None
Name cs_productionOperationWaterCleaningQuality
Used by (from the same schema document) Complex Type cs_productionOperationActivity
Abstract no
Documentation Information about the contaminants in water, and the general water quality. The values are measured from a sample, which is described below. Values measured from other samples should be given in different instances of the type.
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:samplePoint> witsml:nameString </witsml:samplePoint> [0..1]

'An identifier of the point from which the sample was taken. This is an uncontrolled string value, which should be as descriptive as possible.'

<witsml:oilInWaterProduced> witsml:massConcentrationMeasure </witsml:oilInWaterProduced> [0..1]

'Total measured oil in the water after the water cleaning process, but before it is discharged from the installation.'

<witsml:amountOfOil> witsml:massMeasure </witsml:amountOfOil> [0..1]

'Total measured oil in the water after the water cleaning process, but before it is discharged from the installation'

<witsml:ammonium> witsml:densityMeasure </witsml:ammonium> [0..1]

'The amount of ammonium found in the water sample.'

<witsml:totalOrganicCarbon> witsml:massConcentrationMeasure </witsml:totalOrganicCarbon> [0..1]

'The amount of total organic carbon found in the water. The water is under high temperature and the carbon left is measured'

<witsml:phenol> witsml:densityMeasure </witsml:phenol> [0..1]

'The amount of Fenol found in the water sample.'

<witsml:glycol> witsml:densityMeasure </witsml:glycol> [0..1]

'The amount of Glycol found in the water sample.'

<witsml:phValue> witsml:unitlessQuantity </witsml:phValue> [0..1]

'The pH value of the treated water. The pH value is best given as a value, with no unit of measure, since there are no variations from the pH.'

<witsml:waterTemperature> witsml:thermodynamicTemperatureMeasure </witsml:waterTemperature> [0..1]

'The temperature of the water before it is discharged.'

<witsml:residualChloride> witsml:massConcentrationMeasure </witsml:residualChloride> [0..1]

'Total measured residual clorines in the water after the water cleaning process, but before it is discharged from the installation.'

<witsml:oxygen> witsml:massConcentrationMeasure </witsml:oxygen> [0..1]

'Total measured Oxygen in the water after the water cleaning process, but before it is discharged from the installation.'

<witsml:turbidity> witsml:unitlessQuantity </witsml:turbidity> [0..1]

'A measure of the cloudiness of water caused by suspended particles.'

<witsml:coulterCounter> witsml:massConcentrationMeasure </witsml:coulterCounter> [0..1]

'A measure of the number of particles in water as measured by a coulter counter.'

<witsml:comment> witsml:cs_datedComment </witsml:comment> [0..*]

'Any comment that may be useful in describing the water quality. There can be multiple comments.'

</...>
Diagram
h-269201247 h-1588894038 h1236476485 h1452152571 h-1588894038 h1452152571 h1452152571 h526607149 h-607763263 h-1588894038 h-1588894038 h526607149 h-1588894038 h941142899 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_productionOperationWaterCleaningQuality">
<xsd:sequence>
<xsd:element name="samplePoint" type=" witsml:nameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="oilInWaterProduced" type=" witsml:massConcentrationMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="amountOfOil" type=" witsml:massMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="ammonium" type=" witsml:densityMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="totalOrganicCarbon" type=" witsml:massConcentrationMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="phenol" type=" witsml:densityMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="glycol" type=" witsml:densityMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="phValue" type=" witsml:unitlessQuantity " minOccurs="0" maxOccurs="1"/>
<xsd:element name="waterTemperature" type=" witsml:thermodynamicTemperatureMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="residualChloride" type=" witsml:massConcentrationMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="oxygen" type=" witsml:massConcentrationMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="turbidity" type=" witsml:unitlessQuantity " minOccurs="0" maxOccurs="1"/>
<xsd:element name="coulterCounter" type=" witsml:massConcentrationMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="comment" type=" witsml:cs_datedComment " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>