cs_injectionTestData.xsd
3.53 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
<?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_cumulative.xsd"/>
<xsd:include schemaLocation="cs_injectionTestResults.xsd"/>
<xsd:include schemaLocation="typ_catalog_wellTest.xsd"/>
<!-- -->
<xsd:complexType name="cs_injectionTestData">
<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="InjectedFluid" type="witsml:InjectionFluid" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The fluid that is being injected. </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="minimumAnnularPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The minimum pressure measured at the annulus.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="maximumAnnularPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The maximum pressure measured at the annulus.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="wellheadFlowingPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The flowing pressure measured at the wellhead during the test.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="wellheadMaximumPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The maximum pressure measured at the wellhead during the well test.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="injectionTestResults" type="witsml:cs_injectionTestResults" 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>