cs_waterCleaningQuality.xsd
5.78 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<?xml version="1.0"?>
<xsd:schema
elementFormDefault="qualified"
attributeFormDefault="unqualified"
targetNamespace="http://www.witsml.org/schemas/131/addendum/combo"
xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
version="1.3.1">
<!-- -->
<!--POSC License Agreement
This file is distributed under the POSC License Agreement at
http://www.posc.org/about/license.shtml.
Use of this file constitutes agreement with the POSC License Agreement.
-->
<!-- -->
<xsd:include schemaLocation="typ_dataTypes.xsd"/>
<xsd:include schemaLocation="cs_datedComment.xsd"/>
<xsd:include schemaLocation="attgrp_uid.xsd"/>
<!-- -->
<xsd:complexType name="cs_waterCleaningQuality">
<xsd:annotation>
<xsd: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.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="samplePoint" type="witsml:nameString" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>An identifier of the point from which the sample was taken.
This is an uncontrolled string value, which should be as descriptive as possible.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="oilInWaterProduced" type="witsml:massConcentrationMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Total measured oil in the water after the water cleaning process,
but before it is discharged from the installation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="amountOfOil" type="witsml:massMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Total measured oil in the water after the water cleaning process,
but before it is discharged from the installation</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="ammonium" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The amount of ammonium found in the water sample.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="totalOrganicCarbon" type="witsml:massConcentrationMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The amount of total organic carbon found in the water.
The water is under high temperature and the carbon left is measured</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="phenol" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The amount of Fenol found in the water sample.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="glycol" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The amount of Glycol found in the water sample.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="phValue" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>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.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="waterTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The temperature of the water before it is discharged.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="residualChloride" type="witsml:massConcentrationMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Total measured residual clorines in the water after the
water cleaning process, but before it is discharged from the installation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="oxygen" type="witsml:massConcentrationMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Total measured Oxygen in the water after the water cleaning
process, but before it is discharged from the installation.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="turbidity" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A measure of the cloudiness of water caused by suspended particles.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="coulterCounter" type="witsml:massConcentrationMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A measure of the number of particles in water as
measured by a coulter counter.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="comment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Any comment that may be useful in describing the water quality.
There can be multiple comments.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attributeGroup ref="witsml:attgrp_uid">
<xsd:annotation>
<xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
</xsd:annotation>
</xsd:attributeGroup>
</xsd:complexType>
<!-- -->
</xsd:schema>