root / projects / DailyProductionReport_1.0 / XML / Version1.0 / WITSML131 / grp_well.xsd @ 16

Revision 16, 8.6 kB (checked in by ryland, 15 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<xsd:schema
3        elementFormDefault="qualified"
4        attributeFormDefault="unqualified"
5        targetNamespace="http://www.witsml.org/schemas/131"
6        xmlns:witsml="http://www.witsml.org/schemas/131"
7        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
8        version="1.3.1">
9        <!--                                                         -->
10        <!-- POSC License Agreement
11        This file is distributed under the POSC License Agreement at
12        http://www.posc.org/about/license.shtml.
13        Use of this file constitutes agreement with the POSC License Agreement.
14        -->
15        <!--                                                         -->
16        <xsd:include schemaLocation="cs_location.xsd"/>
17        <xsd:include schemaLocation="cs_referencePoint.xsd"/>
18        <xsd:include schemaLocation="cs_wellCRS.xsd"/>
19        <xsd:include schemaLocation="cs_wellDatum.xsd"/>
20        <!--                                                         -->
21        <xsd:group name="grp_well">
22                <xsd:annotation>
23                        <xsd:documentation>The non-contextual content of a WITSML Well object.</xsd:documentation>
24                </xsd:annotation>
25                <xsd:sequence>
26                        <xsd:element name="nameLegal" type="witsml:nameString" minOccurs="0" maxOccurs="1">
27                                <xsd:annotation>
28                                        <xsd:documentation>Legal name of the well.  </xsd:documentation>
29                                </xsd:annotation>
30                        </xsd:element>
31                        <xsd:element name="numLicense" type="witsml:nameString" minOccurs="0" maxOccurs="1">
32                                <xsd:annotation>
33                                        <xsd:documentation>License number of the well.  </xsd:documentation>
34                                </xsd:annotation>
35                        </xsd:element>
36                        <xsd:element name="numGovt" type="witsml:nameString" minOccurs="0" maxOccurs="1">
37                                <xsd:annotation>
38                                        <xsd:documentation>Government assigned well number.  </xsd:documentation>
39                                </xsd:annotation>
40                        </xsd:element>
41                        <xsd:element name="dTimLicense" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
42                                <xsd:annotation>
43                                        <xsd:documentation>Date and time license  was issued.  </xsd:documentation>
44                                </xsd:annotation>
45                        </xsd:element>
46                        <xsd:element name="field" type="witsml:nameString" minOccurs="0" maxOccurs="1">
47                                <xsd:annotation>
48                                        <xsd:documentation>Name of the field in which the well is located.  </xsd:documentation>
49                                </xsd:annotation>
50                        </xsd:element>
51                        <xsd:element name="country" type="witsml:str32" minOccurs="0" maxOccurs="1">
52                                <xsd:annotation>
53                                        <xsd:documentation>Country in which well is located.  </xsd:documentation>
54                                </xsd:annotation>
55                        </xsd:element>
56                        <xsd:element name="state" type="witsml:str32" minOccurs="0" maxOccurs="1">
57                                <xsd:annotation>
58                                        <xsd:documentation>State or province in which well is located.  </xsd:documentation>
59                                </xsd:annotation>
60                        </xsd:element>
61                        <xsd:element name="county" type="witsml:str32" minOccurs="0" maxOccurs="1">
62                                <xsd:annotation>
63                                        <xsd:documentation>County in which the well is located.  </xsd:documentation>
64                                </xsd:annotation>
65                        </xsd:element>
66                        <xsd:element name="region" type="witsml:str32" minOccurs="0" maxOccurs="1">
67                                <xsd:annotation>
68                                        <xsd:documentation>Geo-political region.  </xsd:documentation>
69                                </xsd:annotation>
70                        </xsd:element>
71                        <xsd:element name="district" type="witsml:str32" minOccurs="0" maxOccurs="1">
72                                <xsd:annotation>
73                                        <xsd:documentation>Geo-political district name.  </xsd:documentation>
74                                </xsd:annotation>
75                        </xsd:element>
76                        <xsd:element name="block" type="witsml:str32" minOccurs="0" maxOccurs="1">
77                                <xsd:annotation>
78                                        <xsd:documentation>Block name in which well is located.  </xsd:documentation>
79                                </xsd:annotation>
80                        </xsd:element>
81                        <xsd:element name="timeZone" type="witsml:timeZone" minOccurs="0" maxOccurs="1">
82                                <xsd:annotation>
83                                        <xsd:documentation>The time zone in which well is located. 
84                                        It is the deviation in hours and minutes from UTC.
85                                        This should be the normal time zone at the well and not a seasonally
86                                        adjusted value such as daylight savings time.
87                                        While the time zone is optional in a date time value, it is strongly
88                                        advised that the zone always be specified in each date time value.
89                                        The time zone in a date time value may use seasonally adjusted values.</xsd:documentation>
90                                </xsd:annotation>
91                        </xsd:element>
92                        <xsd:element name="operator" type="witsml:nameString" minOccurs="0" maxOccurs="1">
93                                <xsd:annotation>
94                                        <xsd:documentation>Operator company name.  </xsd:documentation>
95                                </xsd:annotation>
96                        </xsd:element>
97                        <xsd:element name="operatorDiv" type="witsml:nameString" minOccurs="0" maxOccurs="1">
98                                <xsd:annotation>
99                                        <xsd:documentation>Division of operator company.  </xsd:documentation>
100                                </xsd:annotation>
101                        </xsd:element>
102                        <xsd:element name="pcInterest" type="witsml:dimensionlessMeasure" minOccurs="0" maxOccurs="1">
103                                <xsd:annotation>
104                                        <xsd:documentation>Interest for Operator. Commonly in percent.  </xsd:documentation>
105                                </xsd:annotation>
106                        </xsd:element>
107                        <xsd:element name="numAPI" type="witsml:str32" minOccurs="0" maxOccurs="1">
108                                <xsd:annotation>
109                                        <xsd:documentation>American Petroleum Institute well number.  </xsd:documentation>
110                                </xsd:annotation>
111                        </xsd:element>
112                        <xsd:element name="statusWell" type="witsml:WellStatus" minOccurs="0" maxOccurs="1">
113                                <xsd:annotation>
114                                        <xsd:documentation>POSC Well status.  </xsd:documentation>
115                                </xsd:annotation>
116                        </xsd:element>
117                        <xsd:element name="purposeWell" type="witsml:WellPurpose" minOccurs="0" maxOccurs="1">
118                                <xsd:annotation>
119                                        <xsd:documentation>POSC well purpose.  </xsd:documentation>
120                                </xsd:annotation>
121                        </xsd:element>
122                        <xsd:element name="fluidWell" type="witsml:WellFluid" minOccurs="0" maxOccurs="1">
123                                <xsd:annotation>
124                                        <xsd:documentation>POSC well fluid. The type of fluid being produced from or injected
125                                        into a well facility. </xsd:documentation>
126                                </xsd:annotation>
127                        </xsd:element>
128                        <xsd:element name="directionWell" type="witsml:WellDirection" minOccurs="0" maxOccurs="1">
129                                <xsd:annotation>
130                                        <xsd:documentation>POSC well direction. The direction of flow of the fluids in a well facility
131                                        (generally, injected or produced, or some combination). </xsd:documentation>
132                                </xsd:annotation>
133                        </xsd:element>
134                        <xsd:element name="dTimSpud" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
135                                <xsd:annotation>
136                                        <xsd:documentation>Date and time at which well was spudded.  </xsd:documentation>
137                                </xsd:annotation>
138                        </xsd:element>
139                        <xsd:element name="dTimPa" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
140                                <xsd:annotation>
141                                        <xsd:documentation>Date and time at which well was plugged and abandoned.  </xsd:documentation>
142                                </xsd:annotation>
143                        </xsd:element>
144                        <xsd:element name="wellheadElevation" type="witsml:wellElevationCoord" minOccurs="0" maxOccurs="1">
145                                <xsd:annotation>
146                                        <xsd:documentation>Elevation of wellhead relative to a wellDatum.  </xsd:documentation>
147                                </xsd:annotation>
148                        </xsd:element>
149                        <xsd:element name="wellDatum" type="witsml:cs_wellDatum" minOccurs="0" maxOccurs="unbounded">
150                                <xsd:annotation>
151                                        <xsd:documentation>A datum to which elevations and depths are referenced. </xsd:documentation>
152                                </xsd:annotation>
153                        </xsd:element>
154                        <xsd:element name="groundElevation" type="witsml:wellElevationCoord" minOccurs="0" maxOccurs="1">
155                                <xsd:annotation>
156                                        <xsd:documentation>Elevation of ground level (land rigs).  </xsd:documentation>
157                                </xsd:annotation>
158                        </xsd:element>
159                        <xsd:element name="waterDepth" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1">
160                                <xsd:annotation>
161                                        <xsd:documentation>Depth of water (not land rigs).  </xsd:documentation>
162                                </xsd:annotation>
163                        </xsd:element>
164                        <xsd:element name="wellLocation" type="witsml:cs_location" minOccurs="0" maxOccurs="unbounded">
165                                <xsd:annotation>
166                                        <xsd:documentation>the 2D coordinates of the well surface point in one coordinate reference system.
167                                        This is where the well crosses ground level on land and crosses the platform offshore.  </xsd:documentation>
168                                </xsd:annotation>
169                        </xsd:element>
170                        <xsd:element name="referencePoint" type="witsml:cs_referencePoint" minOccurs="0" maxOccurs="unbounded">
171                                <xsd:annotation>
172                                        <xsd:documentation>Defines a reference point within the context of the well.  </xsd:documentation>
173                                </xsd:annotation>
174                        </xsd:element>
175                        <xsd:element name="wellCRS" type="witsml:cs_wellCRS" minOccurs="0" maxOccurs="unbounded">
176                                <xsd:annotation>
177                                        <xsd:documentation>A coordinate reference system that was used within
178                                        the context of this well.  </xsd:documentation>
179                                </xsd:annotation>
180                        </xsd:element>
181                </xsd:sequence>
182        </xsd:group>
183</xsd:schema>
Note: See TracBrowser for help on using the browser.