cs_productionTestResults.xsd
4.63 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
<?xml version="1.0" encoding="UTF-8"?>
<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="cs_testVolume.xsd"/>
<xsd:include schemaLocation="cs_fluidRate.xsd"/>
<!-- -->
<xsd:complexType name="cs_productionTestResults">
<xsd:annotation>
<xsd:documentation>Oil, gas, and water volumes and rates measured during the well test.
The volumes allow either actual volumes or standard (corrected) volumes.
The densities are also recorded with the volumes.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="oilVolume" type="witsml:cs_testVolume" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Oil volumes measured during the well test.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="oilRate" type="witsml:cs_fluidRate" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Oil rates measured during the well test.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="gasVolume" type="witsml:cs_testVolume" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Gas volumes measured during the well test.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="gasRate" type="witsml:cs_fluidRate" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Gas rates measured during the well test.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="waterVolume" type="witsml:cs_testVolume" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Water volumes measured during the well test.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="waterRate" type="witsml:cs_fluidRate" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Water rates measured during the well test.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="gasOilRatio" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The ratio of the volume of gas and the volume of oil that was produced.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="condensateYield" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>This is the condensate yeld, which describes the amount
of condensate per unit of natural gas produced</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="basicSedimentAndWater" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>This is the measured of impurities present in crude oil
as it comes from the well. BSandW content is commonly used as a measure for
treating performance of hydrocarbon liquids</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="oilPotential" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>This is the the potential of the well to produce crude oil.
This represents the flow rate that could be achieved under maximum drawdown.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="gasPotential" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>This is the potential of the well to produce natural gas.
This represents the flow rate that could be achieved under maximum drawdown.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="sandVolume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>the volume of sand that was produced.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<!-- -->
</xsd:schema>