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

Revision 16, 10.9 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="typ_dataTypes.xsd"/>
17        <!--                                                         -->
18        <xsd:complexType name="cs_surfaceEquipment">
19                <xsd:annotation>
20                        <xsd:documentation> WITSML - Rig Surface Equipment Component Schema </xsd:documentation>
21                </xsd:annotation>
22                <xsd:sequence>
23                        <xsd:element name="description" type="witsml:commentString" minOccurs="0" maxOccurs="1">
24                                <xsd:annotation>
25                                        <xsd:documentation>Description of item and details.  </xsd:documentation>
26                                </xsd:annotation>
27                        </xsd:element>
28                        <xsd:element name="presRating" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
29                                <xsd:annotation>
30                                        <xsd:documentation>Pressure rating of the item.  </xsd:documentation>
31                                </xsd:annotation>
32                        </xsd:element>
33                        <xsd:element name="typeSurfEquip" type="witsml:SurfEquipType" minOccurs="1" maxOccurs="1">
34                                <xsd:annotation>
35                                        <xsd:documentation>Surface equipment type (IADC1-4,Custom, Coiled Tubing). </xsd:documentation>
36                                </xsd:annotation>
37                        </xsd:element>
38                        <xsd:element name="usePumpDischarge" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
39                                <xsd:annotation>
40                                        <xsd:documentation>Use pump discharge Line. Values are "true" (or "1") and "false" (or "0").</xsd:documentation>
41                                </xsd:annotation>
42                        </xsd:element>
43                        <xsd:element name="useStandpipe" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
44                                <xsd:annotation>
45                                        <xsd:documentation>Use standpipe geometry.  Values are "true" (or "1") and "false" (or "0").</xsd:documentation>
46                                </xsd:annotation>
47                        </xsd:element>
48                        <xsd:element name="useHose" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
49                                <xsd:annotation>
50                                        <xsd:documentation>Use kelly hose geometry.  Values are "true" (or "1") and "false" (or "0").</xsd:documentation>
51                                </xsd:annotation>
52                        </xsd:element>
53                        <xsd:element name="useSwivel" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
54                                <xsd:annotation>
55                                        <xsd:documentation>Use swivel geometry.  Values are "true" (or "1") and "false" (or "0").</xsd:documentation>
56                                </xsd:annotation>
57                        </xsd:element>
58                        <xsd:element name="useKelly" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
59                                <xsd:annotation>
60                                        <xsd:documentation>Use kelly geometry.  Values are "true" (or "1") and "false" (or "0").</xsd:documentation>
61                                </xsd:annotation>
62                        </xsd:element>
63                        <xsd:element name="useTopStack" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
64                                <xsd:annotation>
65                                        <xsd:documentation>Use top stack height.  Values are "true" (or "1") and "false" (or "0").</xsd:documentation>
66                                </xsd:annotation>
67                        </xsd:element>
68                        <xsd:element name="useInjStack" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
69                                <xsd:annotation>
70                                        <xsd:documentation>Use injector stack height.  Values are "true" (or "1") and "false" (or "0").</xsd:documentation>
71                                </xsd:annotation>
72                        </xsd:element>
73                        <xsd:element name="useSurfaceIron" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
74                                <xsd:annotation>
75                                        <xsd:documentation>Use surface iron description.  Values are "true" (or "1") and "false" (or "0").</xsd:documentation>
76                                </xsd:annotation>
77                        </xsd:element>
78                        <xsd:element name="idStandpipe" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
79                                <xsd:annotation>
80                                        <xsd:documentation>Inner diameter of standpipe.  </xsd:documentation>
81                                </xsd:annotation>
82                        </xsd:element>
83                        <xsd:element name="lenStandpipe" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
84                                <xsd:annotation>
85                                        <xsd:documentation>Length of standpipe.  </xsd:documentation>
86                                </xsd:annotation>
87                        </xsd:element>
88                        <xsd:element name="idHose" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
89                                <xsd:annotation>
90                                        <xsd:documentation>Inner diameter of kelly hose.  </xsd:documentation>
91                                </xsd:annotation>
92                        </xsd:element>
93                        <xsd:element name="lenHose" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
94                                <xsd:annotation>
95                                        <xsd:documentation>Length of kelly hose.  </xsd:documentation>
96                                </xsd:annotation>
97                        </xsd:element>
98                        <xsd:element name="idSwivel" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
99                                <xsd:annotation>
100                                        <xsd:documentation>Inner diameter of swivel.  </xsd:documentation>
101                                </xsd:annotation>
102                        </xsd:element>
103                        <xsd:element name="lenSwivel" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
104                                <xsd:annotation>
105                                        <xsd:documentation>Length of swivel.  </xsd:documentation>
106                                </xsd:annotation>
107                        </xsd:element>
108                        <xsd:element name="idKelly" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
109                                <xsd:annotation>
110                                        <xsd:documentation>Inner diameter of kelly hose.  </xsd:documentation>
111                                </xsd:annotation>
112                        </xsd:element>
113                        <xsd:element name="lenKelly" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
114                                <xsd:annotation>
115                                        <xsd:documentation>Length of kelly.  </xsd:documentation>
116                                </xsd:annotation>
117                        </xsd:element>
118                        <xsd:element name="idSurfaceIron" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
119                                <xsd:annotation>
120                                        <xsd:documentation>Inner diameter of surface iron.  </xsd:documentation>
121                                </xsd:annotation>
122                        </xsd:element>
123                        <xsd:element name="lenSurfaceIron" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
124                                <xsd:annotation>
125                                        <xsd:documentation>Length of surface iron.  </xsd:documentation>
126                                </xsd:annotation>
127                        </xsd:element>
128                        <xsd:element name="htSurfaceIron" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
129                                <xsd:annotation>
130                                        <xsd:documentation>Height of surface iron.  </xsd:documentation>
131                                </xsd:annotation>
132                        </xsd:element>
133                        <xsd:element name="idDischargeLine" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
134                                <xsd:annotation>
135                                        <xsd:documentation>Coiled tubing - Inner diameter of pump discharge line.  </xsd:documentation>
136                                </xsd:annotation>
137                        </xsd:element>
138                        <xsd:element name="lenDischargeLine" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
139                                <xsd:annotation>
140                                        <xsd:documentation>Coiled tubing - Length of pump discharge line.  </xsd:documentation>
141                                </xsd:annotation>
142                        </xsd:element>
143                        <xsd:element name="ctWrapType" type="witsml:str16" minOccurs="0" maxOccurs="1">
144                                <xsd:annotation>
145                                        <xsd:documentation>Coiled tubing - Coiled tubing wrap type.  </xsd:documentation>
146                                </xsd:annotation>
147                        </xsd:element>
148                        <xsd:element name="odReel" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
149                                <xsd:annotation>
150                                        <xsd:documentation>Coiled tubing - Specifies the OD of the coiled tubing reel.  </xsd:documentation>
151                                </xsd:annotation>
152                        </xsd:element>
153                        <xsd:element name="odCore" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
154                                <xsd:annotation>
155                                        <xsd:documentation>Coiled tubing - Outer diameter of the reel core that the coiled tubing is wrapped around.  </xsd:documentation>
156                                </xsd:annotation>
157                        </xsd:element>
158                        <xsd:element name="widReelWrap" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
159                                <xsd:annotation>
160                                        <xsd:documentation>Coiled tubing - Width of the reel core. This is the inside dimension.  </xsd:documentation>
161                                </xsd:annotation>
162                        </xsd:element>
163                        <xsd:element name="lenReel" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
164                                <xsd:annotation>
165                                        <xsd:documentation>Coiled tubing - Length of the coiled tubing remaining on the reel.  </xsd:documentation>
166                                </xsd:annotation>
167                        </xsd:element>
168                        <xsd:element name="injStkUp" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
169                                <xsd:annotation>
170                                        <xsd:documentation>Coiled tubing - Injector Stack Up.  Values are "true" (or "1") and "false" (or "0").</xsd:documentation>
171                                </xsd:annotation>
172                        </xsd:element>
173                        <xsd:element name="htInjStk" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
174                                <xsd:annotation>
175                                        <xsd:documentation>Coiled tubing -The length of tubing from the end of the coil reel to the rotary kelly bushing.
176                                        Basically we define what is in the hole and on the reel.  This measurement takes into account
177                                        the 20 or so feet of tubing that is being straightened and shoved through the injector head. 
178                                        </xsd:documentation>
179                                </xsd:annotation>
180                        </xsd:element>
181                        <xsd:element name="umbInside" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
182                                <xsd:annotation>
183                                        <xsd:documentation>Coiled tubing - Umbilical inside, true/false check box so that you can account for the
184                                        wireline inside the coiled tubing.  With this pressure loss calculation, you can calculate
185                                        for the strings used for logging, wire line coring, etc. 
186                                        Values are "true" (or "1") and "false" (or "0").</xsd:documentation>
187                                </xsd:annotation>
188                        </xsd:element>
189                        <xsd:element name="odUmbilical" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
190                                <xsd:annotation>
191                                        <xsd:documentation>Coiled tubing - Outer diameter of the umbilical.  </xsd:documentation>
192                                </xsd:annotation>
193                        </xsd:element>
194                        <xsd:element name="lenUmbilical" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
195                                <xsd:annotation>
196                                        <xsd:documentation>Coiled tubing - Length of the umbilical.  </xsd:documentation>
197                                </xsd:annotation>
198                        </xsd:element>
199                        <xsd:element name="idTopStk" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
200                                <xsd:annotation>
201                                        <xsd:documentation>Top drive - Inner diameter of top stack.  </xsd:documentation>
202                                </xsd:annotation>
203                        </xsd:element>
204                        <xsd:element name="htTopStk" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
205                                <xsd:annotation>
206                                        <xsd:documentation>Top drive - The distance that the mud travels from the end of the standpipe
207                                        hose to the drill pipe connection at the bottom of the top drive. We are measuring the
208                                        distance that the mud will flow through the top drive.  </xsd:documentation>
209                                </xsd:annotation>
210                        </xsd:element>
211                        <xsd:element name="htFlange" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
212                                <xsd:annotation>
213                                        <xsd:documentation>Height of flange. If you select Top Drive Stackup Height, Swivel and Kelly
214                                        are disabled so that you can specify the top-drive rotary system.  </xsd:documentation>
215                                </xsd:annotation>
216                        </xsd:element>
217                </xsd:sequence>
218        </xsd:complexType>
219</xsd:schema>
Note: See TracBrowser for help on using the browser.