cs_productionTestData.xsd
3.42 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
<?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_wellTestInterval.xsd"/>
<xsd:include schemaLocation="cs_bottomholeData.xsd"/>
<xsd:include schemaLocation="cs_wellheadData.xsd"/>
<xsd:include schemaLocation="cs_cumulative.xsd"/>
<xsd:include schemaLocation="cs_separatorData.xsd"/>
<xsd:include schemaLocation="cs_productionTestResults.xsd"/>
<!-- -->
<xsd:complexType name="cs_productionTestData">
<xsd:sequence>
<xsd:element name="testDuration" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The time length (with uom) of the well test.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="testInterval" type="witsml:cs_wellTestInterval" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The interval tested. This element includes a top and base depth, and the formation tested.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="wellheadData" type="witsml:cs_wellheadData" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>This element records measurements made and settings made at the wellhead.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="bottomholeData" type="witsml:cs_bottomholeData" minOccurs="0">
<xsd:annotation>
<xsd:documentation>This element records measurements made at the bottomhole.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="separatorData" type="witsml:cs_separatorData" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>This element records the measurements (pressure and temperature) at the separator.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="operatingMethod" type="witsml:kindString" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The method being used to operate the well. Examples are 'flowing', 'pumping', 'gas lift'.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="wellTestCumulative" type="witsml:cs_cumulative" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The cumulative volumes of fluids at the time of the well test. The fluids are oil, gas, and water.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="productionTestResults" type="witsml:cs_productionTestResults" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The production results of the test.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<!-- -->
</xsd:schema>