grp_well.xsd
8.61 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
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
<?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_location.xsd"/>
<xsd:include schemaLocation="cs_referencePoint.xsd"/>
<xsd:include schemaLocation="cs_wellCRS.xsd"/>
<xsd:include schemaLocation="cs_wellDatum.xsd"/>
<!-- -->
<xsd:group name="grp_well">
<xsd:annotation>
<xsd:documentation>The non-contextual content of a WITSML Well object.</xsd:documentation>
</xsd:annotation>
<xsd:sequence>
<xsd:element name="nameLegal" type="witsml:nameString" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Legal name of the well. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="numLicense" type="witsml:nameString" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>License number of the well. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="numGovt" type="witsml:nameString" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Government assigned well number. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dTimLicense" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Date and time license was issued. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="field" type="witsml:nameString" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Name of the field in which the well is located. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="country" type="witsml:str32" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Country in which well is located. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="state" type="witsml:str32" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>State or province in which well is located. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="county" type="witsml:str32" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>County in which the well is located. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="region" type="witsml:str32" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Geo-political region. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="district" type="witsml:str32" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Geo-political district name. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="block" type="witsml:str32" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Block name in which well is located. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="timeZone" type="witsml:timeZone" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The time zone in which well is located.
It is the deviation in hours and minutes from UTC.
This should be the normal time zone at the well and not a seasonally
adjusted value such as daylight savings time.
While the time zone is optional in a date time value, it is strongly
advised that the zone always be specified in each date time value.
The time zone in a date time value may use seasonally adjusted values.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="operator" type="witsml:nameString" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Operator company name. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="operatorDiv" type="witsml:nameString" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Division of operator company. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="pcInterest" type="witsml:dimensionlessMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Interest for Operator. Commonly in percent. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="numAPI" type="witsml:str32" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>American Petroleum Institute well number. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="statusWell" type="witsml:WellStatus" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>POSC Well status. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="purposeWell" type="witsml:WellPurpose" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>POSC well purpose. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="fluidWell" type="witsml:WellFluid" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>POSC well fluid. The type of fluid being produced from or injected
into a well facility. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="directionWell" type="witsml:WellDirection" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>POSC well direction. The direction of flow of the fluids in a well facility
(generally, injected or produced, or some combination). </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dTimSpud" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Date and time at which well was spudded. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="dTimPa" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Date and time at which well was plugged and abandoned. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="wellheadElevation" type="witsml:wellElevationCoord" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Elevation of wellhead relative to a wellDatum. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="wellDatum" type="witsml:cs_wellDatum" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>A datum to which elevations and depths are referenced. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="groundElevation" type="witsml:wellElevationCoord" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Elevation of ground level (land rigs). </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="waterDepth" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Depth of water (not land rigs). </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="wellLocation" type="witsml:cs_location" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>the 2D coordinates of the well surface point in one coordinate reference system.
This is where the well crosses ground level on land and crosses the platform offshore. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="referencePoint" type="witsml:cs_referencePoint" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Defines a reference point within the context of the well. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="wellCRS" type="witsml:cs_wellCRS" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>A coordinate reference system that was used within
the context of this well. </xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:group>
</xsd:schema>