David Price

Added MPR examples and reorganised DDR example XML input files

Showing 36 changed files with 14121 additions and 483 deletions
1 +# Saved by TopBraid on Sun Sep 11 18:25:18 BST 2011
1 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr 2 # baseURI: http://www.reportinghub.no/ep/transform/1.1/ddr
2 -# imports: http://spinrdf.org/spin
3 -# imports: http://topbraid.org/sxml
4 -# imports: http://www.reportinghub.no/ep/schema/1.0/activity
5 -# imports: http://www.reportinghub.no/ep/schema/1.0/core
6 -# imports: http://www.reportinghub.no/ep/schema/1.0/ddr
7 -# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
8 # imports: http://www.reportinghub.no/ep/schema/1.0/report 3 # imports: http://www.reportinghub.no/ep/schema/1.0/report
9 # imports: http://www.reportinghub.no/ep/schema/1.0/well 4 # imports: http://www.reportinghub.no/ep/schema/1.0/well
5 +# imports: http://www.reportinghub.no/ep/schema/1.0/core
6 +# imports: http://www.reportinghub.no/ep/schema/1.0/equipment
7 +# imports: http://www.reportinghub.no/ep/schema/1.0/activity
8 +# imports: http://www.reportinghub.no/ep/schema/1.0/ddr
9 +# imports: http://spinrdf.org/spin
10 +# imports: http://topbraid.org/sxml
10 11
11 -@prefix NPD_110412124707: <file:///www.reportinghub.no/input/NPD_110412124707.xml#> .
12 -@prefix NPD_1104121247071: <file:///www.reportinghub.no/examples/xml/NPD_110412124707.xml#> .
13 -@prefix NPD_1104121247072: <file:///EPIM-Ontologies/www.reportinghub.no/examples/xml/NPD_110412124707.xml#> .
14 -@prefix TemplateTest: <file:///www.reportinghub.no/examples/xml/TemplateTest.xml#> .
15 -@prefix TemplateTest1: <file:///EPIM-Ontologies/www.reportinghub.no/examples/xml/TemplateTest.xml#> .
16 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> . 12 @prefix afn: <http://jena.hpl.hp.com/ARQ/function#> .
17 @prefix arg: <http://spinrdf.org/arg#> . 13 @prefix arg: <http://spinrdf.org/arg#> .
18 @prefix ddr: <http://www.reportinghub.no/ep/schema/ddr#> . 14 @prefix ddr: <http://www.reportinghub.no/ep/schema/ddr#> .
19 @prefix fn: <http://www.w3.org/2005/xpath-functions#> . 15 @prefix fn: <http://www.w3.org/2005/xpath-functions#> .
20 @prefix owl: <http://www.w3.org/2002/07/owl#> . 16 @prefix owl: <http://www.w3.org/2002/07/owl#> .
21 -@prefix p20020110: <file:///EPIM/www.reportinghub.no/examples/xml/G3%20%20T2%20020110.xml#> .
22 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 17 @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
23 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 18 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
24 @prefix smf: <http://topbraid.org/sparqlmotionfunctions#> . 19 @prefix smf: <http://topbraid.org/sparqlmotionfunctions#> .
...@@ -42,7 +37,7 @@ ddr:Cs_activity ...@@ -42,7 +37,7 @@ ddr:Cs_activity
42 sxml:element "witsml:activity"^^xsd:string . 37 sxml:element "witsml:activity"^^xsd:string .
43 38
44 ddr:Cs_alias 39 ddr:Cs_alias
45 - sxml:element "witsml:alias" , "witsml:rigAlias"^^xsd:string . 40 + sxml:element "witsml:rigAlias"^^xsd:string , "witsml:alias" .
46 41
47 ddr:Cs_bitRecord 42 ddr:Cs_bitRecord
48 sxml:element "witsml:bitRecord" . 43 sxml:element "witsml:bitRecord" .
...@@ -135,7 +130,7 @@ ddr:Cs_refWellWellboreRig ...@@ -135,7 +130,7 @@ ddr:Cs_refWellWellboreRig
135 sxml:element "witsml:refWellWellboreRig" . 130 sxml:element "witsml:refWellWellboreRig" .
136 131
137 ddr:Cs_wellAlias 132 ddr:Cs_wellAlias
138 - sxml:element "witsml:wellAlias"^^xsd:string , "witsml:wellboreAlias"^^xsd:string . 133 + sxml:element "witsml:wellboreAlias"^^xsd:string , "witsml:wellAlias"^^xsd:string .
139 134
140 ddr:Cs_wellCRS 135 ddr:Cs_wellCRS
141 sxml:element "witsml:wellCRS" . 136 sxml:element "witsml:wellCRS" .
...@@ -152,264 +147,232 @@ ddr:Obj_drillReport ...@@ -152,264 +147,232 @@ ddr:Obj_drillReport
152 ddr:Thing 147 ddr:Thing
153 spin:rule 148 spin:rule
154 [ rdf:type sp:Construct ; 149 [ rdf:type sp:Construct ;
155 - rdfs:comment "STEP 018 - Construct all object properties that need to match on tags"^^xsd:string ; 150 + rdfs:comment "STEP 004 - Construct UOM values"^^xsd:string ;
156 - sp:templates ([ sp:object 151 + sp:templates ([ sp:object _:b1 ;
157 - [ sp:varName "child"^^xsd:string 152 + sp:predicate rdf:type ;
158 - ] ; 153 + sp:subject _:b2
159 - sp:predicate 154 + ] [ sp:object _:b3 ;
160 - [ sp:varName "formalProperty"^^xsd:string 155 + sp:predicate ddr:uom ;
161 - ] ; 156 + sp:subject _:b2
157 + ] [ sp:object _:b4 ;
158 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
159 + sp:subject _:b2
160 + ] [ sp:object _:b2 ;
161 + sp:predicate _:b5 ;
162 sp:subject spin:_this 162 sp:subject spin:_this
163 ] [ sp:object rdf:Statement ; 163 ] [ sp:object rdf:Statement ;
164 sp:predicate rdf:type ; 164 sp:predicate rdf:type ;
165 - sp:subject _:b1 165 + sp:subject _:b6
166 ] [ sp:object spin:_this ; 166 ] [ sp:object spin:_this ;
167 sp:predicate rdf:subject ; 167 sp:predicate rdf:subject ;
168 - sp:subject _:b1 168 + sp:subject _:b6
169 - ] [ sp:object 169 + ] [ sp:object _:b5 ;
170 - [ sp:varName "formalProperty"^^xsd:string
171 - ] ;
172 sp:predicate rdf:predicate ; 170 sp:predicate rdf:predicate ;
173 - sp:subject _:b1 171 + sp:subject _:b6
174 - ] [ sp:object 172 + ] [ sp:object _:b4 ;
175 - [ sp:varName "child"^^xsd:string
176 - ] ;
177 sp:predicate rdf:object ; 173 sp:predicate rdf:object ;
178 - sp:subject _:b1 174 + sp:subject _:b6
179 - ] [ sp:object _:b1 ; 175 + ] [ sp:object _:b6 ;
180 sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; 176 sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
181 - sp:subject 177 + sp:subject _:b7
182 - [ sp:varName "child"^^xsd:string
183 - ]
184 ]) ; 178 ]) ;
185 - sp:where ([ sp:object 179 + sp:where ([ sp:object _:b7 ;
186 - [ sp:varName "childType"^^xsd:string
187 - ] ;
188 - sp:predicate owl:allValuesFrom ;
189 - sp:subject
190 - [ sp:varName "valuesRestriction"^^xsd:string
191 - ]
192 - ] [ sp:object
193 - [ sp:varName "childType"^^xsd:string
194 - ] ;
195 - sp:predicate rdf:type ;
196 - sp:subject
197 - [ sp:varName "child"^^xsd:string
198 - ]
199 - ] [ sp:object
200 - [ sp:varName "child"^^xsd:string
201 - ] ;
202 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; 180 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
203 sp:subject spin:_this 181 sp:subject spin:_this
182 + ] [ sp:object _:b8 ;
183 + sp:predicate rdf:type ;
184 + sp:subject _:b7
185 + ] [ sp:object _:b3 ;
186 + sp:predicate ddr:uom ;
187 + sp:subject _:b7
204 ] [ rdf:type sp:NotExists ; 188 ] [ rdf:type sp:NotExists ;
205 sp:elements ([ sp:object 189 sp:elements ([ sp:object
206 [ sp:varName "aNode"^^xsd:string 190 [ sp:varName "aNode"^^xsd:string
207 ] ; 191 ] ;
208 sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; 192 sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
209 - sp:subject 193 + sp:subject _:b7
210 - [ sp:varName "child"^^xsd:string
211 - ]
212 ]) 194 ])
213 - ] [ sp:object
214 - [ sp:varName "xmlTag"^^xsd:string
215 - ] ;
216 - sp:predicate sxml:tag ;
217 - sp:subject
218 - [ sp:varName "child"^^xsd:string
219 - ]
220 - ] [ sp:object
221 - [ sp:varName "formalProperty"^^xsd:string
222 - ] ;
223 - sp:predicate owl:onProperty ;
224 - sp:subject
225 - [ sp:varName "valuesRestriction"^^xsd:string
226 - ]
227 ] [ rdf:type sp:Bind ; 195 ] [ rdf:type sp:Bind ;
228 sp:expression 196 sp:expression
229 [ rdf:type afn:localname ; 197 [ rdf:type afn:localname ;
230 - sp:arg1 [ sp:varName "formalProperty"^^xsd:string 198 + sp:arg1 _:b8
231 - ]
232 ] ; 199 ] ;
233 - sp:variable 200 + sp:variable _:b9
234 - [ sp:varName "propertyName"^^xsd:string
235 - ]
236 ] [ rdf:type sp:Bind ; 201 ] [ rdf:type sp:Bind ;
237 sp:expression 202 sp:expression
238 - [ rdf:type spif:regex ; 203 + [ rdf:type smf:buildURI ;
239 - sp:arg1 [ sp:varName "xmlTag"^^xsd:string 204 + sp:arg1 [ rdf:type fn:concat ;
240 - ] ; 205 + sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ;
241 - sp:arg2 "(.*):(.*)" ; 206 + sp:arg2 _:b9
242 - sp:arg3 "$2"
243 - ] ;
244 - sp:variable
245 - [ sp:varName "tagName"^^xsd:string
246 - ]
247 - ] [ rdf:type sp:Filter ;
248 - sp:expression
249 - [ rdf:type sp:eq ;
250 - sp:arg1 [ sp:varName "tagName"^^xsd:string
251 - ] ;
252 - sp:arg2 [ sp:varName "propertyName"^^xsd:string
253 ] 207 ]
254 - ]
255 - ] [ sp:object
256 - [ sp:varName "instType"^^xsd:string
257 ] ; 208 ] ;
209 + sp:variable _:b5
210 + ] [ sp:object owl:ObjectProperty ;
211 + sp:predicate rdf:type ;
212 + sp:subject _:b5
213 + ] [ sp:object _:b5 ;
214 + sp:predicate owl:onProperty ;
215 + sp:subject _:b10
216 + ] [ sp:object _:b1 ;
217 + sp:predicate owl:allValuesFrom ;
218 + sp:subject _:b10
219 + ] [ sp:object _:b11 ;
258 sp:predicate rdf:type ; 220 sp:predicate rdf:type ;
259 sp:subject spin:_this 221 sp:subject spin:_this
260 ] [ rdf:type sp:TriplePath ; 222 ] [ rdf:type sp:TriplePath ;
261 - sp:object 223 + sp:object _:b10 ;
262 - [ sp:varName "valuesRestriction"^^xsd:string
263 - ] ;
264 sp:path [ rdf:type sp:ModPath ; 224 sp:path [ rdf:type sp:ModPath ;
265 sp:modMax -2 ; 225 sp:modMax -2 ;
266 sp:modMin 0 ; 226 sp:modMin 0 ;
267 sp:subPath rdfs:subClassOf 227 sp:subPath rdfs:subClassOf
268 ] ; 228 ] ;
269 - sp:subject 229 + sp:subject _:b11
270 - [ sp:varName "instType"^^xsd:string 230 + ] [ sp:object _:b12 ;
271 - ] 231 + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
272 - ]) ; 232 + sp:subject _:b7
273 - spin:thisUnbound "true"^^xsd:boolean 233 + ] [ sp:object sxml:TextNode ;
234 + sp:predicate rdf:type ;
235 + sp:subject _:b12
236 + ] [ sp:object _:b13 ;
237 + sp:predicate sxml:text ;
238 + sp:subject _:b12
239 + ] [ rdf:type sp:Bind ;
240 + sp:expression
241 + [ rdf:type xsd:double ;
242 + sp:arg1 _:b13
243 + ] ;
244 + sp:variable _:b4
245 + ])
274 ] ; 246 ] ;
275 spin:rule 247 spin:rule
276 [ rdf:type sp:Construct ; 248 [ rdf:type sp:Construct ;
277 - rdfs:comment "STEP 009 - Construct all datatype values"^^xsd:string ; 249 + rdfs:comment "STEP 006 - Construct Enumerated Values"^^xsd:string ;
278 - sp:templates ([ sp:object _:b2 ; 250 + sp:templates ([ sp:object _:b14 ;
279 - sp:predicate _:b3 ; 251 + sp:predicate _:b15 ;
280 sp:subject spin:_this 252 sp:subject spin:_this
281 ] [ sp:object rdf:Statement ; 253 ] [ sp:object rdf:Statement ;
282 sp:predicate rdf:type ; 254 sp:predicate rdf:type ;
283 - sp:subject _:b4 255 + sp:subject _:b16
284 ] [ sp:object spin:_this ; 256 ] [ sp:object spin:_this ;
285 sp:predicate rdf:subject ; 257 sp:predicate rdf:subject ;
286 - sp:subject _:b4 258 + sp:subject _:b16
287 - ] [ sp:object _:b3 ; 259 + ] [ sp:object _:b15 ;
288 sp:predicate rdf:predicate ; 260 sp:predicate rdf:predicate ;
289 - sp:subject _:b4 261 + sp:subject _:b16
290 - ] [ sp:object _:b2 ; 262 + ] [ sp:object _:b14 ;
291 sp:predicate rdf:object ; 263 sp:predicate rdf:object ;
292 - sp:subject _:b4 264 + sp:subject _:b16
293 - ] [ sp:object _:b4 ; 265 + ] [ sp:object _:b16 ;
294 sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; 266 sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
295 - sp:subject _:b5 267 + sp:subject _:b17
296 ]) ; 268 ]) ;
297 - sp:where ([ sp:object _:b5 ; 269 + sp:where ([ sp:object _:b17 ;
298 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; 270 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
299 sp:subject spin:_this 271 sp:subject spin:_this
300 - ] [ sp:object _:b6 ; 272 + ] [ sp:object _:b18 ;
301 sp:predicate rdf:type ; 273 sp:predicate rdf:type ;
302 - sp:subject _:b5 274 + sp:subject _:b17
303 ] [ rdf:type sp:NotExists ; 275 ] [ rdf:type sp:NotExists ;
304 sp:elements ([ sp:object 276 sp:elements ([ sp:object
305 - [ sp:varName "aNode"^^xsd:string 277 + [ sp:varName "uom"^^xsd:string
306 ] ; 278 ] ;
307 - sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; 279 + sp:predicate ddr:uom ;
308 - sp:subject _:b5 280 + sp:subject _:b17
309 ]) 281 ])
310 ] [ rdf:type sp:Bind ; 282 ] [ rdf:type sp:Bind ;
311 sp:expression 283 sp:expression
312 - [ rdf:type afn:localname ; 284 + [ rdf:type smf:titleCase ;
313 - sp:arg1 _:b6 285 + sp:arg1 [ rdf:type afn:localname ;
286 + sp:arg1 _:b18
287 + ]
314 ] ; 288 ] ;
315 - sp:variable _:b7 289 + sp:variable _:b19
316 ] [ rdf:type sp:Bind ; 290 ] [ rdf:type sp:Bind ;
317 sp:expression 291 sp:expression
318 [ rdf:type smf:buildURI ; 292 [ rdf:type smf:buildURI ;
319 sp:arg1 [ rdf:type fn:concat ; 293 sp:arg1 [ rdf:type fn:concat ;
320 - sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ; 294 + sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#enum" ;
321 - sp:arg2 _:b7 295 + sp:arg2 _:b19
322 ] 296 ]
323 ] ; 297 ] ;
324 - sp:variable _:b3 298 + sp:variable _:b15
325 - ] [ sp:object owl:DatatypeProperty ; 299 + ] [ sp:object owl:ObjectProperty ;
326 sp:predicate rdf:type ; 300 sp:predicate rdf:type ;
327 - sp:subject _:b3 301 + sp:subject _:b15
328 - ] [ sp:object _:b3 ; 302 + ] [ sp:object _:b15 ;
329 sp:predicate owl:onProperty ; 303 sp:predicate owl:onProperty ;
330 - sp:subject _:b8 304 + sp:subject _:b20
331 - ] [ sp:object _:b9 ; 305 + ] [ sp:object _:b21 ;
332 sp:predicate owl:allValuesFrom ; 306 sp:predicate owl:allValuesFrom ;
333 - sp:subject _:b8 307 + sp:subject _:b20
334 - ] [ sp:object rdfs:Datatype ; 308 + ] [ sp:object _:b22 ;
335 sp:predicate rdf:type ; 309 sp:predicate rdf:type ;
336 - sp:subject _:b9 310 + sp:subject spin:_this
337 ] [ rdf:type sp:TriplePath ; 311 ] [ rdf:type sp:TriplePath ;
338 - sp:object _:b10 ; 312 + sp:object _:b20 ;
339 sp:path [ rdf:type sp:ModPath ; 313 sp:path [ rdf:type sp:ModPath ;
340 sp:modMax -2 ; 314 sp:modMax -2 ;
341 sp:modMin 0 ; 315 sp:modMin 0 ;
342 sp:subPath rdfs:subClassOf 316 sp:subPath rdfs:subClassOf
343 ] ; 317 ] ;
344 - sp:subject _:b9 318 + sp:subject _:b22
345 - ] [ rdf:type sp:Filter ;
346 - sp:expression
347 - [ rdf:type sp:eq ;
348 - sp:arg1 [ rdf:type afn:namespace ;
349 - sp:arg1 _:b10
350 - ] ;
351 - sp:arg2 "http://www.w3.org/2001/XMLSchema#"
352 - ]
353 - ] [ sp:object _:b11 ;
354 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
355 - sp:subject _:b5
356 - ] [ sp:object sxml:TextNode ;
357 - sp:predicate rdf:type ;
358 - sp:subject _:b11
359 - ] [ sp:object _:b12 ;
360 - sp:predicate sxml:text ;
361 - sp:subject _:b11
362 - ] [ sp:object _:b13 ;
363 - sp:predicate rdf:type ;
364 - sp:subject spin:_this
365 ] [ rdf:type sp:TriplePath ; 319 ] [ rdf:type sp:TriplePath ;
366 - sp:object _:b8 ; 320 + sp:object <http://www.linkedmodel.org/schema/dtype#EnumeratedValue> ;
367 sp:path [ rdf:type sp:ModPath ; 321 sp:path [ rdf:type sp:ModPath ;
368 sp:modMax -2 ; 322 sp:modMax -2 ;
369 sp:modMin 0 ; 323 sp:modMin 0 ;
370 sp:subPath rdfs:subClassOf 324 sp:subPath rdfs:subClassOf
371 ] ; 325 ] ;
372 - sp:subject _:b13 326 + sp:subject _:b21
373 - ] [ rdf:type sp:Bind ; 327 + ] [ sp:object _:b23 ;
374 - sp:expression 328 + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
375 - [ rdf:type spif:cast ; 329 + sp:subject _:b17
376 - sp:arg1 _:b12 330 + ] [ sp:object sxml:TextNode ;
377 - ] ; 331 + sp:predicate rdf:type ;
378 - sp:variable _:b2 332 + sp:subject _:b23
333 + ] [ sp:object _:b24 ;
334 + sp:predicate sxml:text ;
335 + sp:subject _:b23
336 + ] [ sp:object _:b21 ;
337 + sp:predicate rdf:type ;
338 + sp:subject _:b14
339 + ] [ sp:object _:b24 ;
340 + sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
341 + sp:subject _:b14
379 ]) 342 ])
380 ] ; 343 ] ;
381 spin:rule 344 spin:rule
382 [ rdf:type sp:Construct ; 345 [ rdf:type sp:Construct ;
383 rdfs:comment "STEP 020 - Construct all other object properties"^^xsd:string ; 346 rdfs:comment "STEP 020 - Construct all other object properties"^^xsd:string ;
384 - sp:templates ([ sp:object _:b14 ; 347 + sp:templates ([ sp:object _:b25 ;
385 - sp:predicate _:b15 ; 348 + sp:predicate _:b26 ;
386 sp:subject spin:_this 349 sp:subject spin:_this
387 ] [ sp:object rdf:Statement ; 350 ] [ sp:object rdf:Statement ;
388 sp:predicate rdf:type ; 351 sp:predicate rdf:type ;
389 - sp:subject _:b16 352 + sp:subject _:b27
390 ] [ sp:object spin:_this ; 353 ] [ sp:object spin:_this ;
391 sp:predicate rdf:subject ; 354 sp:predicate rdf:subject ;
392 - sp:subject _:b16 355 + sp:subject _:b27
393 - ] [ sp:object _:b15 ; 356 + ] [ sp:object _:b26 ;
394 sp:predicate rdf:predicate ; 357 sp:predicate rdf:predicate ;
395 - sp:subject _:b16 358 + sp:subject _:b27
396 - ] [ sp:object _:b14 ; 359 + ] [ sp:object _:b25 ;
397 sp:predicate rdf:object ; 360 sp:predicate rdf:object ;
398 - sp:subject _:b16 361 + sp:subject _:b27
399 - ] [ sp:object _:b16 ; 362 + ] [ sp:object _:b27 ;
400 sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; 363 sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
401 - sp:subject _:b14 364 + sp:subject _:b25
402 ]) ; 365 ]) ;
403 - sp:where ([ sp:object _:b17 ; 366 + sp:where ([ sp:object _:b28 ;
404 sp:predicate owl:allValuesFrom ; 367 sp:predicate owl:allValuesFrom ;
405 - sp:subject _:b18 368 + sp:subject _:b29
406 - ] [ sp:object _:b15 ; 369 + ] [ sp:object _:b26 ;
407 sp:predicate owl:onProperty ; 370 sp:predicate owl:onProperty ;
408 - sp:subject _:b18 371 + sp:subject _:b29
409 - ] [ sp:object _:b17 ; 372 + ] [ sp:object _:b28 ;
410 sp:predicate rdf:type ; 373 sp:predicate rdf:type ;
411 - sp:subject _:b14 374 + sp:subject _:b25
412 - ] [ sp:object _:b14 ; 375 + ] [ sp:object _:b25 ;
413 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; 376 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
414 sp:subject spin:_this 377 sp:subject spin:_this
415 ] [ rdf:type sp:NotExists ; 378 ] [ rdf:type sp:NotExists ;
...@@ -417,224 +380,256 @@ ddr:Thing ...@@ -417,224 +380,256 @@ ddr:Thing
417 [ sp:varName "aNode"^^xsd:string 380 [ sp:varName "aNode"^^xsd:string
418 ] ; 381 ] ;
419 sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; 382 sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
420 - sp:subject _:b14 383 + sp:subject _:b25
421 ]) 384 ])
422 ] [ rdf:type sp:NotExists ; 385 ] [ rdf:type sp:NotExists ;
423 sp:elements ([ sp:object 386 sp:elements ([ sp:object
424 [ sp:varName "xmlTag"^^xsd:string 387 [ sp:varName "xmlTag"^^xsd:string
425 ] ; 388 ] ;
426 sp:predicate sxml:tag ; 389 sp:predicate sxml:tag ;
427 - sp:subject _:b14 390 + sp:subject _:b25
428 ]) 391 ])
429 - ] [ sp:object _:b19 ; 392 + ] [ sp:object _:b30 ;
430 sp:predicate rdf:type ; 393 sp:predicate rdf:type ;
431 sp:subject spin:_this 394 sp:subject spin:_this
432 ] [ rdf:type sp:TriplePath ; 395 ] [ rdf:type sp:TriplePath ;
433 - sp:object _:b18 ; 396 + sp:object _:b29 ;
434 sp:path [ rdf:type sp:ModPath ; 397 sp:path [ rdf:type sp:ModPath ;
435 sp:modMax -2 ; 398 sp:modMax -2 ;
436 sp:modMin 0 ; 399 sp:modMin 0 ;
437 sp:subPath rdfs:subClassOf 400 sp:subPath rdfs:subClassOf
438 ] ; 401 ] ;
439 - sp:subject _:b19 402 + sp:subject _:b30
440 ]) ; 403 ]) ;
441 spin:thisUnbound "true"^^xsd:boolean 404 spin:thisUnbound "true"^^xsd:boolean
442 ] ; 405 ] ;
443 spin:rule 406 spin:rule
444 [ rdf:type sp:Construct ; 407 [ rdf:type sp:Construct ;
445 - rdfs:comment "STEP 006 - Construct Enumerated Values"^^xsd:string ; 408 + rdfs:comment "STEP 009 - Construct all datatype values"^^xsd:string ;
446 - sp:templates ([ sp:object _:b20 ; 409 + sp:templates ([ sp:object _:b31 ;
447 - sp:predicate _:b21 ; 410 + sp:predicate _:b32 ;
448 sp:subject spin:_this 411 sp:subject spin:_this
449 ] [ sp:object rdf:Statement ; 412 ] [ sp:object rdf:Statement ;
450 sp:predicate rdf:type ; 413 sp:predicate rdf:type ;
451 - sp:subject _:b22 414 + sp:subject _:b33
452 ] [ sp:object spin:_this ; 415 ] [ sp:object spin:_this ;
453 sp:predicate rdf:subject ; 416 sp:predicate rdf:subject ;
454 - sp:subject _:b22 417 + sp:subject _:b33
455 - ] [ sp:object _:b21 ; 418 + ] [ sp:object _:b32 ;
456 sp:predicate rdf:predicate ; 419 sp:predicate rdf:predicate ;
457 - sp:subject _:b22 420 + sp:subject _:b33
458 - ] [ sp:object _:b20 ; 421 + ] [ sp:object _:b31 ;
459 sp:predicate rdf:object ; 422 sp:predicate rdf:object ;
460 - sp:subject _:b22 423 + sp:subject _:b33
461 - ] [ sp:object _:b22 ; 424 + ] [ sp:object _:b33 ;
462 sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; 425 sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
463 - sp:subject _:b23 426 + sp:subject _:b34
464 ]) ; 427 ]) ;
465 - sp:where ([ sp:object _:b23 ; 428 + sp:where ([ sp:object _:b34 ;
466 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; 429 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
467 sp:subject spin:_this 430 sp:subject spin:_this
468 - ] [ sp:object _:b24 ; 431 + ] [ sp:object _:b35 ;
469 sp:predicate rdf:type ; 432 sp:predicate rdf:type ;
470 - sp:subject _:b23 433 + sp:subject _:b34
471 ] [ rdf:type sp:NotExists ; 434 ] [ rdf:type sp:NotExists ;
472 sp:elements ([ sp:object 435 sp:elements ([ sp:object
473 - [ sp:varName "uom"^^xsd:string 436 + [ sp:varName "aNode"^^xsd:string
474 ] ; 437 ] ;
475 - sp:predicate ddr:uom ; 438 + sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
476 - sp:subject _:b23 439 + sp:subject _:b34
477 ]) 440 ])
478 ] [ rdf:type sp:Bind ; 441 ] [ rdf:type sp:Bind ;
479 sp:expression 442 sp:expression
480 - [ rdf:type smf:titleCase ; 443 + [ rdf:type afn:localname ;
481 - sp:arg1 [ rdf:type afn:localname ; 444 + sp:arg1 _:b35
482 - sp:arg1 _:b24
483 - ]
484 ] ; 445 ] ;
485 - sp:variable _:b25 446 + sp:variable _:b36
486 ] [ rdf:type sp:Bind ; 447 ] [ rdf:type sp:Bind ;
487 sp:expression 448 sp:expression
488 [ rdf:type smf:buildURI ; 449 [ rdf:type smf:buildURI ;
489 sp:arg1 [ rdf:type fn:concat ; 450 sp:arg1 [ rdf:type fn:concat ;
490 - sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#enum" ; 451 + sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ;
491 - sp:arg2 _:b25 452 + sp:arg2 _:b36
492 ] 453 ]
493 ] ; 454 ] ;
494 - sp:variable _:b21 455 + sp:variable _:b32
495 - ] [ sp:object owl:ObjectProperty ; 456 + ] [ sp:object owl:DatatypeProperty ;
496 sp:predicate rdf:type ; 457 sp:predicate rdf:type ;
497 - sp:subject _:b21 458 + sp:subject _:b32
498 - ] [ sp:object _:b21 ; 459 + ] [ sp:object _:b32 ;
499 sp:predicate owl:onProperty ; 460 sp:predicate owl:onProperty ;
500 - sp:subject _:b26 461 + sp:subject _:b37
501 - ] [ sp:object _:b27 ; 462 + ] [ sp:object _:b38 ;
502 sp:predicate owl:allValuesFrom ; 463 sp:predicate owl:allValuesFrom ;
503 - sp:subject _:b26 464 + sp:subject _:b37
504 - ] [ sp:object _:b28 ; 465 + ] [ sp:object rdfs:Datatype ;
505 sp:predicate rdf:type ; 466 sp:predicate rdf:type ;
506 - sp:subject spin:_this 467 + sp:subject _:b38
507 ] [ rdf:type sp:TriplePath ; 468 ] [ rdf:type sp:TriplePath ;
508 - sp:object _:b26 ; 469 + sp:object _:b39 ;
509 sp:path [ rdf:type sp:ModPath ; 470 sp:path [ rdf:type sp:ModPath ;
510 sp:modMax -2 ; 471 sp:modMax -2 ;
511 sp:modMin 0 ; 472 sp:modMin 0 ;
512 sp:subPath rdfs:subClassOf 473 sp:subPath rdfs:subClassOf
513 ] ; 474 ] ;
514 - sp:subject _:b28 475 + sp:subject _:b38
476 + ] [ rdf:type sp:Filter ;
477 + sp:expression
478 + [ rdf:type sp:eq ;
479 + sp:arg1 [ rdf:type afn:namespace ;
480 + sp:arg1 _:b39
481 + ] ;
482 + sp:arg2 "http://www.w3.org/2001/XMLSchema#"
483 + ]
484 + ] [ sp:object _:b40 ;
485 + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
486 + sp:subject _:b34
487 + ] [ sp:object sxml:TextNode ;
488 + sp:predicate rdf:type ;
489 + sp:subject _:b40
490 + ] [ sp:object _:b41 ;
491 + sp:predicate sxml:text ;
492 + sp:subject _:b40
493 + ] [ sp:object _:b42 ;
494 + sp:predicate rdf:type ;
495 + sp:subject spin:_this
515 ] [ rdf:type sp:TriplePath ; 496 ] [ rdf:type sp:TriplePath ;
516 - sp:object <http://www.linkedmodel.org/schema/dtype#EnumeratedValue> ; 497 + sp:object _:b37 ;
517 sp:path [ rdf:type sp:ModPath ; 498 sp:path [ rdf:type sp:ModPath ;
518 sp:modMax -2 ; 499 sp:modMax -2 ;
519 sp:modMin 0 ; 500 sp:modMin 0 ;
520 sp:subPath rdfs:subClassOf 501 sp:subPath rdfs:subClassOf
521 ] ; 502 ] ;
522 - sp:subject _:b27 503 + sp:subject _:b42
523 - ] [ sp:object _:b29 ; 504 + ] [ rdf:type sp:Bind ;
524 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; 505 + sp:expression
525 - sp:subject _:b23 506 + [ rdf:type spif:cast ;
526 - ] [ sp:object sxml:TextNode ; 507 + sp:arg1 _:b41
527 - sp:predicate rdf:type ; 508 + ] ;
528 - sp:subject _:b29 509 + sp:variable _:b31
529 - ] [ sp:object _:b30 ;
530 - sp:predicate sxml:text ;
531 - sp:subject _:b29
532 - ] [ sp:object _:b27 ;
533 - sp:predicate rdf:type ;
534 - sp:subject _:b20
535 - ] [ sp:object _:b30 ;
536 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
537 - sp:subject _:b20
538 ]) 510 ])
539 ] ; 511 ] ;
540 spin:rule 512 spin:rule
541 [ rdf:type sp:Construct ; 513 [ rdf:type sp:Construct ;
542 - rdfs:comment "STEP 004 - Construct UOM values"^^xsd:string ; 514 + rdfs:comment "STEP 018 - Construct all object properties that need to match on tags"^^xsd:string ;
543 - sp:templates ([ sp:object _:b31 ; 515 + sp:templates ([ sp:object
544 - sp:predicate rdf:type ; 516 + [ sp:varName "child"^^xsd:string
545 - sp:subject _:b32 517 + ] ;
546 - ] [ sp:object _:b33 ; 518 + sp:predicate
547 - sp:predicate ddr:uom ; 519 + [ sp:varName "formalProperty"^^xsd:string
548 - sp:subject _:b32 520 + ] ;
549 - ] [ sp:object _:b34 ;
550 - sp:predicate <http://www.linkedmodel.org/schema/dtype#value> ;
551 - sp:subject _:b32
552 - ] [ sp:object _:b32 ;
553 - sp:predicate _:b35 ;
554 sp:subject spin:_this 521 sp:subject spin:_this
555 ] [ sp:object rdf:Statement ; 522 ] [ sp:object rdf:Statement ;
556 sp:predicate rdf:type ; 523 sp:predicate rdf:type ;
557 - sp:subject _:b36 524 + sp:subject _:b43
558 ] [ sp:object spin:_this ; 525 ] [ sp:object spin:_this ;
559 sp:predicate rdf:subject ; 526 sp:predicate rdf:subject ;
560 - sp:subject _:b36 527 + sp:subject _:b43
561 - ] [ sp:object _:b35 ; 528 + ] [ sp:object
529 + [ sp:varName "formalProperty"^^xsd:string
530 + ] ;
562 sp:predicate rdf:predicate ; 531 sp:predicate rdf:predicate ;
563 - sp:subject _:b36 532 + sp:subject _:b43
564 - ] [ sp:object _:b34 ; 533 + ] [ sp:object
534 + [ sp:varName "child"^^xsd:string
535 + ] ;
565 sp:predicate rdf:object ; 536 sp:predicate rdf:object ;
566 - sp:subject _:b36 537 + sp:subject _:b43
567 - ] [ sp:object _:b36 ; 538 + ] [ sp:object _:b43 ;
568 sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; 539 sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
569 - sp:subject _:b37 540 + sp:subject
541 + [ sp:varName "child"^^xsd:string
542 + ]
570 ]) ; 543 ]) ;
571 - sp:where ([ sp:object _:b37 ; 544 + sp:where ([ sp:object
545 + [ sp:varName "childType"^^xsd:string
546 + ] ;
547 + sp:predicate owl:allValuesFrom ;
548 + sp:subject
549 + [ sp:varName "valuesRestriction"^^xsd:string
550 + ]
551 + ] [ sp:object
552 + [ sp:varName "childType"^^xsd:string
553 + ] ;
554 + sp:predicate rdf:type ;
555 + sp:subject
556 + [ sp:varName "child"^^xsd:string
557 + ]
558 + ] [ sp:object
559 + [ sp:varName "child"^^xsd:string
560 + ] ;
572 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; 561 sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
573 sp:subject spin:_this 562 sp:subject spin:_this
574 - ] [ sp:object _:b38 ;
575 - sp:predicate rdf:type ;
576 - sp:subject _:b37
577 - ] [ sp:object _:b33 ;
578 - sp:predicate ddr:uom ;
579 - sp:subject _:b37
580 ] [ rdf:type sp:NotExists ; 563 ] [ rdf:type sp:NotExists ;
581 sp:elements ([ sp:object 564 sp:elements ([ sp:object
582 [ sp:varName "aNode"^^xsd:string 565 [ sp:varName "aNode"^^xsd:string
583 ] ; 566 ] ;
584 sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ; 567 sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
585 - sp:subject _:b37 568 + sp:subject
569 + [ sp:varName "child"^^xsd:string
570 + ]
586 ]) 571 ])
572 + ] [ sp:object
573 + [ sp:varName "xmlTag"^^xsd:string
574 + ] ;
575 + sp:predicate sxml:tag ;
576 + sp:subject
577 + [ sp:varName "child"^^xsd:string
578 + ]
579 + ] [ sp:object
580 + [ sp:varName "formalProperty"^^xsd:string
581 + ] ;
582 + sp:predicate owl:onProperty ;
583 + sp:subject
584 + [ sp:varName "valuesRestriction"^^xsd:string
585 + ]
587 ] [ rdf:type sp:Bind ; 586 ] [ rdf:type sp:Bind ;
588 sp:expression 587 sp:expression
589 [ rdf:type afn:localname ; 588 [ rdf:type afn:localname ;
590 - sp:arg1 _:b38 589 + sp:arg1 [ sp:varName "formalProperty"^^xsd:string
590 + ]
591 ] ; 591 ] ;
592 - sp:variable _:b39 592 + sp:variable
593 + [ sp:varName "propertyName"^^xsd:string
594 + ]
593 ] [ rdf:type sp:Bind ; 595 ] [ rdf:type sp:Bind ;
594 sp:expression 596 sp:expression
595 - [ rdf:type smf:buildURI ; 597 + [ rdf:type spif:regex ;
596 - sp:arg1 [ rdf:type fn:concat ; 598 + sp:arg1 [ sp:varName "xmlTag"^^xsd:string
597 - sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ; 599 + ] ;
598 - sp:arg2 _:b39 600 + sp:arg2 "(.*):(.*)" ;
601 + sp:arg3 "$2"
602 + ] ;
603 + sp:variable
604 + [ sp:varName "tagName"^^xsd:string
605 + ]
606 + ] [ rdf:type sp:Filter ;
607 + sp:expression
608 + [ rdf:type sp:eq ;
609 + sp:arg1 [ sp:varName "tagName"^^xsd:string
610 + ] ;
611 + sp:arg2 [ sp:varName "propertyName"^^xsd:string
599 ] 612 ]
613 + ]
614 + ] [ sp:object
615 + [ sp:varName "instType"^^xsd:string
600 ] ; 616 ] ;
601 - sp:variable _:b35
602 - ] [ sp:object owl:ObjectProperty ;
603 - sp:predicate rdf:type ;
604 - sp:subject _:b35
605 - ] [ sp:object _:b35 ;
606 - sp:predicate owl:onProperty ;
607 - sp:subject _:b40
608 - ] [ sp:object _:b31 ;
609 - sp:predicate owl:allValuesFrom ;
610 - sp:subject _:b40
611 - ] [ sp:object _:b41 ;
612 sp:predicate rdf:type ; 617 sp:predicate rdf:type ;
613 sp:subject spin:_this 618 sp:subject spin:_this
614 ] [ rdf:type sp:TriplePath ; 619 ] [ rdf:type sp:TriplePath ;
615 - sp:object _:b40 ; 620 + sp:object
621 + [ sp:varName "valuesRestriction"^^xsd:string
622 + ] ;
616 sp:path [ rdf:type sp:ModPath ; 623 sp:path [ rdf:type sp:ModPath ;
617 sp:modMax -2 ; 624 sp:modMax -2 ;
618 sp:modMin 0 ; 625 sp:modMin 0 ;
619 sp:subPath rdfs:subClassOf 626 sp:subPath rdfs:subClassOf
620 ] ; 627 ] ;
621 - sp:subject _:b41 628 + sp:subject
622 - ] [ sp:object _:b42 ; 629 + [ sp:varName "instType"^^xsd:string
623 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ; 630 + ]
624 - sp:subject _:b37 631 + ]) ;
625 - ] [ sp:object sxml:TextNode ; 632 + spin:thisUnbound "true"^^xsd:boolean
626 - sp:predicate rdf:type ;
627 - sp:subject _:b42
628 - ] [ sp:object _:b43 ;
629 - sp:predicate sxml:text ;
630 - sp:subject _:b42
631 - ] [ rdf:type sp:Bind ;
632 - sp:expression
633 - [ rdf:type xsd:double ;
634 - sp:arg1 _:b43
635 - ] ;
636 - sp:variable _:b34
637 - ])
638 ] . 633 ] .
639 634
640 ddr:TimestampedCommentString 635 ddr:TimestampedCommentString
...@@ -653,113 +648,113 @@ ddr:version ...@@ -653,113 +648,113 @@ ddr:version
653 648
654 <http://www.reportinghub.no/ep/transform/1.1/ddr> 649 <http://www.reportinghub.no/ep/transform/1.1/ddr>
655 rdf:type owl:Ontology ; 650 rdf:type owl:Ontology ;
656 - owl:imports <http://spinrdf.org/spin> , <http://topbraid.org/sxml> , <http://www.reportinghub.no/ep/schema/1.0/activity> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://www.reportinghub.no/ep/schema/1.0/well> ; 651 + owl:imports <http://www.reportinghub.no/ep/schema/1.0/ddr> , <http://www.reportinghub.no/ep/schema/1.0/equipment> , <http://www.reportinghub.no/ep/schema/1.0/report> , <http://topbraid.org/sxml> , <http://www.reportinghub.no/ep/schema/1.0/core> , <http://www.reportinghub.no/ep/schema/1.0/well> , <http://spinrdf.org/spin> , <http://www.reportinghub.no/ep/schema/1.0/activity> ;
657 owl:versionInfo "Created with TopBraid Composer"^^xsd:string . 652 owl:versionInfo "Created with TopBraid Composer"^^xsd:string .
658 653
659 owl:Thing 654 owl:Thing
660 spin:query 655 spin:query
661 [ rdf:type sp:Select ; 656 [ rdf:type sp:Select ;
662 - sp:where ([ sp:object 657 + sp:resultVariables (_:b44 _:b45 _:b46 _:b47) ;
663 - [ sp:varName "p"^^xsd:string
664 - ] ;
665 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
666 - sp:subject _:b44
667 - ] [ rdf:type sp:NotExists ;
668 - sp:elements ([ sp:object
669 - [ sp:varName "b"^^xsd:string
670 - ] ;
671 - sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
672 - sp:subject _:b44
673 - ])
674 - ])
675 - ] ;
676 - spin:query
677 - [ rdf:type sp:Select ;
678 - sp:resultVariables (_:b45 _:b46 _:b47 _:b48) ;
679 - sp:where ([ sp:object _:b48 ;
680 - sp:predicate <http://www.w3.org/ns/sawsdl#modelReference> ;
681 - sp:subject _:b47
682 - ] [ sp:object _:b47 ;
683 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
684 - sp:subject _:b46
685 - ] [ rdf:type sp:Union ;
686 - sp:elements (([ sp:object <http://topbraid.org/sxsd#Sequence> ;
687 - sp:predicate rdf:type ;
688 - sp:subject _:b46
689 - ]) ([ sp:object <http://topbraid.org/sxsd#Choice> ;
690 - sp:predicate rdf:type ;
691 - sp:subject _:b46
692 - ]))
693 - ] [ sp:object _:b46 ;
694 - sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
695 - sp:subject _:b45
696 - ])
697 - ] ;
698 - spin:query
699 - [ rdf:type sp:Select ;
700 - sp:resultVariables (_:b49 _:b50 _:b51 _:b52) ;
701 sp:where ([ sp:object <http://topbraid.org/sxsd#ComplexType> ; 658 sp:where ([ sp:object <http://topbraid.org/sxsd#ComplexType> ;
702 sp:predicate rdf:type ; 659 sp:predicate rdf:type ;
703 - sp:subject _:b53 660 + sp:subject _:b48
704 ] [ rdf:type sp:TriplePath ; 661 ] [ rdf:type sp:TriplePath ;
705 - sp:object _:b54 ; 662 + sp:object _:b49 ;
706 sp:path [ rdf:type sp:ModPath ; 663 sp:path [ rdf:type sp:ModPath ;
707 sp:modMax -2 ; 664 sp:modMax -2 ;
708 sp:modMin 0 ; 665 sp:modMin 0 ;
709 sp:subPath <http://www.topbraid.org/2007/05/composite.owl#child> 666 sp:subPath <http://www.topbraid.org/2007/05/composite.owl#child>
710 ] ; 667 ] ;
711 - sp:subject _:b53 668 + sp:subject _:b48
712 - ] [ sp:object _:b55 ; 669 + ] [ sp:object _:b50 ;
713 sp:predicate <http://topbraid.org/sxsd#name> ; 670 sp:predicate <http://topbraid.org/sxsd#name> ;
714 - sp:subject _:b53 671 + sp:subject _:b48
715 - ] [ sp:object _:b52 ; 672 + ] [ sp:object _:b47 ;
716 sp:predicate <http://www.w3.org/ns/sawsdl#modelReference> ; 673 sp:predicate <http://www.w3.org/ns/sawsdl#modelReference> ;
717 - sp:subject _:b54 674 + sp:subject _:b49
718 - ] [ sp:object _:b56 ; 675 + ] [ sp:object _:b51 ;
719 sp:predicate <http://topbraid.org/sxsd#name> ; 676 sp:predicate <http://topbraid.org/sxsd#name> ;
720 - sp:subject _:b54 677 + sp:subject _:b49
721 ] [ rdf:type sp:Bind ; 678 ] [ rdf:type sp:Bind ;
722 sp:expression 679 sp:expression
723 [ rdf:type spif:titleCase ; 680 [ rdf:type spif:titleCase ;
724 - sp:arg1 _:b56 681 + sp:arg1 _:b51
725 ] ; 682 ] ;
726 - sp:variable _:b57 683 + sp:variable _:b52
727 ] [ rdf:type sp:Bind ; 684 ] [ rdf:type sp:Bind ;
728 sp:expression 685 sp:expression
729 [ rdf:type smf:buildURI ; 686 [ rdf:type smf:buildURI ;
730 sp:arg1 [ rdf:type fn:concat ; 687 sp:arg1 [ rdf:type fn:concat ;
731 sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#has" ; 688 sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#has" ;
732 - sp:arg2 _:b57 689 + sp:arg2 _:b52
733 ] 690 ]
734 ] ; 691 ] ;
735 - sp:variable _:b51 692 + sp:variable _:b46
736 ] [ rdf:type sp:Bind ; 693 ] [ rdf:type sp:Bind ;
737 sp:expression 694 sp:expression
738 [ rdf:type spif:titleCase ; 695 [ rdf:type spif:titleCase ;
739 - sp:arg1 _:b55 ; 696 + sp:arg1 _:b50 ;
740 sp:arg2 "[a-z]s" 697 sp:arg2 "[a-z]s"
741 ] ; 698 ] ;
742 - sp:variable _:b58 699 + sp:variable _:b53
743 ] [ rdf:type sp:Bind ; 700 ] [ rdf:type sp:Bind ;
744 sp:expression 701 sp:expression
745 [ rdf:type smf:buildURI ; 702 [ rdf:type smf:buildURI ;
746 sp:arg1 [ rdf:type fn:concat ; 703 sp:arg1 [ rdf:type fn:concat ;
747 sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ; 704 sp:arg1 "http://www.reportinghub.no/ep/schema/ddr#" ;
748 - sp:arg2 _:b58 705 + sp:arg2 _:b53
749 ] 706 ]
750 ] ; 707 ] ;
751 - sp:variable _:b50 708 + sp:variable _:b45
752 ] [ rdf:type sp:Bind ; 709 ] [ rdf:type sp:Bind ;
753 sp:expression 710 sp:expression
754 [ rdf:type smf:buildURI ; 711 [ rdf:type smf:buildURI ;
755 sp:arg1 [ rdf:type fn:concat ; 712 sp:arg1 [ rdf:type fn:concat ;
756 sp:arg1 "http://www.reportinghub.no/map/ddr#" ; 713 sp:arg1 "http://www.reportinghub.no/map/ddr#" ;
757 - sp:arg2 _:b58 ; 714 + sp:arg2 _:b53 ;
758 sp:arg3 "-has" ; 715 sp:arg3 "-has" ;
759 - sp:arg4 _:b57 716 + sp:arg4 _:b52
760 ] 717 ]
761 ] ; 718 ] ;
762 - sp:variable _:b49 719 + sp:variable _:b44
720 + ])
721 + ] ;
722 + spin:query
723 + [ rdf:type sp:Select ;
724 + sp:resultVariables (_:b54 _:b55 _:b56 _:b57) ;
725 + sp:where ([ sp:object _:b57 ;
726 + sp:predicate <http://www.w3.org/ns/sawsdl#modelReference> ;
727 + sp:subject _:b56
728 + ] [ sp:object _:b56 ;
729 + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
730 + sp:subject _:b55
731 + ] [ rdf:type sp:Union ;
732 + sp:elements (([ sp:object <http://topbraid.org/sxsd#Sequence> ;
733 + sp:predicate rdf:type ;
734 + sp:subject _:b55
735 + ]) ([ sp:object <http://topbraid.org/sxsd#Choice> ;
736 + sp:predicate rdf:type ;
737 + sp:subject _:b55
738 + ]))
739 + ] [ sp:object _:b55 ;
740 + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
741 + sp:subject _:b54
742 + ])
743 + ] ;
744 + spin:query
745 + [ rdf:type sp:Select ;
746 + sp:where ([ sp:object
747 + [ sp:varName "p"^^xsd:string
748 + ] ;
749 + sp:predicate <http://www.topbraid.org/2007/05/composite.owl#child> ;
750 + sp:subject _:b58
751 + ] [ rdf:type sp:NotExists ;
752 + sp:elements ([ sp:object
753 + [ sp:varName "b"^^xsd:string
754 + ] ;
755 + sp:predicate <http://www.reportinghub.no/ep/schema/core#basisFor> ;
756 + sp:subject _:b58
757 + ])
763 ]) 758 ])
764 ] ; 759 ] ;
765 spin:update 760 spin:update
...@@ -799,162 +794,162 @@ owl:Thing ...@@ -799,162 +794,162 @@ owl:Thing
799 ]) 794 ])
800 ] . 795 ] .
801 796
802 -_:b2 sp:varName "value"^^xsd:string . 797 +[] sxml:tag "witsml:porePressure"^^xsd:string .
803 -
804 -_:b3 sp:varName "dtpnameU"^^xsd:string .
805 -
806 -_:b5 sp:varName "child"^^xsd:string .
807 798
808 -_:b6 sp:varName "childType"^^xsd:string . 799 +_:b61
800 + sp:varName "newLabel"^^xsd:string .
809 801
810 -_:b7 sp:varName "childLocalName"^^xsd:string . 802 +_:b60
803 + sp:varName "p"^^xsd:string .
811 804
812 -_:b8 sp:varName "valuesRestriction"^^xsd:string . 805 +_:b59
806 + sp:varName "oldLabel"^^xsd:string .
813 807
814 -_:b9 sp:varName "rangeType"^^xsd:string . 808 +_:b53
809 + sp:varName "tcname"^^xsd:string .
815 810
816 -_:b10 811 +_:b52
817 - sp:varName "someXSDtype"^^xsd:string . 812 + sp:varName "tcpname"^^xsd:string .
818 813
819 -_:b11 814 +_:b51
820 - sp:varName "textNode"^^xsd:string . 815 + sp:varName "pname"^^xsd:string .
821 816
822 -_:b12 817 +_:b50
823 - sp:varName "text"^^xsd:string . 818 + sp:varName "name"^^xsd:string .
824 819
825 -_:b13 820 +_:b49
826 - sp:varName "instType"^^xsd:string . 821 + sp:varName "c"^^xsd:string .
827 822
828 -_:b14 823 +_:b48
829 - sp:varName "child"^^xsd:string . 824 + sp:varName "s"^^xsd:string .
830 825
831 -_:b15 826 +_:b47
832 - sp:varName "formalProperty"^^xsd:string . 827 + sp:varName "mre"^^xsd:string .
833 828
834 -_:b17 829 +_:b46
835 - sp:varName "childType"^^xsd:string . 830 + sp:varName "ddrPU"^^xsd:string .
836 831
837 -_:b18 832 +_:b45
838 - sp:varName "valuesRestriction"^^xsd:string . 833 + sp:varName "ddrCU"^^xsd:string .
839 834
840 -_:b19 835 +_:b44
841 - sp:varName "instType"^^xsd:string . 836 + sp:varName "ddrCPU"^^xsd:string .
842 837
843 -_:b20 838 +_:b57
844 - sp:varName "enumeratedValue"^^xsd:string . 839 + sp:varName "e"^^xsd:string .
845 840
846 -_:b21 841 +_:b56
847 - sp:varName "opnameU"^^xsd:string . 842 + sp:varName "s"^^xsd:string .
848 843
849 -_:b23 844 +_:b55
850 - sp:varName "child"^^xsd:string . 845 + sp:varName "p"^^xsd:string .
851 846
852 -_:b24 847 +_:b54
853 - sp:varName "childType"^^xsd:string . 848 + sp:varName "pp"^^xsd:string .
854 849
855 -_:b25 850 +_:b58
856 - sp:varName "childLocalName"^^xsd:string . 851 + sp:varName "c"^^xsd:string .
857 852
858 -_:b26 853 +_:b13
859 - sp:varName "valuesRestriction"^^xsd:string . 854 + sp:varName "text"^^xsd:string .
860 855
861 -_:b27 856 +_:b12
862 - sp:varName "rangeU"^^xsd:string . 857 + sp:varName "textNode"^^xsd:string .
863 858
864 -_:b28 859 +_:b11
865 sp:varName "instType"^^xsd:string . 860 sp:varName "instType"^^xsd:string .
866 861
867 -_:b29 862 +_:b10
868 - sp:varName "textNode"^^xsd:string . 863 + sp:varName "allValuesRestriction"^^xsd:string .
869 864
870 -_:b30 865 +_:b9 sp:varName "childLocalName"^^xsd:string .
871 - sp:varName "text"^^xsd:string .
872 866
873 -_:b31 867 +_:b8 sp:varName "childType"^^xsd:string .
874 - sp:varName "rangeU"^^xsd:string .
875 868
876 -_:b33 869 +_:b7 sp:varName "child"^^xsd:string .
877 - sp:varName "uom"^^xsd:string .
878 870
879 -_:b34 871 +_:b5 sp:varName "opnameU"^^xsd:string .
880 - sp:varName "value"^^xsd:string .
881 872
882 -_:b35 873 +_:b4 sp:varName "value"^^xsd:string .
883 - sp:varName "opnameU"^^xsd:string .
884 874
885 -_:b37 875 +_:b3 sp:varName "uom"^^xsd:string .
886 - sp:varName "child"^^xsd:string .
887 876
888 -_:b38 877 +_:b1 sp:varName "rangeU"^^xsd:string .
889 - sp:varName "childType"^^xsd:string .
890 878
891 -_:b39 879 +_:b24
892 - sp:varName "childLocalName"^^xsd:string . 880 + sp:varName "text"^^xsd:string .
893 881
894 -_:b40 882 +_:b23
895 - sp:varName "allValuesRestriction"^^xsd:string . 883 + sp:varName "textNode"^^xsd:string .
896 884
897 -_:b41 885 +_:b22
898 sp:varName "instType"^^xsd:string . 886 sp:varName "instType"^^xsd:string .
899 887
900 -_:b42 888 +_:b21
901 - sp:varName "textNode"^^xsd:string . 889 + sp:varName "rangeU"^^xsd:string .
902 890
903 -_:b43 891 +_:b20
904 - sp:varName "text"^^xsd:string . 892 + sp:varName "valuesRestriction"^^xsd:string .
905 893
906 -_:b44 894 +_:b19
907 - sp:varName "c"^^xsd:string . 895 + sp:varName "childLocalName"^^xsd:string .
908 896
909 -_:b45 897 +_:b18
910 - sp:varName "pp"^^xsd:string . 898 + sp:varName "childType"^^xsd:string .
911 899
912 -_:b46 900 +_:b17
913 - sp:varName "p"^^xsd:string . 901 + sp:varName "child"^^xsd:string .
914 902
915 -_:b47 903 +_:b15
916 - sp:varName "s"^^xsd:string . 904 + sp:varName "opnameU"^^xsd:string .
917 905
918 -_:b48 906 +_:b14
919 - sp:varName "e"^^xsd:string . 907 + sp:varName "enumeratedValue"^^xsd:string .
920 908
921 -_:b49 909 +_:b30
922 - sp:varName "ddrCPU"^^xsd:string . 910 + sp:varName "instType"^^xsd:string .
923 911
924 -_:b50 912 +_:b29
925 - sp:varName "ddrCU"^^xsd:string . 913 + sp:varName "valuesRestriction"^^xsd:string .
926 914
927 -_:b51 915 +_:b28
928 - sp:varName "ddrPU"^^xsd:string . 916 + sp:varName "childType"^^xsd:string .
929 917
930 -_:b52 918 +_:b26
931 - sp:varName "mre"^^xsd:string . 919 + sp:varName "formalProperty"^^xsd:string .
932 920
933 -_:b53 921 +_:b25
934 - sp:varName "s"^^xsd:string . 922 + sp:varName "child"^^xsd:string .
935 923
936 -_:b54 924 +_:b42
937 - sp:varName "c"^^xsd:string . 925 + sp:varName "instType"^^xsd:string .
938 926
939 -_:b55 927 +_:b41
940 - sp:varName "name"^^xsd:string . 928 + sp:varName "text"^^xsd:string .
941 929
942 -_:b56 930 +_:b40
943 - sp:varName "pname"^^xsd:string . 931 + sp:varName "textNode"^^xsd:string .
944 932
945 -_:b57 933 +_:b39
946 - sp:varName "tcpname"^^xsd:string . 934 + sp:varName "someXSDtype"^^xsd:string .
947 935
948 -_:b58 936 +_:b38
949 - sp:varName "tcname"^^xsd:string . 937 + sp:varName "rangeType"^^xsd:string .
950 938
951 -_:b59 939 +_:b37
952 - sp:varName "oldLabel"^^xsd:string . 940 + sp:varName "valuesRestriction"^^xsd:string .
953 941
954 -_:b60 942 +_:b36
955 - sp:varName "p"^^xsd:string . 943 + sp:varName "childLocalName"^^xsd:string .
956 944
957 -_:b61 945 +_:b35
958 - sp:varName "newLabel"^^xsd:string . 946 + sp:varName "childType"^^xsd:string .
959 947
960 -[] sxml:tag "witsml:porePressure"^^xsd:string . 948 +_:b34
949 + sp:varName "child"^^xsd:string .
950 +
951 +_:b32
952 + sp:varName "dtpnameU"^^xsd:string .
953 +
954 +_:b31
955 + sp:varName "value"^^xsd:string .
......
1 -# Saved by TopBraid on Fri Aug 26 16:10:49 PDT 2011 1 +# Saved by TopBraid on Sun Sep 11 18:25:18 BST 2011
2 -# baseURI: null 2 +# baseURI: null
3 - 3 +
4 -@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> . 4 +@prefix composite: <http://www.topbraid.org/2007/05/composite.owl#> .
5 -@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> . 5 +@prefix forms: <http://www.topbraid.org/2007/01/forms.owl#> .
6 -@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> . 6 +@prefix inference: <http://www.topbraid.org/2007/06/inference.owl#> .
7 -@prefix owl: <http://www.w3.org/2002/07/owl#> . 7 +@prefix owl: <http://www.w3.org/2002/07/owl#> .
8 -@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . 8 +@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
9 -@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 9 +@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
10 -@prefix visual: <http://topbraid.org/visual#> . 10 +@prefix visual: <http://topbraid.org/visual#> .
11 -@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 11 +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
12 - 12 +
13 -[] rdf:type inference:Configuration ; 13 +[] rdf:type inference:Configuration ;
14 - composite:child 14 + composite:child
15 - [ rdf:type <http://spinrdf.org/spin#TopSPIN> ; 15 + [ rdf:type <http://spinrdf.org/spin#TopSPIN> ;
16 - <http://spinrdf.org/spin#topSPINOptions> 16 + <http://spinrdf.org/spin#topSPINOptions>
17 - "singlePass" ; 17 + "singlePass" ;
18 - composite:index "0"^^xsd:int 18 + composite:index "0"^^xsd:int
19 - ] ; 19 + ] ;
20 - inference:completeMode 20 + inference:completeMode
21 - "true"^^xsd:boolean . 21 + "true"^^xsd:boolean .
......
1 +<?xml version="1.0" encoding="utf-8"?>
2 +<witsml:drillReports version="1.4.0.0" xmlns:witsml="http://www.witsml.org/schemas/1series" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.witsml.org/schemas/1series http://www.npd.no/schema/DDRS/1series/WITSML_drillReport_profiled_schema_phase2.xsd">
3 + <witsml:documentInfo>
4 + <witsml:documentName>Drill Report</witsml:documentName>
5 + <witsml:documentDate>2011-08-16T10:09:54.001Z</witsml:documentDate>
6 + <witsml:owner>ConocoPhillips</witsml:owner>
7 + </witsml:documentInfo>
8 + <witsml:drillReport>
9 + <witsml:nameWell>2/4-B-18 D</witsml:nameWell>
10 + <witsml:nameWellbore>2/4-B-18 D</witsml:nameWellbore>
11 + <witsml:name>2/4-B-18</witsml:name>
12 + <witsml:dTimStart>2011-08-15T00:00:00.001Z</witsml:dTimStart>
13 + <witsml:dTimEnd>2011-08-16T00:00:00.001Z</witsml:dTimEnd>
14 + <witsml:versionKind>normal</witsml:versionKind>
15 + <witsml:createDate>2011-08-16T10:09:54.001Z</witsml:createDate>
16 + <witsml:wellAlias>
17 + <witsml:name>2/4-B-18 D</witsml:name>
18 + <witsml:namingSystem>NPD code</witsml:namingSystem>
19 + </witsml:wellAlias>
20 + <witsml:wellboreAlias>
21 + <witsml:name>2/4-B-18 D</witsml:name>
22 + <witsml:namingSystem>NPD code</witsml:namingSystem>
23 + </witsml:wellboreAlias>
24 + <witsml:wellboreAlias>
25 + <witsml:name>6618</witsml:name>
26 + <witsml:namingSystem>NPD number</witsml:namingSystem>
27 + </witsml:wellboreAlias>
28 + <witsml:wellDatum>
29 + <witsml:name>Kelly Bushing</witsml:name>
30 + <witsml:code>KB</witsml:code>
31 + <witsml:elevation uom="m" datum="SL">0</witsml:elevation>
32 + </witsml:wellDatum>
33 + <witsml:wellDatum>
34 + <witsml:name>Sea Level</witsml:name>
35 + <witsml:code>SL</witsml:code>
36 + </witsml:wellDatum>
37 + <witsml:wellCRS>
38 + <witsml:name>ED50</witsml:name>
39 + <witsml:geographic>
40 + <witsml:geodeticDatumCode>ED50</witsml:geodeticDatumCode>
41 + </witsml:geographic>
42 + </witsml:wellCRS>
43 + <witsml:wellboreInfo>
44 + <witsml:dTimSpud>2011-07-17T02:30:00.001Z</witsml:dTimSpud>
45 + <witsml:operator>ConocoPhillips</witsml:operator>
46 + <witsml:drillContractor>MAERSK INNOVATOR NORGE AS</witsml:drillContractor>
47 + <witsml:rigAlias>
48 + <witsml:name>MÆRSK INNOVATOR</witsml:name>
49 + <witsml:namingSystem>NPD Name</witsml:namingSystem>
50 + </witsml:rigAlias>
51 + <witsml:rigAlias>
52 + <witsml:name>297838</witsml:name>
53 + <witsml:namingSystem>NPD code</witsml:namingSystem>
54 + </witsml:rigAlias>
55 + </witsml:wellboreInfo>
56 + <witsml:statusInfo>
57 + <witsml:dTim>2011-08-15T00:00:00.001Z</witsml:dTim>
58 + <witsml:md uom="m">38.1</witsml:md>
59 + <witsml:tvd uom="m">3212.624</witsml:tvd>
60 + <witsml:typeWellbore>sidetrack</witsml:typeWellbore>
61 + <witsml:mdKickoff uom="m">1591.452</witsml:mdKickoff>
62 + <witsml:tvdKickoff uom="m">1544.084</witsml:tvdKickoff>
63 + <witsml:diaCsgLast uom="in">9.625</witsml:diaCsgLast>
64 + <witsml:mdCsgLast uom="m">4101.999</witsml:mdCsgLast>
65 + <witsml:tvdCsgLast uom="m">3129.87</witsml:tvdCsgLast>
66 + <witsml:distDrill uom="m">9.449</witsml:distDrill>
67 + <witsml:elevKelly uom="m">63.795</witsml:elevKelly>
68 + <witsml:sum24Hr>Cont drill 8 1/2" x 9 1/2" hole from 14939' to 14970'. POOH &amp; LD BHA #2.</witsml:sum24Hr>
69 + <witsml:forecast24Hr>Test BOP. Cont drill 8 1/2" hole and underream to 9 1/2".</witsml:forecast24Hr>
70 + <witsml:ropCurrent uom="m/h">0.811</witsml:ropCurrent>
71 + </witsml:statusInfo>
72 + <witsml:bitRecord>
73 + <witsml:numBit>1</witsml:numBit>
74 + <witsml:diaBit uom="in">8.5</witsml:diaBit>
75 + <witsml:manufacturer>Halliburton Security DBS  </witsml:manufacturer>
76 + <witsml:codeMfg>FMF643ZS  </witsml:codeMfg>
77 + </witsml:bitRecord>
78 + <witsml:fluid>
79 + <witsml:type>Versatec</witsml:type>
80 + <witsml:dTim>2011-08-15T22:00:00.001Z</witsml:dTim>
81 + <witsml:md uom="m">4562.856</witsml:md>
82 + <witsml:tvd uom="m">3212.624</witsml:tvd>
83 + <witsml:presBopRating uom="bar">1034.214</witsml:presBopRating>
84 + <witsml:mudClass>oil based</witsml:mudClass>
85 + <witsml:density uom="g/cm3">1.342</witsml:density>
86 + <witsml:pv uom="mPa.s">38</witsml:pv>
87 + <witsml:yp uom="Pa">8.14</witsml:yp>
88 + </witsml:fluid>
89 + <witsml:extendedReport dTim="2011-08-16T05:15:00.001Z">LD drlg assy #2.</witsml:extendedReport>
90 + <witsml:surveyStation>
91 + <witsml:dTim>2011-08-15T00:15:00.001Z</witsml:dTim>
92 + <witsml:md uom="m">4278.021</witsml:md>
93 + <witsml:tvd uom="m">3183.479</witsml:tvd>
94 + <witsml:incl uom="dega">74.88</witsml:incl>
95 + <witsml:azi uom="dega">166.66</witsml:azi>
96 + </witsml:surveyStation>
97 + <witsml:surveyStation>
98 + <witsml:dTim>2011-08-15T00:15:00.001Z</witsml:dTim>
99 + <witsml:md uom="m">4289.969</witsml:md>
100 + <witsml:tvd uom="m">3186.612</witsml:tvd>
101 + <witsml:incl uom="dega">74.72</witsml:incl>
102 + <witsml:azi uom="dega">165.79</witsml:azi>
103 + </witsml:surveyStation>
104 + <witsml:surveyStation>
105 + <witsml:dTim>2011-08-15T00:15:00.001Z</witsml:dTim>
106 + <witsml:md uom="m">4310.573</witsml:md>
107 + <witsml:tvd uom="m">3191.707</witsml:tvd>
108 + <witsml:incl uom="dega">76.65</witsml:incl>
109 + <witsml:azi uom="dega">167.87</witsml:azi>
110 + </witsml:surveyStation>
111 + <witsml:surveyStation>
112 + <witsml:dTim>2011-08-15T00:15:00.001Z</witsml:dTim>
113 + <witsml:md uom="m">4329.471</witsml:md>
114 + <witsml:tvd uom="m">3195.812</witsml:tvd>
115 + <witsml:incl uom="dega">78.26</witsml:incl>
116 + <witsml:azi uom="dega">168.91</witsml:azi>
117 + </witsml:surveyStation>
118 + <witsml:surveyStation>
119 + <witsml:dTim>2011-08-15T00:15:00.001Z</witsml:dTim>
120 + <witsml:md uom="m">4349.984</witsml:md>
121 + <witsml:tvd uom="m">3199.641</witsml:tvd>
122 + <witsml:incl uom="dega">80.22</witsml:incl>
123 + <witsml:azi uom="dega">169.07</witsml:azi>
124 + </witsml:surveyStation>
125 + <witsml:surveyStation>
126 + <witsml:dTim>2011-08-15T00:15:00.001Z</witsml:dTim>
127 + <witsml:md uom="m">4369.674</witsml:md>
128 + <witsml:tvd uom="m">3202.784</witsml:tvd>
129 + <witsml:incl uom="dega">81.41</witsml:incl>
130 + <witsml:azi uom="dega">168.12</witsml:azi>
131 + </witsml:surveyStation>
132 + <witsml:surveyStation>
133 + <witsml:dTim>2011-08-15T00:15:00.001Z</witsml:dTim>
134 + <witsml:md uom="m">4391.467</witsml:md>
135 + <witsml:tvd uom="m">3205.738</witsml:tvd>
136 + <witsml:incl uom="dega">83.01</witsml:incl>
137 + <witsml:azi uom="dega">168.06</witsml:azi>
138 + </witsml:surveyStation>
139 + <witsml:surveyStation>
140 + <witsml:dTim>2011-08-15T00:15:00.001Z</witsml:dTim>
141 + <witsml:md uom="m">4410.029</witsml:md>
142 + <witsml:tvd uom="m">3207.767</witsml:tvd>
143 + <witsml:incl uom="dega">84.44</witsml:incl>
144 + <witsml:azi uom="dega">167.09</witsml:azi>
145 + </witsml:surveyStation>
146 + <witsml:surveyStation>
147 + <witsml:dTim>2011-08-15T00:15:00.001Z</witsml:dTim>
148 + <witsml:md uom="m">4431.487</witsml:md>
149 + <witsml:tvd uom="m">3209.475</witsml:tvd>
150 + <witsml:incl uom="dega">86.43</witsml:incl>
151 + <witsml:azi uom="dega">164.84</witsml:azi>
152 + </witsml:surveyStation>
153 + <witsml:surveyStation>
154 + <witsml:dTim>2011-08-15T00:15:00.001Z</witsml:dTim>
155 + <witsml:md uom="m">4450.263</witsml:md>
156 + <witsml:tvd uom="m">3210.636</witsml:tvd>
157 + <witsml:incl uom="dega">86.48</witsml:incl>
158 + <witsml:azi uom="dega">163.58</witsml:azi>
159 + </witsml:surveyStation>
160 + <witsml:surveyStation>
161 + <witsml:dTim>2011-08-15T00:15:00.001Z</witsml:dTim>
162 + <witsml:md uom="m">4471.904</witsml:md>
163 + <witsml:tvd uom="m">3211.74</witsml:tvd>
164 + <witsml:incl uom="dega">87.67</witsml:incl>
165 + <witsml:azi uom="dega">160.91</witsml:azi>
166 + </witsml:surveyStation>
167 + <witsml:surveyStation>
168 + <witsml:dTim>2011-08-15T00:15:00.001Z</witsml:dTim>
169 + <witsml:md uom="m">4489.765</witsml:md>
170 + <witsml:tvd uom="m">3212.245</witsml:tvd>
171 + <witsml:incl uom="dega">89.09</witsml:incl>
172 + <witsml:azi uom="dega">162.37</witsml:azi>
173 + </witsml:surveyStation>
174 + <witsml:surveyStation>
175 + <witsml:dTim>2011-08-15T00:15:00.001Z</witsml:dTim>
176 + <witsml:md uom="m">4530.913</witsml:md>
177 + <witsml:tvd uom="m">3212.594</witsml:tvd>
178 + <witsml:incl uom="dega">89.94</witsml:incl>
179 + <witsml:azi uom="dega">160.18</witsml:azi>
180 + </witsml:surveyStation>
181 + <witsml:surveyStation>
182 + <witsml:dTim>2011-08-15T00:00:00.001Z</witsml:dTim>
183 + <witsml:md uom="m">4562.856</witsml:md>
184 + <witsml:tvd uom="m">3212.624</witsml:tvd>
185 + <witsml:incl uom="dega">89.95</witsml:incl>
186 + <witsml:azi uom="dega">159.9</witsml:azi>
187 + </witsml:surveyStation>
188 + <witsml:activity>
189 + <witsml:dTimStart>2011-08-15T00:00:00.001Z</witsml:dTimStart>
190 + <witsml:dTimEnd>2011-08-15T11:45:00.001Z</witsml:dTimEnd>
191 + <witsml:md uom="m">4562.856</witsml:md>
192 + <witsml:phase>fixed</witsml:phase>
193 + <witsml:proprietaryCode>drilling -- drill</witsml:proprietaryCode>
194 + <witsml:state>ok</witsml:state>
195 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
196 + <witsml:comments>Cont drill &amp; underream 8 1/2" x 9 1/2" hole from 14939' to 14970'. Very hard form, no progress last 3 hrs. Stringer interval at 14936'-14946' and 14965'-14970'. Drilling horizontally at 89-90 degr. Low resistivity. WOB 10-30 klbs, RPM 60-160, Torque 12-18 kftlbs, 550 gpm/3600 psi, MW 11.2 ppg, ECD 12.49 ppg. Drilling gas less than 1 %.</witsml:comments>
197 + </witsml:activity>
198 + <witsml:activity>
199 + <witsml:dTimStart>2011-08-15T11:45:00.001Z</witsml:dTimStart>
200 + <witsml:dTimEnd>2011-08-15T12:00:00.001Z</witsml:dTimEnd>
201 + <witsml:md uom="m">4539.386</witsml:md>
202 + <witsml:phase>fixed</witsml:phase>
203 + <witsml:proprietaryCode>drilling -- trip</witsml:proprietaryCode>
204 + <witsml:state>ok</witsml:state>
205 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
206 + <witsml:comments>Rack back 1 stand 5.5" dp.</witsml:comments>
207 + </witsml:activity>
208 + <witsml:activity>
209 + <witsml:dTimStart>2011-08-15T12:00:00.001Z</witsml:dTimStart>
210 + <witsml:dTimEnd>2011-08-15T12:30:00.001Z</witsml:dTimEnd>
211 + <witsml:md uom="m">4539.386</witsml:md>
212 + <witsml:phase>fixed</witsml:phase>
213 + <witsml:proprietaryCode>drilling -- pressure detection</witsml:proprietaryCode>
214 + <witsml:state>ok</witsml:state>
215 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
216 + <witsml:comments>Flow check, well stable.</witsml:comments>
217 + </witsml:activity>
218 + <witsml:activity>
219 + <witsml:dTimStart>2011-08-15T12:30:00.001Z</witsml:dTimStart>
220 + <witsml:dTimEnd>2011-08-15T13:00:00.001Z</witsml:dTimEnd>
221 + <witsml:md uom="m">4476.293</witsml:md>
222 + <witsml:phase>fixed</witsml:phase>
223 + <witsml:proprietaryCode>drilling -- trip</witsml:proprietaryCode>
224 + <witsml:state>ok</witsml:state>
225 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
226 + <witsml:comments>Pooh from 14893' to 14686'.</witsml:comments>
227 + </witsml:activity>
228 + <witsml:activity>
229 + <witsml:dTimStart>2011-08-15T13:00:00.001Z</witsml:dTimStart>
230 + <witsml:dTimEnd>2011-08-15T13:45:00.001Z</witsml:dTimEnd>
231 + <witsml:md uom="m">4476.293</witsml:md>
232 + <witsml:phase>fixed</witsml:phase>
233 + <witsml:proprietaryCode>drilling -- survey</witsml:proprietaryCode>
234 + <witsml:state>ok</witsml:state>
235 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
236 + <witsml:comments>Take Geotap pressure reading with sensor at 14585' - No seal.</witsml:comments>
237 + </witsml:activity>
238 + <witsml:activity>
239 + <witsml:dTimStart>2011-08-15T13:45:00.001Z</witsml:dTimStart>
240 + <witsml:dTimEnd>2011-08-15T14:30:00.001Z</witsml:dTimEnd>
241 + <witsml:md uom="m">4476.293</witsml:md>
242 + <witsml:phase>fixed</witsml:phase>
243 + <witsml:proprietaryCode>drilling -- survey</witsml:proprietaryCode>
244 + <witsml:state>ok</witsml:state>
245 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
246 + <witsml:comments>Take rotational check shot survey at 14686'.</witsml:comments>
247 + </witsml:activity>
248 + <witsml:activity>
249 + <witsml:dTimStart>2011-08-15T14:30:00.001Z</witsml:dTimStart>
250 + <witsml:dTimEnd>2011-08-15T15:00:00.001Z</witsml:dTimEnd>
251 + <witsml:md uom="m">4476.293</witsml:md>
252 + <witsml:phase>fixed</witsml:phase>
253 + <witsml:proprietaryCode>drilling -- circulating conditioning</witsml:proprietaryCode>
254 + <witsml:state>ok</witsml:state>
255 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
256 + <witsml:comments>Pump slug.</witsml:comments>
257 + </witsml:activity>
258 + <witsml:activity>
259 + <witsml:dTimStart>2011-08-15T15:00:00.001Z</witsml:dTimStart>
260 + <witsml:dTimEnd>2011-08-15T16:00:00.001Z</witsml:dTimEnd>
261 + <witsml:md uom="m">4098.951</witsml:md>
262 + <witsml:phase>fixed</witsml:phase>
263 + <witsml:proprietaryCode>drilling -- trip</witsml:proprietaryCode>
264 + <witsml:state>ok</witsml:state>
265 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
266 + <witsml:comments>POOH inside 9 7/8" csg shoe to 13448'. No excess drag.</witsml:comments>
267 + </witsml:activity>
268 + <witsml:activity>
269 + <witsml:dTimStart>2011-08-15T16:00:00.001Z</witsml:dTimStart>
270 + <witsml:dTimEnd>2011-08-15T16:15:00.001Z</witsml:dTimEnd>
271 + <witsml:md uom="m">4098.951</witsml:md>
272 + <witsml:phase>fixed</witsml:phase>
273 + <witsml:proprietaryCode>drilling -- pressure detection</witsml:proprietaryCode>
274 + <witsml:state>ok</witsml:state>
275 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
276 + <witsml:comments>Flow check, well stable.</witsml:comments>
277 + </witsml:activity>
278 + <witsml:activity>
279 + <witsml:dTimStart>2011-08-15T16:15:00.001Z</witsml:dTimStart>
280 + <witsml:dTimEnd>2011-08-15T19:15:00.001Z</witsml:dTimEnd>
281 + <witsml:md uom="m">1703.832</witsml:md>
282 + <witsml:phase>fixed</witsml:phase>
283 + <witsml:proprietaryCode>drilling -- trip</witsml:proprietaryCode>
284 + <witsml:state>ok</witsml:state>
285 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
286 + <witsml:comments>POOH while test choke manifold.</witsml:comments>
287 + </witsml:activity>
288 + <witsml:activity>
289 + <witsml:dTimStart>2011-08-15T19:15:00.001Z</witsml:dTimStart>
290 + <witsml:dTimEnd>2011-08-15T19:30:00.001Z</witsml:dTimEnd>
291 + <witsml:md uom="m">1703.832</witsml:md>
292 + <witsml:phase>fixed</witsml:phase>
293 + <witsml:proprietaryCode>drilling -- rig up/down</witsml:proprietaryCode>
294 + <witsml:state>ok</witsml:state>
295 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
296 + <witsml:comments>Change handl gear to 5".</witsml:comments>
297 + </witsml:activity>
298 + <witsml:activity>
299 + <witsml:dTimStart>2011-08-15T19:30:00.001Z</witsml:dTimStart>
300 + <witsml:dTimEnd>2011-08-15T20:45:00.001Z</witsml:dTimEnd>
301 + <witsml:md uom="m">274.32</witsml:md>
302 + <witsml:phase>fixed</witsml:phase>
303 + <witsml:proprietaryCode>drilling -- trip</witsml:proprietaryCode>
304 + <witsml:state>ok</witsml:state>
305 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
306 + <witsml:comments>Cont POOH to 900'.</witsml:comments>
307 + </witsml:activity>
308 + <witsml:activity>
309 + <witsml:dTimStart>2011-08-15T20:45:00.001Z</witsml:dTimStart>
310 + <witsml:dTimEnd>2011-08-15T21:00:00.001Z</witsml:dTimEnd>
311 + <witsml:md uom="m">274.32</witsml:md>
312 + <witsml:phase>fixed</witsml:phase>
313 + <witsml:proprietaryCode>drilling -- pressure detection</witsml:proprietaryCode>
314 + <witsml:state>ok</witsml:state>
315 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
316 + <witsml:comments>Flowcheck well. Stable.</witsml:comments>
317 + </witsml:activity>
318 + <witsml:activity>
319 + <witsml:dTimStart>2011-08-15T21:00:00.001Z</witsml:dTimStart>
320 + <witsml:dTimEnd>2011-08-15T22:45:00.001Z</witsml:dTimEnd>
321 + <witsml:md uom="m">48.768</witsml:md>
322 + <witsml:phase>fixed</witsml:phase>
323 + <witsml:proprietaryCode>drilling -- trip</witsml:proprietaryCode>
324 + <witsml:state>ok</witsml:state>
325 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
326 + <witsml:comments>LD HWDP for inspection. Rack back DC stds.</witsml:comments>
327 + </witsml:activity>
328 + <witsml:activity>
329 + <witsml:dTimStart>2011-08-15T22:45:00.001Z</witsml:dTimStart>
330 + <witsml:dTimEnd>2011-08-15T23:15:00.001Z</witsml:dTimEnd>
331 + <witsml:md uom="m">41.148</witsml:md>
332 + <witsml:phase>fixed</witsml:phase>
333 + <witsml:proprietaryCode>drilling -- other</witsml:proprietaryCode>
334 + <witsml:state>ok</witsml:state>
335 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
336 + <witsml:comments>Pull BHA into riser, and remove sources.</witsml:comments>
337 + </witsml:activity>
338 + <witsml:activity>
339 + <witsml:dTimStart>2011-08-15T23:15:00.001Z</witsml:dTimStart>
340 + <witsml:dTimEnd>2011-08-16T00:00:00.001Z</witsml:dTimEnd>
341 + <witsml:md uom="m">38.1</witsml:md>
342 + <witsml:phase>fixed</witsml:phase>
343 + <witsml:proprietaryCode>drilling -- other</witsml:proprietaryCode>
344 + <witsml:state>ok</witsml:state>
345 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
346 + <witsml:comments>Download LWD data.</witsml:comments>
347 + </witsml:activity>
348 + </witsml:drillReport>
349 + <witsml:drillReport>
350 + <witsml:nameWell>2/4-B-2 C</witsml:nameWell>
351 + <witsml:nameWellbore>2/4-B-2 C T3</witsml:nameWellbore>
352 + <witsml:name>2/4-B-2</witsml:name>
353 + <witsml:dTimStart>2011-08-15T00:00:00.001Z</witsml:dTimStart>
354 + <witsml:dTimEnd>2011-08-16T00:00:00.001Z</witsml:dTimEnd>
355 + <witsml:versionKind>normal</witsml:versionKind>
356 + <witsml:createDate>2011-08-16T10:10:20.001Z</witsml:createDate>
357 + <witsml:wellAlias>
358 + <witsml:name>2/4-B-2 C</witsml:name>
359 + <witsml:namingSystem>NPD code</witsml:namingSystem>
360 + </witsml:wellAlias>
361 + <witsml:wellboreAlias>
362 + <witsml:name>2/4-B-2 C T3</witsml:name>
363 + <witsml:namingSystem>NPD code</witsml:namingSystem>
364 + </witsml:wellboreAlias>
365 + <witsml:wellboreAlias>
366 + <witsml:name>6470</witsml:name>
367 + <witsml:namingSystem>NPD number</witsml:namingSystem>
368 + </witsml:wellboreAlias>
369 + <witsml:wellDatum>
370 + <witsml:name>Kelly Bushing</witsml:name>
371 + <witsml:code>KB</witsml:code>
372 + <witsml:elevation uom="m" datum="SL">32.918</witsml:elevation>
373 + </witsml:wellDatum>
374 + <witsml:wellDatum>
375 + <witsml:name>Sea Level</witsml:name>
376 + <witsml:code>SL</witsml:code>
377 + </witsml:wellDatum>
378 + <witsml:wellCRS>
379 + <witsml:name>ED50</witsml:name>
380 + <witsml:geographic>
381 + <witsml:geodeticDatumCode>ED50</witsml:geodeticDatumCode>
382 + </witsml:geographic>
383 + </witsml:wellCRS>
384 + <witsml:wellboreInfo>
385 + <witsml:dTimSpud>2010-12-15T22:30:00.001Z</witsml:dTimSpud>
386 + <witsml:operator>ConocoPhillips</witsml:operator>
387 + <witsml:drillContractor>ARCHER</witsml:drillContractor>
388 + <witsml:rigAlias>
389 + <witsml:name>EKOFISK B</witsml:name>
390 + <witsml:namingSystem>NPD Name</witsml:namingSystem>
391 + </witsml:rigAlias>
392 + <witsml:rigAlias>
393 + <witsml:name>271413</witsml:name>
394 + <witsml:namingSystem>NPD code</witsml:namingSystem>
395 + </witsml:rigAlias>
396 + </witsml:wellboreInfo>
397 + <witsml:statusInfo>
398 + <witsml:dTim>2011-08-15T00:00:00.001Z</witsml:dTim>
399 + <witsml:md uom="m">0</witsml:md>
400 + <witsml:tvd uom="m">3211.394</witsml:tvd>
401 + <witsml:typeWellbore>bypass</witsml:typeWellbore>
402 + <witsml:mdKickoff uom="m">3305.251</witsml:mdKickoff>
403 + <witsml:tvdKickoff uom="m">3015.562</witsml:tvdKickoff>
404 + <witsml:diaCsgLast uom="in">7.75</witsml:diaCsgLast>
405 + <witsml:mdCsgLast uom="m">2994.965</witsml:mdCsgLast>
406 + <witsml:tvdCsgLast uom="m">2857.255</witsml:tvdCsgLast>
407 + <witsml:distDrill uom="m">0</witsml:distDrill>
408 + <witsml:elevKelly uom="m">63.795</witsml:elevKelly>
409 + <witsml:sum24Hr>RIH w/perf.gun assy # 1. Not able to pass 11110 ft/rkb. POOH. Converted to 7/46 cable for tractor perf.</witsml:sum24Hr>
410 + <witsml:forecast24Hr>Continue caonvert to 7/46 cable. RIH w/tractor and perf assy # 1. Perforate as per program.</witsml:forecast24Hr>
411 + </witsml:statusInfo>
412 + <witsml:extendedReport dTim="2011-08-16T05:30:00.001Z">@ surface. Converting to 7/46 cable.</witsml:extendedReport>
413 + <witsml:activity>
414 + <witsml:dTimStart>2011-08-15T00:00:00.001Z</witsml:dTimStart>
415 + <witsml:dTimEnd>2011-08-15T00:30:00.001Z</witsml:dTimEnd>
416 + <witsml:md uom="m">0</witsml:md>
417 + <witsml:phase>fixed</witsml:phase>
418 + <witsml:proprietaryCode>workover -- rig up/down</witsml:proprietaryCode>
419 + <witsml:state>ok</witsml:state>
420 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
421 + <witsml:comments>Continue checking BHA on surface.</witsml:comments>
422 + </witsml:activity>
423 + <witsml:activity>
424 + <witsml:dTimStart>2011-08-15T00:30:00.001Z</witsml:dTimStart>
425 + <witsml:dTimEnd>2011-08-15T02:30:00.001Z</witsml:dTimEnd>
426 + <witsml:md uom="m">0</witsml:md>
427 + <witsml:phase>fixed</witsml:phase>
428 + <witsml:proprietaryCode>workover -- rig up/down</witsml:proprietaryCode>
429 + <witsml:state>ok</witsml:state>
430 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
431 + <witsml:comments>Start rig perf.guns into riser.</witsml:comments>
432 + </witsml:activity>
433 + <witsml:activity>
434 + <witsml:dTimStart>2011-08-15T02:30:00.001Z</witsml:dTimStart>
435 + <witsml:dTimEnd>2011-08-15T03:30:00.001Z</witsml:dTimEnd>
436 + <witsml:md uom="m">0</witsml:md>
437 + <witsml:phase>fixed</witsml:phase>
438 + <witsml:proprietaryCode>workover -- other</witsml:proprietaryCode>
439 + <witsml:state>ok</witsml:state>
440 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
441 + <witsml:comments>Equalize over DHSV. Pressure up riser with glycol/water/RX-72 mix.</witsml:comments>
442 + </witsml:activity>
443 + <witsml:activity>
444 + <witsml:dTimStart>2011-08-15T03:30:00.001Z</witsml:dTimStart>
445 + <witsml:dTimEnd>2011-08-15T10:00:00.001Z</witsml:dTimEnd>
446 + <witsml:md uom="m">3386.328</witsml:md>
447 + <witsml:phase>fixed</witsml:phase>
448 + <witsml:proprietaryCode>workover -- perforate</witsml:proprietaryCode>
449 + <witsml:state>ok</witsml:state>
450 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
451 + <witsml:comments>Run # 2. Open well. WHP = 1120 psi. RIH w/perf.assy # 1. Unable to pass 11110ft. Attempted several times at various velocities from 9000ftRkB. No success in reaching the required depth of 12150ftRkB.</witsml:comments>
452 + </witsml:activity>
453 + <witsml:activity>
454 + <witsml:dTimStart>2011-08-15T10:00:00.001Z</witsml:dTimStart>
455 + <witsml:dTimEnd>2011-08-15T12:00:00.001Z</witsml:dTimEnd>
456 + <witsml:md uom="m">0</witsml:md>
457 + <witsml:phase>fixed</witsml:phase>
458 + <witsml:proprietaryCode>workover -- perforate</witsml:proprietaryCode>
459 + <witsml:state>ok</witsml:state>
460 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
461 + <witsml:comments>Pull out of hole. Announce working with explosives and erect barriers when passing 1000ftRkB.</witsml:comments>
462 + </witsml:activity>
463 + <witsml:activity>
464 + <witsml:dTimStart>2011-08-15T12:00:00.001Z</witsml:dTimStart>
465 + <witsml:dTimEnd>2011-08-15T15:00:00.001Z</witsml:dTimEnd>
466 + <witsml:md uom="m">0</witsml:md>
467 + <witsml:phase>fixed</witsml:phase>
468 + <witsml:proprietaryCode>workover -- completion string</witsml:proprietaryCode>
469 + <witsml:state>ok</witsml:state>
470 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
471 + <witsml:comments>Out of hole. Close in the well and bleed down/drain/flush the riser/rigup. Lay down perforation guns/tools.</witsml:comments>
472 + </witsml:activity>
473 + <witsml:activity>
474 + <witsml:dTimStart>2011-08-15T15:00:00.001Z</witsml:dTimStart>
475 + <witsml:dTimEnd>2011-08-15T21:00:00.001Z</witsml:dTimEnd>
476 + <witsml:md uom="m">0</witsml:md>
477 + <witsml:phase>fixed</witsml:phase>
478 + <witsml:proprietaryCode>workover -- rig up/down</witsml:proprietaryCode>
479 + <witsml:state>ok</witsml:state>
480 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
481 + <witsml:comments>Rig over to 7/46 cable for tractor operations.</witsml:comments>
482 + </witsml:activity>
483 + <witsml:activity>
484 + <witsml:dTimStart>2011-08-15T21:00:00.001Z</witsml:dTimStart>
485 + <witsml:dTimEnd>2011-08-15T23:30:00.001Z</witsml:dTimEnd>
486 + <witsml:md uom="m">0</witsml:md>
487 + <witsml:phase>fixed</witsml:phase>
488 + <witsml:proprietaryCode>workover -- other</witsml:proprietaryCode>
489 + <witsml:state>ok</witsml:state>
490 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
491 + <witsml:comments>Leaving skiddeck area. M.Innovator drilling POOH with radioactive sources.</witsml:comments>
492 + </witsml:activity>
493 + <witsml:activity>
494 + <witsml:dTimStart>2011-08-15T23:30:00.001Z</witsml:dTimStart>
495 + <witsml:dTimEnd>2011-08-16T00:00:00.001Z</witsml:dTimEnd>
496 + <witsml:md uom="m">0</witsml:md>
497 + <witsml:phase>fixed</witsml:phase>
498 + <witsml:proprietaryCode>workover -- rig up/down</witsml:proprietaryCode>
499 + <witsml:state>ok</witsml:state>
500 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
501 + <witsml:comments>Continue converting to 7/46 cable for tractor perf.</witsml:comments>
502 + </witsml:activity>
503 + </witsml:drillReport>
504 + <witsml:drillReport>
505 + <witsml:nameWell>2/4-K-11 A</witsml:nameWell>
506 + <witsml:nameWellbore>2/4-K-11 A</witsml:nameWellbore>
507 + <witsml:name>2/4-K-11</witsml:name>
508 + <witsml:dTimStart>2011-08-15T00:00:00.001Z</witsml:dTimStart>
509 + <witsml:dTimEnd>2011-08-16T00:00:00.001Z</witsml:dTimEnd>
510 + <witsml:versionKind>normal</witsml:versionKind>
511 + <witsml:createDate>2011-08-16T10:10:31.001Z</witsml:createDate>
512 + <witsml:wellAlias>
513 + <witsml:name>2/4-K-11 A</witsml:name>
514 + <witsml:namingSystem>NPD code</witsml:namingSystem>
515 + </witsml:wellAlias>
516 + <witsml:wellboreAlias>
517 + <witsml:name>2/4-K-11 A</witsml:name>
518 + <witsml:namingSystem>NPD code</witsml:namingSystem>
519 + </witsml:wellboreAlias>
520 + <witsml:wellboreAlias>
521 + <witsml:name>3365</witsml:name>
522 + <witsml:namingSystem>NPD number</witsml:namingSystem>
523 + </witsml:wellboreAlias>
524 + <witsml:wellDatum>
525 + <witsml:name>Kelly Bushing</witsml:name>
526 + <witsml:code>KB</witsml:code>
527 + <witsml:elevation uom="m" datum="SL">36.271</witsml:elevation>
528 + </witsml:wellDatum>
529 + <witsml:wellDatum>
530 + <witsml:name>Sea Level</witsml:name>
531 + <witsml:code>SL</witsml:code>
532 + </witsml:wellDatum>
533 + <witsml:wellCRS>
534 + <witsml:name>ED50</witsml:name>
535 + <witsml:geographic>
536 + <witsml:geodeticDatumCode>ED50</witsml:geodeticDatumCode>
537 + </witsml:geographic>
538 + </witsml:wellCRS>
539 + <witsml:wellboreInfo>
540 + <witsml:operator>ConocoPhillips</witsml:operator>
541 + <witsml:drillContractor>ARCHER</witsml:drillContractor>
542 + <witsml:rigAlias>
543 + <witsml:name>EKOFISK K</witsml:name>
544 + <witsml:namingSystem>NPD Name</witsml:namingSystem>
545 + </witsml:rigAlias>
546 + <witsml:rigAlias>
547 + <witsml:name>271469</witsml:name>
548 + <witsml:namingSystem>NPD code</witsml:namingSystem>
549 + </witsml:rigAlias>
550 + </witsml:wellboreInfo>
551 + <witsml:statusInfo>
552 + <witsml:dTim>2011-08-15T00:00:00.001Z</witsml:dTim>
553 + <witsml:md uom="m">1847.088</witsml:md>
554 + <witsml:tvd uom="m">0</witsml:tvd>
555 + <witsml:typeWellbore>sidetrack</witsml:typeWellbore>
556 + <witsml:mdKickoff uom="m">1588.313</witsml:mdKickoff>
557 + <witsml:tvdKickoff uom="m">1521.137</witsml:tvdKickoff>
558 + <witsml:diaCsgLast uom="in">5.5</witsml:diaCsgLast>
559 + <witsml:mdCsgLast uom="m">3415.284</witsml:mdCsgLast>
560 + <witsml:elevKelly uom="m">56.693</witsml:elevKelly>
561 + <witsml:sum24Hr>Rih w/ HWT. Wash perfs, pump spacer, shear off tool. Start to circ clean.</witsml:sum24Hr>
562 + <witsml:forecast24Hr>Circ clean &amp; con mud. Set miocene plug #1, squeeze and woc. Pooh.</witsml:forecast24Hr>
563 + </witsml:statusInfo>
564 + <witsml:extendedReport dTim="2011-08-16T05:30:00.001Z">Circ &amp; con mud at 6060 ft</witsml:extendedReport>
565 + <witsml:activity>
566 + <witsml:dTimStart>2011-08-15T00:00:00.001Z</witsml:dTimStart>
567 + <witsml:dTimEnd>2011-08-15T00:45:00.001Z</witsml:dTimEnd>
568 + <witsml:md uom="m">472.44</witsml:md>
569 + <witsml:phase>fixed</witsml:phase>
570 + <witsml:proprietaryCode>plug abandon -- trip</witsml:proprietaryCode>
571 + <witsml:state>ok</witsml:state>
572 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
573 + <witsml:comments>Continue rih on 4" drillpipe from 400 ft 1550 ft.</witsml:comments>
574 + </witsml:activity>
575 + <witsml:activity>
576 + <witsml:dTimStart>2011-08-15T00:45:00.001Z</witsml:dTimStart>
577 + <witsml:dTimEnd>2011-08-15T01:15:00.001Z</witsml:dTimEnd>
578 + <witsml:md uom="m">472.44</witsml:md>
579 + <witsml:phase>fixed</witsml:phase>
580 + <witsml:proprietaryCode>plug abandon -- rig up/down</witsml:proprietaryCode>
581 + <witsml:state>ok</witsml:state>
582 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
583 + <witsml:comments>Change handling equipment to 5 1/2"</witsml:comments>
584 + </witsml:activity>
585 + <witsml:activity>
586 + <witsml:dTimStart>2011-08-15T01:15:00.001Z</witsml:dTimStart>
587 + <witsml:dTimEnd>2011-08-15T06:15:00.001Z</witsml:dTimEnd>
588 + <witsml:md uom="m">1898.599</witsml:md>
589 + <witsml:phase>fixed</witsml:phase>
590 + <witsml:proprietaryCode>plug abandon -- trip</witsml:proprietaryCode>
591 + <witsml:state>ok</witsml:state>
592 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
593 + <witsml:comments>Continue rih on 5 1/2" drillpipe from 1550 ft 6500 ft. Pull back up to 6229 ft. Took 7 klbs weight running perforation guns through restriction at 4760 ft and 3 klbs with HydraWash.</witsml:comments>
594 + </witsml:activity>
595 + <witsml:activity>
596 + <witsml:dTimStart>2011-08-15T06:15:00.001Z</witsml:dTimStart>
597 + <witsml:dTimEnd>2011-08-15T06:45:00.001Z</witsml:dTimEnd>
598 + <witsml:md uom="m">1898.599</witsml:md>
599 + <witsml:phase>fixed</witsml:phase>
600 + <witsml:proprietaryCode>plug abandon -- perforate</witsml:proprietaryCode>
601 + <witsml:state>ok</witsml:state>
602 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
603 + <witsml:comments>Drop 1" ball. Record up/down wt to 204/170 Klbs. Circ ball down w/0,5 bpm, 140 psi. Land ball in seat and cont pressure up to 2800 psi to activate fireing head. Good indication when perforating. Top perf: 6061 ft. Btm perf: 6226 ft. Btm of wash tool at 6036 ft avter dropping guns.</witsml:comments>
604 + </witsml:activity>
605 + <witsml:activity>
606 + <witsml:dTimStart>2011-08-15T06:45:00.001Z</witsml:dTimStart>
607 + <witsml:dTimEnd>2011-08-15T07:15:00.001Z</witsml:dTimEnd>
608 + <witsml:md uom="m">1898.599</witsml:md>
609 + <witsml:phase>fixed</witsml:phase>
610 + <witsml:proprietaryCode>plug abandon -- circulating conditioning</witsml:proprietaryCode>
611 + <witsml:state>ok</witsml:state>
612 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
613 + <witsml:comments>Flow check, well stable.</witsml:comments>
614 + </witsml:activity>
615 + <witsml:activity>
616 + <witsml:dTimStart>2011-08-15T07:15:00.001Z</witsml:dTimStart>
617 + <witsml:dTimEnd>2011-08-15T08:45:00.001Z</witsml:dTimEnd>
618 + <witsml:md uom="m">1847.393</witsml:md>
619 + <witsml:phase>fixed</witsml:phase>
620 + <witsml:proprietaryCode>plug abandon -- trip</witsml:proprietaryCode>
621 + <witsml:state>ok</witsml:state>
622 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
623 + <witsml:comments>Rih to 6234 ft to check hole. Up/down wt after dropping guns: 169/199 Klbs. Pull back to top perf at 6061 ft.</witsml:comments>
624 + </witsml:activity>
625 + <witsml:activity>
626 + <witsml:dTimStart>2011-08-15T08:45:00.001Z</witsml:dTimStart>
627 + <witsml:dTimEnd>2011-08-15T09:30:00.001Z</witsml:dTimEnd>
628 + <witsml:md uom="m">1849.526</witsml:md>
629 + <witsml:phase>fixed</witsml:phase>
630 + <witsml:proprietaryCode>plug abandon -- circulating conditioning</witsml:proprietaryCode>
631 + <witsml:state>ok</witsml:state>
632 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
633 + <witsml:comments>Drop 1 1/2" ball. Pump down w/88 gpm. Shear out and activate tool w/2400 psi. Pull above top perf and test cups to 500 psi. Establish circulation at 6068 ft, 212 gpm, 825-710 psi.</witsml:comments>
634 + </witsml:activity>
635 + <witsml:activity>
636 + <witsml:dTimStart>2011-08-15T09:30:00.001Z</witsml:dTimStart>
637 + <witsml:dTimEnd>2011-08-15T09:45:00.001Z</witsml:dTimEnd>
638 + <witsml:md uom="m">1849.526</witsml:md>
639 + <witsml:phase>fixed</witsml:phase>
640 + <witsml:proprietaryCode>plug abandon -- circulating conditioning</witsml:proprietaryCode>
641 + <witsml:state>ok</witsml:state>
642 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
643 + <witsml:comments>Stop circulating due to increase in flow and volume. Observe well on TT. Well stable.</witsml:comments>
644 + </witsml:activity>
645 + <witsml:activity>
646 + <witsml:dTimStart>2011-08-15T09:45:00.001Z</witsml:dTimStart>
647 + <witsml:dTimEnd>2011-08-15T13:45:00.001Z</witsml:dTimEnd>
648 + <witsml:md uom="m">1897.685</witsml:md>
649 + <witsml:phase>fixed</witsml:phase>
650 + <witsml:proprietaryCode>plug abandon -- circulating conditioning</witsml:proprietaryCode>
651 + <witsml:state>ok</witsml:state>
652 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
653 + <witsml:comments>Establish circulation at 212 gpm, 640 psi. Wash behind perfs acc to plan at 213-260 gpm, 550-850 psi from 6061 ft to 6226 ft. Observe CO gas at +/-500 ppm max on shaker on btms up after perforating.</witsml:comments>
654 + </witsml:activity>
655 + <witsml:activity>
656 + <witsml:dTimStart>2011-08-15T13:45:00.001Z</witsml:dTimStart>
657 + <witsml:dTimEnd>2011-08-15T19:00:00.001Z</witsml:dTimEnd>
658 + <witsml:md uom="m">1847.393</witsml:md>
659 + <witsml:phase>fixed</witsml:phase>
660 + <witsml:proprietaryCode>plug abandon -- circulating conditioning</witsml:proprietaryCode>
661 + <witsml:state>ok</witsml:state>
662 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
663 + <witsml:comments>Wash behind perfs acc to plan at 260-300 gpm, 800-1200 psi from 6226 ft to 6061 ft.</witsml:comments>
664 + </witsml:activity>
665 + <witsml:activity>
666 + <witsml:dTimStart>2011-08-15T19:00:00.001Z</witsml:dTimStart>
667 + <witsml:dTimEnd>2011-08-15T19:15:00.001Z</witsml:dTimEnd>
668 + <witsml:md uom="m">1849.526</witsml:md>
669 + <witsml:phase>fixed</witsml:phase>
670 + <witsml:proprietaryCode>plug abandon -- circulating conditioning</witsml:proprietaryCode>
671 + <witsml:state>ok</witsml:state>
672 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
673 + <witsml:comments>Circ at 6068 ft w/ 300 gpm, 840 psi.</witsml:comments>
674 + </witsml:activity>
675 + <witsml:activity>
676 + <witsml:dTimStart>2011-08-15T19:15:00.001Z</witsml:dTimStart>
677 + <witsml:dTimEnd>2011-08-15T20:30:00.001Z</witsml:dTimEnd>
678 + <witsml:md uom="m">1897.685</witsml:md>
679 + <witsml:phase>fixed</witsml:phase>
680 + <witsml:proprietaryCode>plug abandon -- circulating conditioning</witsml:proprietaryCode>
681 + <witsml:state>ok</witsml:state>
682 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
683 + <witsml:comments>Wash down from 6086 ft to 6226 ft w/ 250-300 gpm, 840-1350 psi.</witsml:comments>
684 + </witsml:activity>
685 + <witsml:activity>
686 + <witsml:dTimStart>2011-08-15T20:30:00.001Z</witsml:dTimStart>
687 + <witsml:dTimEnd>2011-08-15T21:00:00.001Z</witsml:dTimEnd>
688 + <witsml:md uom="m">1897.685</witsml:md>
689 + <witsml:phase>fixed</witsml:phase>
690 + <witsml:proprietaryCode>plug abandon -- circulating conditioning</witsml:proprietaryCode>
691 + <witsml:state>ok</witsml:state>
692 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
693 + <witsml:comments>Pump and displace 40 bbls of 15,9 ppg Tuned spacer E+ to wash tool, 280 gpm, 830 psi.</witsml:comments>
694 + </witsml:activity>
695 + <witsml:activity>
696 + <witsml:dTimStart>2011-08-15T21:00:00.001Z</witsml:dTimStart>
697 + <witsml:dTimEnd>2011-08-15T22:30:00.001Z</witsml:dTimEnd>
698 + <witsml:md uom="m">1847.393</witsml:md>
699 + <witsml:phase>fixed</witsml:phase>
700 + <witsml:proprietaryCode>plug abandon -- circulating conditioning</witsml:proprietaryCode>
701 + <witsml:state>ok</witsml:state>
702 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
703 + <witsml:comments>Displace spacer through perfs from 6226 ft to 6061 ft, 29 gpm, 280-500 psi while pulling out at 3 fpm.</witsml:comments>
704 + </witsml:activity>
705 + <witsml:activity>
706 + <witsml:dTimStart>2011-08-15T22:30:00.001Z</witsml:dTimStart>
707 + <witsml:dTimEnd>2011-08-15T23:15:00.001Z</witsml:dTimEnd>
708 + <witsml:md uom="m">1903.476</witsml:md>
709 + <witsml:phase>fixed</witsml:phase>
710 + <witsml:proprietaryCode>plug abandon -- trip</witsml:proprietaryCode>
711 + <witsml:state>ok</witsml:state>
712 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
713 + <witsml:comments>Drop HWT releasing ball and rih from 6061 ft to 6221 ft with cup assy. Shear off tool with 1900 psi and push down to 6245 ft.</witsml:comments>
714 + </witsml:activity>
715 + <witsml:activity>
716 + <witsml:dTimStart>2011-08-15T23:15:00.001Z</witsml:dTimStart>
717 + <witsml:dTimEnd>2011-08-15T23:30:00.001Z</witsml:dTimEnd>
718 + <witsml:md uom="m">1847.088</witsml:md>
719 + <witsml:phase>fixed</witsml:phase>
720 + <witsml:proprietaryCode>plug abandon -- trip</witsml:proprietaryCode>
721 + <witsml:state>ok</witsml:state>
722 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
723 + <witsml:comments>Pull out of hole from 6245 ft to 6060 ft.</witsml:comments>
724 + </witsml:activity>
725 + <witsml:activity>
726 + <witsml:dTimStart>2011-08-15T23:30:00.001Z</witsml:dTimStart>
727 + <witsml:dTimEnd>2011-08-16T00:00:00.001Z</witsml:dTimEnd>
728 + <witsml:md uom="m">1847.088</witsml:md>
729 + <witsml:phase>fixed</witsml:phase>
730 + <witsml:proprietaryCode>plug abandon -- circulating conditioning</witsml:proprietaryCode>
731 + <witsml:state>ok</witsml:state>
732 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
733 + <witsml:comments>Circ clean and condition mud. 235 gpm, 580 psi (max loss free rate). Meanwhile press test cmt line to 4000 psi.</witsml:comments>
734 + </witsml:activity>
735 + </witsml:drillReport>
736 + <witsml:drillReport>
737 + <witsml:nameWell>2/4-M-8 A</witsml:nameWell>
738 + <witsml:nameWellbore>2/4-M-8</witsml:nameWellbore>
739 + <witsml:name>2/4-M-8</witsml:name>
740 + <witsml:dTimStart>2011-08-15T00:00:00.001Z</witsml:dTimStart>
741 + <witsml:dTimEnd>2011-08-16T00:00:00.001Z</witsml:dTimEnd>
742 + <witsml:versionKind>normal</witsml:versionKind>
743 + <witsml:createDate>2011-08-16T10:13:13.001Z</witsml:createDate>
744 + <witsml:wellAlias>
745 + <witsml:name>2/4-M-8 A</witsml:name>
746 + <witsml:namingSystem>NPD code</witsml:namingSystem>
747 + </witsml:wellAlias>
748 + <witsml:wellboreAlias>
749 + <witsml:name>2/4-M-8</witsml:name>
750 + <witsml:namingSystem>NPD code</witsml:namingSystem>
751 + </witsml:wellboreAlias>
752 + <witsml:wellboreAlias>
753 + <witsml:name>5411</witsml:name>
754 + <witsml:namingSystem>NPD number</witsml:namingSystem>
755 + </witsml:wellboreAlias>
756 + <witsml:wellDatum>
757 + <witsml:name>Kelly Bushing</witsml:name>
758 + <witsml:code>KB</witsml:code>
759 + <witsml:elevation uom="m" datum="SL">35.052</witsml:elevation>
760 + </witsml:wellDatum>
761 + <witsml:wellDatum>
762 + <witsml:name>Sea Level</witsml:name>
763 + <witsml:code>SL</witsml:code>
764 + </witsml:wellDatum>
765 + <witsml:wellCRS>
766 + <witsml:name>ED50</witsml:name>
767 + <witsml:geographic>
768 + <witsml:geodeticDatumCode>ED50</witsml:geodeticDatumCode>
769 + </witsml:geographic>
770 + </witsml:wellCRS>
771 + <witsml:wellboreInfo>
772 + <witsml:operator>ConocoPhillips</witsml:operator>
773 + <witsml:drillContractor>SCHLUMBERGER NORGE AS</witsml:drillContractor>
774 + <witsml:rigAlias>
775 + <witsml:name>EKOFISK M</witsml:name>
776 + <witsml:namingSystem>NPD Name</witsml:namingSystem>
777 + </witsml:rigAlias>
778 + <witsml:rigAlias>
779 + <witsml:name>364198</witsml:name>
780 + <witsml:namingSystem>NPD code</witsml:namingSystem>
781 + </witsml:rigAlias>
782 + </witsml:wellboreInfo>
783 + <witsml:statusInfo>
784 + <witsml:dTim>2011-08-15T00:00:00.001Z</witsml:dTim>
785 + <witsml:md uom="m">0</witsml:md>
786 + <witsml:typeWellbore>initial</witsml:typeWellbore>
787 + <witsml:mdKickoff uom="m">0</witsml:mdKickoff>
788 + <witsml:diaCsgLast uom="in">5</witsml:diaCsgLast>
789 + <witsml:mdCsgLast uom="m">6564.783</witsml:mdCsgLast>
790 + <witsml:tvdCsgLast uom="m">3234.576</witsml:tvdCsgLast>
791 + <witsml:elevKelly uom="m">70.836</witsml:elevKelly>
792 + <witsml:sum24Hr>Performed several attempts to mill on restriction at 18661ft CTM. Not able to establish milling action before DH motor stalls. Pull out of hole, spotting friction reducer as per program. Close in well and fill coil, taking returns to test separator. Unlatch injector and lay down Bha. Put well back on production at 21:45 hrs. Prepare for next run.</witsml:sum24Hr>
793 + <witsml:forecast24Hr>Prepare for and run in hole with 3,5" milling assembly.</witsml:forecast24Hr>
794 + </witsml:statusInfo>
795 + <witsml:extendedReport dTim="2011-08-16T04:00:00.001Z">At surface. Preparing to mak new end connector.</witsml:extendedReport>
796 + <witsml:activity>
797 + <witsml:dTimStart>2011-08-15T00:00:00.001Z</witsml:dTimStart>
798 + <witsml:dTimEnd>2011-08-15T00:30:00.001Z</witsml:dTimEnd>
799 + <witsml:md uom="m">5689.092</witsml:md>
800 + <witsml:phase>coil</witsml:phase>
801 + <witsml:proprietaryCode>workover -- mill</witsml:proprietaryCode>
802 + <witsml:state>ok</witsml:state>
803 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
804 + <witsml:comments>Continue "mill down" Circulation pressure 17-1800 psi. Set down a maximum of 8-9K. Stop @18665ft.</witsml:comments>
805 + </witsml:activity>
806 + <witsml:activity>
807 + <witsml:dTimStart>2011-08-15T00:30:00.001Z</witsml:dTimStart>
808 + <witsml:dTimEnd>2011-08-15T01:15:00.001Z</witsml:dTimEnd>
809 + <witsml:md uom="m">5669.28</witsml:md>
810 + <witsml:phase>coil</witsml:phase>
811 + <witsml:proprietaryCode>workover -- mill</witsml:proprietaryCode>
812 + <witsml:state>ok</witsml:state>
813 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
814 + <witsml:comments>Pull back to check pulling weight and "back ream" area. Stop at maximum pull; 100K Keep coil stretch and observed a sudden weight drop of appr. 10K and at the same time the circulation pressure dropped to 65o psi. (assume that DH motor already stalled) Stop pumping and let coil drain for 20 min. Pull back to check pulling weight, reading 82-83IK</witsml:comments>
815 + </witsml:activity>
816 + <witsml:activity>
817 + <witsml:dTimStart>2011-08-15T01:15:00.001Z</witsml:dTimStart>
818 + <witsml:dTimEnd>2011-08-15T01:30:00.001Z</witsml:dTimEnd>
819 + <witsml:md uom="m">5687.568</witsml:md>
820 + <witsml:phase>coil</witsml:phase>
821 + <witsml:proprietaryCode>workover -- mill</witsml:proprietaryCode>
822 + <witsml:state>ok</witsml:state>
823 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
824 + <witsml:comments>Rih and tag restriction (to confirm if we have milled down 5ft or not) Tag restriction @ 18660,5ft.</witsml:comments>
825 + </witsml:activity>
826 + <witsml:activity>
827 + <witsml:dTimStart>2011-08-15T01:30:00.001Z</witsml:dTimStart>
828 + <witsml:dTimEnd>2011-08-15T05:30:00.001Z</witsml:dTimEnd>
829 + <witsml:md uom="m">5670.804</witsml:md>
830 + <witsml:phase>coil</witsml:phase>
831 + <witsml:proprietaryCode>workover -- mill</witsml:proprietaryCode>
832 + <witsml:state>ok</witsml:state>
833 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
834 + <witsml:comments>Pull back, fill coil and establish pump rate. Run in hole to mill. Stalling out immediately when reaching depth. Repeat above step 4 times with rates of 2,5 to 2,8 bpm. Attempting to "micro creep" down to restriction, but stalling out right away. (Pump pressure readings with filled coil: 2,5bpm-400psi, 2,7bpm-750psi, 2,8bpm-900psi) Spot 5 bbl pill of friction reducer. Pull back and prepare for a last attempt with pump rate of 3 bpm</witsml:comments>
835 + </witsml:activity>
836 + <witsml:activity>
837 + <witsml:dTimStart>2011-08-15T05:30:00.001Z</witsml:dTimStart>
838 + <witsml:dTimEnd>2011-08-15T06:45:00.001Z</witsml:dTimEnd>
839 + <witsml:md uom="m">5686.349</witsml:md>
840 + <witsml:phase>coil</witsml:phase>
841 + <witsml:proprietaryCode>workover -- mill</witsml:proprietaryCode>
842 + <witsml:state>ok</witsml:state>
843 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
844 + <witsml:comments>Start pumping 3bpm. When coil filled and stable pressure, run in hole with a constant speed of 1ft/min. (circulation pressure of 1400. Stalling out.) Let coil drain, and prepare for pooh.</witsml:comments>
845 + </witsml:activity>
846 + <witsml:activity>
847 + <witsml:dTimStart>2011-08-15T06:45:00.001Z</witsml:dTimStart>
848 + <witsml:dTimEnd>2011-08-15T16:00:00.001Z</witsml:dTimEnd>
849 + <witsml:md uom="m">7.315</witsml:md>
850 + <witsml:phase>coil</witsml:phase>
851 + <witsml:proprietaryCode>workover -- hydraulic workover</witsml:proprietaryCode>
852 + <witsml:state>ok</witsml:state>
853 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
854 + <witsml:comments>Pull out of hole. Pulling wight 83 K. Stop and check Reel connect at 18049 ft. Cont pooh. Spot 5 bbl of meg/RX at 10000 ft, 5000 ft. and at surface. Tag stripper at 24 ft. Close gate valve and XMV.</witsml:comments>
855 + </witsml:activity>
856 + <witsml:activity>
857 + <witsml:dTimStart>2011-08-15T16:00:00.001Z</witsml:dTimStart>
858 + <witsml:dTimEnd>2011-08-15T19:00:00.001Z</witsml:dTimEnd>
859 + <witsml:md uom="m">7.315</witsml:md>
860 + <witsml:phase>coil</witsml:phase>
861 + <witsml:proprietaryCode>workover -- circulating conditioning</witsml:proprietaryCode>
862 + <witsml:state>ok</witsml:state>
863 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
864 + <witsml:comments>Line up to fill coil, taking returns to test separator, Fill coil with 10bbl bbl meg-mix followed by Inh FW. Leaving coil with 10 bbls meg-mix 20bbl from coil end.</witsml:comments>
865 + </witsml:activity>
866 + <witsml:activity>
867 + <witsml:dTimStart>2011-08-15T19:00:00.001Z</witsml:dTimStart>
868 + <witsml:dTimEnd>2011-08-15T20:45:00.001Z</witsml:dTimEnd>
869 + <witsml:md uom="m">7.315</witsml:md>
870 + <witsml:phase>coil</witsml:phase>
871 + <witsml:proprietaryCode>workover -- bop/wellhead equipment</witsml:proprietaryCode>
872 + <witsml:state>ok</witsml:state>
873 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
874 + <witsml:comments>Inflow test swab and gate valve. Test results ok.</witsml:comments>
875 + </witsml:activity>
876 + <witsml:activity>
877 + <witsml:dTimStart>2011-08-15T20:45:00.001Z</witsml:dTimStart>
878 + <witsml:dTimEnd>2011-08-15T22:00:00.001Z</witsml:dTimEnd>
879 + <witsml:md uom="m">0</witsml:md>
880 + <witsml:phase>coil</witsml:phase>
881 + <witsml:proprietaryCode>workover -- completion string</witsml:proprietaryCode>
882 + <witsml:state>ok</witsml:state>
883 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
884 + <witsml:comments>Unlatch injector head, skid aside and pull out, lay down Bha. Mill worn on sides and up-hole shoulder (pictures in Maxwell)</witsml:comments>
885 + </witsml:activity>
886 + <witsml:activity>
887 + <witsml:dTimStart>2011-08-15T22:00:00.001Z</witsml:dTimStart>
888 + <witsml:dTimEnd>2011-08-16T00:00:00.001Z</witsml:dTimEnd>
889 + <witsml:md uom="m">0</witsml:md>
890 + <witsml:phase>coil</witsml:phase>
891 + <witsml:proprietaryCode>workover -- rig up/down</witsml:proprietaryCode>
892 + <witsml:state>ok</witsml:state>
893 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
894 + <witsml:comments>Brake off and check Bha. Test out back up pump. Rig up equipment for making up new end connector.</witsml:comments>
895 + </witsml:activity>
896 + </witsml:drillReport>
897 + <witsml:drillReport>
898 + <witsml:nameWell>2/4-VA-4 H</witsml:nameWell>
899 + <witsml:nameWellbore>2/4-VA-4 H</witsml:nameWellbore>
900 + <witsml:name>2/4-VA-4 H</witsml:name>
901 + <witsml:dTimStart>2011-08-15T00:00:00.001Z</witsml:dTimStart>
902 + <witsml:dTimEnd>2011-08-16T00:00:00.001Z</witsml:dTimEnd>
903 + <witsml:versionKind>normal</witsml:versionKind>
904 + <witsml:createDate>2011-08-16T10:13:22.001Z</witsml:createDate>
905 + <witsml:wellAlias>
906 + <witsml:name>2/4-VA-4 H</witsml:name>
907 + <witsml:namingSystem>NPD code</witsml:namingSystem>
908 + </witsml:wellAlias>
909 + <witsml:wellboreAlias>
910 + <witsml:name>2/4-VA-4 H</witsml:name>
911 + <witsml:namingSystem>NPD code</witsml:namingSystem>
912 + </witsml:wellboreAlias>
913 + <witsml:wellboreAlias>
914 + <witsml:name>6119</witsml:name>
915 + <witsml:namingSystem>NPD number</witsml:namingSystem>
916 + </witsml:wellboreAlias>
917 + <witsml:wellDatum>
918 + <witsml:name>Kelly Bushing</witsml:name>
919 + <witsml:code>KB</witsml:code>
920 + <witsml:elevation uom="m" datum="SL">35.052</witsml:elevation>
921 + </witsml:wellDatum>
922 + <witsml:wellDatum>
923 + <witsml:name>Sea Level</witsml:name>
924 + <witsml:code>SL</witsml:code>
925 + </witsml:wellDatum>
926 + <witsml:wellCRS>
927 + <witsml:name>ED50</witsml:name>
928 + <witsml:geographic>
929 + <witsml:geodeticDatumCode>ED50</witsml:geodeticDatumCode>
930 + </witsml:geographic>
931 + </witsml:wellCRS>
932 + <witsml:wellboreInfo>
933 + <witsml:dateDrillComplete>2011-08-15</witsml:dateDrillComplete>
934 + <witsml:operator>ConocoPhillips</witsml:operator>
935 + <witsml:rigAlias>
936 + <witsml:name>ISLAND CONSTRUCTOR</witsml:name>
937 + <witsml:namingSystem>NPD Name</witsml:namingSystem>
938 + </witsml:rigAlias>
939 + <witsml:rigAlias>
940 + <witsml:name>405827</witsml:name>
941 + <witsml:namingSystem>NPD code</witsml:namingSystem>
942 + </witsml:rigAlias>
943 + </witsml:wellboreInfo>
944 + <witsml:statusInfo>
945 + <witsml:dTim>2011-08-15T00:00:00.001Z</witsml:dTim>
946 + <witsml:md uom="m">0</witsml:md>
947 + <witsml:typeWellbore>initial</witsml:typeWellbore>
948 + <witsml:mdKickoff uom="m">128.93</witsml:mdKickoff>
949 + <witsml:tvdKickoff uom="m">128.93</witsml:tvdKickoff>
950 + <witsml:diaCsgLast uom="in">9.875</witsml:diaCsgLast>
951 + <witsml:mdCsgLast uom="m">3353.105</witsml:mdCsgLast>
952 + <witsml:tvdCsgLast uom="m">3048.331</witsml:tvdCsgLast>
953 + <witsml:elevKelly uom="m">50.597</witsml:elevKelly>
954 + <witsml:sum24Hr>Rig down RWI system. Hand well back to OOC. Perform ROV surveys.</witsml:sum24Hr>
955 + <witsml:forecast24Hr>Job completed.</witsml:forecast24Hr>
956 + </witsml:statusInfo>
957 + <witsml:extendedReport dTim="2011-08-15T12:30:00.001Z">Job completed.</witsml:extendedReport>
958 + <witsml:activity>
959 + <witsml:dTimStart>2011-08-15T00:00:00.001Z</witsml:dTimStart>
960 + <witsml:dTimEnd>2011-08-15T01:00:00.001Z</witsml:dTimEnd>
961 + <witsml:md uom="m">0</witsml:md>
962 + <witsml:phase>fixed</witsml:phase>
963 + <witsml:proprietaryCode>workover -- rig up/down</witsml:proprietaryCode>
964 + <witsml:state>ok</witsml:state>
965 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
966 + <witsml:comments>Skid WCP into hangar. Skid pallet train aft of MP. Prepare XT debris cap for deployment.</witsml:comments>
967 + </witsml:activity>
968 + <witsml:activity>
969 + <witsml:dTimStart>2011-08-15T01:00:00.001Z</witsml:dTimStart>
970 + <witsml:dTimEnd>2011-08-15T02:30:00.001Z</witsml:dTimEnd>
971 + <witsml:md uom="m">0</witsml:md>
972 + <witsml:phase>fixed</witsml:phase>
973 + <witsml:proprietaryCode>workover -- rig up/down</witsml:proprietaryCode>
974 + <witsml:state>ok</witsml:state>
975 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
976 + <witsml:comments>Deploy XT debris cap on GW3. Land same on XT hub and disconnect GW3. ROV lock debris cap acc to CPI instructions. TBT for Folland hose deployment. @01:40 Deploy Folland hose down to debris cap &amp; connect to hot stab. Pumped 100 liter HW 443 onto hub.</witsml:comments>
977 + </witsml:activity>
978 + <witsml:activity>
979 + <witsml:dTimStart>2011-08-15T02:30:00.001Z</witsml:dTimStart>
980 + <witsml:dTimEnd>2011-08-15T04:00:00.001Z</witsml:dTimEnd>
981 + <witsml:md uom="m">0</witsml:md>
982 + <witsml:phase>fixed</witsml:phase>
983 + <witsml:proprietaryCode>workover -- rig up/down</witsml:proprietaryCode>
984 + <witsml:state>ok</witsml:state>
985 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
986 + <witsml:comments>Deploy guide wire extension on GW 3 for opening closing template hatch #2 and #4. ROV attach wire to hatch #2 acc to CPI instructions. @03:15 Apply 2,7T tension on GW3 and close hatch #2. ROV move extension wire from hatch #2 to hatch #4. @03:45 Apply 2,8T tension on GW3 and close hatch #4. Retrieve GW3 w/ extension wire to vessel. ROV lock hatches. Meanwhile: Sea fastening of various equipment on deck.</witsml:comments>
987 + </witsml:activity>
988 + <witsml:activity>
989 + <witsml:dTimStart>2011-08-15T04:00:00.001Z</witsml:dTimStart>
990 + <witsml:dTimEnd>2011-08-15T06:30:00.001Z</witsml:dTimEnd>
991 + <witsml:md uom="m">0</witsml:md>
992 + <witsml:phase>fixed</witsml:phase>
993 + <witsml:proprietaryCode>workover -- completion string</witsml:proprietaryCode>
994 + <witsml:state>ok</witsml:state>
995 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
996 + <witsml:comments>Deploy offshore crane whip line w/ROV hook. Adjust vessel position for crane access to subsea baskets. ROV connect hook to grease basket. Lift same 10m off seabed and move vessel 50m in 300° to safe zone. Retrieve grease basket to vessel. @04:25 Land grease basket on deck. Notify OOC of heavy lifts complete, and hatches closed. OOC start water injection on VA template. Retrieve ROV basket and 4ea transponders to vessel. Meanwhile: Sea fastening on deck. Hand well back to OOC. Vessel depart location at 06:30 hrs.</witsml:comments>
997 + </witsml:activity>
998 + <witsml:activity>
999 + <witsml:dTimStart>2011-08-15T06:30:00.001Z</witsml:dTimStart>
1000 + <witsml:dTimEnd>2011-08-16T00:00:00.001Z</witsml:dTimEnd>
1001 + <witsml:md uom="m">0</witsml:md>
1002 + <witsml:phase>fixed</witsml:phase>
1003 + <witsml:proprietaryCode>workover -- other</witsml:proprietaryCode>
1004 + <witsml:state>ok</witsml:state>
1005 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
1006 + <witsml:comments>Island Constructor in transit to CCB, Bergen. ETA 07:00 hrs Aug 16 2011. Final WellView report for VA-04 &amp; summer 2011 RWI campaign on 2/4 VA.</witsml:comments>
1007 + </witsml:activity>
1008 + </witsml:drillReport>
1009 + <witsml:drillReport>
1010 + <witsml:nameWell>2/4-X-6 A</witsml:nameWell>
1011 + <witsml:nameWellbore>2/4-X-6 A T3</witsml:nameWellbore>
1012 + <witsml:name>2/4-X-6</witsml:name>
1013 + <witsml:dTimStart>2011-08-15T00:00:00.001Z</witsml:dTimStart>
1014 + <witsml:dTimEnd>2011-08-16T00:00:00.001Z</witsml:dTimEnd>
1015 + <witsml:versionKind>normal</witsml:versionKind>
1016 + <witsml:createDate>2011-08-16T10:13:28.001Z</witsml:createDate>
1017 + <witsml:wellAlias>
1018 + <witsml:name>2/4-X-6 A</witsml:name>
1019 + <witsml:namingSystem>NPD code</witsml:namingSystem>
1020 + </witsml:wellAlias>
1021 + <witsml:wellboreAlias>
1022 + <witsml:name>2/4-X-6 A T3</witsml:name>
1023 + <witsml:namingSystem>NPD code</witsml:namingSystem>
1024 + </witsml:wellboreAlias>
1025 + <witsml:wellboreAlias>
1026 + <witsml:name>6499</witsml:name>
1027 + <witsml:namingSystem>NPD number</witsml:namingSystem>
1028 + </witsml:wellboreAlias>
1029 + <witsml:wellDatum>
1030 + <witsml:name>Kelly Bushing</witsml:name>
1031 + <witsml:code>KB</witsml:code>
1032 + <witsml:elevation uom="m" datum="SL">21.946</witsml:elevation>
1033 + </witsml:wellDatum>
1034 + <witsml:wellDatum>
1035 + <witsml:name>Sea Level</witsml:name>
1036 + <witsml:code>SL</witsml:code>
1037 + </witsml:wellDatum>
1038 + <witsml:wellCRS>
1039 + <witsml:name>ED50</witsml:name>
1040 + <witsml:geographic>
1041 + <witsml:geodeticDatumCode>ED50</witsml:geodeticDatumCode>
1042 + </witsml:geographic>
1043 + </witsml:wellCRS>
1044 + <witsml:wellboreInfo>
1045 + <witsml:dTimSpud>2011-03-28T22:45:00.001Z</witsml:dTimSpud>
1046 + <witsml:operator>ConocoPhillips</witsml:operator>
1047 + <witsml:drillContractor>ARCHER</witsml:drillContractor>
1048 + <witsml:rigAlias>
1049 + <witsml:name>EKOFISK X</witsml:name>
1050 + <witsml:namingSystem>NPD Name</witsml:namingSystem>
1051 + </witsml:rigAlias>
1052 + <witsml:rigAlias>
1053 + <witsml:name>278525</witsml:name>
1054 + <witsml:namingSystem>NPD code</witsml:namingSystem>
1055 + </witsml:rigAlias>
1056 + </witsml:wellboreInfo>
1057 + <witsml:statusInfo>
1058 + <witsml:dTim>2011-08-15T00:00:00.001Z</witsml:dTim>
1059 + <witsml:md uom="m">0</witsml:md>
1060 + <witsml:tvd uom="m">3158.092</witsml:tvd>
1061 + <witsml:typeWellbore>bypass</witsml:typeWellbore>
1062 + <witsml:mdKickoff uom="m">1548.384</witsml:mdKickoff>
1063 + <witsml:tvdKickoff uom="m">1402.943</witsml:tvdKickoff>
1064 + <witsml:diaCsgLast uom="in">5</witsml:diaCsgLast>
1065 + <witsml:mdCsgLast uom="m">5645.811</witsml:mdCsgLast>
1066 + <witsml:tvdCsgLast uom="m">3158.102</witsml:tvdCsgLast>
1067 + <witsml:elevKelly uom="m">57.302</witsml:elevKelly>
1068 + <witsml:sum24Hr>Ran perf run # 4. Perforated intervals 17960, (17950 misfire), 17940, 17930, 17920 17910, 17900, 17890, 17880, and 17870 ft md rkb. Total 10 shots fired.</witsml:sum24Hr>
1069 + <witsml:forecast24Hr>Run perf run # 5.</witsml:forecast24Hr>
1070 + </witsml:statusInfo>
1071 + <witsml:extendedReport dTim="2011-08-15T23:00:00.001Z">Prepare perf run # 5.</witsml:extendedReport>
1072 + <witsml:activity>
1073 + <witsml:dTimStart>2011-08-15T00:00:00.001Z</witsml:dTimStart>
1074 + <witsml:dTimEnd>2011-08-15T02:30:00.001Z</witsml:dTimEnd>
1075 + <witsml:md uom="m">0</witsml:md>
1076 + <witsml:phase>fixed</witsml:phase>
1077 + <witsml:proprietaryCode>workover -- rig up/down</witsml:proprietaryCode>
1078 + <witsml:state>ok</witsml:state>
1079 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
1080 + <witsml:comments>Continue with check lists for explosives for Perf run # 4.</witsml:comments>
1081 + </witsml:activity>
1082 + <witsml:activity>
1083 + <witsml:dTimStart>2011-08-15T02:30:00.001Z</witsml:dTimStart>
1084 + <witsml:dTimEnd>2011-08-15T04:00:00.001Z</witsml:dTimEnd>
1085 + <witsml:md uom="m">0</witsml:md>
1086 + <witsml:phase>fixed</witsml:phase>
1087 + <witsml:proprietaryCode>workover -- rig up/down</witsml:proprietaryCode>
1088 + <witsml:state>ok</witsml:state>
1089 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
1090 + <witsml:comments>Announce on PA and raise barriers. P/u guns and install in Lubricator, Test lub with QTS, Test good.</witsml:comments>
1091 + </witsml:activity>
1092 + <witsml:activity>
1093 + <witsml:dTimStart>2011-08-15T04:00:00.001Z</witsml:dTimStart>
1094 + <witsml:dTimEnd>2011-08-15T11:30:00.001Z</witsml:dTimEnd>
1095 + <witsml:md uom="m">17870</witsml:md>
1096 + <witsml:phase>fixed</witsml:phase>
1097 + <witsml:proprietaryCode>workover -- perforate</witsml:proprietaryCode>
1098 + <witsml:state>ok</witsml:state>
1099 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
1100 + <witsml:comments>Run # 9, (Perf run # 4). WHP = 0 psi, Rih w/3.125" Welltec tractor and 2" selective fire guns, Ultra jet 2006, 11 guns, 1 shot per gun, orientation 0 deg up. Tot length = 78,8 ft. At 06:00 hrs at 12000 ft, start tractor 15076 ft elm rkb, Cont tractor down to 1810 ft. Correlate depth between 17446 - 17260ft. Final correlation pass 18100 - 17927 ft. Start shooting pass, At 10:33 hrs shoot first shot at interval # 33 17970 ft md rkb good indication shot fired, Continue shoot one shot with 10 ft intervalls as per procedure Perf the following intervals, 17960, 17950, 17940, 17930, 17920 17910, 17900, 17890, 17880, and 17870 ft md rkb. Total 11 shots fired.</witsml:comments>
1101 + </witsml:activity>
1102 + <witsml:activity>
1103 + <witsml:dTimStart>2011-08-15T11:30:00.001Z</witsml:dTimStart>
1104 + <witsml:dTimEnd>2011-08-15T16:00:00.001Z</witsml:dTimEnd>
1105 + <witsml:md uom="m">0</witsml:md>
1106 + <witsml:phase>fixed</witsml:phase>
1107 + <witsml:proprietaryCode>workover -- perforate</witsml:proprietaryCode>
1108 + <witsml:state>ok</witsml:state>
1109 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
1110 + <witsml:comments>Pooh from 17870 ft md rkb with perf gun assy, Pump 13 bbls Glycol /water mix with production pump, max Whp = 791 psi, Cont Pooh and stop at 1000 ft elm rkb, Announce on PA and barrier off well, Pooh to surface, Secure well.</witsml:comments>
1111 + </witsml:activity>
1112 + <witsml:activity>
1113 + <witsml:dTimStart>2011-08-15T16:00:00.001Z</witsml:dTimStart>
1114 + <witsml:dTimEnd>2011-08-15T17:00:00.001Z</witsml:dTimEnd>
1115 + <witsml:md uom="m">0</witsml:md>
1116 + <witsml:phase>fixed</witsml:phase>
1117 + <witsml:proprietaryCode>workover -- rig up/down</witsml:proprietaryCode>
1118 + <witsml:state>ok</witsml:state>
1119 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
1120 + <witsml:comments>Bleed down Lubricator and purge with N2. L/d tractor and Gun assy, # 4 ( Confermation that 10 shots had fired ou of 11) shot # 35 interval 17950 ft md rkb had not fired.</witsml:comments>
1121 + </witsml:activity>
1122 + <witsml:activity>
1123 + <witsml:dTimStart>2011-08-15T17:00:00.001Z</witsml:dTimStart>
1124 + <witsml:dTimEnd>2011-08-16T00:00:00.001Z</witsml:dTimEnd>
1125 + <witsml:md uom="m">0</witsml:md>
1126 + <witsml:phase>fixed</witsml:phase>
1127 + <witsml:proprietaryCode>workover -- rig up/down</witsml:proprietaryCode>
1128 + <witsml:state>ok</witsml:state>
1129 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
1130 + <witsml:comments>Service tractor. Perform bi-weekly test of Bop. Go through tractor and perf check lists for Perf run # 5.</witsml:comments>
1131 + </witsml:activity>
1132 + </witsml:drillReport>
1133 + <witsml:drillReport>
1134 + <witsml:nameWell>2/7-A-15 A</witsml:nameWell>
1135 + <witsml:nameWellbore>2/7-A-15 A</witsml:nameWellbore>
1136 + <witsml:name>2/7-A-15</witsml:name>
1137 + <witsml:dTimStart>2011-08-15T00:00:00.001Z</witsml:dTimStart>
1138 + <witsml:dTimEnd>2011-08-16T00:00:00.001Z</witsml:dTimEnd>
1139 + <witsml:versionKind>normal</witsml:versionKind>
1140 + <witsml:createDate>2011-08-16T10:13:34.001Z</witsml:createDate>
1141 + <witsml:wellAlias>
1142 + <witsml:name>2/7-A-15 A</witsml:name>
1143 + <witsml:namingSystem>NPD code</witsml:namingSystem>
1144 + </witsml:wellAlias>
1145 + <witsml:wellboreAlias>
1146 + <witsml:name>2/7-A-15 A</witsml:name>
1147 + <witsml:namingSystem>NPD code</witsml:namingSystem>
1148 + </witsml:wellboreAlias>
1149 + <witsml:wellboreAlias>
1150 + <witsml:name>3136</witsml:name>
1151 + <witsml:namingSystem>NPD number</witsml:namingSystem>
1152 + </witsml:wellboreAlias>
1153 + <witsml:wellDatum>
1154 + <witsml:name>Kelly Bushing</witsml:name>
1155 + <witsml:code>KB</witsml:code>
1156 + <witsml:elevation uom="m" datum="SL">41.758</witsml:elevation>
1157 + </witsml:wellDatum>
1158 + <witsml:wellDatum>
1159 + <witsml:name>Sea Level</witsml:name>
1160 + <witsml:code>SL</witsml:code>
1161 + </witsml:wellDatum>
1162 + <witsml:wellCRS>
1163 + <witsml:name>ED50</witsml:name>
1164 + <witsml:geographic>
1165 + <witsml:geodeticDatumCode>ED50</witsml:geodeticDatumCode>
1166 + </witsml:geographic>
1167 + </witsml:wellCRS>
1168 + <witsml:wellboreInfo>
1169 + <witsml:operator>ConocoPhillips</witsml:operator>
1170 + <witsml:drillContractor>ARCHER</witsml:drillContractor>
1171 + <witsml:rigAlias>
1172 + <witsml:name>ELDFISK A</witsml:name>
1173 + <witsml:namingSystem>NPD Name</witsml:namingSystem>
1174 + </witsml:rigAlias>
1175 + <witsml:rigAlias>
1176 + <witsml:name>271581</witsml:name>
1177 + <witsml:namingSystem>NPD code</witsml:namingSystem>
1178 + </witsml:rigAlias>
1179 + </witsml:wellboreInfo>
1180 + <witsml:statusInfo>
1181 + <witsml:dTim>2011-08-15T00:00:00.001Z</witsml:dTim>
1182 + <witsml:md uom="m">338.328</witsml:md>
1183 + <witsml:tvd uom="m">0</witsml:tvd>
1184 + <witsml:typeWellbore>sidetrack</witsml:typeWellbore>
1185 + <witsml:mdKickoff uom="m">2673.096</witsml:mdKickoff>
1186 + <witsml:tvdKickoff uom="m">2354.096</witsml:tvdKickoff>
1187 + <witsml:diaCsgLast uom="in">5</witsml:diaCsgLast>
1188 + <witsml:mdCsgLast uom="m">4938.095</witsml:mdCsgLast>
1189 + <witsml:elevKelly uom="m">42.977</witsml:elevKelly>
1190 + <witsml:sum24Hr>Mill pbr f/5162' - t/5163'. No further progress. Pooh. M/u 8 1/2" junk mill assy and rih.</witsml:sum24Hr>
1191 + <witsml:forecast24Hr>Mill 2.5' more on 7 3/4" top liner packer. Pooh. M/u spear and rih.</witsml:forecast24Hr>
1192 + </witsml:statusInfo>
1193 + <witsml:fluid>
1194 + <witsml:type>Water Base</witsml:type>
1195 + <witsml:dTim>2011-08-15T18:30:00.001Z</witsml:dTim>
1196 + <witsml:md uom="m">1581.302</witsml:md>
1197 + <witsml:tvd uom="m">1266.911</witsml:tvd>
1198 + <witsml:presBopRating uom="bar">344.738</witsml:presBopRating>
1199 + <witsml:mudClass>water based</witsml:mudClass>
1200 + <witsml:density uom="g/cm3">1.737</witsml:density>
1201 + <witsml:pv uom="mPa.s">30</witsml:pv>
1202 + <witsml:yp uom="Pa">38.304</witsml:yp>
1203 + </witsml:fluid>
1204 + <witsml:extendedReport dTim="2011-08-16T04:00:00.001Z">Rih w/ 8 1/2" junk mill assy</witsml:extendedReport>
1205 + <witsml:activity>
1206 + <witsml:dTimStart>2011-08-15T00:00:00.001Z</witsml:dTimStart>
1207 + <witsml:dTimEnd>2011-08-15T00:45:00.001Z</witsml:dTimEnd>
1208 + <witsml:md uom="m">1573.53</witsml:md>
1209 + <witsml:phase>fixed</witsml:phase>
1210 + <witsml:proprietaryCode>drilling -- mill</witsml:proprietaryCode>
1211 + <witsml:state>ok</witsml:state>
1212 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
1213 + <witsml:comments>Cont mill 7 3/4" pbr f/5162' - t/5162.5'. 430 gpm - 1390 psi, 80-120 rpm, 11-22 kftlbs, wob 11-22 klbs.</witsml:comments>
1214 + </witsml:activity>
1215 + <witsml:activity>
1216 + <witsml:dTimStart>2011-08-15T00:45:00.001Z</witsml:dTimStart>
1217 + <witsml:dTimEnd>2011-08-15T01:30:00.001Z</witsml:dTimEnd>
1218 + <witsml:md uom="m">1573.53</witsml:md>
1219 + <witsml:phase>fixed</witsml:phase>
1220 + <witsml:proprietaryCode>drilling -- circulating conditioning</witsml:proprietaryCode>
1221 + <witsml:state>ok</witsml:state>
1222 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
1223 + <witsml:comments>Circ hole clean, 430 gpm - 1360 psi, 150 rpm, 10-11 kftlbs.</witsml:comments>
1224 + </witsml:activity>
1225 + <witsml:activity>
1226 + <witsml:dTimStart>2011-08-15T01:30:00.001Z</witsml:dTimStart>
1227 + <witsml:dTimEnd>2011-08-15T03:30:00.001Z</witsml:dTimEnd>
1228 + <witsml:md uom="m">1573.682</witsml:md>
1229 + <witsml:phase>fixed</witsml:phase>
1230 + <witsml:proprietaryCode>drilling -- mill</witsml:proprietaryCode>
1231 + <witsml:state>ok</witsml:state>
1232 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
1233 + <witsml:comments>Cont mill 7 3/4" liner top packer f/5162,5' - 5163, 430 gpm - 1360 psi, 50-150 rpm, 10-15 kftlbs, wob 20-35 klbs.. .</witsml:comments>
1234 + </witsml:activity>
1235 + <witsml:activity>
1236 + <witsml:dTimStart>2011-08-15T03:30:00.001Z</witsml:dTimStart>
1237 + <witsml:dTimEnd>2011-08-15T13:15:00.001Z</witsml:dTimEnd>
1238 + <witsml:md uom="m">1573.682</witsml:md>
1239 + <witsml:phase>fixed</witsml:phase>
1240 + <witsml:proprietaryCode>drilling -- mill</witsml:proprietaryCode>
1241 + <witsml:state>fail</witsml:state>
1242 + <witsml:stateDetailActivity>equipment failure</witsml:stateDetailActivity>
1243 + <witsml:comments>No further progress. Attempt to obtain further progress , wob 0-40 klbs, , pump 0-450 gpm, rpm 30 - 175, 8-19 f-klbs. Made several attempts to "burn" with mill to re-gain progress No success.</witsml:comments>
1244 + </witsml:activity>
1245 + <witsml:activity>
1246 + <witsml:dTimStart>2011-08-15T13:15:00.001Z</witsml:dTimStart>
1247 + <witsml:dTimEnd>2011-08-15T13:45:00.001Z</witsml:dTimEnd>
1248 + <witsml:md uom="m">1573.682</witsml:md>
1249 + <witsml:phase>fixed</witsml:phase>
1250 + <witsml:proprietaryCode>drilling -- circulating conditioning</witsml:proprietaryCode>
1251 + <witsml:state>fail</witsml:state>
1252 + <witsml:stateDetailActivity>equipment failure</witsml:stateDetailActivity>
1253 + <witsml:comments>Pull off hanger and stroke out jar. Adjust parameter to original and re-tag hanger and mark dp. Pull up and measure length to original mark 15 ft totally milled.</witsml:comments>
1254 + </witsml:activity>
1255 + <witsml:activity>
1256 + <witsml:dTimStart>2011-08-15T13:45:00.001Z</witsml:dTimStart>
1257 + <witsml:dTimEnd>2011-08-15T14:15:00.001Z</witsml:dTimEnd>
1258 + <witsml:md uom="m">1573.682</witsml:md>
1259 + <witsml:phase>fixed</witsml:phase>
1260 + <witsml:proprietaryCode>drilling -- circulating conditioning</witsml:proprietaryCode>
1261 + <witsml:state>fail</witsml:state>
1262 + <witsml:stateDetailActivity>equipment failure</witsml:stateDetailActivity>
1263 + <witsml:comments>Pump slug.</witsml:comments>
1264 + </witsml:activity>
1265 + <witsml:activity>
1266 + <witsml:dTimStart>2011-08-15T14:15:00.001Z</witsml:dTimStart>
1267 + <witsml:dTimEnd>2011-08-15T14:30:00.001Z</witsml:dTimEnd>
1268 + <witsml:md uom="m">1573.682</witsml:md>
1269 + <witsml:phase>fixed</witsml:phase>
1270 + <witsml:proprietaryCode>interruption -- repair</witsml:proprietaryCode>
1271 + <witsml:state>fail</witsml:state>
1272 + <witsml:stateDetailActivity>equipment failure</witsml:stateDetailActivity>
1273 + <witsml:comments>Flow check.</witsml:comments>
1274 + </witsml:activity>
1275 + <witsml:activity>
1276 + <witsml:dTimStart>2011-08-15T14:30:00.001Z</witsml:dTimStart>
1277 + <witsml:dTimEnd>2011-08-15T19:15:00.001Z</witsml:dTimEnd>
1278 + <witsml:md uom="m">126.492</witsml:md>
1279 + <witsml:phase>fixed</witsml:phase>
1280 + <witsml:proprietaryCode>interruption -- mill</witsml:proprietaryCode>
1281 + <witsml:state>fail</witsml:state>
1282 + <witsml:stateDetailActivity>equipment failure</witsml:stateDetailActivity>
1283 + <witsml:comments>Pooh from 5163 ft to 415 ft due to no milling progress.</witsml:comments>
1284 + </witsml:activity>
1285 + <witsml:activity>
1286 + <witsml:dTimStart>2011-08-15T19:15:00.001Z</witsml:dTimStart>
1287 + <witsml:dTimEnd>2011-08-15T19:30:00.001Z</witsml:dTimEnd>
1288 + <witsml:md uom="m">126.492</witsml:md>
1289 + <witsml:phase>fixed</witsml:phase>
1290 + <witsml:proprietaryCode>interruption -- rig up/down</witsml:proprietaryCode>
1291 + <witsml:state>fail</witsml:state>
1292 + <witsml:stateDetailActivity>equipment failure</witsml:stateDetailActivity>
1293 + <witsml:comments>Change bx elevator inserts to 5 7/8".</witsml:comments>
1294 + </witsml:activity>
1295 + <witsml:activity>
1296 + <witsml:dTimStart>2011-08-15T19:30:00.001Z</witsml:dTimStart>
1297 + <witsml:dTimEnd>2011-08-15T19:45:00.001Z</witsml:dTimEnd>
1298 + <witsml:md uom="m">126.492</witsml:md>
1299 + <witsml:phase>fixed</witsml:phase>
1300 + <witsml:proprietaryCode>interruption -- other</witsml:proprietaryCode>
1301 + <witsml:state>fail</witsml:state>
1302 + <witsml:stateDetailActivity>equipment failure</witsml:stateDetailActivity>
1303 + <witsml:comments>Prejob mtg prior to bha.</witsml:comments>
1304 + </witsml:activity>
1305 + <witsml:activity>
1306 + <witsml:dTimStart>2011-08-15T19:45:00.001Z</witsml:dTimStart>
1307 + <witsml:dTimEnd>2011-08-15T20:30:00.001Z</witsml:dTimEnd>
1308 + <witsml:md uom="m">0</witsml:md>
1309 + <witsml:phase>fixed</witsml:phase>
1310 + <witsml:proprietaryCode>interruption -- mill</witsml:proprietaryCode>
1311 + <witsml:state>fail</witsml:state>
1312 + <witsml:stateDetailActivity>equipment failure</witsml:stateDetailActivity>
1313 + <witsml:comments>Pooh bha f/415' - t/surface. Inspect casing mill, 1 inch worn.</witsml:comments>
1314 + </witsml:activity>
1315 + <witsml:activity>
1316 + <witsml:dTimStart>2011-08-15T20:30:00.001Z</witsml:dTimStart>
1317 + <witsml:dTimEnd>2011-08-15T21:45:00.001Z</witsml:dTimEnd>
1318 + <witsml:md uom="m">0</witsml:md>
1319 + <witsml:phase>fixed</witsml:phase>
1320 + <witsml:proprietaryCode>interruption -- mill</witsml:proprietaryCode>
1321 + <witsml:state>fail</witsml:state>
1322 + <witsml:stateDetailActivity>equipment failure</witsml:stateDetailActivity>
1323 + <witsml:comments>L/o 8 1/2" csg mill assy.</witsml:comments>
1324 + </witsml:activity>
1325 + <witsml:activity>
1326 + <witsml:dTimStart>2011-08-15T21:45:00.001Z</witsml:dTimStart>
1327 + <witsml:dTimEnd>2011-08-15T22:00:00.001Z</witsml:dTimEnd>
1328 + <witsml:md uom="m">0</witsml:md>
1329 + <witsml:phase>fixed</witsml:phase>
1330 + <witsml:proprietaryCode>interruption -- other</witsml:proprietaryCode>
1331 + <witsml:state>fail</witsml:state>
1332 + <witsml:stateDetailActivity>equipment failure</witsml:stateDetailActivity>
1333 + <witsml:comments>Clean and clear rig floor.</witsml:comments>
1334 + </witsml:activity>
1335 + <witsml:activity>
1336 + <witsml:dTimStart>2011-08-15T22:00:00.001Z</witsml:dTimStart>
1337 + <witsml:dTimEnd>2011-08-16T00:00:00.001Z</witsml:dTimEnd>
1338 + <witsml:md uom="m">338.328</witsml:md>
1339 + <witsml:phase>fixed</witsml:phase>
1340 + <witsml:proprietaryCode>interruption -- mill</witsml:proprietaryCode>
1341 + <witsml:state>fail</witsml:state>
1342 + <witsml:stateDetailActivity>equipment failure</witsml:stateDetailActivity>
1343 + <witsml:comments>M/u 8 1/2" junk mill assy and rih to 1110'.</witsml:comments>
1344 + </witsml:activity>
1345 + </witsml:drillReport>
1346 + <witsml:drillReport>
1347 + <witsml:nameWell>2/7-A-27 A</witsml:nameWell>
1348 + <witsml:nameWellbore>2/7-A-27 A T2</witsml:nameWellbore>
1349 + <witsml:name>2/7-A-27</witsml:name>
1350 + <witsml:dTimStart>2011-08-15T00:00:00.001Z</witsml:dTimStart>
1351 + <witsml:dTimEnd>2011-08-16T00:00:00.001Z</witsml:dTimEnd>
1352 + <witsml:versionKind>normal</witsml:versionKind>
1353 + <witsml:createDate>2011-08-16T10:14:12.001Z</witsml:createDate>
1354 + <witsml:wellAlias>
1355 + <witsml:name>2/7-A-27 A</witsml:name>
1356 + <witsml:namingSystem>NPD code</witsml:namingSystem>
1357 + </witsml:wellAlias>
1358 + <witsml:wellboreAlias>
1359 + <witsml:name>2/7-A-27 A T2</witsml:name>
1360 + <witsml:namingSystem>NPD code</witsml:namingSystem>
1361 + </witsml:wellboreAlias>
1362 + <witsml:wellboreAlias>
1363 + <witsml:name>6547</witsml:name>
1364 + <witsml:namingSystem>NPD number</witsml:namingSystem>
1365 + </witsml:wellboreAlias>
1366 + <witsml:wellDatum>
1367 + <witsml:name>Kelly Bushing</witsml:name>
1368 + <witsml:code>KB</witsml:code>
1369 + <witsml:elevation uom="m" datum="SL">16.764</witsml:elevation>
1370 + </witsml:wellDatum>
1371 + <witsml:wellDatum>
1372 + <witsml:name>Sea Level</witsml:name>
1373 + <witsml:code>SL</witsml:code>
1374 + </witsml:wellDatum>
1375 + <witsml:wellCRS>
1376 + <witsml:name>ED50</witsml:name>
1377 + <witsml:geographic>
1378 + <witsml:geodeticDatumCode>ED50</witsml:geodeticDatumCode>
1379 + </witsml:geographic>
1380 + </witsml:wellCRS>
1381 + <witsml:wellboreInfo>
1382 + <witsml:dTimSpud>2011-04-19T00:45:00.001Z</witsml:dTimSpud>
1383 + <witsml:operator>ConocoPhillips</witsml:operator>
1384 + <witsml:drillContractor>ARCHER</witsml:drillContractor>
1385 + <witsml:rigAlias>
1386 + <witsml:name>ELDFISK A</witsml:name>
1387 + <witsml:namingSystem>NPD Name</witsml:namingSystem>
1388 + </witsml:rigAlias>
1389 + <witsml:rigAlias>
1390 + <witsml:name>271581</witsml:name>
1391 + <witsml:namingSystem>NPD code</witsml:namingSystem>
1392 + </witsml:rigAlias>
1393 + </witsml:wellboreInfo>
1394 + <witsml:statusInfo>
1395 + <witsml:dTim>2011-08-15T00:00:00.001Z</witsml:dTim>
1396 + <witsml:md uom="m">2438.4</witsml:md>
1397 + <witsml:tvd uom="m">0</witsml:tvd>
1398 + <witsml:typeWellbore>bypass</witsml:typeWellbore>
1399 + <witsml:mdKickoff uom="m">1571.244</witsml:mdKickoff>
1400 + <witsml:diaCsgLast uom="in">5</witsml:diaCsgLast>
1401 + <witsml:mdCsgLast uom="m">4778.045</witsml:mdCsgLast>
1402 + <witsml:elevKelly uom="m">42.977</witsml:elevKelly>
1403 + <witsml:sum24Hr>Ran Tractor, 2,6" drift and 2" sample bailer. Ran Tractor and 3" pump bailer.</witsml:sum24Hr>
1404 + <witsml:forecast24Hr>Run 3" pump bailer. Run Power Suctiion Tool.</witsml:forecast24Hr>
1405 + </witsml:statusInfo>
1406 + <witsml:extendedReport dTim="2011-08-16T00:30:00.001Z">@ 7600 ft pulling out</witsml:extendedReport>
1407 + <witsml:activity>
1408 + <witsml:dTimStart>2011-08-15T00:00:00.001Z</witsml:dTimStart>
1409 + <witsml:dTimEnd>2011-08-15T04:00:00.001Z</witsml:dTimEnd>
1410 + <witsml:md uom="m">0</witsml:md>
1411 + <witsml:phase>fixed</witsml:phase>
1412 + <witsml:proprietaryCode>completion -- completion string</witsml:proprietaryCode>
1413 + <witsml:state>fail</witsml:state>
1414 + <witsml:stateDetailActivity>equipment failure</witsml:stateDetailActivity>
1415 + <witsml:comments>Break lubricator and l/d tool string. Tractor not working properly. Trace of sticky stuff with some particles in bailer. Prepare new tractor. P/u new tractor, 2,6" drift and 2" sample bailer. Stab on lubricator.</witsml:comments>
1416 + </witsml:activity>
1417 + <witsml:activity>
1418 + <witsml:dTimStart>2011-08-15T04:00:00.001Z</witsml:dTimStart>
1419 + <witsml:dTimEnd>2011-08-15T05:00:00.001Z</witsml:dTimEnd>
1420 + <witsml:md uom="m">0</witsml:md>
1421 + <witsml:phase>fixed</witsml:phase>
1422 + <witsml:proprietaryCode>completion -- flow</witsml:proprietaryCode>
1423 + <witsml:state>fail</witsml:state>
1424 + <witsml:stateDetailActivity>equipment failure</witsml:stateDetailActivity>
1425 + <witsml:comments>Presure test on QTS. OK. Open xmv and swab.</witsml:comments>
1426 + </witsml:activity>
1427 + <witsml:activity>
1428 + <witsml:dTimStart>2011-08-15T05:00:00.001Z</witsml:dTimStart>
1429 + <witsml:dTimEnd>2011-08-15T07:00:00.001Z</witsml:dTimEnd>
1430 + <witsml:md uom="m">3782.263</witsml:md>
1431 + <witsml:phase>fixed</witsml:phase>
1432 + <witsml:proprietaryCode>completion -- other</witsml:proprietaryCode>
1433 + <witsml:state>fail</witsml:state>
1434 + <witsml:stateDetailActivity>equipment failure</witsml:stateDetailActivity>
1435 + <witsml:comments>Run # 5. RIH with tractor, 2,6" drift and 2,0" sample bailer. Down to 12409 ft WLM</witsml:comments>
1436 + </witsml:activity>
1437 + <witsml:activity>
1438 + <witsml:dTimStart>2011-08-15T07:00:00.001Z</witsml:dTimStart>
1439 + <witsml:dTimEnd>2011-08-15T08:00:00.001Z</witsml:dTimEnd>
1440 + <witsml:md uom="m">3782.263</witsml:md>
1441 + <witsml:phase>fixed</witsml:phase>
1442 + <witsml:proprietaryCode>completion -- other</witsml:proprietaryCode>
1443 + <witsml:state>ok</witsml:state>
1444 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
1445 + <witsml:comments>Stand-by for WellTec Engineer crewchange by shuttle helicopter.</witsml:comments>
1446 + </witsml:activity>
1447 + <witsml:activity>
1448 + <witsml:dTimStart>2011-08-15T08:00:00.001Z</witsml:dTimStart>
1449 + <witsml:dTimEnd>2011-08-15T16:00:00.001Z</witsml:dTimEnd>
1450 + <witsml:md uom="m">0</witsml:md>
1451 + <witsml:phase>fixed</witsml:phase>
1452 + <witsml:proprietaryCode>completion -- other</witsml:proprietaryCode>
1453 + <witsml:state>ok</witsml:state>
1454 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
1455 + <witsml:comments>Start tractor and Rih, tag at 12434 ft wlm, 700 lbs overpull to free tools. Made 5 more attempts to pass, no-go. Last tag at 12443 ft wlm, Pooh. Secure well and drain riser. Lay down tractor and bailer. Recovered sample of contaminated oil based mud, also found some debris in fluted centralizer. Photos stored in MaxWell. Sample contain: Water16% Oil32%LGS47,7 lb/bbl Solids52%HGS682,2 lb/bbl</witsml:comments>
1456 + </witsml:activity>
1457 + <witsml:activity>
1458 + <witsml:dTimStart>2011-08-15T16:00:00.001Z</witsml:dTimStart>
1459 + <witsml:dTimEnd>2011-08-15T17:30:00.001Z</witsml:dTimEnd>
1460 + <witsml:md uom="m">0</witsml:md>
1461 + <witsml:phase>fixed</witsml:phase>
1462 + <witsml:proprietaryCode>completion -- completion string</witsml:proprietaryCode>
1463 + <witsml:state>ok</witsml:state>
1464 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
1465 + <witsml:comments>Prepare tractor and 3" pump bailer. pick up same and stab on lubricator</witsml:comments>
1466 + </witsml:activity>
1467 + <witsml:activity>
1468 + <witsml:dTimStart>2011-08-15T17:30:00.001Z</witsml:dTimStart>
1469 + <witsml:dTimEnd>2011-08-15T18:30:00.001Z</witsml:dTimEnd>
1470 + <witsml:md uom="m">0</witsml:md>
1471 + <witsml:phase>fixed</witsml:phase>
1472 + <witsml:proprietaryCode>completion -- flow</witsml:proprietaryCode>
1473 + <witsml:state>ok</witsml:state>
1474 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
1475 + <witsml:comments>Pressure test QTS. OK. Open XMT and Swab.</witsml:comments>
1476 + </witsml:activity>
1477 + <witsml:activity>
1478 + <witsml:dTimStart>2011-08-15T18:30:00.001Z</witsml:dTimStart>
1479 + <witsml:dTimEnd>2011-08-16T00:00:00.001Z</witsml:dTimEnd>
1480 + <witsml:md uom="m">2438.4</witsml:md>
1481 + <witsml:phase>fixed</witsml:phase>
1482 + <witsml:proprietaryCode>completion -- other</witsml:proprietaryCode>
1483 + <witsml:state>ok</witsml:state>
1484 + <witsml:stateDetailActivity>success</witsml:stateDetailActivity>
1485 + <witsml:comments>Run # 6 RIH with tractor and 3" pump bailer. tool stop @ 12404 ft WLM. Start tractor and down to 12438 ft WLM 950 lbs overpull to free tools. Work streng up and down.Last stop @ 12446 ft WLM, 400 lbs overpull to free tools. Pooh.</witsml:comments>
1486 + </witsml:activity>
1487 + </witsml:drillReport>
1488 +</witsml:drillReports>
...\ No newline at end of file ...\ No newline at end of file
1 +<?xml-stylesheet type="text/xsl" href="ddr_HTML_Report.xsl"?>
2 +<witsml:drillReports version="1.3.1.0(NPD)" xmlns:witsml="http://www.witsml.org/schemas/131" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.witsml.org/schemas/131 http://www.npd.no/schema/CDRS/131/WITSML_DrillReport_Norwegian_Profiled_Schema.xsd"><witsml:documentInfo><witsml:DocumentName>Drill Report</witsml:DocumentName><witsml:Owner>IIP</witsml:Owner></witsml:documentInfo><witsml:drillReport><witsml:nameWell>NO 30/9-F-9</witsml:nameWell><witsml:nameWellbore>NO 30/9-F-9</witsml:nameWellbore><witsml:name>name</witsml:name><witsml:dTimStart>2009-01-12T06:00:00</witsml:dTimStart><witsml:dTimEnd>2009-01-13T06:00:00</witsml:dTimEnd><witsml:versionKind>normal</witsml:versionKind><witsml:createDate>2009-01-13T12:00:26</witsml:createDate><witsml:wellAlias><witsml:name>30/9-F-9</witsml:name><witsml:namingSystem>NPD code</witsml:namingSystem></witsml:wellAlias><witsml:wellboreAlias><witsml:name>30/9-F-9</witsml:name><witsml:namingSystem>NPD code</witsml:namingSystem></witsml:wellboreAlias><witsml:wellboreAlias><witsml:name>5857</witsml:name><witsml:namingSystem>NPD number</witsml:namingSystem></witsml:wellboreAlias><witsml:wellboreInfo><witsml:dTimSpud>2006-07-23T00:00:00</witsml:dTimSpud><witsml:operator>StatoilHydro</witsml:operator><witsml:drillContractor>KCA Deutag Drilling Norge AS</witsml:drillContractor><witsml:rigAlias><witsml:name>OSEBERG SØR</witsml:name><witsml:namingSystem>NPD Name</witsml:namingSystem></witsml:rigAlias><witsml:rigAlias><witsml:name>280205</witsml:name><witsml:namingSystem>NPD code</witsml:namingSystem></witsml:rigAlias></witsml:wellboreInfo><witsml:statusInfo><witsml:dTim>2009-01-13T00:00:00</witsml:dTim><witsml:md uom="m">5350</witsml:md><witsml:tvd uom="m">2645.6</witsml:tvd><witsml:diaHole uom="in">17.5</witsml:diaHole><witsml:mdDiaHoleStart uom="m">5350</witsml:mdDiaHoleStart><witsml:mdDiaPilotPlan uom="m">5350</witsml:mdDiaPilotPlan><witsml:strengthForm uom="g/cm3">1.58</witsml:strengthForm><witsml:mdStrengthForm uom="m">3609</witsml:mdStrengthForm><witsml:tvdStrengthForm uom="m">2230.4</witsml:tvdStrengthForm><witsml:diaCsgLast uom="in">13.375</witsml:diaCsgLast><witsml:mdCsgLast uom="m">5344</witsml:mdCsgLast><witsml:tvdCsgLast uom="m">2644.6</witsml:tvdCsgLast><witsml:presTestType>formation integrity test</witsml:presTestType><witsml:mdPlanned uom="m">-9999</witsml:mdPlanned><witsml:distDrill uom="m">-9999</witsml:distDrill><witsml:elevKelly uom="m">67.2</witsml:elevKelly><witsml:sum24Hr>Waited on production to finish testing of X-mas tree. Nippled up add-on spool, new drilling spool, HP riser, BOP and diverter.</witsml:sum24Hr><witsml:forecast24Hr>Pick up and make up 6 5/8&quot; DP. Test add-on spool and HP riser connection.</witsml:forecast24Hr><witsml:ropCurrent uom="m/h">-9999</witsml:ropCurrent></witsml:statusInfo><witsml:activity><witsml:dTimStart>2009-01-12T06:00:00</witsml:dTimStart><witsml:dTimEnd>2009-01-12T13:30:00</witsml:dTimEnd><witsml:md uom="m">0</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>interruption -- wait</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Waited on production to finish testing of X-mas tree. Meanwhile completed test of standpipe manifold, rigged down manrider winch and installed mouse hole.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-12T13:30:00</witsml:dTimStart><witsml:dTimEnd>2009-01-12T14:00:00</witsml:dTimEnd><witsml:md uom="m">0</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>drilling -- bop/wellhead equipment</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Held SJA meeting prior to heavy lift operation. </witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-12T14:00:00</witsml:dTimStart><witsml:dTimEnd>2009-01-12T15:30:00</witsml:dTimEnd><witsml:md uom="m">0</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>drilling -- bop/wellhead equipment</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Prepared nippling operation. Picked up HP riser from deck and landed riser in spider.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-12T15:30:00</witsml:dTimStart><witsml:dTimEnd>2009-01-12T17:30:00</witsml:dTimEnd><witsml:md uom="m">0</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>interruption -- wait</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Waited for production to shut in wells.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-12T17:30:00</witsml:dTimStart><witsml:dTimEnd>2009-01-12T19:00:00</witsml:dTimEnd><witsml:md uom="m">0</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>drilling -- bop/wellhead equipment</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Removed hatches and lowered add-on spool to well head. Oriented add-on spool and connected same to well head.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-12T19:00:00</witsml:dTimStart><witsml:dTimEnd>2009-01-12T23:30:00</witsml:dTimEnd><witsml:md uom="m">0</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>drilling -- bop/wellhead equipment</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Lowered down new drilling spool and made up same to add-on spool.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-12T23:30:00</witsml:dTimStart><witsml:dTimEnd>2009-01-13T00:00:00</witsml:dTimEnd><witsml:md uom="m">0</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>drilling -- bop/wellhead equipment</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Lowered down HP riser on driling spool. Installed hatches in catedral.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-13T00:00:00</witsml:dTimStart><witsml:dTimEnd>2009-01-13T02:00:00</witsml:dTimEnd><witsml:md uom="m">0</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>drilling -- bop/wellhead equipment</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Nippled up BOP, bell nipple and diverter.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-13T02:00:00</witsml:dTimStart><witsml:dTimEnd>2009-01-13T04:00:00</witsml:dTimEnd><witsml:md uom="m">0</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>drilling -- trip</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Laid out 6 5/8&quot; DP on deck. </witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-13T04:00:00</witsml:dTimStart><witsml:dTimEnd>2009-01-13T05:00:00</witsml:dTimEnd><witsml:md uom="m">0</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>drilling -- trip</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Laid down 6 5/8&quot; HWDP, R2 from derrick to deck.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-13T05:00:00</witsml:dTimStart><witsml:dTimEnd>2009-01-13T06:00:00</witsml:dTimEnd><witsml:md uom="m">0</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>drilling -- trip</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Picked up and made up 6 5/8&quot; DP from deck. Racked stands in derrick.</witsml:comments></witsml:activity></witsml:drillReport></witsml:drillReports>
...\ No newline at end of file ...\ No newline at end of file
1 +<?xml-stylesheet type="text/xsl" href="ddr_HTML_Report.xsl"?>
2 +<witsml:drillReports version="1.3.1.0(NPD)" xmlns:witsml="http://www.witsml.org/schemas/131" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.witsml.org/schemas/131 http://www.npd.no/schema/CDRS/131/WITSML_DrillReport_Norwegian_Profiled_Schema.xsd"><witsml:documentInfo><witsml:DocumentName>Drill Report</witsml:DocumentName><witsml:Owner>IIP</witsml:Owner></witsml:documentInfo><witsml:drillReport><witsml:nameWell>NO 7223/5-1</witsml:nameWell><witsml:nameWellbore>NO 7223/5-1</witsml:nameWellbore><witsml:name>name</witsml:name><witsml:dTimStart>2009-01-12T06:00:00</witsml:dTimStart><witsml:dTimEnd>2009-01-13T06:00:00</witsml:dTimEnd><witsml:versionKind>normal</witsml:versionKind><witsml:createDate>2009-01-13T12:01:20</witsml:createDate><witsml:wellAlias><witsml:name>7223/5-1</witsml:name><witsml:namingSystem>NPD code</witsml:namingSystem></witsml:wellAlias><witsml:wellboreAlias><witsml:name>7223/5-1</witsml:name><witsml:namingSystem>NPD code</witsml:namingSystem></witsml:wellboreAlias><witsml:wellboreAlias><witsml:name>5960</witsml:name><witsml:namingSystem>NPD number</witsml:namingSystem></witsml:wellboreAlias><witsml:wellboreInfo><witsml:operator>StatoilHydro</witsml:operator><witsml:drillContractor>Transocean</witsml:drillContractor><witsml:rigAlias><witsml:name>POLAR PIONEER</witsml:name><witsml:namingSystem>NPD Name</witsml:namingSystem></witsml:rigAlias><witsml:rigAlias><witsml:name>289333</witsml:name><witsml:namingSystem>NPD code</witsml:namingSystem></witsml:rigAlias></witsml:wellboreInfo><witsml:statusInfo><witsml:dTim>2009-01-13T00:00:00</witsml:dTim><witsml:md uom="m">385</witsml:md><witsml:tvd uom="m">385</witsml:tvd><witsml:diaHole uom="in">0</witsml:diaHole><witsml:mdDiaHoleStart uom="m">2549</witsml:mdDiaHoleStart><witsml:strengthForm uom="g/cm3">2.87</witsml:strengthForm><witsml:mdStrengthForm uom="m">1109</witsml:mdStrengthForm><witsml:tvdStrengthForm uom="m">1109</witsml:tvdStrengthForm><witsml:diaCsgLast uom="in">9.625</witsml:diaCsgLast><witsml:mdCsgLast uom="m">1109</witsml:mdCsgLast><witsml:tvdCsgLast uom="m">1109</witsml:tvdCsgLast><witsml:presTestType>leak off test</witsml:presTestType><witsml:mdPlanned uom="m">-9999</witsml:mdPlanned><witsml:distDrill uom="m">-9999</witsml:distDrill><witsml:elevKelly uom="m">23</witsml:elevKelly><witsml:sum24Hr>WOW. Ran in with the 30&quot; casing cutting assembly. Unable to enter the 20 casing with the BHA. POOH and changed the non rotating stab sleeve from 17 1/2 to 12 1/4&quot;. Ran in and stabbed in. Latched the rotating spear in the 30 caing. Cut the 30&quot; casing. Pulled the casing free with 75 tons overpull. POOH and landed the 30&quot; c/w the PGB on the carrier. Released the 30&quot; casing from the PGB.</witsml:sum24Hr><witsml:forecast24Hr>Lay down the 30&quot; casing. Pull anchors. Deballast rig.
3 +Status target at 06:00 hrs tomorrow morning: Pull anchors. </witsml:forecast24Hr><witsml:ropCurrent uom="m/h">-9999</witsml:ropCurrent></witsml:statusInfo><witsml:activity><witsml:dTimStart>2009-01-12T06:00:00</witsml:dTimStart><witsml:dTimEnd>2009-01-12T10:30:00</witsml:dTimEnd><witsml:md uom="m">0</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>interruption -- waiting on weather</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Waited on weather. Meanwhile performed general rig maintenance.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-12T10:30:00</witsml:dTimStart><witsml:dTimEnd>2009-01-12T11:30:00</witsml:dTimEnd><witsml:md uom="m">0</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- cut</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>equipment failure</witsml:stateDetailActivity><witsml:comments>Made up a x-over and 1 stand of DP to the 30&quot; casing cutting assymbly and tested the cutters in the moonpool.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-12T11:30:00</witsml:dTimStart><witsml:dTimEnd>2009-01-12T12:30:00</witsml:dTimEnd><witsml:md uom="m">207</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- cut</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>equipment failure</witsml:stateDetailActivity><witsml:comments>Ran in with the 30&quot; casing cutting assembly from surface to 207m on the BHA from the derrick.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-12T12:30:00</witsml:dTimStart><witsml:dTimEnd>2009-01-12T13:00:00</witsml:dTimEnd><witsml:md uom="m">352</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- cut</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>equipment failure</witsml:stateDetailActivity><witsml:comments>RIH with the BHA on 5 1/2&quot; DP from 207m to 352m.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-12T13:00:00</witsml:dTimStart><witsml:dTimEnd>2009-01-12T17:30:00</witsml:dTimEnd><witsml:md uom="m">352</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>interruption -- waiting on weather</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Waited on the weather to improve enough to be able to launch the ROV.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-12T17:30:00</witsml:dTimStart><witsml:dTimEnd>2009-01-12T18:30:00</witsml:dTimEnd><witsml:md uom="m">352</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- cut</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>equipment failure</witsml:stateDetailActivity><witsml:comments>Launched the ROV and positioned the rig.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-12T18:30:00</witsml:dTimStart><witsml:dTimEnd>2009-01-12T19:00:00</witsml:dTimEnd><witsml:md uom="m">371</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- cut</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>equipment failure</witsml:stateDetailActivity><witsml:comments>Stabbed the BHA in to the conductor and attempted to lower the BHA into postion- stood up 1,4 m high. Suspected the 17 1/2&quot; non rotating stab stood up on top of the 20&quot; casing cut. Worked the string up and down several times with and witout rotation and attempted to enter the 20&quot; casing - no go.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-12T19:00:00</witsml:dTimStart><witsml:dTimEnd>2009-01-12T19:30:00</witsml:dTimEnd><witsml:md uom="m">207</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- cut</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>operation failed</witsml:stateDetailActivity><witsml:comments>POOH to the top of the BHA. Laid down the drilling pup after the first stand of 5 1/2&quot; DP.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-12T19:30:00</witsml:dTimStart><witsml:dTimEnd>2009-01-12T20:30:00</witsml:dTimEnd><witsml:md uom="m">0</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- cut</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>operation failed</witsml:stateDetailActivity><witsml:comments>POOH and racked the BHA in the derrick. Meanwhile the ROV searched and located the the hydraulic cylinder for the X-mas tree guide system door lost overboard 05.01.2009.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-12T20:30:00</witsml:dTimStart><witsml:dTimEnd>2009-01-12T21:30:00</witsml:dTimEnd><witsml:md uom="m">207</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- cut</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>operation failed</witsml:stateDetailActivity><witsml:comments>Changed the 17 1/2&quot; sleeve on the non rotating stab to 12 1/4&quot; and RIH with the BHA from the derrick.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-12T21:30:00</witsml:dTimStart><witsml:dTimEnd>2009-01-12T23:00:00</witsml:dTimEnd><witsml:md uom="m">352</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- cut</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>operation failed</witsml:stateDetailActivity><witsml:comments>RIH with the BHA on 5 1/2&quot; DP. Installed the drilling pup. Positioned the rig and stabbed in to the 30&quot; conductor.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-12T23:00:00</witsml:dTimStart><witsml:dTimEnd>2009-01-13T00:00:00</witsml:dTimEnd><witsml:md uom="m">371</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- cut</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Lathed the rotating spear in the 30&quot; casing and applied 7-10 tons overpull. Cut the 30&quot; casing at 367m with 100 rpm/9-16 kNm and 665-758 lpm/62-75 bar.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-13T00:00:00</witsml:dTimStart><witsml:dTimEnd>2009-01-13T00:30:00</witsml:dTimEnd><witsml:md uom="m">371</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- cut</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Cut the 30&quot; casing at 367m with 100 rpm/9-16 kNm and 665-758 lpm/62-75 bar holding 7-10 tons overpull on the rotating spear. </witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-13T00:30:00</witsml:dTimStart><witsml:dTimEnd>2009-01-13T01:00:00</witsml:dTimEnd><witsml:md uom="m">371</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- cut</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Observed the pressure drop from 75 bar to 32 bar and the torque dropped from 16 kNm to 9 kNm indicating the 30&quot; casing cut after 1 1/2 hrs. Increased the flow from 758 lpm to 1050 lpm and continued to cut for another 5 min. Stopped the rotation and the pumps and pulled the casing free with 75 tons overpull.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-13T01:00:00</witsml:dTimStart><witsml:dTimEnd>2009-01-13T01:30:00</witsml:dTimEnd><witsml:md uom="m">207</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- cut</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>POOH with the PGB and the 30&quot; casing to the top of the BHA. Laid down the drilling pup after the first stand of 5 1/2&quot; DP.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-13T01:30:00</witsml:dTimStart><witsml:dTimEnd>2009-01-13T02:00:00</witsml:dTimEnd><witsml:md uom="m">15</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- cut</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>POOH and racked the BHA in the derrick.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-13T02:00:00</witsml:dTimStart><witsml:dTimEnd>2009-01-13T02:30:00</witsml:dTimEnd><witsml:md uom="m">0</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- cut</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Landed the PGB c/w the 30&quot; casing stump on the BOP carrier. Held pre-job meeting and installed sea fastening on the PGB. Released the spear from the 30&quot; casing with downward movement and 1/4 turn to th right. Pulled the cutter assembly to the drill floor.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-13T02:30:00</witsml:dTimStart><witsml:dTimEnd>2009-01-13T03:30:00</witsml:dTimEnd><witsml:md uom="m">0</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- cut</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Broke out and laid down the cutting/pulling assembly.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-13T03:30:00</witsml:dTimStart><witsml:dTimEnd>2009-01-13T04:00:00</witsml:dTimEnd><witsml:md uom="m">0</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- cut</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Held pre-job meeting. Picked up and made up the 30&quot; CART.</witsml:comments></witsml:activity><witsml:activity><witsml:dTimStart>2009-01-13T04:00:00</witsml:dTimStart><witsml:dTimEnd>2009-01-13T06:00:00</witsml:dTimEnd><witsml:md uom="m">0</witsml:md><witsml:phase>fixed</witsml:phase><witsml:proprietaryCode>plug abandon -- cut</witsml:proprietaryCode><witsml:state>ok</witsml:state><witsml:stateDetailActivity>success</witsml:stateDetailActivity><witsml:comments>Lowered the 30&quot; CART in to the 30&quot; housing and made up same with 5 turns to the left. Picked up the weight of the guidebase. Installed two stud bolts in the drive sleeve and pushed in the drive sleeve shear pins. Installed two eyebolts in the drive sleeve and lifted the drive sleeve 1&quot; with two winches. Set down the weight of PGB and lowered the 30 &quot; conductor 15 cm. Removed one bolt from the latch ring buckle. Installed eight release bolts in the latch ring and expanded the ring. Had problems with ice in the boltholes and the cavities during the relasing operations of the 30 &quot; casing. Picked up the 30&quot; housing out of the PGB.Pulled the 30&quot; casing to the drill floor.</witsml:comments></witsml:activity></witsml:drillReport></witsml:drillReports>
...\ No newline at end of file ...\ No newline at end of file
1 +<?xml version="1.0" encoding="ISO-8859-1"?>
2 +<?xml-stylesheet type="text/xsl" href="ddr_HTML_Report.xsl"?>
3 +<witsml:drillReports
4 + version="1.3.1.0(NPD)"
5 + xsi:schemaLocation="http://www.witsml.org/schemas/131 ddr_schema.xsd"
6 + xmlns:witsml="http://www.witsml.org/schemas/131"
7 + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
8 + <witsml:documentInfo>
9 + <witsml:DocumentName>Drill Report</witsml:DocumentName>
10 + <witsml:Owner>IIP</witsml:Owner>
11 + </witsml:documentInfo>
12 + <witsml:drillReport>
13 + <witsml:nameWell>99/99-A-99</witsml:nameWell>
14 + <witsml:nameWellbore>99/99-A-99 T1</witsml:nameWellbore>
15 + <witsml:name>witsml:name</witsml:name>
16 + <witsml:dTimStart>2006-06-06T00:00:00.000</witsml:dTimStart>
17 + <witsml:dTimEnd>2006-06-06T24:00:00.000</witsml:dTimEnd>
18 + <witsml:versionKind>preliminary</witsml:versionKind>
19 + <witsml:createDate>2006-06-06T13:15:00.000</witsml:createDate>
20 + <witsml:wellAlias>
21 + <witsml:name>99/99-A-99</witsml:name>
22 + <witsml:namingSystem>NPD code</witsml:namingSystem>
23 + </witsml:wellAlias>
24 + <witsml:wellboreAlias>
25 + <witsml:name>99/99-A-99 T1</witsml:name>
26 + <witsml:namingSystem>NPD code</witsml:namingSystem>
27 + </witsml:wellboreAlias>
28 + <witsml:wellboreAlias>
29 + <witsml:name>123</witsml:name>
30 + <witsml:namingSystem>NPD number</witsml:namingSystem>
31 + </witsml:wellboreAlias>
32 + <witsml:wellDatum defaultMeasuredDepth="true" defaultVerticalDepth="true">
33 + <witsml:name>Kelly Bushing</witsml:name>
34 + <witsml:code>KB</witsml:code>
35 + <witsml:elevation uom="m" datum="SL">23.55</witsml:elevation>
36 + </witsml:wellDatum>
37 + <witsml:wellDatum>
38 + <witsml:name>Sea Level</witsml:name>
39 + <witsml:code>SL</witsml:code>
40 + </witsml:wellDatum>
41 + <!--
42 + <witsml:wellCRS>
43 + <witsml:name>ED50</witsml:name>
44 + <witsml:geographic>
45 + <witsml:geodeticDatumCode>ED50</witsml:geodeticDatumCode>
46 + </witsml:geographic>
47 + </witsml:wellCRS>
48 + -->
49 + <witsml:wellboreInfo>
50 + <witsml:dTimSpud>1986-06-06T13:15:00.000</witsml:dTimSpud>
51 + <witsml:dTimPreSpud>1982-06-06T13:15:00.000</witsml:dTimPreSpud>
52 + <witsml:operator>Big operator Inc</witsml:operator>
53 + <witsml:rigAlias>
54 + <witsml:name>Offshore Rig</witsml:name>
55 + <witsml:namingSystem>NPD Name</witsml:namingSystem>
56 + </witsml:rigAlias>
57 + <witsml:rigAlias>
58 + <witsml:name>4321</witsml:name>
59 + <witsml:namingSystem>NPD code</witsml:namingSystem>
60 + </witsml:rigAlias>
61 + </witsml:wellboreInfo>
62 + <witsml:statusInfo>
63 + <witsml:dTim>2001-12-31T12:00:00</witsml:dTim>
64 + <witsml:md uom="m">6898</witsml:md>
65 + <witsml:tvd uom="m">4561</witsml:tvd>
66 + <witsml:mdPlugTop uom="m">3564.22</witsml:mdPlugTop>
67 + <witsml:diaHole uom="in">43.33</witsml:diaHole>
68 + <witsml:mdDiaHoleStart uom="m">5935.7</witsml:mdDiaHoleStart>
69 + <witsml:diaPilot uom="in"> 45.55</witsml:diaPilot>
70 + <witsml:mdDiaPilotPlan uom="m"> 5866.66</witsml:mdDiaPilotPlan>
71 + <witsml:mdKickoff uom="m">1233.22</witsml:mdKickoff>
72 + <witsml:strengthForm uom="g/cm3">123</witsml:strengthForm>
73 + <witsml:mdStrengthForm uom="m">1234</witsml:mdStrengthForm>
74 + <witsml:diaCsgLast uom="in">16.6</witsml:diaCsgLast>
75 + <witsml:mdCsgLast uom="m">1234.56</witsml:mdCsgLast>
76 + <witsml:presTestType>leak off test</witsml:presTestType>
77 + <witsml:distDrill uom="m">78.9</witsml:distDrill>
78 + <witsml:sum24Hr>Yada yada yada</witsml:sum24Hr>
79 + <witsml:forecast24Hr>Bla bla bla</witsml:forecast24Hr>
80 + <witsml:ropCurrent uom="m/h">6.22</witsml:ropCurrent>
81 + </witsml:statusInfo>
82 + <witsml:bitRecord>
83 + <witsml:numBit>1</witsml:numBit>
84 + <witsml:diaBit uom="in">46.6</witsml:diaBit>
85 + <witsml:manufacturer>Small Bit Builder Inc</witsml:manufacturer>
86 + <witsml:codeMfg>SBB</witsml:codeMfg>
87 + </witsml:bitRecord>
88 + <witsml:fluid>
89 + <witsml:type>oil based</witsml:type>
90 + <witsml:dTim>2001-12-31T12:00:00</witsml:dTim>
91 + <witsml:md uom="m">1235.6</witsml:md>
92 + <witsml:tvd uom="m">986.6</witsml:tvd>
93 + <witsml:presBopRating uom="bar">77.7</witsml:presBopRating>
94 + <witsml:mudClass>oil based</witsml:mudClass>
95 + <witsml:density uom="g/cm3">1.85</witsml:density>
96 + <witsml:pv uom="mPa.s">33</witsml:pv>
97 + <witsml:yp uom="Pa">44.4</witsml:yp>
98 + </witsml:fluid>
99 + <witsml:fluid>
100 + <witsml:type>water based</witsml:type>
101 + <witsml:dTim>2001-12-31T12:00:00</witsml:dTim>
102 + <witsml:md uom="m">1235.6</witsml:md>
103 + <witsml:tvd uom="m">986.6</witsml:tvd>
104 + <witsml:presBopRating uom="bar">177.7</witsml:presBopRating>
105 + <witsml:mudClass>water based</witsml:mudClass>
106 + <witsml:density uom="g/cm3">1.85</witsml:density>
107 + <witsml:pv uom="mPa.s">33</witsml:pv>
108 + <witsml:yp uom="Pa">44.4</witsml:yp>
109 + </witsml:fluid>
110 + <witsml:porePressure>
111 + <witsml:readingKind>estimated</witsml:readingKind>
112 + <witsml:equivalentMudWeight uom="g/cm3">23.1</witsml:equivalentMudWeight>
113 + <witsml:dTim>2001-12-31T12:00:00</witsml:dTim>
114 +
115 + <witsml:md uom="m">321.1</witsml:md>
116 + <witsml:tvd uom="m">123.4</witsml:tvd>
117 + </witsml:porePressure>
118 + <witsml:porePressure>
119 + <witsml:readingKind>measured</witsml:readingKind>
120 + <witsml:equivalentMudWeight uom="g/cm3">23.5</witsml:equivalentMudWeight>
121 + <witsml:dTim>2001-12-31T22:00:00</witsml:dTim>
122 + <witsml:md uom="m">321.1</witsml:md>
123 + <witsml:tvd uom="m">123.4</witsml:tvd>
124 + </witsml:porePressure>
125 + <witsml:extendedReport dTim="2006-06-07T06:00:00.000">Bla bla bla</witsml:extendedReport>
126 + <witsml:surveyStation>
127 + <witsml:dTim>2001-12-31T22:00:00</witsml:dTim>
128 + <witsml:md uom="m">123.4</witsml:md>
129 + <witsml:tvd uom="m">123.4</witsml:tvd>
130 + <witsml:incl uom="dega">66.6</witsml:incl>
131 + <witsml:azi uom="dega">55.5</witsml:azi>
132 + </witsml:surveyStation>
133 + <witsml:activity>
134 + <witsml:dTimStart>2001-12-31T22:00:00</witsml:dTimStart>
135 + <witsml:dTimEnd>2001-12-31T23:00:00</witsml:dTimEnd>
136 + <witsml:md uom="m">123.4</witsml:md>
137 + <witsml:tvd uom="m">100.0</witsml:tvd>
138 + <witsml:phase>fixed</witsml:phase>
139 + <witsml:proprietaryCode>drilling -- drill</witsml:proprietaryCode>
140 + <witsml:state>ok</witsml:state>
141 + <witsml:stateDetailActivity>kick</witsml:stateDetailActivity>
142 + <witsml:comments>Bla bla bla</witsml:comments>
143 + </witsml:activity>
144 + <witsml:activity>
145 + <witsml:dTimStart>2001-12-31T02:00:00</witsml:dTimStart>
146 + <witsml:dTimEnd>2001-12-31T06:00:00</witsml:dTimEnd>
147 + <witsml:md uom="m">123.4</witsml:md>
148 + <witsml:tvd uom="m">100.0</witsml:tvd>
149 + <witsml:phase>snub</witsml:phase>
150 + <witsml:proprietaryCode>moving -- transit</witsml:proprietaryCode>
151 + <witsml:state>fail</witsml:state>
152 + <witsml:stateDetailActivity>injury</witsml:stateDetailActivity>
153 + <witsml:comments>Bla bla bla</witsml:comments>
154 + </witsml:activity>
155 + <witsml:logInfo>
156 + <witsml:dTim>2001-12-31T02:00:00</witsml:dTim>
157 + <witsml:runNumber>1</witsml:runNumber>
158 + <witsml:serviceCompany>Small Service Inc</witsml:serviceCompany>
159 + <witsml:mdTop uom="m">4567.6</witsml:mdTop>
160 + <witsml:mdBottom uom="m">4668.9</witsml:mdBottom>
161 + <witsml:tvdTop uom="m">333.3</witsml:tvdTop>
162 + <witsml:tvdBottom uom="m">444.4</witsml:tvdBottom>
163 + <witsml:tool>Hammer</witsml:tool>
164 + <witsml:tempBHCT uom="degC">85.6</witsml:tempBHCT>
165 + <witsml:mdTempTool uom="m">6666.6</witsml:mdTempTool>
166 + <witsml:tvdTempTool uom="m">6666.5</witsml:tvdTempTool>
167 + </witsml:logInfo>
168 + <witsml:logInfo>
169 + <witsml:dTim>2001-12-31T02:00:00</witsml:dTim>
170 + <witsml:runNumber>1</witsml:runNumber>
171 + <witsml:serviceCompany>Small Service Inc</witsml:serviceCompany>
172 + <witsml:mdTop uom="m">4567.6</witsml:mdTop>
173 + <witsml:mdBottom uom="m">4668.9</witsml:mdBottom>
174 + <witsml:tvdTop uom="m">333.3</witsml:tvdTop>
175 + <witsml:tvdBottom uom="m">444.4</witsml:tvdBottom>
176 + <witsml:tool>Hammer</witsml:tool>
177 + <witsml:tempBHST uom="degC">85.6</witsml:tempBHST>
178 + <witsml:eTimStatic uom="h">2.3</witsml:eTimStatic>
179 + <witsml:mdTempTool uom="m">6666.6</witsml:mdTempTool>
180 + <witsml:tvdTempTool uom="m">6666.5</witsml:tvdTempTool>
181 + </witsml:logInfo>
182 + <witsml:coreInfo>
183 + <witsml:dTim>2001-12-31T02:00:00</witsml:dTim>
184 + <witsml:coreNumber>1</witsml:coreNumber>
185 + <witsml:mdTop uom="m">1234</witsml:mdTop>
186 + <witsml:mdBottom uom="m">1234</witsml:mdBottom>
187 + <witsml:tvdTop uom="m">1233</witsml:tvdTop>
188 + <witsml:tvdBottom uom="m">1233</witsml:tvdBottom>
189 + <witsml:lenRecovered uom="m">123</witsml:lenRecovered>
190 + <witsml:recoverPc uom="%">89.9</witsml:recoverPc>
191 + <witsml:lenBarrel uom="m">33.3</witsml:lenBarrel>
192 + <witsml:innerBarrelType>aluminum</witsml:innerBarrelType>
193 + <witsml:coreDescription>bla bla bla</witsml:coreDescription>
194 + </witsml:coreInfo>
195 + <witsml:wellTestInfo>
196 + <witsml:dTim>2001-12-31T02:00:00</witsml:dTim>
197 + <witsml:testType>production test</witsml:testType>
198 + <witsml:testNumber>1</witsml:testNumber>
199 + <witsml:mdTop uom="m">1234.5</witsml:mdTop>
200 + <witsml:mdBottom uom="m">2345.6</witsml:mdBottom>
201 + <witsml:tvdTop uom="m">1234.5</witsml:tvdTop>
202 + <witsml:tvdBottom uom="m">2345.5</witsml:tvdBottom>
203 + <witsml:chokeOrificeSize uom="mm">32.1</witsml:chokeOrificeSize>
204 + <witsml:densityOil uom="g/cm3">0.86</witsml:densityOil>
205 + <witsml:densityWater uom="g/cm3">1.03</witsml:densityWater>
206 + <witsml:densityGas uom="g/cm3">0.06</witsml:densityGas>
207 + <witsml:flowRateOil uom="m3/d">77.7</witsml:flowRateOil>
208 + <witsml:flowRateWater uom="m3/d">7.7</witsml:flowRateWater>
209 + <witsml:flowRateGas uom="M(m3)/d">88.8</witsml:flowRateGas>
210 + <witsml:presShutIn uom="MPa">44.4</witsml:presShutIn>
211 + <witsml:presFlowing uom="MPa">33.3</witsml:presFlowing>
212 + <witsml:presBottom uom="MPa">22.2</witsml:presBottom>
213 + <witsml:gasOilRatio uom="m3/m3">23</witsml:gasOilRatio>
214 + <witsml:waterOilRatio uom="m3/m3">0.33</witsml:waterOilRatio>
215 + <witsml:chloride uom="ppm">22.2</witsml:chloride>
216 + <witsml:carbonDioxide uom="ppm">11.1</witsml:carbonDioxide>
217 + <witsml:hydrogenSulfide uom="ppm">7.3</witsml:hydrogenSulfide>
218 + <witsml:volOilTotal uom="m3">9999</witsml:volOilTotal>
219 + <witsml:volGasTotal uom="M(m3)">666</witsml:volGasTotal>
220 + <witsml:volWaterTotal uom="m3">55</witsml:volWaterTotal>
221 + <witsml:volOilStored uom="m3">1365</witsml:volOilStored>
222 + </witsml:wellTestInfo>
223 + <witsml:formTestInfo>
224 + <witsml:dTim>2001-12-31T02:00:00</witsml:dTim>
225 + <witsml:md uom="m">1234.5</witsml:md>
226 + <witsml:tvd uom="m">1234.5</witsml:tvd>
227 + <witsml:presPore uom="MPa">66.5</witsml:presPore>
228 + <witsml:goodSeal>true</witsml:goodSeal>
229 + <witsml:mdSample uom="m">1224.3</witsml:mdSample>
230 + <witsml:dominateComponent>oil</witsml:dominateComponent>
231 + <witsml:densityHC uom="g/cm3">0.33</witsml:densityHC>
232 + <witsml:volumeSample uom="dm3">11</witsml:volumeSample>
233 + <witsml:description>Yada yada yada</witsml:description>
234 + </witsml:formTestInfo>
235 + <witsml:lithShowInfo>
236 + <witsml:dTim>2001-12-31T02:00:00</witsml:dTim>
237 + <witsml:mdTop uom="m">1234.5</witsml:mdTop>
238 + <witsml:mdBottom uom="m">1234.5</witsml:mdBottom>
239 + <witsml:tvdTop uom="m">1234.5</witsml:tvdTop>
240 + <witsml:tvdBottom uom="m">1234.5</witsml:tvdBottom>
241 + <witsml:show>Bla bla bla</witsml:show>
242 + <witsml:lithology>Bla bla bla</witsml:lithology>
243 + </witsml:lithShowInfo>
244 + <witsml:equipFailureInfo>
245 + <witsml:dTim>2001-12-31T02:00:00</witsml:dTim>
246 + <witsml:md uom="m">1234.5</witsml:md>
247 + <witsml:equipClass>drill floor -- drilling control</witsml:equipClass>
248 + <witsml:eTimMissProduction uom="min">180</witsml:eTimMissProduction>
249 + <witsml:dTimRepair>2002-01-31T02:00:00</witsml:dTimRepair>
250 + <witsml:description>Bla bla bla</witsml:description>
251 + </witsml:equipFailureInfo>
252 + <witsml:controlIncidentInfo>
253 + <witsml:dTim>2001-12-31T02:00:00</witsml:dTim>
254 + <witsml:mdInflow uom="m">1234.5</witsml:mdInflow>
255 + <witsml:tvdInflow uom="m">1234</witsml:tvdInflow>
256 + <witsml:phase>wire line</witsml:phase>
257 + <witsml:proprietaryCode>moving -- transit</witsml:proprietaryCode>
258 + <witsml:eTimLost uom="min">16</witsml:eTimLost>
259 + <witsml:dTimRegained>2001-12-31T02:16:00</witsml:dTimRegained>
260 + <witsml:diaBit uom="in">21</witsml:diaBit>
261 + <witsml:mdBit uom="m">123</witsml:mdBit>
262 + <witsml:wtMud uom="g/cm3">1.23</witsml:wtMud>
263 + <witsml:porePressure uom="g/cm3">1.12</witsml:porePressure>
264 + <witsml:diaCsgLast uom="in">33</witsml:diaCsgLast>
265 + <witsml:mdCsgLast uom="m">123</witsml:mdCsgLast>
266 + <witsml:volMudGained uom="m3">112</witsml:volMudGained>
267 + <witsml:presShutInCasing uom="bar">44</witsml:presShutInCasing>
268 + <witsml:presShutInDrill uom="bar">33</witsml:presShutInDrill>
269 + <witsml:incidentType>oil kick</witsml:incidentType>
270 + <witsml:killingType>lubricate and bleed</witsml:killingType>
271 + <witsml:formation>jura</witsml:formation>
272 + <witsml:tempBottom uom="degC">258</witsml:tempBottom>
273 + <witsml:presMaxChoke uom="bar">66.3</witsml:presMaxChoke>
274 + <witsml:description>Browser support: IE: Internet Explorer, M: Mac IE only, F: Firefox, N: Netscape.
275 +W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).</witsml:description>
276 + </witsml:controlIncidentInfo>
277 + <witsml:controlIncidentInfo>
278 + <witsml:dTim>2008-12-31T02:00:00</witsml:dTim>
279 + <witsml:mdInflow uom="m">1234.5</witsml:mdInflow>
280 + <witsml:tvdInflow uom="m">1234</witsml:tvdInflow>
281 + <witsml:phase>wire line</witsml:phase>
282 + <witsml:proprietaryCode>moving -- transit</witsml:proprietaryCode>
283 + <witsml:eTimLost uom="min">16</witsml:eTimLost>
284 + <witsml:dTimRegained>2001-12-31T02:16:00</witsml:dTimRegained>
285 + <witsml:diaBit uom="in">21</witsml:diaBit>
286 + <witsml:mdBit uom="m">123</witsml:mdBit>
287 + <witsml:wtMud uom="g/cm3">1.23</witsml:wtMud>
288 + <witsml:porePressure uom="g/cm3">1.12</witsml:porePressure>
289 + <witsml:diaCsgLast uom="in">33</witsml:diaCsgLast>
290 + <witsml:mdCsgLast uom="m">123</witsml:mdCsgLast>
291 + <witsml:volMudGained uom="m3">112</witsml:volMudGained>
292 + <witsml:presShutInCasing uom="bar">44</witsml:presShutInCasing>
293 + <witsml:presShutInDrill uom="bar">33</witsml:presShutInDrill>
294 + <witsml:incidentType>oil kick</witsml:incidentType>
295 + <witsml:killingType>lubricate and bleed</witsml:killingType>
296 + <witsml:formation>jura</witsml:formation>
297 + <witsml:tempBottom uom="degC">258</witsml:tempBottom>
298 + <witsml:presMaxChoke uom="bar">66.3</witsml:presMaxChoke>
299 + <witsml:description>Browser support: IE: Internet Explorer, M: Mac IE only, F: Firefox, N: Netscape.
300 +W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).</witsml:description>
301 + </witsml:controlIncidentInfo>
302 + <witsml:stratInfo>
303 + <witsml:dTim>2001-12-31T02:00:00</witsml:dTim>
304 + <witsml:mdTop uom="m">1234.5</witsml:mdTop>
305 + <witsml:tvdTop uom="m">1234</witsml:tvdTop>
306 + <witsml:description>bla bla bla</witsml:description>
307 + </witsml:stratInfo>
308 + <witsml:perfInfo>
309 + <witsml:dTimOpen>2001-12-31T02:00:00</witsml:dTimOpen>
310 + <witsml:dTimClose>2001-12-31T18:00:00</witsml:dTimClose>
311 + <witsml:mdTop uom="m">1033</witsml:mdTop>
312 + <witsml:mdBottom uom="m">1234</witsml:mdBottom>
313 + <witsml:tvdTop uom="m">999</witsml:tvdTop>
314 + <witsml:tvdBottom uom="m">1100</witsml:tvdBottom>
315 + </witsml:perfInfo>
316 + <witsml:gasReadingInfo>
317 + <witsml:dTim>2001-12-31T02:00:00</witsml:dTim>
318 + <witsml:readingType>shut down gas</witsml:readingType>
319 + <witsml:mdTop uom="m">1234</witsml:mdTop>
320 + <witsml:mdBottom uom="m">1256</witsml:mdBottom>
321 + <witsml:tvdTop uom="m">999</witsml:tvdTop>
322 + <witsml:tvdBottom uom="m">1120</witsml:tvdBottom>
323 + <witsml:gasHigh uom="%">77.7</witsml:gasHigh>
324 + <witsml:gasLow uom="%">44.4</witsml:gasLow>
325 + <witsml:meth uom="ppm">55</witsml:meth>
326 + <witsml:eth uom="ppm">55</witsml:eth>
327 + <witsml:prop uom="ppm">55</witsml:prop>
328 + <witsml:ibut uom="ppm">55</witsml:ibut>
329 + <witsml:nbut uom="ppm">55</witsml:nbut>
330 + <witsml:ipent uom="ppm">55</witsml:ipent>
331 + </witsml:gasReadingInfo>
332 + </witsml:drillReport>
333 +</witsml:drillReports>
334 +
1 +<?xml version="1.0" encoding="ISO-8859-1"?>
2 +<?xml-stylesheet type="text/xsl" href="ddr_HTMLReport_transformation_2011_02_07.xsl"?>
3 +<witsml:drillReports
4 + version="1.4.0.0"
5 + xsi:schemaLocation="http://www.witsml.org/schemas/1series WITSML_drillReport_profiled_schema_2011_01_29.xsd"
6 + xmlns:witsml="http://www.witsml.org/schemas/1series"
7 + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
8 +
9 + <witsml:documentInfo>
10 + <witsml:documentName>Drill Report</witsml:documentName>
11 + <witsml:owner>IIP</witsml:owner>
12 + </witsml:documentInfo>
13 + <witsml:drillReport>
14 + <witsml:nameWell>99/99-A-99</witsml:nameWell>
15 + <witsml:nameWellbore>99/99-A-99 T1</witsml:nameWellbore>
16 + <witsml:name>witsml:name</witsml:name>
17 + <witsml:dTimStart>2006-06-06T00:00:00.000Z</witsml:dTimStart>
18 + <witsml:dTimEnd>2006-06-06T12:00:00.0Z</witsml:dTimEnd>
19 + <witsml:versionKind>preliminary</witsml:versionKind>
20 + <witsml:createDate>2006-06-06T13:15:00.000Z</witsml:createDate>
21 + <witsml:wellAlias>
22 + <witsml:name>99/99-A-99</witsml:name>
23 + <witsml:namingSystem>NPD code</witsml:namingSystem>
24 + </witsml:wellAlias>
25 + <witsml:wellboreAlias>
26 + <witsml:name>99/99-A-99 T1</witsml:name>
27 + <witsml:namingSystem>NPD code</witsml:namingSystem>
28 + </witsml:wellboreAlias>
29 + <witsml:wellboreAlias>
30 + <witsml:name>123</witsml:name>
31 + <witsml:namingSystem>NPD number</witsml:namingSystem>
32 + </witsml:wellboreAlias>
33 + <witsml:wellDatum defaultMeasuredDepth="true" defaultVerticalDepth="true">
34 + <witsml:name>Kelly Bushing</witsml:name>
35 + <witsml:code>KB</witsml:code>
36 + <witsml:elevation uom="m" datum="SL">23.55</witsml:elevation>
37 + </witsml:wellDatum>
38 +
39 + <witsml:wellDatum>
40 + <witsml:name>Sea Level</witsml:name>
41 + <witsml:code>SL</witsml:code>
42 + </witsml:wellDatum>
43 +
44 + <!--
45 + <witsml:wellCRS>
46 + <witsml:name>ED50</witsml:name>
47 + <witsml:geographic>
48 + <witsml:geodeticDatumCode>ED50</witsml:geodeticDatumCode>
49 + </witsml:geographic>
50 + </witsml:wellCRS>
51 + -->
52 +
53 + <witsml:wellboreInfo>
54 + <witsml:dTimSpud>1986-06-06T13:15:00.000Z</witsml:dTimSpud>
55 + <witsml:dTimPreSpud>1982-06-06T13:15:00.000Z</witsml:dTimPreSpud>
56 + <witsml:operator>Big operator Inc</witsml:operator>
57 + <witsml:rigAlias>
58 + <witsml:name>Offshore Rig</witsml:name>
59 + <witsml:namingSystem>NPD Name</witsml:namingSystem>
60 + </witsml:rigAlias>
61 + <witsml:rigAlias>
62 + <witsml:name>4321</witsml:name>
63 + <witsml:namingSystem>NPD code</witsml:namingSystem>
64 + </witsml:rigAlias>
65 + </witsml:wellboreInfo>
66 + <witsml:statusInfo>
67 + <!--<witsml:periodOfOperation>2011-02-07T00:00:00 - 2011-02-07T00:00:00</witsml:periodOfOperation>-->
68 + <witsml:reportNo>1</witsml:reportNo>
69 + <witsml:dTim>2001-12-31T12:00:00.000Z</witsml:dTim>
70 + <witsml:md uom="m">6898</witsml:md>
71 + <witsml:tvd uom="m">4561</witsml:tvd>
72 + <witsml:mdPlugTop uom="m">3564.22</witsml:mdPlugTop>
73 + <witsml:diaHole uom="in">43.33</witsml:diaHole>
74 + <witsml:mdDiaHoleStart uom="m">5935.7</witsml:mdDiaHoleStart>
75 + <witsml:diaPilot uom="in"> 45.55</witsml:diaPilot>
76 + <witsml:mdDiaPilotPlan uom="m"> 5866.66</witsml:mdDiaPilotPlan>
77 + <witsml:mdKickoff uom="m">1233.22</witsml:mdKickoff>
78 + <witsml:tvdKickoff uom="m">1245</witsml:tvdKickoff>
79 + <witsml:strengthForm uom="g/cm3">123</witsml:strengthForm>
80 + <witsml:mdStrengthForm uom="m">1234</witsml:mdStrengthForm>
81 + <witsml:tvdStrengthForm uom="m">1240</witsml:tvdStrengthForm>
82 + <witsml:diaCsgLast uom="in">16.6</witsml:diaCsgLast>
83 + <witsml:mdCsgLast uom="m">1234.56</witsml:mdCsgLast>
84 + <witsml:tvdCsgLast uom="m">1234</witsml:tvdCsgLast>
85 + <witsml:presTestType>leak off test</witsml:presTestType>
86 + <witsml:mdPlanned uom="m">200</witsml:mdPlanned>
87 + <witsml:distDrill uom="m">78.9</witsml:distDrill>
88 + <witsml:elevKelly uom="m">23.5</witsml:elevKelly>
89 + <witsml:waterDepth uom="m">15</witsml:waterDepth>
90 + <witsml:sum24Hr>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse commodo leo commodo sapien dapibus pulvinar. Suspendisse gravida orci sit amet tellus varius posuere at a ligula. Vestibulum ac ullamcorper nisi. Pellentesque consequat, ligula sed facilisis egestas, lorem elit pellentesque leo, eu tempus magna dolor nec sapien. Duis accumsan tempus mollis. Vivamus orci enim, vestibulum eget egestas in, dapibus ut elit. Aenean cursus lectus ut purus sollicitudin eget iaculis neque porttitor. Sed eget quam quis arcu vestibulum laoreet. Nam fringilla vulputate augue, sollicitudin eleifend ipsum faucibus vehicula. Phasellus sollicitudin lacus sit amet nisi fringilla ultricies. Cras magna orci, aliquam in mattis et, semper in risus. Proin enim sapien, ornare sed posuere at, dictum sed mi. Sed pulvinar, enim non commodo sollicitudin, neque justo facilisis elit, et egestas quam libero volutpat nunc. Praesent lobortis bibendum nulla, ac tincidunt orci ultricies nec. Aliquam vestibulum euismod dui, sed placerat arcu sodales in. Ut eu.</witsml:sum24Hr>
91 + <witsml:forecast24Hr>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse commodo leo commodo sapien dapibus pulvinar. Suspendisse gravida orci sit amet tellus varius posuere at a ligula. Vestibulum ac ullamcorper nisi. Pellentesque consequat, ligula sed facilisis egestas, lorem elit pellentesque leo, eu tempus magna dolor nec sapien. Duis accumsan tempus mollis. Vivamus orci enim, vestibulum eget egestas in, dapibus ut elit. Aenean cursus lectus ut purus sollicitudin eget iaculis neque porttitor. Sed eget quam quis arcu vestibulum laoreet. Nam fringilla vulputate augue, sollicitudin eleifend ipsum faucibus vehicula. Phasellus sollicitudin lacus sit amet nisi fringilla ultricies. Cras magna orci, aliquam in mattis et, semper in risus. Proin enim sapien, ornare sed posuere at, dictum sed mi. Sed pulvinar, enim non commodo sollicitudin, neque justo facilisis elit, et egestas quam libero volutpat nunc. Praesent lobortis bibendum nulla, ac tincidunt orci ultricies nec. Aliquam vestibulum euismod dui, sed placerat arcu sodales in. Ut eu.</witsml:forecast24Hr>
92 + <witsml:ropCurrent uom="m/h">6.22</witsml:ropCurrent>
93 + <witsml:tightWell>false</witsml:tightWell>
94 + <witsml:hpht>false</witsml:hpht>
95 + <witsml:avgPresBH uom="psig">2</witsml:avgPresBH>
96 + <witsml:avgTempBH uom="degC">20</witsml:avgTempBH>
97 + <witsml:fixedRig>true</witsml:fixedRig>
98 + </witsml:statusInfo>
99 + <witsml:bitRecord>
100 + <witsml:numBit>1</witsml:numBit>
101 + <witsml:diaBit uom="in">24.6</witsml:diaBit>
102 + <witsml:manufacturer>Small Sized Bit</witsml:manufacturer>
103 + <witsml:codeMfg>SSB</witsml:codeMfg>
104 + <witsml:dullGrade>2/3/NO/A/X/I/NO/DTF</witsml:dullGrade>
105 + <witsml:bitRun>
106 + <witsml:eTimOpBit uom="h">1</witsml:eTimOpBit>
107 + <witsml:mdHoleStart uom="m">24</witsml:mdHoleStart>
108 + <witsml:mdHoleStop uom="m">25</witsml:mdHoleStop>
109 + <witsml:ropAv uom="m/h">1</witsml:ropAv>
110 + <witsml:mdHoleMadeRun uom="m">1</witsml:mdHoleMadeRun>
111 + <witsml:hrsDrilled uom="h">2</witsml:hrsDrilled>
112 + <witsml:hrsDrilledRun uom="h">1</witsml:hrsDrilledRun>
113 + <witsml:mdTotHoleMade uom="m">5</witsml:mdTotHoleMade>
114 + <witsml:totHrsDrilled uom="h">8</witsml:totHrsDrilled>
115 + <witsml:totRop uom="m/h">3</witsml:totRop>
116 + </witsml:bitRun>
117 + </witsml:bitRecord>
118 + <witsml:bitRecord>
119 + <witsml:numBit>2</witsml:numBit>
120 + <witsml:diaBit uom="in">12.2</witsml:diaBit>
121 + <witsml:manufacturer>Small Sized Bit</witsml:manufacturer>
122 + <witsml:codeMfg>SSB</witsml:codeMfg>
123 + <witsml:dullGrade>0/4/BT/B/X/I/BU/DTF</witsml:dullGrade>
124 + <witsml:bitRun>
125 + <witsml:eTimOpBit uom="h">3</witsml:eTimOpBit>
126 + <witsml:mdHoleStart uom="m">24</witsml:mdHoleStart>
127 + <witsml:mdHoleStop uom="m">32</witsml:mdHoleStop>
128 + <witsml:ropAv uom="m/h">2</witsml:ropAv>
129 + <witsml:mdHoleMadeRun uom="m">7</witsml:mdHoleMadeRun>
130 + <witsml:hrsDrilled uom="h">5</witsml:hrsDrilled>
131 + <witsml:hrsDrilledRun uom="h">3</witsml:hrsDrilledRun>
132 + <witsml:mdTotHoleMade uom="m">15</witsml:mdTotHoleMade>
133 + <witsml:totHrsDrilled uom="h">22</witsml:totHrsDrilled>
134 + <witsml:totRop uom="m/h">5</witsml:totRop>
135 + </witsml:bitRun>
136 + </witsml:bitRecord>
137 + <witsml:casing_liner_tubing>
138 + <witsml:type>c</witsml:type>
139 + <witsml:id uom="in">13</witsml:id>
140 + <witsml:od uom="in">18</witsml:od>
141 + <witsml:weight uom="lbm/ft">65</witsml:weight>
142 + <witsml:grade>12</witsml:grade>
143 + <witsml:connection>2</witsml:connection>
144 + <witsml:length uom="m">30</witsml:length>
145 + <witsml:mdTop uom="m">30</witsml:mdTop>
146 + <witsml:mdBottom uom="m">42</witsml:mdBottom>
147 + <witsml:casing_liner_tubing_run>
148 + <witsml:casingType>Top</witsml:casingType>
149 + <witsml:description>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent porttitor condimentum mi nec dictum. Quisque sodales lacinia lobortis. Donec interdum.</witsml:description>
150 + <witsml:dTimStart>2011-02-07T12:00:00.000Z</witsml:dTimStart>
151 + <witsml:dTimEnd>2011-02-07T14:00:00.000Z</witsml:dTimEnd>
152 + </witsml:casing_liner_tubing_run>
153 + </witsml:casing_liner_tubing>
154 + <witsml:casing_liner_tubing>
155 + <witsml:type>l</witsml:type>
156 + <witsml:id uom="in">10</witsml:id>
157 + <witsml:od uom="in">13</witsml:od>
158 + <witsml:weight uom="lbm/ft">63</witsml:weight>
159 + <witsml:grade>11</witsml:grade>
160 + <witsml:connection>3</witsml:connection>
161 + <witsml:length uom="m">45</witsml:length>
162 + <witsml:mdTop uom="m">40</witsml:mdTop>
163 + <witsml:mdBottom uom="m">46</witsml:mdBottom>
164 + <witsml:casing_liner_tubing_run>
165 + <witsml:casingType>Intermediate</witsml:casingType>
166 + <witsml:description>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent porttitor condimentum mi nec dictum. Quisque sodales lacinia lobortis. Donec interdum.</witsml:description>
167 + <witsml:dTimStart>2011-02-07T13:00:00.000Z</witsml:dTimStart>
168 + <witsml:dTimEnd>2011-02-07T17:00:00.000Z</witsml:dTimEnd>
169 + </witsml:casing_liner_tubing_run>
170 + </witsml:casing_liner_tubing>
171 + <witsml:casing_liner_tubing>
172 + <witsml:type>t</witsml:type>
173 + <witsml:id uom="in">12</witsml:id>
174 + <witsml:od uom="in">21</witsml:od>
175 + <witsml:weight uom="lbm/ft">40</witsml:weight>
176 + <witsml:grade>13</witsml:grade>
177 + <witsml:connection>4</witsml:connection>
178 + <witsml:length uom="m">56</witsml:length>
179 + <witsml:mdTop uom="m">54</witsml:mdTop>
180 + <witsml:mdBottom uom="m">58</witsml:mdBottom>
181 + <witsml:casing_liner_tubing_run>
182 + <witsml:casingType>Production</witsml:casingType>
183 + <witsml:description>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent porttitor condimentum mi nec dictum. Quisque sodales lacinia lobortis. Donec interdum.</witsml:description>
184 + <witsml:dTimStart>2011-02-07T15:00:00.000Z</witsml:dTimStart>
185 + <witsml:dTimEnd>2011-02-08T10:00:00.000Z</witsml:dTimEnd>
186 + </witsml:casing_liner_tubing_run>
187 + </witsml:casing_liner_tubing>
188 + <witsml:cementStage>
189 + <witsml:dTimPumpStart>2011-02-07T16:00:00.000Z</witsml:dTimPumpStart>
190 + <witsml:dTimPumpEnd>2011-02-07T17:00:00.000Z</witsml:dTimPumpEnd>
191 + <witsml:jobType>squeeze</witsml:jobType>
192 + <witsml:casingStrDia uom="in">16</witsml:casingStrDia>
193 + <witsml:comments>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent porttitor condimentum mi nec dictum. Quisque sodales lacinia lobortis. Donec interdum.</witsml:comments>
194 + <witsml:volReturns uom="m3">25</witsml:volReturns>
195 + <witsml:cementingFluid>
196 + <witsml:typeFluid>Spacer</witsml:typeFluid>
197 + <witsml:descFluid>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent porttitor condimentum mi nec dictum. Quisque sodales lacinia lobortis. Donec interdum.</witsml:descFluid>
198 + <witsml:ratioMixWater uom="gal/sack">15</witsml:ratioMixWater>
199 + <witsml:density uom="sg">30</witsml:density>
200 + <witsml:volPumped uom="m3">15</witsml:volPumped>
201 + <witsml:yp uom="ft3/sack">12</witsml:yp>
202 + <witsml:eTimThickening uom="h">5</witsml:eTimThickening>
203 + <witsml:pcFreeWater uom="%">20</witsml:pcFreeWater>
204 + <witsml:comments>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent porttitor condimentum mi nec dictum. Quisque sodales lacinia lobortis. Donec interdum.</witsml:comments>
205 + </witsml:cementingFluid>
206 + <witsml:dTimPresReleased>2011-02-07T14:00:00.000Z</witsml:dTimPresReleased>
207 + <witsml:annFlowAfter>false</witsml:annFlowAfter>
208 + <witsml:topPlug>false</witsml:topPlug>
209 + <witsml:botPlug>true</witsml:botPlug>
210 + <witsml:plugBumped>false</witsml:plugBumped>
211 + <witsml:presBump uom="bar">200</witsml:presBump>
212 + <witsml:floatHeld>true</witsml:floatHeld>
213 + <witsml:reciprocated>false</witsml:reciprocated>
214 + <witsml:rotated>true</witsml:rotated>
215 + </witsml:cementStage>
216 + <witsml:cementStage>
217 + <witsml:dTimPumpStart>2011-02-07T14:00:00.000Z</witsml:dTimPumpStart>
218 + <witsml:dTimPumpEnd>2011-02-07T15:00:00.000Z</witsml:dTimPumpEnd>
219 + <witsml:jobType>primary</witsml:jobType>
220 + <witsml:casingStrDia uom="in">18</witsml:casingStrDia>
221 + <witsml:comments>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent porttitor condimentum mi nec dictum. Quisque sodales lacinia lobortis. Donec interdum.</witsml:comments>
222 + <witsml:volReturns uom="m3">25</witsml:volReturns>
223 + <witsml:cementingFluid>
224 + <witsml:typeFluid>Mud</witsml:typeFluid>
225 + <witsml:descFluid>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent porttitor condimentum mi nec dictum. Quisque sodales lacinia lobortis. Donec interdum.</witsml:descFluid>
226 + <witsml:ratioMixWater uom="gal/sack">18</witsml:ratioMixWater>
227 + <witsml:density uom="sg">27</witsml:density>
228 + <witsml:volPumped uom="m3">8</witsml:volPumped>
229 + <witsml:yp uom="ft3/sack">19</witsml:yp>
230 + <witsml:eTimThickening uom="h">2</witsml:eTimThickening>
231 + <witsml:pcFreeWater uom="%">40</witsml:pcFreeWater>
232 + <witsml:comments>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent porttitor condimentum mi nec dictum. Quisque sodales lacinia lobortis. Donec interdum.</witsml:comments>
233 + </witsml:cementingFluid>
234 + <witsml:cementingFluid>
235 + <witsml:typeFluid>Slurry</witsml:typeFluid>
236 + <witsml:descFluid>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent porttitor condimentum mi nec dictum. Quisque sodales lacinia lobortis. Donec interdum.</witsml:descFluid>
237 + <witsml:ratioMixWater uom="gal/sack">12</witsml:ratioMixWater>
238 + <witsml:density uom="sg">24</witsml:density>
239 + <witsml:volPumped uom="m3">10</witsml:volPumped>
240 + <witsml:yp uom="ft3/sack">12</witsml:yp>
241 + <witsml:eTimThickening uom="h">3</witsml:eTimThickening>
242 + <witsml:pcFreeWater uom="%">40</witsml:pcFreeWater>
243 + <witsml:comments>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent porttitor condimentum mi nec dictum. Quisque sodales lacinia lobortis. Donec interdum.</witsml:comments>
244 + </witsml:cementingFluid>
245 + <witsml:cementingFluid>
246 + <witsml:typeFluid>Spacer</witsml:typeFluid>
247 + <witsml:descFluid>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent porttitor condimentum mi nec dictum. Quisque sodales lacinia lobortis. Donec interdum.</witsml:descFluid>
248 + <witsml:ratioMixWater uom="gal/sack">12</witsml:ratioMixWater>
249 + <witsml:density uom="sg">24</witsml:density>
250 + <witsml:volPumped uom="m3">10</witsml:volPumped>
251 + <witsml:yp uom="ft3/sack">12</witsml:yp>
252 + <witsml:eTimThickening uom="h">3</witsml:eTimThickening>
253 + <witsml:pcFreeWater uom="%">40</witsml:pcFreeWater>
254 + <witsml:comments>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent porttitor condimentum mi nec dictum. Quisque sodales lacinia lobortis. Donec interdum.</witsml:comments>
255 + </witsml:cementingFluid>
256 + <witsml:dTimPresReleased>2011-02-07T14:00:00.000Z</witsml:dTimPresReleased>
257 + <witsml:annFlowAfter>false</witsml:annFlowAfter>
258 + <witsml:topPlug>true</witsml:topPlug>
259 + <witsml:botPlug>false</witsml:botPlug>
260 + <witsml:plugBumped>true</witsml:plugBumped>
261 + <witsml:presBump uom="bar">250</witsml:presBump>
262 + <witsml:floatHeld>true</witsml:floatHeld>
263 + <witsml:reciprocated>false</witsml:reciprocated>
264 + <witsml:rotated>true</witsml:rotated>
265 + </witsml:cementStage>
266 + <witsml:fluid>
267 + <witsml:type>oil based</witsml:type>
268 + <witsml:dTim>2001-12-31T12:00:00.000Z</witsml:dTim>
269 + <witsml:md uom="m">1235.6</witsml:md>
270 + <witsml:tvd uom="m">986.6</witsml:tvd>
271 + <witsml:presBopRating uom="bar">77.7</witsml:presBopRating>
272 + <witsml:mudClass>oil based</witsml:mudClass>
273 + <witsml:density uom="g/cm3">1.85</witsml:density>
274 + <witsml:pv uom="mPa.s">33</witsml:pv>
275 + <witsml:yp uom="Pa">44.4</witsml:yp>
276 + </witsml:fluid>
277 + <witsml:fluid>
278 + <witsml:type>water based</witsml:type>
279 + <witsml:dTim>2001-12-31T12:00:00.000Z</witsml:dTim>
280 + <witsml:md uom="m">1235.6</witsml:md>
281 + <witsml:tvd uom="m">986.6</witsml:tvd>
282 + <witsml:presBopRating uom="bar">177.7</witsml:presBopRating>
283 + <witsml:mudClass>water based</witsml:mudClass>
284 + <witsml:density uom="g/cm3">1.85</witsml:density>
285 + <witsml:pv uom="mPa.s">33</witsml:pv>
286 + <witsml:yp uom="Pa">44.4</witsml:yp>
287 + </witsml:fluid>
288 + <witsml:porePressure>
289 + <witsml:readingKind>estimated</witsml:readingKind>
290 + <witsml:equivalentMudWeight uom="g/cm3">23.1</witsml:equivalentMudWeight>
291 + <witsml:dTim>2001-12-31T12:00:00.000Z</witsml:dTim>
292 + <witsml:md uom="m">321.1</witsml:md>
293 + <witsml:tvd uom="m">123.4</witsml:tvd>
294 + </witsml:porePressure>
295 + <witsml:porePressure>
296 + <witsml:readingKind>measured</witsml:readingKind>
297 + <witsml:equivalentMudWeight uom="g/cm3">23.5</witsml:equivalentMudWeight>
298 + <witsml:dTim>2001-12-31T22:00:00.000Z</witsml:dTim>
299 + <witsml:md uom="m">9321.1</witsml:md>
300 + <witsml:tvd uom="m">9123.4232</witsml:tvd>
301 + </witsml:porePressure>
302 + <witsml:extendedReport dTim="2006-06-07T06:00:00.000Z">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent porttitor condimentum mi nec dictum. Quisque sodales lacinia lobortis. Donec interdum.</witsml:extendedReport>
303 + <witsml:surveyStation>
304 + <witsml:dTim>2001-12-31T22:00:00.000Z</witsml:dTim>
305 + <witsml:md uom="m">123.4</witsml:md>
306 + <witsml:tvd uom="m">123.4</witsml:tvd>
307 + <witsml:incl uom="dega">66.6</witsml:incl>
308 + <witsml:azi uom="dega">55.5</witsml:azi>
309 + </witsml:surveyStation>
310 + <witsml:activity>
311 + <witsml:dTimStart>2001-12-31T22:00:00.000Z</witsml:dTimStart>
312 + <witsml:dTimEnd>2001-12-31T23:00:00.000Z</witsml:dTimEnd>
313 + <witsml:md uom="m">123.4</witsml:md>
314 + <witsml:tvd uom="m">100.0</witsml:tvd>
315 + <witsml:phase>fixed</witsml:phase>
316 + <witsml:proprietaryCode>drilling -- drill</witsml:proprietaryCode>
317 + <witsml:mdHoleStart uom="m">123</witsml:mdHoleStart>
318 + <witsml:state>ok</witsml:state>
319 + <witsml:stateDetailActivity>kick</witsml:stateDetailActivity>
320 + <witsml:comments>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent porttitor condimentum mi nec dictum. Quisque sodales lacinia lobortis. Donec interdum.</witsml:comments>
321 + </witsml:activity>
322 + <witsml:activity>
323 + <witsml:dTimStart>2001-12-31T02:00:00.000Z</witsml:dTimStart>
324 + <witsml:dTimEnd>2001-12-31T06:00:00.000Z</witsml:dTimEnd>
325 + <witsml:md uom="m">123.4</witsml:md>
326 + <witsml:tvd uom="m">100.0</witsml:tvd>
327 + <witsml:phase>snub</witsml:phase>
328 + <witsml:proprietaryCode>moving -- transit</witsml:proprietaryCode>
329 + <witsml:mdHoleStart uom="m">123</witsml:mdHoleStart>
330 + <witsml:state>fail</witsml:state>
331 + <witsml:stateDetailActivity>injury</witsml:stateDetailActivity>
332 + <witsml:comments>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent porttitor condimentum mi nec dictum. Quisque sodales lacinia lobortis. Donec interdum.</witsml:comments>
333 + </witsml:activity>
334 + <witsml:logInfo>
335 + <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim>
336 + <witsml:runNumber>1</witsml:runNumber>
337 + <witsml:serviceCompany>Small Service Inc</witsml:serviceCompany>
338 + <witsml:mdTop uom="m">4567.6</witsml:mdTop>
339 + <witsml:mdBottom uom="m">4668.9</witsml:mdBottom>
340 + <witsml:tvdTop uom="m">333.3</witsml:tvdTop>
341 + <witsml:tvdBottom uom="m">444.4</witsml:tvdBottom>
342 + <witsml:tool>Hammer</witsml:tool>
343 + <witsml:tempBHCT uom="degC">85.6</witsml:tempBHCT>
344 + <witsml:mdTempTool uom="m">6666.6</witsml:mdTempTool>
345 + <witsml:tvdTempTool uom="m">6666.5</witsml:tvdTempTool>
346 + </witsml:logInfo>
347 + <witsml:logInfo>
348 + <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim>
349 + <witsml:runNumber>1</witsml:runNumber>
350 + <witsml:serviceCompany>Small Service Inc</witsml:serviceCompany>
351 + <witsml:mdTop uom="m">4567.6</witsml:mdTop>
352 + <witsml:mdBottom uom="m">4668.9</witsml:mdBottom>
353 + <witsml:tvdTop uom="m">333.3</witsml:tvdTop>
354 + <witsml:tvdBottom uom="m">444.4</witsml:tvdBottom>
355 + <witsml:tool>Hammer</witsml:tool>
356 + <witsml:tempBHST uom="degC">85.6</witsml:tempBHST>
357 + <witsml:eTimStatic uom="h">2.3</witsml:eTimStatic>
358 + <witsml:mdTempTool uom="m">6666.6</witsml:mdTempTool>
359 + <witsml:tvdTempTool uom="m">6666.5</witsml:tvdTempTool>
360 + </witsml:logInfo>
361 + <witsml:coreInfo>
362 + <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim>
363 + <witsml:coreNumber>1</witsml:coreNumber>
364 + <witsml:mdTop uom="m">1234</witsml:mdTop>
365 + <witsml:mdBottom uom="m">1234</witsml:mdBottom>
366 + <witsml:tvdTop uom="m">1233</witsml:tvdTop>
367 + <witsml:tvdBottom uom="m">1233</witsml:tvdBottom>
368 + <witsml:lenRecovered uom="m">123</witsml:lenRecovered>
369 + <witsml:recoverPc uom="%">89.9</witsml:recoverPc>
370 + <witsml:lenBarrel uom="m">33.3</witsml:lenBarrel>
371 + <witsml:innerBarrelType>aluminum</witsml:innerBarrelType>
372 + <witsml:coreDescription>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent porttitor condimentum mi nec dictum. Quisque sodales lacinia lobortis. Donec interdum.</witsml:coreDescription>
373 + </witsml:coreInfo>
374 + <witsml:wellTestInfo>
375 + <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim>
376 + <witsml:testType>production test</witsml:testType>
377 + <witsml:testNumber>1</witsml:testNumber>
378 + <witsml:mdTop uom="m">1234.5</witsml:mdTop>
379 + <witsml:mdBottom uom="m">2345.6</witsml:mdBottom>
380 + <witsml:tvdTop uom="m">1234.5</witsml:tvdTop>
381 + <witsml:tvdBottom uom="m">2345.5</witsml:tvdBottom>
382 + <witsml:chokeOrificeSize uom="mm">32.1</witsml:chokeOrificeSize>
383 + <witsml:densityOil uom="g/cm3">0.86</witsml:densityOil>
384 + <witsml:densityWater uom="g/cm3">1.03</witsml:densityWater>
385 + <witsml:densityGas uom="g/cm3">0.06</witsml:densityGas>
386 + <witsml:flowRateOil uom="m3/d">77.7</witsml:flowRateOil>
387 + <witsml:flowRateWater uom="m3/d">7.7</witsml:flowRateWater>
388 + <witsml:flowRateGas uom="M(m3)/d">88.8</witsml:flowRateGas>
389 + <witsml:presShutIn uom="MPa">44.4</witsml:presShutIn>
390 + <witsml:presFlowing uom="MPa">33.3</witsml:presFlowing>
391 + <witsml:presBottom uom="MPa">22.2</witsml:presBottom>
392 + <witsml:gasOilRatio uom="m3/m3">23</witsml:gasOilRatio>
393 + <witsml:waterOilRatio uom="m3/m3">0.33</witsml:waterOilRatio>
394 + <witsml:chloride uom="ppm">22.2</witsml:chloride>
395 + <witsml:carbonDioxide uom="ppm">11.1</witsml:carbonDioxide>
396 + <witsml:hydrogenSulfide uom="ppm">7.3</witsml:hydrogenSulfide>
397 + <witsml:volOilTotal uom="m3">9999</witsml:volOilTotal>
398 + <witsml:volGasTotal uom="M(m3)">666</witsml:volGasTotal>
399 + <witsml:volWaterTotal uom="m3">55</witsml:volWaterTotal>
400 + <witsml:volOilStored uom="m3">1365</witsml:volOilStored>
401 + </witsml:wellTestInfo>
402 + <witsml:formTestInfo>
403 + <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim>
404 + <witsml:md uom="m">1234.5</witsml:md>
405 + <witsml:tvd uom="m">1234.5</witsml:tvd>
406 + <witsml:presPore uom="MPa">66.5</witsml:presPore>
407 + <witsml:goodSeal>true</witsml:goodSeal>
408 + <witsml:mdSample uom="m">1224.3</witsml:mdSample>
409 + <witsml:dominateComponent>oil</witsml:dominateComponent>
410 + <witsml:densityHC uom="g/cm3">0.33</witsml:densityHC>
411 + <witsml:volumeSample uom="dm3">11</witsml:volumeSample>
412 + <witsml:description>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent porttitor condimentum mi nec dictum. Quisque sodales lacinia lobortis. Donec interdum.</witsml:description>
413 + </witsml:formTestInfo>
414 + <witsml:lithShowInfo>
415 + <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim>
416 + <witsml:mdTop uom="m">1234.5</witsml:mdTop>
417 + <witsml:mdBottom uom="m">1234.5</witsml:mdBottom>
418 + <witsml:tvdTop uom="m">1234.5</witsml:tvdTop>
419 + <witsml:tvdBottom uom="m">1234.5</witsml:tvdBottom>
420 + <witsml:show>Browser support: IE: Internet Explorer, M: Mac IE only, F: Firefox, N: Netscape. </witsml:show>
421 + <witsml:lithology>Browser support: IE: Internet Explorer, M: Mac IE only, F: Firefox, N: Netscape. W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2). W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).</witsml:lithology>
422 + </witsml:lithShowInfo>
423 + <witsml:equipFailureInfo>
424 + <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim>
425 + <witsml:md uom="m">1234.5</witsml:md>
426 + <witsml:tvd uom="m">1234.5</witsml:tvd>
427 + <witsml:equipClass>drill floor -- drilling control</witsml:equipClass>
428 + <witsml:eTimMissProduction uom="min">180</witsml:eTimMissProduction>
429 + <witsml:dTimRepair>2002-01-31T02:00:00.000Z</witsml:dTimRepair>
430 + <witsml:description>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent porttitor condimentum mi nec dictum. Quisque sodales lacinia lobortis. Donec interdum.</witsml:description>
431 + </witsml:equipFailureInfo>
432 + <witsml:controlIncidentInfo>
433 + <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim>
434 + <witsml:mdInflow uom="m">1234.5</witsml:mdInflow>
435 + <witsml:tvdInflow uom="m">1234</witsml:tvdInflow>
436 + <witsml:phase>wire line</witsml:phase>
437 + <witsml:proprietaryCode>moving -- transit</witsml:proprietaryCode>
438 + <witsml:eTimLost uom="min">16</witsml:eTimLost>
439 + <witsml:dTimRegained>2001-12-31T02:16:00.000Z</witsml:dTimRegained>
440 + <witsml:diaBit uom="in">21</witsml:diaBit>
441 + <witsml:mdBit uom="m">123</witsml:mdBit>
442 + <witsml:wtMud uom="g/cm3">1.23</witsml:wtMud>
443 + <witsml:porePressure uom="g/cm3">1.12</witsml:porePressure>
444 + <witsml:diaCsgLast uom="in">33</witsml:diaCsgLast>
445 + <witsml:mdCsgLast uom="m">123</witsml:mdCsgLast>
446 + <witsml:volMudGained uom="m3">112</witsml:volMudGained>
447 + <witsml:presShutInCasing uom="bar">44</witsml:presShutInCasing>
448 + <witsml:presShutInDrill uom="bar">33</witsml:presShutInDrill>
449 + <witsml:incidentType>oil kick</witsml:incidentType>
450 + <witsml:killingType>lubricate and bleed</witsml:killingType>
451 + <witsml:formation>jura</witsml:formation>
452 + <witsml:tempBottom uom="degC">258</witsml:tempBottom>
453 + <witsml:presMaxChoke uom="bar">66.3</witsml:presMaxChoke>
454 + <witsml:description>Browser support: IE: Internet Explorer, M: Mac IE only, F: Firefox, N: Netscape.
455 +W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2). W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).</witsml:description>
456 + </witsml:controlIncidentInfo>
457 + <witsml:controlIncidentInfo>
458 + <witsml:dTim>2008-12-31T02:00:00.000Z</witsml:dTim>
459 + <witsml:mdInflow uom="m">1234.5</witsml:mdInflow>
460 + <witsml:tvdInflow uom="m">1234</witsml:tvdInflow>
461 + <witsml:phase>wire line</witsml:phase>
462 + <witsml:proprietaryCode>moving -- transit</witsml:proprietaryCode>
463 + <witsml:eTimLost uom="min">16</witsml:eTimLost>
464 + <witsml:dTimRegained>2001-12-31T02:16:00.000Z</witsml:dTimRegained>
465 + <witsml:diaBit uom="in">21</witsml:diaBit>
466 + <witsml:mdBit uom="m">123</witsml:mdBit>
467 + <witsml:wtMud uom="g/cm3">1.23</witsml:wtMud>
468 + <witsml:porePressure uom="g/cm3">1.12</witsml:porePressure>
469 + <witsml:diaCsgLast uom="in">33</witsml:diaCsgLast>
470 + <witsml:mdCsgLast uom="m">123</witsml:mdCsgLast>
471 + <witsml:volMudGained uom="m3">112</witsml:volMudGained>
472 + <witsml:presShutInCasing uom="bar">44</witsml:presShutInCasing>
473 + <witsml:presShutInDrill uom="bar">33</witsml:presShutInDrill>
474 + <witsml:incidentType>oil kick</witsml:incidentType>
475 + <witsml:killingType>lubricate and bleed</witsml:killingType>
476 + <witsml:formation>jura</witsml:formation>
477 + <witsml:tempBottom uom="degC">258</witsml:tempBottom>
478 + <witsml:presMaxChoke uom="bar">66.3</witsml:presMaxChoke>
479 + <witsml:description>Browser support: IE: Internet Explorer, M: Mac IE only, F: Firefox, N: Netscape.
480 +W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).</witsml:description>
481 + </witsml:controlIncidentInfo>
482 + <witsml:stratInfo>
483 + <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim>
484 + <witsml:mdTop uom="m">1234.5</witsml:mdTop>
485 + <witsml:tvdTop uom="m">1234</witsml:tvdTop>
486 + <witsml:description>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Praesent porttitor condimentum mi nec dictum. Quisque sodales lacinia lobortis. Donec interdum.</witsml:description>
487 + </witsml:stratInfo>
488 + <witsml:perfInfo>
489 + <witsml:dTimOpen>2001-12-31T02:00:00.000Z</witsml:dTimOpen>
490 + <witsml:dTimClose>2001-12-31T18:00:00.000Z</witsml:dTimClose>
491 + <witsml:mdTop uom="m">1033</witsml:mdTop>
492 + <witsml:mdBottom uom="m">1234</witsml:mdBottom>
493 + <witsml:tvdTop uom="m">999</witsml:tvdTop>
494 + <witsml:tvdBottom uom="m">1100</witsml:tvdBottom>
495 + </witsml:perfInfo>
496 + <witsml:gasReadingInfo>
497 + <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim>
498 + <witsml:readingType>shut down gas</witsml:readingType>
499 + <witsml:mdTop uom="m">1234</witsml:mdTop>
500 + <witsml:mdBottom uom="m">1256</witsml:mdBottom>
501 + <witsml:tvdTop uom="m">999</witsml:tvdTop>
502 + <witsml:tvdBottom uom="m">1120</witsml:tvdBottom>
503 + <witsml:gasHigh uom="%">77.7</witsml:gasHigh>
504 + <witsml:gasLow uom="%">44.4</witsml:gasLow>
505 + <witsml:meth uom="ppm">55</witsml:meth>
506 + <witsml:eth uom="ppm">55</witsml:eth>
507 + <witsml:prop uom="ppm">55</witsml:prop>
508 + <witsml:ibut uom="ppm">55</witsml:ibut>
509 + <witsml:nbut uom="ppm">55</witsml:nbut>
510 + <witsml:ipent uom="ppm">55</witsml:ipent>
511 + </witsml:gasReadingInfo>
512 + </witsml:drillReport>
513 +</witsml:drillReports>
514 +
1 +<?xml version="1.0" encoding="ISO-8859-1"?>
2 +<?xml-stylesheet type="text/xsl" href="ddr_HTMLReport_transformation.xsl"?>
3 +<witsml:drillReports
4 + version="1.4.0.0"
5 + xsi:schemaLocation="http://www.witsml.org/schemas/1series WITSML_drillReport_profiled_schema_2009-04-06_ddrPhase2.xsd"
6 + xmlns:witsml="http://www.witsml.org/schemas/1series"
7 + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
8 + <witsml:documentInfo>
9 + <witsml:documentName>Drill Report</witsml:documentName>
10 + <witsml:owner>IIP</witsml:owner>
11 + </witsml:documentInfo>
12 + <witsml:drillReport>
13 + <witsml:nameWell>99/99-A-99</witsml:nameWell>
14 + <witsml:nameWellbore>99/99-A-99 T1</witsml:nameWellbore>
15 + <witsml:name>witsml:name</witsml:name>
16 + <witsml:dTimStart>2006-06-06T00:00:00.000Z</witsml:dTimStart>
17 + <witsml:dTimEnd>2006-06-06T12:00:00.0Z</witsml:dTimEnd>
18 + <witsml:versionKind>preliminary</witsml:versionKind>
19 + <witsml:createDate>2006-06-06T13:15:00.000Z</witsml:createDate>
20 + <witsml:wellAlias>
21 + <witsml:name>99/99-A-99</witsml:name>
22 + <witsml:namingSystem>NPD code</witsml:namingSystem>
23 + </witsml:wellAlias>
24 + <witsml:wellboreAlias>
25 + <witsml:name>99/99-A-99 T1</witsml:name>
26 + <witsml:namingSystem>NPD code</witsml:namingSystem>
27 + </witsml:wellboreAlias>
28 + <witsml:wellboreAlias>
29 + <witsml:name>123</witsml:name>
30 + <witsml:namingSystem>NPD number</witsml:namingSystem>
31 + </witsml:wellboreAlias>
32 + <witsml:wellDatum defaultMeasuredDepth="true" defaultVerticalDepth="true">
33 + <witsml:name>Kelly Bushing</witsml:name>
34 + <witsml:code>KB</witsml:code>
35 + <witsml:elevation uom="m" datum="SL">23.55</witsml:elevation>
36 + </witsml:wellDatum>
37 + <witsml:wellDatum>
38 + <witsml:name>Sea Level</witsml:name>
39 + <witsml:code>SL</witsml:code>
40 + </witsml:wellDatum>
41 + <!--
42 + <witsml:wellCRS>
43 + <witsml:name>ED50</witsml:name>
44 + <witsml:geographic>
45 + <witsml:geodeticDatumCode>ED50</witsml:geodeticDatumCode>
46 + </witsml:geographic>
47 + </witsml:wellCRS>
48 + -->
49 + <witsml:wellboreInfo>
50 + <witsml:dTimSpud>1986-06-06T13:15:00.000Z</witsml:dTimSpud>
51 + <witsml:dTimPreSpud>1982-06-06T13:15:00.000Z</witsml:dTimPreSpud>
52 + <witsml:operator>Big operator Inc</witsml:operator>
53 + <witsml:rigAlias>
54 + <witsml:name>Offshore Rig</witsml:name>
55 + <witsml:namingSystem>NPD Name</witsml:namingSystem>
56 + </witsml:rigAlias>
57 + <witsml:rigAlias>
58 + <witsml:name>4321</witsml:name>
59 + <witsml:namingSystem>NPD code</witsml:namingSystem>
60 + </witsml:rigAlias>
61 + </witsml:wellboreInfo>
62 + <witsml:statusInfo>
63 + <witsml:dTim>2001-12-31T12:00:00.000Z</witsml:dTim>
64 + <witsml:md uom="m">6898</witsml:md>
65 + <witsml:tvd uom="m">4561</witsml:tvd>
66 + <witsml:mdPlugTop uom="m">3564.22</witsml:mdPlugTop>
67 + <witsml:diaHole uom="in">43.33</witsml:diaHole>
68 + <witsml:mdDiaHoleStart uom="m">5935.7</witsml:mdDiaHoleStart>
69 + <witsml:diaPilot uom="in"> 45.55</witsml:diaPilot>
70 + <witsml:mdDiaPilotPlan uom="m"> 5866.66</witsml:mdDiaPilotPlan>
71 + <witsml:mdKickoff uom="m">1233.22</witsml:mdKickoff>
72 + <witsml:strengthForm uom="g/cm3">123</witsml:strengthForm>
73 + <witsml:mdStrengthForm uom="m">1234</witsml:mdStrengthForm>
74 + <witsml:diaCsgLast uom="in">16.6</witsml:diaCsgLast>
75 + <witsml:mdCsgLast uom="m">1234.56</witsml:mdCsgLast>
76 + <witsml:presTestType>leak off test</witsml:presTestType>
77 + <witsml:distDrill uom="m">78.9</witsml:distDrill>
78 + <witsml:elevKelly uom="m">23.5</witsml:elevKelly>
79 + <witsml:sum24Hr>Yada yada yada</witsml:sum24Hr>
80 + <witsml:forecast24Hr>Bla bla bla</witsml:forecast24Hr>
81 + <witsml:ropCurrent uom="m/h">6.22</witsml:ropCurrent>
82 + </witsml:statusInfo>
83 + <witsml:bitRecord>
84 + <witsml:numBit>1</witsml:numBit>
85 + <witsml:diaBit uom="in">46.6</witsml:diaBit>
86 + <witsml:manufacturer>Small Bit Builder Inc</witsml:manufacturer>
87 + <witsml:codeMfg>SBB</witsml:codeMfg>
88 + </witsml:bitRecord>
89 + <witsml:fluid>
90 + <witsml:type>oil based</witsml:type>
91 + <witsml:dTim>2001-12-31T12:00:00.000Z</witsml:dTim>
92 + <witsml:md uom="m">1235.6</witsml:md>
93 + <witsml:tvd uom="m">986.6</witsml:tvd>
94 + <witsml:presBopRating uom="bar">77.7</witsml:presBopRating>
95 + <witsml:mudClass>oil based</witsml:mudClass>
96 + <witsml:density uom="g/cm3">1.85</witsml:density>
97 + <witsml:pv uom="mPa.s">33</witsml:pv>
98 + <witsml:yp uom="Pa">44.4</witsml:yp>
99 + </witsml:fluid>
100 + <witsml:fluid>
101 + <witsml:type>water based</witsml:type>
102 + <witsml:dTim>2001-12-31T12:00:00.000Z</witsml:dTim>
103 + <witsml:md uom="m">1235.6</witsml:md>
104 + <witsml:tvd uom="m">986.6</witsml:tvd>
105 + <witsml:presBopRating uom="bar">177.7</witsml:presBopRating>
106 + <witsml:mudClass>water based</witsml:mudClass>
107 + <witsml:density uom="g/cm3">1.85</witsml:density>
108 + <witsml:pv uom="mPa.s">33</witsml:pv>
109 + <witsml:yp uom="Pa">44.4</witsml:yp>
110 + </witsml:fluid>
111 + <witsml:porePressure>
112 + <witsml:readingKind>estimated</witsml:readingKind>
113 + <witsml:equivalentMudWeight uom="g/cm3">23.1</witsml:equivalentMudWeight>
114 + <witsml:dTim>2001-12-31T12:00:00.000Z</witsml:dTim>
115 +
116 + <witsml:md uom="m">321.1</witsml:md>
117 + <witsml:tvd uom="m">123.4</witsml:tvd>
118 + </witsml:porePressure>
119 + <witsml:porePressure>
120 + <witsml:readingKind>measured</witsml:readingKind>
121 + <witsml:equivalentMudWeight uom="g/cm3">23.5</witsml:equivalentMudWeight>
122 + <witsml:dTim>2001-12-31T22:00:00.000Z</witsml:dTim>
123 + <witsml:md uom="m">9321.1</witsml:md>
124 + <witsml:tvd uom="m">9123.4232</witsml:tvd>
125 + </witsml:porePressure>
126 + <witsml:extendedReport dTim="2006-06-07T06:00:00.000Z">Bla bla bla</witsml:extendedReport>
127 + <witsml:surveyStation>
128 + <witsml:dTim>2001-12-31T22:00:00.000Z</witsml:dTim>
129 + <witsml:md uom="m">123.4</witsml:md>
130 + <witsml:tvd uom="m">123.4</witsml:tvd>
131 + <witsml:incl uom="dega">66.6</witsml:incl>
132 + <witsml:azi uom="dega">55.5</witsml:azi>
133 + </witsml:surveyStation>
134 + <witsml:activity>
135 + <witsml:dTimStart>2001-12-31T22:00:00.000Z</witsml:dTimStart>
136 + <witsml:dTimEnd>2001-12-31T23:00:00.000Z</witsml:dTimEnd>
137 + <witsml:md uom="m">123.4</witsml:md>
138 + <witsml:tvd uom="m">100.0</witsml:tvd>
139 + <witsml:phase>fixed</witsml:phase>
140 + <witsml:proprietaryCode>drilling -- drill</witsml:proprietaryCode>
141 + <witsml:state>ok</witsml:state>
142 + <witsml:stateDetailActivity>kick</witsml:stateDetailActivity>
143 + <witsml:comments>Bla bla bla</witsml:comments>
144 + </witsml:activity>
145 + <witsml:activity>
146 + <witsml:dTimStart>2001-12-31T02:00:00.000Z</witsml:dTimStart>
147 + <witsml:dTimEnd>2001-12-31T06:00:00.000Z</witsml:dTimEnd>
148 + <witsml:md uom="m">123.4</witsml:md>
149 + <witsml:tvd uom="m">100.0</witsml:tvd>
150 + <witsml:phase>snub</witsml:phase>
151 + <witsml:proprietaryCode>moving -- transit</witsml:proprietaryCode>
152 + <witsml:state>fail</witsml:state>
153 + <witsml:stateDetailActivity>injury</witsml:stateDetailActivity>
154 + <witsml:comments>Bla bla bla</witsml:comments>
155 + </witsml:activity>
156 + <witsml:logInfo>
157 + <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim>
158 + <witsml:runNumber>1</witsml:runNumber>
159 + <witsml:serviceCompany>Small Service Inc</witsml:serviceCompany>
160 + <witsml:mdTop uom="m">4567.6</witsml:mdTop>
161 + <witsml:mdBottom uom="m">4668.9</witsml:mdBottom>
162 + <witsml:tvdTop uom="m">333.3</witsml:tvdTop>
163 + <witsml:tvdBottom uom="m">444.4</witsml:tvdBottom>
164 + <witsml:tool>Hammer</witsml:tool>
165 + <witsml:tempBHCT uom="degC">85.6</witsml:tempBHCT>
166 + <witsml:mdTempTool uom="m">6666.6</witsml:mdTempTool>
167 + <witsml:tvdTempTool uom="m">6666.5</witsml:tvdTempTool>
168 + </witsml:logInfo>
169 + <witsml:logInfo>
170 + <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim>
171 + <witsml:runNumber>1</witsml:runNumber>
172 + <witsml:serviceCompany>Small Service Inc</witsml:serviceCompany>
173 + <witsml:mdTop uom="m">4567.6</witsml:mdTop>
174 + <witsml:mdBottom uom="m">4668.9</witsml:mdBottom>
175 + <witsml:tvdTop uom="m">333.3</witsml:tvdTop>
176 + <witsml:tvdBottom uom="m">444.4</witsml:tvdBottom>
177 + <witsml:tool>Hammer</witsml:tool>
178 + <witsml:tempBHST uom="degC">85.6</witsml:tempBHST>
179 + <witsml:eTimStatic uom="h">2.3</witsml:eTimStatic>
180 + <witsml:mdTempTool uom="m">6666.6</witsml:mdTempTool>
181 + <witsml:tvdTempTool uom="m">6666.5</witsml:tvdTempTool>
182 + </witsml:logInfo>
183 + <witsml:coreInfo>
184 + <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim>
185 + <witsml:coreNumber>1</witsml:coreNumber>
186 + <witsml:mdTop uom="m">1234</witsml:mdTop>
187 + <witsml:mdBottom uom="m">1234</witsml:mdBottom>
188 + <witsml:tvdTop uom="m">1233</witsml:tvdTop>
189 + <witsml:tvdBottom uom="m">1233</witsml:tvdBottom>
190 + <witsml:lenRecovered uom="m">123</witsml:lenRecovered>
191 + <witsml:recoverPc uom="%">89.9</witsml:recoverPc>
192 + <witsml:lenBarrel uom="m">33.3</witsml:lenBarrel>
193 + <witsml:innerBarrelType>aluminum</witsml:innerBarrelType>
194 + <witsml:coreDescription>bla bla bla</witsml:coreDescription>
195 + </witsml:coreInfo>
196 + <witsml:wellTestInfo>
197 + <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim>
198 + <witsml:testType>production test</witsml:testType>
199 + <witsml:testNumber>1</witsml:testNumber>
200 + <witsml:mdTop uom="m">1234.5</witsml:mdTop>
201 + <witsml:mdBottom uom="m">2345.6</witsml:mdBottom>
202 + <witsml:tvdTop uom="m">1234.5</witsml:tvdTop>
203 + <witsml:tvdBottom uom="m">2345.5</witsml:tvdBottom>
204 + <witsml:chokeOrificeSize uom="mm">32.1</witsml:chokeOrificeSize>
205 + <witsml:densityOil uom="g/cm3">0.86</witsml:densityOil>
206 + <witsml:densityWater uom="g/cm3">1.03</witsml:densityWater>
207 + <witsml:densityGas uom="g/cm3">0.06</witsml:densityGas>
208 + <witsml:flowRateOil uom="m3/d">77.7</witsml:flowRateOil>
209 + <witsml:flowRateWater uom="m3/d">7.7</witsml:flowRateWater>
210 + <witsml:flowRateGas uom="M(m3)/d">88.8</witsml:flowRateGas>
211 + <witsml:presShutIn uom="MPa">44.4</witsml:presShutIn>
212 + <witsml:presFlowing uom="MPa">33.3</witsml:presFlowing>
213 + <witsml:presBottom uom="MPa">22.2</witsml:presBottom>
214 + <witsml:gasOilRatio uom="m3/m3">23</witsml:gasOilRatio>
215 + <witsml:waterOilRatio uom="m3/m3">0.33</witsml:waterOilRatio>
216 + <witsml:chloride uom="ppm">22.2</witsml:chloride>
217 + <witsml:carbonDioxide uom="ppm">11.1</witsml:carbonDioxide>
218 + <witsml:hydrogenSulfide uom="ppm">7.3</witsml:hydrogenSulfide>
219 + <witsml:volOilTotal uom="m3">9999</witsml:volOilTotal>
220 + <witsml:volGasTotal uom="M(m3)">666</witsml:volGasTotal>
221 + <witsml:volWaterTotal uom="m3">55</witsml:volWaterTotal>
222 + <witsml:volOilStored uom="m3">1365</witsml:volOilStored>
223 + </witsml:wellTestInfo>
224 + <witsml:formTestInfo>
225 + <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim>
226 + <witsml:md uom="m">1234.5</witsml:md>
227 + <witsml:tvd uom="m">1234.5</witsml:tvd>
228 + <witsml:presPore uom="MPa">66.5</witsml:presPore>
229 + <witsml:goodSeal>true</witsml:goodSeal>
230 + <witsml:mdSample uom="m">1224.3</witsml:mdSample>
231 + <witsml:dominateComponent>oil</witsml:dominateComponent>
232 + <witsml:densityHC uom="g/cm3">0.33</witsml:densityHC>
233 + <witsml:volumeSample uom="dm3">11</witsml:volumeSample>
234 + <witsml:description>Yada yada yada</witsml:description>
235 + </witsml:formTestInfo>
236 + <witsml:lithShowInfo>
237 + <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim>
238 + <witsml:mdTop uom="m">1234.5</witsml:mdTop>
239 + <witsml:mdBottom uom="m">1234.5</witsml:mdBottom>
240 + <witsml:tvdTop uom="m">1234.5</witsml:tvdTop>
241 + <witsml:tvdBottom uom="m">1234.5</witsml:tvdBottom>
242 + <witsml:show>Browser support: IE: Internet Explorer, M: Mac IE only, F: Firefox, N: Netscape. </witsml:show>
243 + <witsml:lithology>Browser support: IE: Internet Explorer, M: Mac IE only, F: Firefox, N: Netscape. W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2). W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).</witsml:lithology>
244 + </witsml:lithShowInfo>
245 + <witsml:equipFailureInfo>
246 + <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim>
247 + <witsml:md uom="m">1234.5</witsml:md>
248 + <witsml:equipClass>drill floor -- drilling control</witsml:equipClass>
249 + <witsml:eTimMissProduction uom="min">180</witsml:eTimMissProduction>
250 + <witsml:dTimRepair>2002-01-31T02:00:00.000Z</witsml:dTimRepair>
251 + <witsml:description>Bla bla bla</witsml:description>
252 + </witsml:equipFailureInfo>
253 + <witsml:controlIncidentInfo>
254 + <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim>
255 + <witsml:mdInflow uom="m">1234.5</witsml:mdInflow>
256 + <witsml:tvdInflow uom="m">1234</witsml:tvdInflow>
257 + <witsml:phase>wire line</witsml:phase>
258 + <witsml:proprietaryCode>moving -- transit</witsml:proprietaryCode>
259 + <witsml:eTimLost uom="min">16</witsml:eTimLost>
260 + <witsml:dTimRegained>2001-12-31T02:16:00.000Z</witsml:dTimRegained>
261 + <witsml:diaBit uom="in">21</witsml:diaBit>
262 + <witsml:mdBit uom="m">123</witsml:mdBit>
263 + <witsml:wtMud uom="g/cm3">1.23</witsml:wtMud>
264 + <witsml:porePressure uom="g/cm3">1.12</witsml:porePressure>
265 + <witsml:diaCsgLast uom="in">33</witsml:diaCsgLast>
266 + <witsml:mdCsgLast uom="m">123</witsml:mdCsgLast>
267 + <witsml:volMudGained uom="m3">112</witsml:volMudGained>
268 + <witsml:presShutInCasing uom="bar">44</witsml:presShutInCasing>
269 + <witsml:presShutInDrill uom="bar">33</witsml:presShutInDrill>
270 + <witsml:incidentType>oil kick</witsml:incidentType>
271 + <witsml:killingType>lubricate and bleed</witsml:killingType>
272 + <witsml:formation>jura</witsml:formation>
273 + <witsml:tempBottom uom="degC">258</witsml:tempBottom>
274 + <witsml:presMaxChoke uom="bar">66.3</witsml:presMaxChoke>
275 + <witsml:description>Browser support: IE: Internet Explorer, M: Mac IE only, F: Firefox, N: Netscape.
276 +W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2). W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).</witsml:description>
277 + </witsml:controlIncidentInfo>
278 + <witsml:controlIncidentInfo>
279 + <witsml:dTim>2008-12-31T02:00:00.000Z</witsml:dTim>
280 + <witsml:mdInflow uom="m">1234.5</witsml:mdInflow>
281 + <witsml:tvdInflow uom="m">1234</witsml:tvdInflow>
282 + <witsml:phase>wire line</witsml:phase>
283 + <witsml:proprietaryCode>moving -- transit</witsml:proprietaryCode>
284 + <witsml:eTimLost uom="min">16</witsml:eTimLost>
285 + <witsml:dTimRegained>2001-12-31T02:16:00.000Z</witsml:dTimRegained>
286 + <witsml:diaBit uom="in">21</witsml:diaBit>
287 + <witsml:mdBit uom="m">123</witsml:mdBit>
288 + <witsml:wtMud uom="g/cm3">1.23</witsml:wtMud>
289 + <witsml:porePressure uom="g/cm3">1.12</witsml:porePressure>
290 + <witsml:diaCsgLast uom="in">33</witsml:diaCsgLast>
291 + <witsml:mdCsgLast uom="m">123</witsml:mdCsgLast>
292 + <witsml:volMudGained uom="m3">112</witsml:volMudGained>
293 + <witsml:presShutInCasing uom="bar">44</witsml:presShutInCasing>
294 + <witsml:presShutInDrill uom="bar">33</witsml:presShutInDrill>
295 + <witsml:incidentType>oil kick</witsml:incidentType>
296 + <witsml:killingType>lubricate and bleed</witsml:killingType>
297 + <witsml:formation>jura</witsml:formation>
298 + <witsml:tempBottom uom="degC">258</witsml:tempBottom>
299 + <witsml:presMaxChoke uom="bar">66.3</witsml:presMaxChoke>
300 + <witsml:description>Browser support: IE: Internet Explorer, M: Mac IE only, F: Firefox, N: Netscape.
301 +W3C: The number in the "W3C" column indicates in which CSS recommendation the property is defined (CSS1 or CSS2).</witsml:description>
302 + </witsml:controlIncidentInfo>
303 + <witsml:stratInfo>
304 + <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim>
305 + <witsml:mdTop uom="m">1234.5</witsml:mdTop>
306 + <witsml:tvdTop uom="m">1234</witsml:tvdTop>
307 + <witsml:description>bla bla bla</witsml:description>
308 + </witsml:stratInfo>
309 + <witsml:perfInfo>
310 + <witsml:dTimOpen>2001-12-31T02:00:00.000Z</witsml:dTimOpen>
311 + <witsml:dTimClose>2001-12-31T18:00:00.000Z</witsml:dTimClose>
312 + <witsml:mdTop uom="m">1033</witsml:mdTop>
313 + <witsml:mdBottom uom="m">1234</witsml:mdBottom>
314 + <witsml:tvdTop uom="m">999</witsml:tvdTop>
315 + <witsml:tvdBottom uom="m">1100</witsml:tvdBottom>
316 + </witsml:perfInfo>
317 + <witsml:gasReadingInfo>
318 + <witsml:dTim>2001-12-31T02:00:00.000Z</witsml:dTim>
319 + <witsml:readingType>shut down gas</witsml:readingType>
320 + <witsml:mdTop uom="m">1234</witsml:mdTop>
321 + <witsml:mdBottom uom="m">1256</witsml:mdBottom>
322 + <witsml:tvdTop uom="m">999</witsml:tvdTop>
323 + <witsml:tvdBottom uom="m">1120</witsml:tvdBottom>
324 + <witsml:gasHigh uom="%">77.7</witsml:gasHigh>
325 + <witsml:gasLow uom="%">44.4</witsml:gasLow>
326 + <witsml:meth uom="ppm">55</witsml:meth>
327 + <witsml:eth uom="ppm">55</witsml:eth>
328 + <witsml:prop uom="ppm">55</witsml:prop>
329 + <witsml:ibut uom="ppm">55</witsml:ibut>
330 + <witsml:nbut uom="ppm">55</witsml:nbut>
331 + <witsml:ipent uom="ppm">55</witsml:ipent>
332 + </witsml:gasReadingInfo>
333 + </witsml:drillReport>
334 +</witsml:drillReports>
335 +
1 +<?xml version="1.0" encoding="UTF-8"?><objects version="1.0.0.0(PRODML)" xmlns="http://www.witsml.org/schemas/131" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2 + <context xsi:type="obj_report">
3 + <kind>Daily production report Trym</kind>
4 + <title>Daily production report Trym September 2011</title>
5 + <date>2011-08-27</date>
6 + </context>
7 + <object xsi:type="obj_productionOperation">
8 + <name>Trym</name>
9 + <installation kind="platform" namingSystem="DONG">Harald</installation>
10 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
11 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
12 + <installationReport>
13 + <installation kind="field" namingSystem="DONG">Trym</installation>
14 + <productionActivity>
15 + <operationalComment>
16 + <type>production</type>
17 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
18 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
19 + <comment>TRYM PRODUCTONS ACTIVITIES:
20 +---------------------------
21 +
22 +
23 +Production well status C/I or reduced due to:
24 +In the discussion of resumptive pronouns following (81), any associated supporting element may
25 +remedy and, at the same time, eliminate the ultimate standard that determines the accuracy of any
26 +proposed grammar.
27 +</comment>
28 + </operationalComment>
29 + </productionActivity>
30 + </installationReport>
31 + </object>
32 + <object xsi:type="obj_productVolume">
33 + <name>Trym daily production volumes</name>
34 + <facility>
35 + <name kind="flow meter">Fiscal metering station</name>
36 + <facilityParent1 kind="field">Trym</facilityParent1>
37 + <parameterSet>
38 + <name>temperature</name>
39 + <qualifier>metered - fiscal</qualifier>
40 + <parameter>
41 + <dTim>2011-08-27T00:00:00.0Z</dTim>
42 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
43 + <measureValue uom="degC">45.18</measureValue>
44 + </parameter>
45 + </parameterSet>
46 + <!--<parameterSet>
47 + <name>density</name>
48 + <qualifier>metered - fiscal</qualifier>
49 + <parameter>
50 + <dTim>2011-08-27T00:00:00.0Z</dTim>
51 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
52 + <measureValue uom="kg/m3">698.86</measureValue>
53 + </parameter>
54 + </parameterSet>-->
55 + <flow>
56 + <kind>production</kind>
57 + <qualifier>metered - fiscal</qualifier>
58 + <product>
59 + <kind>oil - gross</kind>
60 + <period>
61 + <kind>day</kind>
62 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
63 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
64 + <volumeValue>
65 + <volume uom="m3">4549.24</volume>
66 + <temp uom="degC">15</temp>
67 + <pres uom="atm">1</pres>
68 + </volumeValue>
69 + <pres uom="bar">75.82</pres>
70 + <mass uom="kg">1316376.2</mass>
71 + </period>
72 + <period>
73 + <kind>month to date</kind>
74 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
75 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
76 + <volumeValue>
77 + <volume uom="m3">4618.94</volume>
78 + <temp uom="degC">15</temp>
79 + <pres uom="atm">1</pres>
80 + </volumeValue>
81 + <mass uom="kg">1323689.12</mass>
82 + </period>
83 + </product>
84 + <product>
85 + <kind>water</kind>
86 + <period>
87 + <kind>day</kind>
88 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
89 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
90 + <volumeValue>
91 + <volume uom="m3">108.85</volume>
92 + <temp uom="degC">15</temp>
93 + <pres uom="atm">1</pres>
94 + </volumeValue>
95 + </period>
96 + <period>
97 + <kind>month to date</kind>
98 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
99 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
100 + <volumeValue>
101 + <volume uom="m3">169.23</volume>
102 + <temp uom="degC">15</temp>
103 + <pres uom="atm">1</pres>
104 + </volumeValue>
105 + </period>
106 + </product>
107 + <product>
108 + <kind>gas</kind>
109 + <period>
110 + <kind>day</kind>
111 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
112 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
113 + <volumeValue>
114 + <volume uom="m3">188722.76</volume>
115 + <temp uom="degC">0</temp>
116 + <pres uom="atm">1</pres>
117 + </volumeValue>
118 + <mass uom="kg">162561.52</mass>
119 + </period>
120 + <period>
121 + <kind>month to date</kind>
122 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
123 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
124 + <volumeValue>
125 + <volume uom="m3">181023.31</volume>
126 + <temp uom="degC">0</temp>
127 + <pres uom="atm">1</pres>
128 + </volumeValue>
129 + <mass uom="kg">150737.75</mass>
130 + </period>
131 + </product>
132 + </flow>
133 + </facility>
134 + <facility>
135 + <name kind="flow meter">MPM 1</name>
136 + <facilityParent1 kind="field">Trym</facilityParent1>
137 + <parameterSet>
138 + <name>temperature</name>
139 + <qualifier>metered - fiscal</qualifier>
140 + <parameter>
141 + <dTim>2011-08-27T00:00:00.0Z</dTim>
142 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
143 + <measureValue uom="degC">41.11</measureValue>
144 + </parameter>
145 + </parameterSet>
146 + <!--<parameterSet>
147 + <name>density</name>
148 + <qualifier>metered - fiscal</qualifier>
149 + <parameter>
150 + <dTim>2011-08-27T00:00:00.0Z</dTim>
151 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
152 + <measureValue uom="kg/m3">731.53</measureValue>
153 + </parameter>
154 + </parameterSet>-->
155 + <parameterSet>
156 + <name>metering factor</name>
157 + <qualifier>metered - fiscal</qualifier>
158 + <parameter>
159 + <dTim>2011-08-27T00:00:00.0Z</dTim>
160 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
161 + <measureValue uom="NaN">1.09</measureValue>
162 + </parameter>
163 + </parameterSet>
164 + <flow>
165 + <kind>production</kind>
166 + <qualifier>metered - fiscal</qualifier>
167 + <product>
168 + <kind>oil - gross</kind>
169 + <period>
170 + <kind>day</kind>
171 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
172 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
173 + <volumeValue>
174 + <volume uom="m3">1501.89</volume>
175 + <temp uom="degC">15</temp>
176 + <pres uom="atm">1</pres>
177 + </volumeValue>
178 + <pres uom="bar">81.44</pres>
179 + <mass uom="kg">159619.44</mass>
180 + </period>
181 + <period>
182 + <kind>month to date</kind>
183 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
184 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
185 + <volumeValue>
186 + <volume uom="m3">10482.0</volume>
187 + <temp uom="degC">15</temp>
188 + <pres uom="atm">1</pres>
189 + </volumeValue>
190 + <mass uom="kg">156378.01</mass>
191 + </period>
192 + </product>
193 + <product>
194 + <kind>water</kind>
195 + <period>
196 + <kind>day</kind>
197 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
198 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
199 + <volumeValue>
200 + <volume uom="m3">22.56</volume>
201 + <temp uom="degC">15</temp>
202 + <pres uom="atm">1</pres>
203 + </volumeValue>
204 + </period>
205 + <period>
206 + <kind>month to date</kind>
207 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
208 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
209 + <volumeValue>
210 + <volume uom="m3">44.9</volume>
211 + <temp uom="degC">15</temp>
212 + <pres uom="atm">1</pres>
213 + </volumeValue>
214 + </period>
215 + </product>
216 + <product>
217 + <kind>gas</kind>
218 + <period>
219 + <kind>day</kind>
220 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
221 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
222 + <volumeValue>
223 + <volume uom="m3">238010.94</volume>
224 + <temp uom="degC">0</temp>
225 + <pres uom="atm">1</pres>
226 + </volumeValue>
227 + <mass uom="kg">200855.13</mass>
228 + </period>
229 + <period>
230 + <kind>month to date</kind>
231 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
232 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
233 + <volumeValue>
234 + <volume uom="m3">194343.91</volume>
235 + <temp uom="degC">0</temp>
236 + <pres uom="atm">1</pres>
237 + </volumeValue>
238 + <mass uom="kg">242257.32</mass>
239 + </period>
240 + </product>
241 + </flow>
242 + </facility>
243 + <facility>
244 + <name kind="flow meter">MPM 2</name>
245 + <facilityParent1 kind="field">Trym</facilityParent1>
246 + <parameterSet>
247 + <name>temperature</name>
248 + <qualifier>metered - fiscal</qualifier>
249 + <parameter>
250 + <dTim>2011-08-27T00:00:00.0Z</dTim>
251 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
252 + <measureValue uom="degC">90.76</measureValue>
253 + </parameter>
254 + </parameterSet>
255 + <!--<parameterSet>
256 + <name>density</name>
257 + <qualifier>metered - fiscal</qualifier>
258 + <parameter>
259 + <dTim>2011-08-27T00:00:00.0Z</dTim>
260 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
261 + <measureValue uom="kg/m3">-999.99</measureValue>
262 + </parameter>
263 + </parameterSet>-->
264 + <parameterSet>
265 + <name>metering factor</name>
266 + <qualifier>metered - fiscal</qualifier>
267 + <parameter>
268 + <dTim>2011-08-27T00:00:00.0Z</dTim>
269 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
270 + <measureValue uom="NaN">1.62</measureValue>
271 + </parameter>
272 + </parameterSet>
273 + <flow>
274 + <kind>production</kind>
275 + <qualifier>metered - fiscal</qualifier>
276 + <product>
277 + <kind>oil - gross</kind>
278 + <period>
279 + <kind>day</kind>
280 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
281 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
282 + <volumeValue>
283 + <volume uom="m3">188978.23</volume>
284 + <temp uom="degC">15</temp>
285 + <pres uom="atm">1</pres>
286 + </volumeValue>
287 + <pres uom="bar">84.85</pres>
288 + <mass uom="kg">197731.92</mass>
289 + </period>
290 + <period>
291 + <kind>month to date</kind>
292 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
293 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
294 + <volumeValue>
295 + <volume uom="m3">190997.76</volume>
296 + <temp uom="degC">15</temp>
297 + <pres uom="atm">1</pres>
298 + </volumeValue>
299 + <mass uom="kg">160202.55</mass>
300 + </period>
301 + </product>
302 + <product>
303 + <kind>water</kind>
304 + <period>
305 + <kind>day</kind>
306 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
307 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
308 + <volumeValue>
309 + <volume uom="m3">86.91</volume>
310 + <temp uom="degC">15</temp>
311 + <pres uom="atm">1</pres>
312 + </volumeValue>
313 + </period>
314 + <period>
315 + <kind>month to date</kind>
316 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
317 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
318 + <volumeValue>
319 + <volume uom="m3">71.22</volume>
320 + <temp uom="degC">15</temp>
321 + <pres uom="atm">1</pres>
322 + </volumeValue>
323 + </period>
324 + </product>
325 + <product>
326 + <kind>gas</kind>
327 + <period>
328 + <kind>day</kind>
329 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
330 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
331 + <volumeValue>
332 + <volume uom="m3">177364.2</volume>
333 + <temp uom="degC">0</temp>
334 + <pres uom="atm">1</pres>
335 + </volumeValue>
336 + <mass uom="kg">205614.09</mass>
337 + </period>
338 + <period>
339 + <kind>month to date</kind>
340 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
341 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
342 + <volumeValue>
343 + <volume uom="m3">224294.6</volume>
344 + <temp uom="degC">0</temp>
345 + <pres uom="atm">1</pres>
346 + </volumeValue>
347 + <mass uom="kg">167600.28</mass>
348 + </period>
349 + </product>
350 + </flow>
351 + </facility>
352 + <facility>
353 + <name kind="well" namingSystem="DONG">Producer One</name>
354 + <facilityAlias namingSystem="NPD">3/7-A-1 AH</facilityAlias>
355 + <operationTime uom="h">20.42</operationTime>
356 + <parameterSet>
357 + <name>wellhead temperature</name>
358 + <qualifier>measured</qualifier>
359 + <parameter>
360 + <dTim>2011-08-27T00:00:00.0Z</dTim>
361 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
362 + <measureValue uom="degC">102.41</measureValue>
363 + </parameter>
364 + </parameterSet>
365 + <parameterSet>
366 + <name>wellhead pressure</name>
367 + <qualifier>measured</qualifier>
368 + <parameter>
369 + <dTim>2011-08-27T00:00:00.0Z</dTim>
370 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
371 + <measureValue uom="bar">274.22</measureValue>
372 + </parameter>
373 + </parameterSet>
374 + <parameterSet>
375 + <name>wellhead pressure DSCP</name>
376 + <qualifier>measured</qualifier>
377 + <parameter>
378 + <dTim>2011-08-27T00:00:00.0Z</dTim>
379 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
380 + <measureValue uom="bar">103.65</measureValue>
381 + </parameter>
382 + </parameterSet>
383 + <parameterSet>
384 + <name>bottomhole temperature</name>
385 + <qualifier>measured</qualifier>
386 + <parameter>
387 + <dTim>2011-08-27T00:00:00.0Z</dTim>
388 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
389 + <measureValue uom="degC">128.8</measureValue>
390 + </parameter>
391 + </parameterSet>
392 + <parameterSet>
393 + <name>bottomhole pressure</name>
394 + <qualifier>measured</qualifier>
395 + <parameter>
396 + <dTim>2011-08-27T00:00:00.0Z</dTim>
397 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
398 + <measureValue uom="bar">497.48</measureValue>
399 + </parameter>
400 + </parameterSet>
401 + <parameterSet>
402 + <name>annulus pressure</name>
403 + <qualifier>measured</qualifier>
404 + <parameter>
405 + <dTim>2011-08-27T00:00:00.0Z</dTim>
406 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
407 + <measureValue uom="bar">107.4</measureValue>
408 + </parameter>
409 + </parameterSet>
410 + <!--<parameterSet>
411 + <name>choke size</name>
412 + <qualifier>measured</qualifier>
413 + <parameter>
414 + <dTim>2011-08-27T00:00:00.0Z</dTim>
415 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
416 + <measureValue uom="%">52.77</measureValue>
417 + </parameter>
418 + </parameterSet>-->
419 + </facility>
420 + <facility>
421 + <name kind="well" namingSystem="DONG">Producer Two</name>
422 + <facilityAlias namingSystem="NPD">3/7-A-2 H</facilityAlias>
423 + <operationTime uom="h">20.91</operationTime>
424 + <parameterSet>
425 + <name>wellhead temperature</name>
426 + <qualifier>measured</qualifier>
427 + <parameter>
428 + <dTim>2011-08-27T00:00:00.0Z</dTim>
429 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
430 + <measureValue uom="degC">138.7</measureValue>
431 + </parameter>
432 + </parameterSet>
433 + <parameterSet>
434 + <name>wellhead pressure</name>
435 + <qualifier>measured</qualifier>
436 + <parameter>
437 + <dTim>2011-08-27T00:00:00.0Z</dTim>
438 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
439 + <measureValue uom="bar">257.48</measureValue>
440 + </parameter>
441 + </parameterSet>
442 + <parameterSet>
443 + <name>wellhead pressure DSCP</name>
444 + <qualifier>measured</qualifier>
445 + <parameter>
446 + <dTim>2011-08-27T00:00:00.0Z</dTim>
447 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
448 + <measureValue uom="bar">134.58</measureValue>
449 + </parameter>
450 + </parameterSet>
451 + <parameterSet>
452 + <name>bottomhole temperature</name>
453 + <qualifier>measured</qualifier>
454 + <parameter>
455 + <dTim>2011-08-27T00:00:00.0Z</dTim>
456 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
457 + <measureValue uom="degC">128.51</measureValue>
458 + </parameter>
459 + </parameterSet>
460 + <parameterSet>
461 + <name>bottomhole pressure</name>
462 + <qualifier>measured</qualifier>
463 + <parameter>
464 + <dTim>2011-08-27T00:00:00.0Z</dTim>
465 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
466 + <measureValue uom="bar">309.27</measureValue>
467 + </parameter>
468 + </parameterSet>
469 + <parameterSet>
470 + <name>annulus pressure</name>
471 + <qualifier>measured</qualifier>
472 + <parameter>
473 + <dTim>2011-08-27T00:00:00.0Z</dTim>
474 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
475 + <measureValue uom="bar">105.07</measureValue>
476 + </parameter>
477 + </parameterSet>
478 + <!--<parameterSet>
479 + <name>choke size</name>
480 + <qualifier>measured</qualifier>
481 + <parameter>
482 + <dTim>2011-08-27T00:00:00.0Z</dTim>
483 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
484 + <measureValue uom="%">58.96</measureValue>
485 + </parameter>
486 + </parameterSet>-->
487 + </facility>
488 + <facility>
489 + <name kind="well" namingSystem="DONG">Producer East</name>
490 + <facilityAlias namingSystem="NPD">3/7-A-1 AH</facilityAlias>
491 +
492 + <parameterSet>
493 + <name>wellhead temperature</name>
494 + <qualifier>measured</qualifier>
495 + <parameter>
496 + <dTim>2011-08-27T23:59:59.0Z</dTim>
497 + <measureValue uom="degC">134.78</measureValue>
498 + </parameter>
499 + </parameterSet>
500 + <parameterSet>
501 + <name>wellhead pressure</name>
502 + <qualifier>measured</qualifier>
503 + <parameter>
504 + <dTim>2011-08-27T23:59:59.0Z</dTim>
505 + <measureValue uom="bar">352.87</measureValue>
506 + </parameter>
507 + </parameterSet>
508 + <parameterSet>
509 + <name>wellhead pressure DSCP</name>
510 + <qualifier>measured</qualifier>
511 + <parameter>
512 + <dTim>2011-08-27T23:59:59.0Z</dTim>
513 + <measureValue uom="bar">129.78</measureValue>
514 + </parameter>
515 + </parameterSet>
516 + <parameterSet>
517 + <name>bottomhole temperature</name>
518 + <qualifier>measured</qualifier>
519 + <parameter>
520 + <dTim>2011-08-27T23:59:59.0Z</dTim>
521 + <measureValue uom="degC">127.5</measureValue>
522 + </parameter>
523 + </parameterSet>
524 + <parameterSet>
525 + <name>bottomhole pressure</name>
526 + <qualifier>measured</qualifier>
527 + <parameter>
528 + <dTim>2011-08-27T23:59:59.0Z</dTim>
529 + <measureValue uom="bar">442.18</measureValue>
530 + </parameter>
531 + </parameterSet>
532 + <parameterSet>
533 + <name>annulus pressure</name>
534 + <qualifier>measured</qualifier>
535 + <parameter>
536 + <dTim>2011-08-27T23:59:59.0Z</dTim>
537 + <measureValue uom="bar">122.75</measureValue>
538 + </parameter>
539 + </parameterSet>
540 + <!--<parameterSet>
541 + <name>choke size</name>
542 + <qualifier>measured</qualifier>
543 + <parameter>
544 + <dTim>2011-08-27T23:59:59.0Z</dTim>
545 + <measureValue uom="%">51.44</measureValue>
546 + </parameter>
547 + </parameterSet>-->
548 + <parameterSet>
549 + <name>wing valve status</name>
550 + <qualifier>measured</qualifier>
551 + <parameter>
552 + <dTim>2011-08-27T23:59:59.0Z</dTim>
553 + <stringValue>Open</stringValue>
554 + </parameter>
555 + </parameterSet>
556 + </facility>
557 + <facility>
558 + <name kind="well" namingSystem="DONG">Producer West</name>
559 + <facilityAlias namingSystem="NPD">3/7-A-2 H</facilityAlias>
560 + <parameterSet>
561 + <name>wellhead temperature</name>
562 + <qualifier>measured</qualifier>
563 + <parameter>
564 + <dTim>2011-08-27T23:59:59.0Z</dTim>
565 + <measureValue uom="degC">102.153</measureValue>
566 + </parameter>
567 + </parameterSet>
568 + <parameterSet>
569 + <name>wellhead pressure</name>
570 + <qualifier>measured</qualifier>
571 + <parameter>
572 + <dTim>2011-08-27T23:59:59.0Z</dTim>
573 + <measureValue uom="bar">434.39</measureValue>
574 + </parameter>
575 + </parameterSet>
576 + <parameterSet>
577 + <name>wellhead pressure DSCP</name>
578 + <qualifier>measured</qualifier>
579 + <parameter>
580 + <dTim>2011-08-27T23:59:59.0Z</dTim>
581 + <measureValue uom="bar">179.22</measureValue>
582 + </parameter>
583 + </parameterSet>
584 + <parameterSet>
585 + <name>bottomhole temperature</name>
586 + <qualifier>measured</qualifier>
587 + <parameter>
588 + <dTim>2011-08-27T23:59:59.0Z</dTim>
589 + <measureValue uom="degC">119.07</measureValue>
590 + </parameter>
591 + </parameterSet>
592 + <parameterSet>
593 + <name>bottomhole pressure</name>
594 + <qualifier>measured</qualifier>
595 + <parameter>
596 + <dTim>2011-08-27T23:59:59.0Z</dTim>
597 + <measureValue uom="bar">403.91</measureValue>
598 + </parameter>
599 + </parameterSet>
600 + <parameterSet>
601 + <name>annulus pressure</name>
602 + <qualifier>measured</qualifier>
603 + <parameter>
604 + <dTim>2011-08-27T23:59:59.0Z</dTim>
605 + <measureValue uom="bar">156.51</measureValue>
606 + </parameter>
607 + </parameterSet>
608 + <!--<parameterSet>
609 + <name>choke size</name>
610 + <qualifier>measured</qualifier>
611 + <parameter>
612 + <dTim>2011-08-27T23:59:59.0Z</dTim>
613 + <measureValue uom="%">42.05</measureValue>
614 + </parameter>
615 + </parameterSet>-->
616 + <parameterSet>
617 + <name>wing valve status</name>
618 + <qualifier>measured</qualifier>
619 + <parameter>
620 + <dTim>2011-08-27T23:59:59.0Z</dTim>
621 + <stringValue>Open</stringValue>
622 + </parameter>
623 + </parameterSet>
624 + </facility>
625 + <facility>
626 + <name kind="field" namingSystem="DONG">Trym</name>
627 + <parameterSet>
628 + <name>watercut spot sample</name>
629 + <qualifier>measured</qualifier>
630 + <parameter>
631 + <dTim>2011-08-27T00:00:00.0Z</dTim>
632 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
633 + <measureValue uom="%">-999.99</measureValue>
634 + </parameter>
635 + </parameterSet>
636 + <flow>
637 + <name>Trym allocated production - liquid to pipeline</name>
638 + <kind>production</kind>
639 + <qualifier>allocated</qualifier>
640 + <product>
641 + <kind>oil - net</kind>
642 + <period>
643 + <kind>day</kind>
644 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
645 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
646 + <volumeValue>
647 + <volume uom="m3">1721.06</volume>
648 + <temp uom="degC">15</temp>
649 + <pres uom="atm">1</pres>
650 + </volumeValue>
651 + <mass uom="kg">143430.55</mass>
652 + <densityValue>
653 + <density uom="kg/m3">710.26</density>
654 + <temp uom="degC">15</temp>
655 + <pres uom="atm">1</pres>
656 +
657 + </densityValue>
658 + </period>
659 + <period>
660 + <kind>month to date</kind>
661 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
662 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
663 + <volumeValue>
664 + <volume uom="m3">1899.91</volume>
665 + <temp uom="degC">15</temp>
666 + <pres uom="atm">1</pres>
667 + </volumeValue>
668 + <mass uom="kg">155380.58</mass>
669 + <densityValue>
670 + <density uom="kg/m3">728.92</density>
671 + <temp uom="degC">15</temp>
672 + <pres uom="atm">1</pres>
673 + </densityValue>
674 + </period>
675 + </product>
676 + <product>
677 + <kind>water</kind>
678 + <period>
679 + <kind>day</kind>
680 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
681 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
682 + <volumeValue>
683 + <volume uom="m3">-999.99</volume>
684 + <temp uom="degC">15</temp>
685 + <pres uom="atm">1</pres>
686 + </volumeValue>
687 + </period>
688 + <period>
689 + <kind>month to date</kind>
690 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
691 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
692 + <volumeValue>
693 + <volume uom="m3">-999.99</volume>
694 + <temp uom="degC">15</temp>
695 + <pres uom="atm">1</pres>
696 + </volumeValue>
697 + </period>
698 + </product>
699 + <product>
700 + <kind>gas</kind>
701 + <period>
702 + <kind>day</kind>
703 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
704 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
705 + <volumeValue>
706 + <volume uom="m3">154973.07</volume>
707 + <temp uom="degC">0</temp>
708 + <pres uom="atm">1</pres>
709 + </volumeValue>
710 + </period>
711 + <period>
712 + <kind>month to date</kind>
713 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
714 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
715 + <volumeValue>
716 + <volume uom="m3">170018.57</volume>
717 + <temp uom="degC">15</temp>
718 + <pres uom="atm">1</pres>
719 + </volumeValue>
720 + </period>
721 + </product>
722 + </flow>
723 + <flow>
724 + <name>Trym flaring</name>
725 + <kind>consume - flare</kind>
726 + <qualifier>allocated</qualifier>
727 + <product>
728 + <kind>gas</kind>
729 + <period>
730 + <kind>day</kind>
731 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
732 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
733 + <volumeValue>
734 + <volume uom="m3">2427.2</volume>
735 + </volumeValue>
736 + </period>
737 + <period>
738 + <kind>month to date</kind>
739 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
740 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
741 + <volumeValue>
742 + <volume uom="m3">21713.94</volume>
743 + <temp uom="degC">15</temp>
744 + <pres uom="atm">1</pres>
745 + </volumeValue>
746 + </period>
747 + </product>
748 + </flow>
749 + <flow>
750 + <name>Trym fuel</name>
751 + <kind>consume - fuel</kind>
752 + <qualifier>allocated</qualifier>
753 + <product>
754 + <kind>gas</kind>
755 + <period>
756 + <kind>day</kind>
757 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
758 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
759 + <volumeValue>
760 + <volume uom="m3">35006.99</volume>
761 + </volumeValue>
762 + </period>
763 + <period>
764 + <kind>month to date</kind>
765 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
766 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
767 + <volumeValue>
768 + <volume uom="m3">42401.81</volume>
769 + <temp uom="degC">15</temp>
770 + <pres uom="atm">1</pres>
771 + </volumeValue>
772 + </period>
773 + </product>
774 + </flow>
775 + <flow>
776 + <name>Trym injection of chemicals</name>
777 + <kind>injection</kind>
778 + <qualifier>measured</qualifier>
779 + <product>
780 + <kind>chemical</kind>
781 + <name>Scale Inhibitor</name>
782 + <period>
783 + <kind>day</kind>
784 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
785 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
786 + <volumeValue>
787 + <volume uom="L">99.79</volume>
788 +
789 + </volumeValue>
790 + </period>
791 + </product>
792 + <product>
793 + <kind>chemical</kind>
794 + <name>Wax Inhibitor</name>
795 + <period>
796 + <kind>day</kind>
797 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
798 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
799 + <volumeValue>
800 + <volume uom="L">136.95</volume>
801 +
802 + </volumeValue>
803 + </period>
804 + </product>
805 + <product>
806 + <kind>chemical</kind>
807 + <name>Methanol</name>
808 + <period>
809 + <kind>day</kind>
810 + <dTimStart>2011-08-27T00:00:00.0Z</dTimStart>
811 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
812 + <volumeValue>
813 + <volume uom="L">95.98</volume>
814 +
815 + </volumeValue>
816 + </period>
817 + </product>
818 + </flow>
819 + </facility>
820 + <facility>
821 + <name kind="pipeline">Trym Pipeline - Harald Riser</name>
822 + <parameterSet>
823 + <name>pressure</name>
824 + <qualifier>measured</qualifier>
825 + <parameter>
826 + <dTim>2011-08-27T00:00:00.0Z</dTim>
827 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
828 + <measureValue uom="bar">139.23</measureValue>
829 + </parameter>
830 + </parameterSet>
831 + <parameterSet>
832 + <name>temperature</name>
833 + <qualifier>measured</qualifier>
834 + <parameter>
835 + <dTim>2011-08-27T00:00:00.0Z</dTim>
836 + <dTimEnd>2011-08-27T23:59:59.0Z</dTimEnd>
837 + <measureValue uom="degC">143.88</measureValue>
838 + </parameter>
839 + </parameterSet>
840 + </facility>
841 + </object>
842 +</objects>
...\ No newline at end of file ...\ No newline at end of file
1 +<?xml version="1.0" encoding="UTF-8"?><objects version="1.0.0.0(PRODML)" xmlns="http://www.witsml.org/schemas/131" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2 + <context xsi:type="obj_report">
3 + <kind>Daily production report Trym</kind>
4 + <title>Daily production report Trym September 2011</title>
5 + <date>2011-08-28</date>
6 + </context>
7 + <object xsi:type="obj_productionOperation">
8 + <name>Trym</name>
9 + <installation kind="platform" namingSystem="DONG">Harald</installation>
10 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
11 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
12 + <installationReport>
13 + <installation kind="field" namingSystem="DONG">Trym</installation>
14 + <productionActivity>
15 + <operationalComment>
16 + <type>production</type>
17 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
18 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
19 + <comment>TRYM PRODUCTONS ACTIVITIES:
20 +---------------------------
21 +
22 +
23 +Production well status C/I or reduced due to:
24 +I suggested that these results would follow from the assumption that this analysis of a formative as
25 +a pair of sets of features is not subject to a corpus of utterance tokens upon which conformity has
26 +been defined by the paired utterance test.
27 +</comment>
28 + </operationalComment>
29 + </productionActivity>
30 + </installationReport>
31 + </object>
32 + <object xsi:type="obj_productVolume">
33 + <name>Trym daily production volumes</name>
34 + <facility>
35 + <name kind="flow meter">Fiscal metering station</name>
36 + <facilityParent1 kind="field">Trym</facilityParent1>
37 + <parameterSet>
38 + <name>temperature</name>
39 + <qualifier>metered - fiscal</qualifier>
40 + <parameter>
41 + <dTim>2011-08-28T00:00:00.0Z</dTim>
42 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
43 + <measureValue uom="degC">49.73</measureValue>
44 + </parameter>
45 + </parameterSet>
46 + <!--<parameterSet>
47 + <name>density</name>
48 + <qualifier>metered - fiscal</qualifier>
49 + <parameter>
50 + <dTim>2011-08-28T00:00:00.0Z</dTim>
51 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
52 + <measureValue uom="kg/m3">650.2</measureValue>
53 + </parameter>
54 + </parameterSet>-->
55 + <flow>
56 + <kind>production</kind>
57 + <qualifier>metered - fiscal</qualifier>
58 + <product>
59 + <kind>oil - gross</kind>
60 + <period>
61 + <kind>day</kind>
62 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
63 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
64 + <volumeValue>
65 + <volume uom="m3">4362.93</volume>
66 + <temp uom="degC">15</temp>
67 + <pres uom="atm">1</pres>
68 + </volumeValue>
69 + <pres uom="bar">88.74</pres>
70 + <mass uom="kg">1172195.2</mass>
71 + </period>
72 + <period>
73 + <kind>month to date</kind>
74 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
75 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
76 + <volumeValue>
77 + <volume uom="m3">4464.32</volume>
78 + <temp uom="degC">15</temp>
79 + <pres uom="atm">1</pres>
80 + </volumeValue>
81 + <mass uom="kg">1224702.17</mass>
82 + </period>
83 + </product>
84 + <product>
85 + <kind>water</kind>
86 + <period>
87 + <kind>day</kind>
88 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
89 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
90 + <volumeValue>
91 + <volume uom="m3">170.21</volume>
92 + <temp uom="degC">15</temp>
93 + <pres uom="atm">1</pres>
94 + </volumeValue>
95 + </period>
96 + <period>
97 + <kind>month to date</kind>
98 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
99 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
100 + <volumeValue>
101 + <volume uom="m3">32.0</volume>
102 + <temp uom="degC">15</temp>
103 + <pres uom="atm">1</pres>
104 + </volumeValue>
105 + </period>
106 + </product>
107 + <product>
108 + <kind>gas</kind>
109 + <period>
110 + <kind>day</kind>
111 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
112 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
113 + <volumeValue>
114 + <volume uom="m3">167979.24</volume>
115 + <temp uom="degC">0</temp>
116 + <pres uom="atm">1</pres>
117 + </volumeValue>
118 + <mass uom="kg">170487.15</mass>
119 + </period>
120 + <period>
121 + <kind>month to date</kind>
122 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
123 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
124 + <volumeValue>
125 + <volume uom="m3">172024.38</volume>
126 + <temp uom="degC">0</temp>
127 + <pres uom="atm">1</pres>
128 + </volumeValue>
129 + <mass uom="kg">185081.64</mass>
130 + </period>
131 + </product>
132 + </flow>
133 + </facility>
134 + <facility>
135 + <name kind="flow meter">MPM 1</name>
136 + <facilityParent1 kind="field">Trym</facilityParent1>
137 + <parameterSet>
138 + <name>temperature</name>
139 + <qualifier>metered - fiscal</qualifier>
140 + <parameter>
141 + <dTim>2011-08-28T00:00:00.0Z</dTim>
142 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
143 + <measureValue uom="degC">38.05</measureValue>
144 + </parameter>
145 + </parameterSet>
146 + <!--<parameterSet>
147 + <name>density</name>
148 + <qualifier>metered - fiscal</qualifier>
149 + <parameter>
150 + <dTim>2011-08-28T00:00:00.0Z</dTim>
151 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
152 + <measureValue uom="kg/m3">657.62</measureValue>
153 + </parameter>
154 + </parameterSet>-->
155 + <parameterSet>
156 + <name>metering factor</name>
157 + <qualifier>metered - fiscal</qualifier>
158 + <parameter>
159 + <dTim>2011-08-28T00:00:00.0Z</dTim>
160 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
161 + <measureValue uom="NaN">1.14</measureValue>
162 + </parameter>
163 + </parameterSet>
164 + <flow>
165 + <kind>production</kind>
166 + <qualifier>metered - fiscal</qualifier>
167 + <product>
168 + <kind>oil - gross</kind>
169 + <period>
170 + <kind>day</kind>
171 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
172 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
173 + <volumeValue>
174 + <volume uom="m3">1464.29</volume>
175 + <temp uom="degC">15</temp>
176 + <pres uom="atm">1</pres>
177 + </volumeValue>
178 + <pres uom="bar">99.65</pres>
179 + <mass uom="kg">141969.25</mass>
180 + </period>
181 + <period>
182 + <kind>month to date</kind>
183 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
184 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
185 + <volumeValue>
186 + <volume uom="m3">10489.91</volume>
187 + <temp uom="degC">15</temp>
188 + <pres uom="atm">1</pres>
189 + </volumeValue>
190 + <mass uom="kg">153162.52</mass>
191 + </period>
192 + </product>
193 + <product>
194 + <kind>water</kind>
195 + <period>
196 + <kind>day</kind>
197 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
198 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
199 + <volumeValue>
200 + <volume uom="m3">95.14</volume>
201 + <temp uom="degC">15</temp>
202 + <pres uom="atm">1</pres>
203 + </volumeValue>
204 + </period>
205 + <period>
206 + <kind>month to date</kind>
207 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
208 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
209 + <volumeValue>
210 + <volume uom="m3">15.73</volume>
211 + <temp uom="degC">15</temp>
212 + <pres uom="atm">1</pres>
213 + </volumeValue>
214 + </period>
215 + </product>
216 + <product>
217 + <kind>gas</kind>
218 + <period>
219 + <kind>day</kind>
220 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
221 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
222 + <volumeValue>
223 + <volume uom="m3">232799.46</volume>
224 + <temp uom="degC">0</temp>
225 + <pres uom="atm">1</pres>
226 + </volumeValue>
227 + <mass uom="kg">208373.69</mass>
228 + </period>
229 + <period>
230 + <kind>month to date</kind>
231 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
232 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
233 + <volumeValue>
234 + <volume uom="m3">177058.9</volume>
235 + <temp uom="degC">0</temp>
236 + <pres uom="atm">1</pres>
237 + </volumeValue>
238 + <mass uom="kg">150176.72</mass>
239 + </period>
240 + </product>
241 + </flow>
242 + </facility>
243 + <facility>
244 + <name kind="flow meter">MPM 2</name>
245 + <facilityParent1 kind="field">Trym</facilityParent1>
246 + <parameterSet>
247 + <name>temperature</name>
248 + <qualifier>metered - fiscal</qualifier>
249 + <parameter>
250 + <dTim>2011-08-28T00:00:00.0Z</dTim>
251 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
252 + <measureValue uom="degC">97.13</measureValue>
253 + </parameter>
254 + </parameterSet>
255 + <!--<parameterSet>
256 + <name>density</name>
257 + <qualifier>metered - fiscal</qualifier>
258 + <parameter>
259 + <dTim>2011-08-28T00:00:00.0Z</dTim>
260 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
261 + <measureValue uom="kg/m3">-999.99</measureValue>
262 + </parameter>
263 + </parameterSet>-->
264 + <parameterSet>
265 + <name>metering factor</name>
266 + <qualifier>metered - fiscal</qualifier>
267 + <parameter>
268 + <dTim>2011-08-28T00:00:00.0Z</dTim>
269 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
270 + <measureValue uom="NaN">1.81</measureValue>
271 + </parameter>
272 + </parameterSet>
273 + <flow>
274 + <kind>production</kind>
275 + <qualifier>metered - fiscal</qualifier>
276 + <product>
277 + <kind>oil - gross</kind>
278 + <period>
279 + <kind>day</kind>
280 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
281 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
282 + <volumeValue>
283 + <volume uom="m3">162853.07</volume>
284 + <temp uom="degC">15</temp>
285 + <pres uom="atm">1</pres>
286 + </volumeValue>
287 + <pres uom="bar">84.92</pres>
288 + <mass uom="kg">156350.07</mass>
289 + </period>
290 + <period>
291 + <kind>month to date</kind>
292 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
293 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
294 + <volumeValue>
295 + <volume uom="m3">230643.72</volume>
296 + <temp uom="degC">15</temp>
297 + <pres uom="atm">1</pres>
298 + </volumeValue>
299 + <mass uom="kg">170057.55</mass>
300 + </period>
301 + </product>
302 + <product>
303 + <kind>water</kind>
304 + <period>
305 + <kind>day</kind>
306 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
307 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
308 + <volumeValue>
309 + <volume uom="m3">41.28</volume>
310 + <temp uom="degC">15</temp>
311 + <pres uom="atm">1</pres>
312 + </volumeValue>
313 + </period>
314 + <period>
315 + <kind>month to date</kind>
316 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
317 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
318 + <volumeValue>
319 + <volume uom="m3">34.84</volume>
320 + <temp uom="degC">15</temp>
321 + <pres uom="atm">1</pres>
322 + </volumeValue>
323 + </period>
324 + </product>
325 + <product>
326 + <kind>gas</kind>
327 + <period>
328 + <kind>day</kind>
329 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
330 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
331 + <volumeValue>
332 + <volume uom="m3">225584.73</volume>
333 + <temp uom="degC">0</temp>
334 + <pres uom="atm">1</pres>
335 + </volumeValue>
336 + <mass uom="kg">189226.92</mass>
337 + </period>
338 + <period>
339 + <kind>month to date</kind>
340 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
341 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
342 + <volumeValue>
343 + <volume uom="m3">174507.77</volume>
344 + <temp uom="degC">0</temp>
345 + <pres uom="atm">1</pres>
346 + </volumeValue>
347 + <mass uom="kg">242827.45</mass>
348 + </period>
349 + </product>
350 + </flow>
351 + </facility>
352 + <facility>
353 + <name kind="well" namingSystem="DONG">Producer One</name>
354 + <facilityAlias namingSystem="NPD">3/7-A-1 AH</facilityAlias>
355 + <operationTime uom="h">17.47</operationTime>
356 + <parameterSet>
357 + <name>wellhead temperature</name>
358 + <qualifier>measured</qualifier>
359 + <parameter>
360 + <dTim>2011-08-28T00:00:00.0Z</dTim>
361 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
362 + <measureValue uom="degC">100.05</measureValue>
363 + </parameter>
364 + </parameterSet>
365 + <parameterSet>
366 + <name>wellhead pressure</name>
367 + <qualifier>measured</qualifier>
368 + <parameter>
369 + <dTim>2011-08-28T00:00:00.0Z</dTim>
370 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
371 + <measureValue uom="bar">280.96</measureValue>
372 + </parameter>
373 + </parameterSet>
374 + <parameterSet>
375 + <name>wellhead pressure DSCP</name>
376 + <qualifier>measured</qualifier>
377 + <parameter>
378 + <dTim>2011-08-28T00:00:00.0Z</dTim>
379 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
380 + <measureValue uom="bar">131.72</measureValue>
381 + </parameter>
382 + </parameterSet>
383 + <parameterSet>
384 + <name>bottomhole temperature</name>
385 + <qualifier>measured</qualifier>
386 + <parameter>
387 + <dTim>2011-08-28T00:00:00.0Z</dTim>
388 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
389 + <measureValue uom="degC">142.12</measureValue>
390 + </parameter>
391 + </parameterSet>
392 + <parameterSet>
393 + <name>bottomhole pressure</name>
394 + <qualifier>measured</qualifier>
395 + <parameter>
396 + <dTim>2011-08-28T00:00:00.0Z</dTim>
397 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
398 + <measureValue uom="bar">490.05</measureValue>
399 + </parameter>
400 + </parameterSet>
401 + <parameterSet>
402 + <name>annulus pressure</name>
403 + <qualifier>measured</qualifier>
404 + <parameter>
405 + <dTim>2011-08-28T00:00:00.0Z</dTim>
406 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
407 + <measureValue uom="bar">126.25</measureValue>
408 + </parameter>
409 + </parameterSet>
410 + <!--<parameterSet>
411 + <name>choke size</name>
412 + <qualifier>measured</qualifier>
413 + <parameter>
414 + <dTim>2011-08-28T00:00:00.0Z</dTim>
415 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
416 + <measureValue uom="%">43.28</measureValue>
417 + </parameter>
418 + </parameterSet>-->
419 + </facility>
420 + <facility>
421 + <name kind="well" namingSystem="DONG">Producer Two</name>
422 + <facilityAlias namingSystem="NPD">3/7-A-2 H</facilityAlias>
423 + <operationTime uom="h">22.01</operationTime>
424 + <parameterSet>
425 + <name>wellhead temperature</name>
426 + <qualifier>measured</qualifier>
427 + <parameter>
428 + <dTim>2011-08-28T00:00:00.0Z</dTim>
429 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
430 + <measureValue uom="degC">116.15</measureValue>
431 + </parameter>
432 + </parameterSet>
433 + <parameterSet>
434 + <name>wellhead pressure</name>
435 + <qualifier>measured</qualifier>
436 + <parameter>
437 + <dTim>2011-08-28T00:00:00.0Z</dTim>
438 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
439 + <measureValue uom="bar">345.77</measureValue>
440 + </parameter>
441 + </parameterSet>
442 + <parameterSet>
443 + <name>wellhead pressure DSCP</name>
444 + <qualifier>measured</qualifier>
445 + <parameter>
446 + <dTim>2011-08-28T00:00:00.0Z</dTim>
447 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
448 + <measureValue uom="bar">135.1</measureValue>
449 + </parameter>
450 + </parameterSet>
451 + <parameterSet>
452 + <name>bottomhole temperature</name>
453 + <qualifier>measured</qualifier>
454 + <parameter>
455 + <dTim>2011-08-28T00:00:00.0Z</dTim>
456 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
457 + <measureValue uom="degC">134.5</measureValue>
458 + </parameter>
459 + </parameterSet>
460 + <parameterSet>
461 + <name>bottomhole pressure</name>
462 + <qualifier>measured</qualifier>
463 + <parameter>
464 + <dTim>2011-08-28T00:00:00.0Z</dTim>
465 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
466 + <measureValue uom="bar">478.64</measureValue>
467 + </parameter>
468 + </parameterSet>
469 + <parameterSet>
470 + <name>annulus pressure</name>
471 + <qualifier>measured</qualifier>
472 + <parameter>
473 + <dTim>2011-08-28T00:00:00.0Z</dTim>
474 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
475 + <measureValue uom="bar">155.87</measureValue>
476 + </parameter>
477 + </parameterSet>
478 + <!--<parameterSet>
479 + <name>choke size</name>
480 + <qualifier>measured</qualifier>
481 + <parameter>
482 + <dTim>2011-08-28T00:00:00.0Z</dTim>
483 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
484 + <measureValue uom="%">45.08</measureValue>
485 + </parameter>
486 + </parameterSet>-->
487 + </facility>
488 + <facility>
489 + <name kind="well" namingSystem="DONG">Producer East</name>
490 + <facilityAlias namingSystem="NPD">3/7-A-1 AH</facilityAlias>
491 +
492 + <parameterSet>
493 + <name>wellhead temperature</name>
494 + <qualifier>measured</qualifier>
495 + <parameter>
496 + <dTim>2011-08-28T23:59:59.0Z</dTim>
497 + <measureValue uom="degC">149.91</measureValue>
498 + </parameter>
499 + </parameterSet>
500 + <parameterSet>
501 + <name>wellhead pressure</name>
502 + <qualifier>measured</qualifier>
503 + <parameter>
504 + <dTim>2011-08-28T23:59:59.0Z</dTim>
505 + <measureValue uom="bar">326.08</measureValue>
506 + </parameter>
507 + </parameterSet>
508 + <parameterSet>
509 + <name>wellhead pressure DSCP</name>
510 + <qualifier>measured</qualifier>
511 + <parameter>
512 + <dTim>2011-08-28T23:59:59.0Z</dTim>
513 + <measureValue uom="bar">145.28</measureValue>
514 + </parameter>
515 + </parameterSet>
516 + <parameterSet>
517 + <name>bottomhole temperature</name>
518 + <qualifier>measured</qualifier>
519 + <parameter>
520 + <dTim>2011-08-28T23:59:59.0Z</dTim>
521 + <measureValue uom="degC">110.9</measureValue>
522 + </parameter>
523 + </parameterSet>
524 + <parameterSet>
525 + <name>bottomhole pressure</name>
526 + <qualifier>measured</qualifier>
527 + <parameter>
528 + <dTim>2011-08-28T23:59:59.0Z</dTim>
529 + <measureValue uom="bar">477.05</measureValue>
530 + </parameter>
531 + </parameterSet>
532 + <parameterSet>
533 + <name>annulus pressure</name>
534 + <qualifier>measured</qualifier>
535 + <parameter>
536 + <dTim>2011-08-28T23:59:59.0Z</dTim>
537 + <measureValue uom="bar">125.04</measureValue>
538 + </parameter>
539 + </parameterSet>
540 + <!--<parameterSet>
541 + <name>choke size</name>
542 + <qualifier>measured</qualifier>
543 + <parameter>
544 + <dTim>2011-08-28T23:59:59.0Z</dTim>
545 + <measureValue uom="%">50.47</measureValue>
546 + </parameter>
547 + </parameterSet>-->
548 + <parameterSet>
549 + <name>wing valve status</name>
550 + <qualifier>measured</qualifier>
551 + <parameter>
552 + <dTim>2011-08-28T23:59:59.0Z</dTim>
553 + <stringValue>Open</stringValue>
554 + </parameter>
555 + </parameterSet>
556 + </facility>
557 + <facility>
558 + <name kind="well" namingSystem="DONG">Producer West</name>
559 + <facilityAlias namingSystem="NPD">3/7-A-2 H</facilityAlias>
560 + <parameterSet>
561 + <name>wellhead temperature</name>
562 + <qualifier>measured</qualifier>
563 + <parameter>
564 + <dTim>2011-08-28T23:59:59.0Z</dTim>
565 + <measureValue uom="degC">102.153</measureValue>
566 + </parameter>
567 + </parameterSet>
568 + <parameterSet>
569 + <name>wellhead pressure</name>
570 + <qualifier>measured</qualifier>
571 + <parameter>
572 + <dTim>2011-08-28T23:59:59.0Z</dTim>
573 + <measureValue uom="bar">348.14</measureValue>
574 + </parameter>
575 + </parameterSet>
576 + <parameterSet>
577 + <name>wellhead pressure DSCP</name>
578 + <qualifier>measured</qualifier>
579 + <parameter>
580 + <dTim>2011-08-28T23:59:59.0Z</dTim>
581 + <measureValue uom="bar">183.49</measureValue>
582 + </parameter>
583 + </parameterSet>
584 + <parameterSet>
585 + <name>bottomhole temperature</name>
586 + <qualifier>measured</qualifier>
587 + <parameter>
588 + <dTim>2011-08-28T23:59:59.0Z</dTim>
589 + <measureValue uom="degC">102.4</measureValue>
590 + </parameter>
591 + </parameterSet>
592 + <parameterSet>
593 + <name>bottomhole pressure</name>
594 + <qualifier>measured</qualifier>
595 + <parameter>
596 + <dTim>2011-08-28T23:59:59.0Z</dTim>
597 + <measureValue uom="bar">422.8</measureValue>
598 + </parameter>
599 + </parameterSet>
600 + <parameterSet>
601 + <name>annulus pressure</name>
602 + <qualifier>measured</qualifier>
603 + <parameter>
604 + <dTim>2011-08-28T23:59:59.0Z</dTim>
605 + <measureValue uom="bar">161.31</measureValue>
606 + </parameter>
607 + </parameterSet>
608 + <!--<parameterSet>
609 + <name>choke size</name>
610 + <qualifier>measured</qualifier>
611 + <parameter>
612 + <dTim>2011-08-28T23:59:59.0Z</dTim>
613 + <measureValue uom="%">42.94</measureValue>
614 + </parameter>
615 + </parameterSet>-->
616 + <parameterSet>
617 + <name>wing valve status</name>
618 + <qualifier>measured</qualifier>
619 + <parameter>
620 + <dTim>2011-08-28T23:59:59.0Z</dTim>
621 + <stringValue>Open</stringValue>
622 + </parameter>
623 + </parameterSet>
624 + </facility>
625 + <facility>
626 + <name kind="field" namingSystem="DONG">Trym</name>
627 + <parameterSet>
628 + <name>watercut spot sample</name>
629 + <qualifier>measured</qualifier>
630 + <parameter>
631 + <dTim>2011-08-28T00:00:00.0Z</dTim>
632 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
633 + <measureValue uom="%">-999.99</measureValue>
634 + </parameter>
635 + </parameterSet>
636 + <flow>
637 + <name>Trym allocated production - liquid to pipeline</name>
638 + <kind>production</kind>
639 + <qualifier>allocated</qualifier>
640 + <product>
641 + <kind>oil - net</kind>
642 + <period>
643 + <kind>day</kind>
644 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
645 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
646 + <volumeValue>
647 + <volume uom="m3">1263.98</volume>
648 + <temp uom="degC">15</temp>
649 + <pres uom="atm">1</pres>
650 + </volumeValue>
651 + <mass uom="kg">157859.57</mass>
652 + <densityValue>
653 + <density uom="kg/m3">776.61</density>
654 + <temp uom="degC">15</temp>
655 + <pres uom="atm">1</pres>
656 +
657 + </densityValue>
658 + </period>
659 + <period>
660 + <kind>month to date</kind>
661 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
662 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
663 + <volumeValue>
664 + <volume uom="m3">1495.31</volume>
665 + <temp uom="degC">15</temp>
666 + <pres uom="atm">1</pres>
667 + </volumeValue>
668 + <mass uom="kg">143032.81</mass>
669 + <densityValue>
670 + <density uom="kg/m3">755.66</density>
671 + <temp uom="degC">15</temp>
672 + <pres uom="atm">1</pres>
673 + </densityValue>
674 + </period>
675 + </product>
676 + <product>
677 + <kind>water</kind>
678 + <period>
679 + <kind>day</kind>
680 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
681 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
682 + <volumeValue>
683 + <volume uom="m3">-999.99</volume>
684 + <temp uom="degC">15</temp>
685 + <pres uom="atm">1</pres>
686 + </volumeValue>
687 + </period>
688 + <period>
689 + <kind>month to date</kind>
690 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
691 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
692 + <volumeValue>
693 + <volume uom="m3">-999.99</volume>
694 + <temp uom="degC">15</temp>
695 + <pres uom="atm">1</pres>
696 + </volumeValue>
697 + </period>
698 + </product>
699 + <product>
700 + <kind>gas</kind>
701 + <period>
702 + <kind>day</kind>
703 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
704 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
705 + <volumeValue>
706 + <volume uom="m3">179932.67</volume>
707 + <temp uom="degC">0</temp>
708 + <pres uom="atm">1</pres>
709 + </volumeValue>
710 + </period>
711 + <period>
712 + <kind>month to date</kind>
713 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
714 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
715 + <volumeValue>
716 + <volume uom="m3">149245.42</volume>
717 + <temp uom="degC">15</temp>
718 + <pres uom="atm">1</pres>
719 + </volumeValue>
720 + </period>
721 + </product>
722 + </flow>
723 + <flow>
724 + <name>Trym flaring</name>
725 + <kind>consume - flare</kind>
726 + <qualifier>allocated</qualifier>
727 + <product>
728 + <kind>gas</kind>
729 + <period>
730 + <kind>day</kind>
731 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
732 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
733 + <volumeValue>
734 + <volume uom="m3">1937.19</volume>
735 + </volumeValue>
736 + </period>
737 + <period>
738 + <kind>month to date</kind>
739 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
740 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
741 + <volumeValue>
742 + <volume uom="m3">24052.8</volume>
743 + <temp uom="degC">15</temp>
744 + <pres uom="atm">1</pres>
745 + </volumeValue>
746 + </period>
747 + </product>
748 + </flow>
749 + <flow>
750 + <name>Trym fuel</name>
751 + <kind>consume - fuel</kind>
752 + <qualifier>allocated</qualifier>
753 + <product>
754 + <kind>gas</kind>
755 + <period>
756 + <kind>day</kind>
757 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
758 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
759 + <volumeValue>
760 + <volume uom="m3">38690.26</volume>
761 + </volumeValue>
762 + </period>
763 + <period>
764 + <kind>month to date</kind>
765 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
766 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
767 + <volumeValue>
768 + <volume uom="m3">43988.5</volume>
769 + <temp uom="degC">15</temp>
770 + <pres uom="atm">1</pres>
771 + </volumeValue>
772 + </period>
773 + </product>
774 + </flow>
775 + <flow>
776 + <name>Trym injection of chemicals</name>
777 + <kind>injection</kind>
778 + <qualifier>measured</qualifier>
779 + <product>
780 + <kind>chemical</kind>
781 + <name>Scale Inhibitor</name>
782 + <period>
783 + <kind>day</kind>
784 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
785 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
786 + <volumeValue>
787 + <volume uom="L">62.75</volume>
788 +
789 + </volumeValue>
790 + </period>
791 + </product>
792 + <product>
793 + <kind>chemical</kind>
794 + <name>Wax Inhibitor</name>
795 + <period>
796 + <kind>day</kind>
797 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
798 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
799 + <volumeValue>
800 + <volume uom="L">197.06</volume>
801 +
802 + </volumeValue>
803 + </period>
804 + </product>
805 + <product>
806 + <kind>chemical</kind>
807 + <name>Methanol</name>
808 + <period>
809 + <kind>day</kind>
810 + <dTimStart>2011-08-28T00:00:00.0Z</dTimStart>
811 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
812 + <volumeValue>
813 + <volume uom="L">73.37</volume>
814 +
815 + </volumeValue>
816 + </period>
817 + </product>
818 + </flow>
819 + </facility>
820 + <facility>
821 + <name kind="pipeline">Trym Pipeline - Harald Riser</name>
822 + <parameterSet>
823 + <name>pressure</name>
824 + <qualifier>measured</qualifier>
825 + <parameter>
826 + <dTim>2011-08-28T00:00:00.0Z</dTim>
827 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
828 + <measureValue uom="bar">116.09</measureValue>
829 + </parameter>
830 + </parameterSet>
831 + <parameterSet>
832 + <name>temperature</name>
833 + <qualifier>measured</qualifier>
834 + <parameter>
835 + <dTim>2011-08-28T00:00:00.0Z</dTim>
836 + <dTimEnd>2011-08-28T23:59:59.0Z</dTimEnd>
837 + <measureValue uom="degC">121.6</measureValue>
838 + </parameter>
839 + </parameterSet>
840 + </facility>
841 + </object>
842 +</objects>
...\ No newline at end of file ...\ No newline at end of file
1 +<?xml version="1.0" encoding="UTF-8"?><objects version="1.0.0.0(PRODML)" xmlns="http://www.witsml.org/schemas/131" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2 + <context xsi:type="obj_report">
3 + <kind>Daily production report Trym</kind>
4 + <title>Daily production report Trym September 2011</title>
5 + <date>2011-08-29</date>
6 + </context>
7 + <object xsi:type="obj_productionOperation">
8 + <name>Trym</name>
9 + <installation kind="platform" namingSystem="DONG">Harald</installation>
10 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
11 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
12 + <installationReport>
13 + <installation kind="field" namingSystem="DONG">Trym</installation>
14 + <productionActivity>
15 + <operationalComment>
16 + <type>production</type>
17 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
18 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
19 + <comment>TRYM PRODUCTONS ACTIVITIES:
20 +---------------------------
21 +
22 +
23 +Production well status C/I or reduced due to:
24 +A consequence of the approach just outlined is that the earlier discussion of deviance can be
25 +defined in such a way as to impose a parasitic gap construction.
26 +</comment>
27 + </operationalComment>
28 + </productionActivity>
29 + </installationReport>
30 + </object>
31 + <object xsi:type="obj_productVolume">
32 + <name>Trym daily production volumes</name>
33 + <facility>
34 + <name kind="flow meter">Fiscal metering station</name>
35 + <facilityParent1 kind="field">Trym</facilityParent1>
36 + <parameterSet>
37 + <name>temperature</name>
38 + <qualifier>metered - fiscal</qualifier>
39 + <parameter>
40 + <dTim>2011-08-29T00:00:00.0Z</dTim>
41 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
42 + <measureValue uom="degC">45.37</measureValue>
43 + </parameter>
44 + </parameterSet>
45 + <!--<parameterSet>
46 + <name>density</name>
47 + <qualifier>metered - fiscal</qualifier>
48 + <parameter>
49 + <dTim>2011-08-29T00:00:00.0Z</dTim>
50 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
51 + <measureValue uom="kg/m3">659.06</measureValue>
52 + </parameter>
53 + </parameterSet>-->
54 + <flow>
55 + <kind>production</kind>
56 + <qualifier>metered - fiscal</qualifier>
57 + <product>
58 + <kind>oil - gross</kind>
59 + <period>
60 + <kind>day</kind>
61 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
62 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
63 + <volumeValue>
64 + <volume uom="m3">4008.16</volume>
65 + <temp uom="degC">15</temp>
66 + <pres uom="atm">1</pres>
67 + </volumeValue>
68 + <pres uom="bar">80.58</pres>
69 + <mass uom="kg">1181863.21</mass>
70 + </period>
71 + <period>
72 + <kind>month to date</kind>
73 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
74 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
75 + <volumeValue>
76 + <volume uom="m3">4458.4</volume>
77 + <temp uom="degC">15</temp>
78 + <pres uom="atm">1</pres>
79 + </volumeValue>
80 + <mass uom="kg">1091859.61</mass>
81 + </period>
82 + </product>
83 + <product>
84 + <kind>water</kind>
85 + <period>
86 + <kind>day</kind>
87 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
88 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
89 + <volumeValue>
90 + <volume uom="m3">108.19</volume>
91 + <temp uom="degC">15</temp>
92 + <pres uom="atm">1</pres>
93 + </volumeValue>
94 + </period>
95 + <period>
96 + <kind>month to date</kind>
97 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
98 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
99 + <volumeValue>
100 + <volume uom="m3">137.7</volume>
101 + <temp uom="degC">15</temp>
102 + <pres uom="atm">1</pres>
103 + </volumeValue>
104 + </period>
105 + </product>
106 + <product>
107 + <kind>gas</kind>
108 + <period>
109 + <kind>day</kind>
110 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
111 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
112 + <volumeValue>
113 + <volume uom="m3">154611.28</volume>
114 + <temp uom="degC">0</temp>
115 + <pres uom="atm">1</pres>
116 + </volumeValue>
117 + <mass uom="kg">151877.2</mass>
118 + </period>
119 + <period>
120 + <kind>month to date</kind>
121 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
122 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
123 + <volumeValue>
124 + <volume uom="m3">162514.86</volume>
125 + <temp uom="degC">0</temp>
126 + <pres uom="atm">1</pres>
127 + </volumeValue>
128 + <mass uom="kg">171510.92</mass>
129 + </period>
130 + </product>
131 + </flow>
132 + </facility>
133 + <facility>
134 + <name kind="flow meter">MPM 1</name>
135 + <facilityParent1 kind="field">Trym</facilityParent1>
136 + <parameterSet>
137 + <name>temperature</name>
138 + <qualifier>metered - fiscal</qualifier>
139 + <parameter>
140 + <dTim>2011-08-29T00:00:00.0Z</dTim>
141 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
142 + <measureValue uom="degC">38.96</measureValue>
143 + </parameter>
144 + </parameterSet>
145 + <!--<parameterSet>
146 + <name>density</name>
147 + <qualifier>metered - fiscal</qualifier>
148 + <parameter>
149 + <dTim>2011-08-29T00:00:00.0Z</dTim>
150 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
151 + <measureValue uom="kg/m3">681.96</measureValue>
152 + </parameter>
153 + </parameterSet>-->
154 + <parameterSet>
155 + <name>metering factor</name>
156 + <qualifier>metered - fiscal</qualifier>
157 + <parameter>
158 + <dTim>2011-08-29T00:00:00.0Z</dTim>
159 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
160 + <measureValue uom="NaN">1.35</measureValue>
161 + </parameter>
162 + </parameterSet>
163 + <flow>
164 + <kind>production</kind>
165 + <qualifier>metered - fiscal</qualifier>
166 + <product>
167 + <kind>oil - gross</kind>
168 + <period>
169 + <kind>day</kind>
170 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
171 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
172 + <volumeValue>
173 + <volume uom="m3">1486.23</volume>
174 + <temp uom="degC">15</temp>
175 + <pres uom="atm">1</pres>
176 + </volumeValue>
177 + <pres uom="bar">97.29</pres>
178 + <mass uom="kg">158084.36</mass>
179 + </period>
180 + <period>
181 + <kind>month to date</kind>
182 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
183 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
184 + <volumeValue>
185 + <volume uom="m3">10584.41</volume>
186 + <temp uom="degC">15</temp>
187 + <pres uom="atm">1</pres>
188 + </volumeValue>
189 + <mass uom="kg">149416.18</mass>
190 + </period>
191 + </product>
192 + <product>
193 + <kind>water</kind>
194 + <period>
195 + <kind>day</kind>
196 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
197 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
198 + <volumeValue>
199 + <volume uom="m3">42.91</volume>
200 + <temp uom="degC">15</temp>
201 + <pres uom="atm">1</pres>
202 + </volumeValue>
203 + </period>
204 + <period>
205 + <kind>month to date</kind>
206 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
207 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
208 + <volumeValue>
209 + <volume uom="m3">48.56</volume>
210 + <temp uom="degC">15</temp>
211 + <pres uom="atm">1</pres>
212 + </volumeValue>
213 + </period>
214 + </product>
215 + <product>
216 + <kind>gas</kind>
217 + <period>
218 + <kind>day</kind>
219 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
220 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
221 + <volumeValue>
222 + <volume uom="m3">178620.25</volume>
223 + <temp uom="degC">0</temp>
224 + <pres uom="atm">1</pres>
225 + </volumeValue>
226 + <mass uom="kg">234299.0</mass>
227 + </period>
228 + <period>
229 + <kind>month to date</kind>
230 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
231 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
232 + <volumeValue>
233 + <volume uom="m3">168757.66</volume>
234 + <temp uom="degC">0</temp>
235 + <pres uom="atm">1</pres>
236 + </volumeValue>
237 + <mass uom="kg">188004.07</mass>
238 + </period>
239 + </product>
240 + </flow>
241 + </facility>
242 + <facility>
243 + <name kind="flow meter">MPM 2</name>
244 + <facilityParent1 kind="field">Trym</facilityParent1>
245 + <parameterSet>
246 + <name>temperature</name>
247 + <qualifier>metered - fiscal</qualifier>
248 + <parameter>
249 + <dTim>2011-08-29T00:00:00.0Z</dTim>
250 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
251 + <measureValue uom="degC">85.49</measureValue>
252 + </parameter>
253 + </parameterSet>
254 + <!--<parameterSet>
255 + <name>density</name>
256 + <qualifier>metered - fiscal</qualifier>
257 + <parameter>
258 + <dTim>2011-08-29T00:00:00.0Z</dTim>
259 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
260 + <measureValue uom="kg/m3">-999.99</measureValue>
261 + </parameter>
262 + </parameterSet>-->
263 + <parameterSet>
264 + <name>metering factor</name>
265 + <qualifier>metered - fiscal</qualifier>
266 + <parameter>
267 + <dTim>2011-08-29T00:00:00.0Z</dTim>
268 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
269 + <measureValue uom="NaN">1.8</measureValue>
270 + </parameter>
271 + </parameterSet>
272 + <flow>
273 + <kind>production</kind>
274 + <qualifier>metered - fiscal</qualifier>
275 + <product>
276 + <kind>oil - gross</kind>
277 + <period>
278 + <kind>day</kind>
279 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
280 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
281 + <volumeValue>
282 + <volume uom="m3">151812.86</volume>
283 + <temp uom="degC">15</temp>
284 + <pres uom="atm">1</pres>
285 + </volumeValue>
286 + <pres uom="bar">92.83</pres>
287 + <mass uom="kg">235151.13</mass>
288 + </period>
289 + <period>
290 + <kind>month to date</kind>
291 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
292 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
293 + <volumeValue>
294 + <volume uom="m3">199361.51</volume>
295 + <temp uom="degC">15</temp>
296 + <pres uom="atm">1</pres>
297 + </volumeValue>
298 + <mass uom="kg">210707.86</mass>
299 + </period>
300 + </product>
301 + <product>
302 + <kind>water</kind>
303 + <period>
304 + <kind>day</kind>
305 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
306 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
307 + <volumeValue>
308 + <volume uom="m3">41.45</volume>
309 + <temp uom="degC">15</temp>
310 + <pres uom="atm">1</pres>
311 + </volumeValue>
312 + </period>
313 + <period>
314 + <kind>month to date</kind>
315 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
316 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
317 + <volumeValue>
318 + <volume uom="m3">66.75</volume>
319 + <temp uom="degC">15</temp>
320 + <pres uom="atm">1</pres>
321 + </volumeValue>
322 + </period>
323 + </product>
324 + <product>
325 + <kind>gas</kind>
326 + <period>
327 + <kind>day</kind>
328 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
329 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
330 + <volumeValue>
331 + <volume uom="m3">171447.67</volume>
332 + <temp uom="degC">0</temp>
333 + <pres uom="atm">1</pres>
334 + </volumeValue>
335 + <mass uom="kg">163991.45</mass>
336 + </period>
337 + <period>
338 + <kind>month to date</kind>
339 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
340 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
341 + <volumeValue>
342 + <volume uom="m3">204146.17</volume>
343 + <temp uom="degC">0</temp>
344 + <pres uom="atm">1</pres>
345 + </volumeValue>
346 + <mass uom="kg">179017.62</mass>
347 + </period>
348 + </product>
349 + </flow>
350 + </facility>
351 + <facility>
352 + <name kind="well" namingSystem="DONG">Producer One</name>
353 + <facilityAlias namingSystem="NPD">3/7-A-1 AH</facilityAlias>
354 + <operationTime uom="h">23.0</operationTime>
355 + <parameterSet>
356 + <name>wellhead temperature</name>
357 + <qualifier>measured</qualifier>
358 + <parameter>
359 + <dTim>2011-08-29T00:00:00.0Z</dTim>
360 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
361 + <measureValue uom="degC">100.88</measureValue>
362 + </parameter>
363 + </parameterSet>
364 + <parameterSet>
365 + <name>wellhead pressure</name>
366 + <qualifier>measured</qualifier>
367 + <parameter>
368 + <dTim>2011-08-29T00:00:00.0Z</dTim>
369 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
370 + <measureValue uom="bar">253.22</measureValue>
371 + </parameter>
372 + </parameterSet>
373 + <parameterSet>
374 + <name>wellhead pressure DSCP</name>
375 + <qualifier>measured</qualifier>
376 + <parameter>
377 + <dTim>2011-08-29T00:00:00.0Z</dTim>
378 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
379 + <measureValue uom="bar">132.38</measureValue>
380 + </parameter>
381 + </parameterSet>
382 + <parameterSet>
383 + <name>bottomhole temperature</name>
384 + <qualifier>measured</qualifier>
385 + <parameter>
386 + <dTim>2011-08-29T00:00:00.0Z</dTim>
387 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
388 + <measureValue uom="degC">121.52</measureValue>
389 + </parameter>
390 + </parameterSet>
391 + <parameterSet>
392 + <name>bottomhole pressure</name>
393 + <qualifier>measured</qualifier>
394 + <parameter>
395 + <dTim>2011-08-29T00:00:00.0Z</dTim>
396 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
397 + <measureValue uom="bar">491.43</measureValue>
398 + </parameter>
399 + </parameterSet>
400 + <parameterSet>
401 + <name>annulus pressure</name>
402 + <qualifier>measured</qualifier>
403 + <parameter>
404 + <dTim>2011-08-29T00:00:00.0Z</dTim>
405 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
406 + <measureValue uom="bar">119.11</measureValue>
407 + </parameter>
408 + </parameterSet>
409 + <!--<parameterSet>
410 + <name>choke size</name>
411 + <qualifier>measured</qualifier>
412 + <parameter>
413 + <dTim>2011-08-29T00:00:00.0Z</dTim>
414 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
415 + <measureValue uom="%">63.41</measureValue>
416 + </parameter>
417 + </parameterSet>-->
418 + </facility>
419 + <facility>
420 + <name kind="well" namingSystem="DONG">Producer Two</name>
421 + <facilityAlias namingSystem="NPD">3/7-A-2 H</facilityAlias>
422 + <operationTime uom="h">22.16</operationTime>
423 + <parameterSet>
424 + <name>wellhead temperature</name>
425 + <qualifier>measured</qualifier>
426 + <parameter>
427 + <dTim>2011-08-29T00:00:00.0Z</dTim>
428 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
429 + <measureValue uom="degC">102.51</measureValue>
430 + </parameter>
431 + </parameterSet>
432 + <parameterSet>
433 + <name>wellhead pressure</name>
434 + <qualifier>measured</qualifier>
435 + <parameter>
436 + <dTim>2011-08-29T00:00:00.0Z</dTim>
437 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
438 + <measureValue uom="bar">350.46</measureValue>
439 + </parameter>
440 + </parameterSet>
441 + <parameterSet>
442 + <name>wellhead pressure DSCP</name>
443 + <qualifier>measured</qualifier>
444 + <parameter>
445 + <dTim>2011-08-29T00:00:00.0Z</dTim>
446 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
447 + <measureValue uom="bar">127.16</measureValue>
448 + </parameter>
449 + </parameterSet>
450 + <parameterSet>
451 + <name>bottomhole temperature</name>
452 + <qualifier>measured</qualifier>
453 + <parameter>
454 + <dTim>2011-08-29T00:00:00.0Z</dTim>
455 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
456 + <measureValue uom="degC">117.44</measureValue>
457 + </parameter>
458 + </parameterSet>
459 + <parameterSet>
460 + <name>bottomhole pressure</name>
461 + <qualifier>measured</qualifier>
462 + <parameter>
463 + <dTim>2011-08-29T00:00:00.0Z</dTim>
464 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
465 + <measureValue uom="bar">351.32</measureValue>
466 + </parameter>
467 + </parameterSet>
468 + <parameterSet>
469 + <name>annulus pressure</name>
470 + <qualifier>measured</qualifier>
471 + <parameter>
472 + <dTim>2011-08-29T00:00:00.0Z</dTim>
473 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
474 + <measureValue uom="bar">125.21</measureValue>
475 + </parameter>
476 + </parameterSet>
477 + <!--<parameterSet>
478 + <name>choke size</name>
479 + <qualifier>measured</qualifier>
480 + <parameter>
481 + <dTim>2011-08-29T00:00:00.0Z</dTim>
482 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
483 + <measureValue uom="%">43.01</measureValue>
484 + </parameter>
485 + </parameterSet>-->
486 + </facility>
487 + <facility>
488 + <name kind="well" namingSystem="DONG">Producer East</name>
489 + <facilityAlias namingSystem="NPD">3/7-A-1 AH</facilityAlias>
490 +
491 + <parameterSet>
492 + <name>wellhead temperature</name>
493 + <qualifier>measured</qualifier>
494 + <parameter>
495 + <dTim>2011-08-29T23:59:59.0Z</dTim>
496 + <measureValue uom="degC">102.73</measureValue>
497 + </parameter>
498 + </parameterSet>
499 + <parameterSet>
500 + <name>wellhead pressure</name>
501 + <qualifier>measured</qualifier>
502 + <parameter>
503 + <dTim>2011-08-29T23:59:59.0Z</dTim>
504 + <measureValue uom="bar">340.21</measureValue>
505 + </parameter>
506 + </parameterSet>
507 + <parameterSet>
508 + <name>wellhead pressure DSCP</name>
509 + <qualifier>measured</qualifier>
510 + <parameter>
511 + <dTim>2011-08-29T23:59:59.0Z</dTim>
512 + <measureValue uom="bar">129.16</measureValue>
513 + </parameter>
514 + </parameterSet>
515 + <parameterSet>
516 + <name>bottomhole temperature</name>
517 + <qualifier>measured</qualifier>
518 + <parameter>
519 + <dTim>2011-08-29T23:59:59.0Z</dTim>
520 + <measureValue uom="degC">112.38</measureValue>
521 + </parameter>
522 + </parameterSet>
523 + <parameterSet>
524 + <name>bottomhole pressure</name>
525 + <qualifier>measured</qualifier>
526 + <parameter>
527 + <dTim>2011-08-29T23:59:59.0Z</dTim>
528 + <measureValue uom="bar">440.01</measureValue>
529 + </parameter>
530 + </parameterSet>
531 + <parameterSet>
532 + <name>annulus pressure</name>
533 + <qualifier>measured</qualifier>
534 + <parameter>
535 + <dTim>2011-08-29T23:59:59.0Z</dTim>
536 + <measureValue uom="bar">112.65</measureValue>
537 + </parameter>
538 + </parameterSet>
539 + <!--<parameterSet>
540 + <name>choke size</name>
541 + <qualifier>measured</qualifier>
542 + <parameter>
543 + <dTim>2011-08-29T23:59:59.0Z</dTim>
544 + <measureValue uom="%">46.46</measureValue>
545 + </parameter>
546 + </parameterSet>-->
547 + <parameterSet>
548 + <name>wing valve status</name>
549 + <qualifier>measured</qualifier>
550 + <parameter>
551 + <dTim>2011-08-29T23:59:59.0Z</dTim>
552 + <stringValue>Open</stringValue>
553 + </parameter>
554 + </parameterSet>
555 + </facility>
556 + <facility>
557 + <name kind="well" namingSystem="DONG">Producer West</name>
558 + <facilityAlias namingSystem="NPD">3/7-A-2 H</facilityAlias>
559 + <parameterSet>
560 + <name>wellhead temperature</name>
561 + <qualifier>measured</qualifier>
562 + <parameter>
563 + <dTim>2011-08-29T23:59:59.0Z</dTim>
564 + <measureValue uom="degC">102.153</measureValue>
565 + </parameter>
566 + </parameterSet>
567 + <parameterSet>
568 + <name>wellhead pressure</name>
569 + <qualifier>measured</qualifier>
570 + <parameter>
571 + <dTim>2011-08-29T23:59:59.0Z</dTim>
572 + <measureValue uom="bar">281.35</measureValue>
573 + </parameter>
574 + </parameterSet>
575 + <parameterSet>
576 + <name>wellhead pressure DSCP</name>
577 + <qualifier>measured</qualifier>
578 + <parameter>
579 + <dTim>2011-08-29T23:59:59.0Z</dTim>
580 + <measureValue uom="bar">156.51</measureValue>
581 + </parameter>
582 + </parameterSet>
583 + <parameterSet>
584 + <name>bottomhole temperature</name>
585 + <qualifier>measured</qualifier>
586 + <parameter>
587 + <dTim>2011-08-29T23:59:59.0Z</dTim>
588 + <measureValue uom="degC">120.57</measureValue>
589 + </parameter>
590 + </parameterSet>
591 + <parameterSet>
592 + <name>bottomhole pressure</name>
593 + <qualifier>measured</qualifier>
594 + <parameter>
595 + <dTim>2011-08-29T23:59:59.0Z</dTim>
596 + <measureValue uom="bar">445.28</measureValue>
597 + </parameter>
598 + </parameterSet>
599 + <parameterSet>
600 + <name>annulus pressure</name>
601 + <qualifier>measured</qualifier>
602 + <parameter>
603 + <dTim>2011-08-29T23:59:59.0Z</dTim>
604 + <measureValue uom="bar">236.72</measureValue>
605 + </parameter>
606 + </parameterSet>
607 + <!--<parameterSet>
608 + <name>choke size</name>
609 + <qualifier>measured</qualifier>
610 + <parameter>
611 + <dTim>2011-08-29T23:59:59.0Z</dTim>
612 + <measureValue uom="%">55.18</measureValue>
613 + </parameter>
614 + </parameterSet>-->
615 + <parameterSet>
616 + <name>wing valve status</name>
617 + <qualifier>measured</qualifier>
618 + <parameter>
619 + <dTim>2011-08-29T23:59:59.0Z</dTim>
620 + <stringValue>Open</stringValue>
621 + </parameter>
622 + </parameterSet>
623 + </facility>
624 + <facility>
625 + <name kind="field" namingSystem="DONG">Trym</name>
626 + <parameterSet>
627 + <name>watercut spot sample</name>
628 + <qualifier>measured</qualifier>
629 + <parameter>
630 + <dTim>2011-08-29T00:00:00.0Z</dTim>
631 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
632 + <measureValue uom="%">-999.99</measureValue>
633 + </parameter>
634 + </parameterSet>
635 + <flow>
636 + <name>Trym allocated production - liquid to pipeline</name>
637 + <kind>production</kind>
638 + <qualifier>allocated</qualifier>
639 + <product>
640 + <kind>oil - net</kind>
641 + <period>
642 + <kind>day</kind>
643 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
644 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
645 + <volumeValue>
646 + <volume uom="m3">1416.82</volume>
647 + <temp uom="degC">15</temp>
648 + <pres uom="atm">1</pres>
649 + </volumeValue>
650 + <mass uom="kg">151479.83</mass>
651 + <densityValue>
652 + <density uom="kg/m3">708.68</density>
653 + <temp uom="degC">15</temp>
654 + <pres uom="atm">1</pres>
655 +
656 + </densityValue>
657 + </period>
658 + <period>
659 + <kind>month to date</kind>
660 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
661 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
662 + <volumeValue>
663 + <volume uom="m3">1408.4</volume>
664 + <temp uom="degC">15</temp>
665 + <pres uom="atm">1</pres>
666 + </volumeValue>
667 + <mass uom="kg">100725.21</mass>
668 + <densityValue>
669 + <density uom="kg/m3">754.81</density>
670 + <temp uom="degC">15</temp>
671 + <pres uom="atm">1</pres>
672 + </densityValue>
673 + </period>
674 + </product>
675 + <product>
676 + <kind>water</kind>
677 + <period>
678 + <kind>day</kind>
679 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
680 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
681 + <volumeValue>
682 + <volume uom="m3">-999.99</volume>
683 + <temp uom="degC">15</temp>
684 + <pres uom="atm">1</pres>
685 + </volumeValue>
686 + </period>
687 + <period>
688 + <kind>month to date</kind>
689 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
690 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
691 + <volumeValue>
692 + <volume uom="m3">-999.99</volume>
693 + <temp uom="degC">15</temp>
694 + <pres uom="atm">1</pres>
695 + </volumeValue>
696 + </period>
697 + </product>
698 + <product>
699 + <kind>gas</kind>
700 + <period>
701 + <kind>day</kind>
702 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
703 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
704 + <volumeValue>
705 + <volume uom="m3">155458.73</volume>
706 + <temp uom="degC">0</temp>
707 + <pres uom="atm">1</pres>
708 + </volumeValue>
709 + </period>
710 + <period>
711 + <kind>month to date</kind>
712 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
713 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
714 + <volumeValue>
715 + <volume uom="m3">113706.72</volume>
716 + <temp uom="degC">15</temp>
717 + <pres uom="atm">1</pres>
718 + </volumeValue>
719 + </period>
720 + </product>
721 + </flow>
722 + <flow>
723 + <name>Trym flaring</name>
724 + <kind>consume - flare</kind>
725 + <qualifier>allocated</qualifier>
726 + <product>
727 + <kind>gas</kind>
728 + <period>
729 + <kind>day</kind>
730 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
731 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
732 + <volumeValue>
733 + <volume uom="m3">1972.97</volume>
734 + </volumeValue>
735 + </period>
736 + <period>
737 + <kind>month to date</kind>
738 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
739 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
740 + <volumeValue>
741 + <volume uom="m3">14608.55</volume>
742 + <temp uom="degC">15</temp>
743 + <pres uom="atm">1</pres>
744 + </volumeValue>
745 + </period>
746 + </product>
747 + </flow>
748 + <flow>
749 + <name>Trym fuel</name>
750 + <kind>consume - fuel</kind>
751 + <qualifier>allocated</qualifier>
752 + <product>
753 + <kind>gas</kind>
754 + <period>
755 + <kind>day</kind>
756 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
757 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
758 + <volumeValue>
759 + <volume uom="m3">34698.74</volume>
760 + </volumeValue>
761 + </period>
762 + <period>
763 + <kind>month to date</kind>
764 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
765 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
766 + <volumeValue>
767 + <volume uom="m3">35272.52</volume>
768 + <temp uom="degC">15</temp>
769 + <pres uom="atm">1</pres>
770 + </volumeValue>
771 + </period>
772 + </product>
773 + </flow>
774 + <flow>
775 + <name>Trym injection of chemicals</name>
776 + <kind>injection</kind>
777 + <qualifier>measured</qualifier>
778 + <product>
779 + <kind>chemical</kind>
780 + <name>Scale Inhibitor</name>
781 + <period>
782 + <kind>day</kind>
783 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
784 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
785 + <volumeValue>
786 + <volume uom="L">86.22</volume>
787 +
788 + </volumeValue>
789 + </period>
790 + </product>
791 + <product>
792 + <kind>chemical</kind>
793 + <name>Wax Inhibitor</name>
794 + <period>
795 + <kind>day</kind>
796 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
797 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
798 + <volumeValue>
799 + <volume uom="L">179.65</volume>
800 +
801 + </volumeValue>
802 + </period>
803 + </product>
804 + <product>
805 + <kind>chemical</kind>
806 + <name>Methanol</name>
807 + <period>
808 + <kind>day</kind>
809 + <dTimStart>2011-08-29T00:00:00.0Z</dTimStart>
810 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
811 + <volumeValue>
812 + <volume uom="L">33.57</volume>
813 +
814 + </volumeValue>
815 + </period>
816 + </product>
817 + </flow>
818 + </facility>
819 + <facility>
820 + <name kind="pipeline">Trym Pipeline - Harald Riser</name>
821 + <parameterSet>
822 + <name>pressure</name>
823 + <qualifier>measured</qualifier>
824 + <parameter>
825 + <dTim>2011-08-29T00:00:00.0Z</dTim>
826 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
827 + <measureValue uom="bar">130.5</measureValue>
828 + </parameter>
829 + </parameterSet>
830 + <parameterSet>
831 + <name>temperature</name>
832 + <qualifier>measured</qualifier>
833 + <parameter>
834 + <dTim>2011-08-29T00:00:00.0Z</dTim>
835 + <dTimEnd>2011-08-29T23:59:59.0Z</dTimEnd>
836 + <measureValue uom="degC">83.15</measureValue>
837 + </parameter>
838 + </parameterSet>
839 + </facility>
840 + </object>
841 +</objects>
...\ No newline at end of file ...\ No newline at end of file
1 +<?xml version="1.0" encoding="UTF-8"?><objects version="1.0.0.0(PRODML)" xmlns="http://www.witsml.org/schemas/131" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2 + <context xsi:type="obj_report">
3 + <kind>Daily production report Trym</kind>
4 + <title>Daily production report Trym September 2011</title>
5 + <date>2011-08-30</date>
6 + </context>
7 + <object xsi:type="obj_productionOperation">
8 + <name>Trym</name>
9 + <installation kind="platform" namingSystem="DONG">Harald</installation>
10 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
11 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
12 + <installationReport>
13 + <installation kind="field" namingSystem="DONG">Trym</installation>
14 + <productionActivity>
15 + <operationalComment>
16 + <type>production</type>
17 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
18 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
19 + <comment>TRYM PRODUCTONS ACTIVITIES:
20 +---------------------------
21 +
22 +
23 +Production well status C/I or reduced due to:
24 +On our assumptions, a case of semigrammaticalness of a different sort is necessary to impose an
25 +interpretation on a general convention regarding the forms of the grammar.
26 +</comment>
27 + </operationalComment>
28 + </productionActivity>
29 + </installationReport>
30 + </object>
31 + <object xsi:type="obj_productVolume">
32 + <name>Trym daily production volumes</name>
33 + <facility>
34 + <name kind="flow meter">Fiscal metering station</name>
35 + <facilityParent1 kind="field">Trym</facilityParent1>
36 + <parameterSet>
37 + <name>temperature</name>
38 + <qualifier>metered - fiscal</qualifier>
39 + <parameter>
40 + <dTim>2011-08-30T00:00:00.0Z</dTim>
41 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
42 + <measureValue uom="degC">40.54</measureValue>
43 + </parameter>
44 + </parameterSet>
45 + <!--<parameterSet>
46 + <name>density</name>
47 + <qualifier>metered - fiscal</qualifier>
48 + <parameter>
49 + <dTim>2011-08-30T00:00:00.0Z</dTim>
50 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
51 + <measureValue uom="kg/m3">654.19</measureValue>
52 + </parameter>
53 + </parameterSet>-->
54 + <flow>
55 + <kind>production</kind>
56 + <qualifier>metered - fiscal</qualifier>
57 + <product>
58 + <kind>oil - gross</kind>
59 + <period>
60 + <kind>day</kind>
61 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
62 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
63 + <volumeValue>
64 + <volume uom="m3">4902.31</volume>
65 + <temp uom="degC">15</temp>
66 + <pres uom="atm">1</pres>
67 + </volumeValue>
68 + <pres uom="bar">74.62</pres>
69 + <mass uom="kg">1097735.88</mass>
70 + </period>
71 + <period>
72 + <kind>month to date</kind>
73 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
74 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
75 + <volumeValue>
76 + <volume uom="m3">4977.91</volume>
77 + <temp uom="degC">15</temp>
78 + <pres uom="atm">1</pres>
79 + </volumeValue>
80 + <mass uom="kg">1004653.34</mass>
81 + </period>
82 + </product>
83 + <product>
84 + <kind>water</kind>
85 + <period>
86 + <kind>day</kind>
87 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
88 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
89 + <volumeValue>
90 + <volume uom="m3">62.24</volume>
91 + <temp uom="degC">15</temp>
92 + <pres uom="atm">1</pres>
93 + </volumeValue>
94 + </period>
95 + <period>
96 + <kind>month to date</kind>
97 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
98 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
99 + <volumeValue>
100 + <volume uom="m3">80.46</volume>
101 + <temp uom="degC">15</temp>
102 + <pres uom="atm">1</pres>
103 + </volumeValue>
104 + </period>
105 + </product>
106 + <product>
107 + <kind>gas</kind>
108 + <period>
109 + <kind>day</kind>
110 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
111 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
112 + <volumeValue>
113 + <volume uom="m3">163766.4</volume>
114 + <temp uom="degC">0</temp>
115 + <pres uom="atm">1</pres>
116 + </volumeValue>
117 + <mass uom="kg">150097.05</mass>
118 + </period>
119 + <period>
120 + <kind>month to date</kind>
121 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
122 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
123 + <volumeValue>
124 + <volume uom="m3">162906.32</volume>
125 + <temp uom="degC">0</temp>
126 + <pres uom="atm">1</pres>
127 + </volumeValue>
128 + <mass uom="kg">159811.59</mass>
129 + </period>
130 + </product>
131 + </flow>
132 + </facility>
133 + <facility>
134 + <name kind="flow meter">MPM 1</name>
135 + <facilityParent1 kind="field">Trym</facilityParent1>
136 + <parameterSet>
137 + <name>temperature</name>
138 + <qualifier>metered - fiscal</qualifier>
139 + <parameter>
140 + <dTim>2011-08-30T00:00:00.0Z</dTim>
141 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
142 + <measureValue uom="degC">42.63</measureValue>
143 + </parameter>
144 + </parameterSet>
145 + <!--<parameterSet>
146 + <name>density</name>
147 + <qualifier>metered - fiscal</qualifier>
148 + <parameter>
149 + <dTim>2011-08-30T00:00:00.0Z</dTim>
150 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
151 + <measureValue uom="kg/m3">669.88</measureValue>
152 + </parameter>
153 + </parameterSet>-->
154 + <parameterSet>
155 + <name>metering factor</name>
156 + <qualifier>metered - fiscal</qualifier>
157 + <parameter>
158 + <dTim>2011-08-30T00:00:00.0Z</dTim>
159 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
160 + <measureValue uom="NaN">1.33</measureValue>
161 + </parameter>
162 + </parameterSet>
163 + <flow>
164 + <kind>production</kind>
165 + <qualifier>metered - fiscal</qualifier>
166 + <product>
167 + <kind>oil - gross</kind>
168 + <period>
169 + <kind>day</kind>
170 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
171 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
172 + <volumeValue>
173 + <volume uom="m3">1435.25</volume>
174 + <temp uom="degC">15</temp>
175 + <pres uom="atm">1</pres>
176 + </volumeValue>
177 + <pres uom="bar">87.96</pres>
178 + <mass uom="kg">153849.33</mass>
179 + </period>
180 + <period>
181 + <kind>month to date</kind>
182 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
183 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
184 + <volumeValue>
185 + <volume uom="m3">10432.29</volume>
186 + <temp uom="degC">15</temp>
187 + <pres uom="atm">1</pres>
188 + </volumeValue>
189 + <mass uom="kg">147367.87</mass>
190 + </period>
191 + </product>
192 + <product>
193 + <kind>water</kind>
194 + <period>
195 + <kind>day</kind>
196 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
197 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
198 + <volumeValue>
199 + <volume uom="m3">14.97</volume>
200 + <temp uom="degC">15</temp>
201 + <pres uom="atm">1</pres>
202 + </volumeValue>
203 + </period>
204 + <period>
205 + <kind>month to date</kind>
206 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
207 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
208 + <volumeValue>
209 + <volume uom="m3">83.17</volume>
210 + <temp uom="degC">15</temp>
211 + <pres uom="atm">1</pres>
212 + </volumeValue>
213 + </period>
214 + </product>
215 + <product>
216 + <kind>gas</kind>
217 + <period>
218 + <kind>day</kind>
219 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
220 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
221 + <volumeValue>
222 + <volume uom="m3">164975.64</volume>
223 + <temp uom="degC">0</temp>
224 + <pres uom="atm">1</pres>
225 + </volumeValue>
226 + <mass uom="kg">198603.13</mass>
227 + </period>
228 + <period>
229 + <kind>month to date</kind>
230 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
231 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
232 + <volumeValue>
233 + <volume uom="m3">205861.13</volume>
234 + <temp uom="degC">0</temp>
235 + <pres uom="atm">1</pres>
236 + </volumeValue>
237 + <mass uom="kg">213135.65</mass>
238 + </period>
239 + </product>
240 + </flow>
241 + </facility>
242 + <facility>
243 + <name kind="flow meter">MPM 2</name>
244 + <facilityParent1 kind="field">Trym</facilityParent1>
245 + <parameterSet>
246 + <name>temperature</name>
247 + <qualifier>metered - fiscal</qualifier>
248 + <parameter>
249 + <dTim>2011-08-30T00:00:00.0Z</dTim>
250 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
251 + <measureValue uom="degC">91.13</measureValue>
252 + </parameter>
253 + </parameterSet>
254 + <!--<parameterSet>
255 + <name>density</name>
256 + <qualifier>metered - fiscal</qualifier>
257 + <parameter>
258 + <dTim>2011-08-30T00:00:00.0Z</dTim>
259 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
260 + <measureValue uom="kg/m3">-999.99</measureValue>
261 + </parameter>
262 + </parameterSet>-->
263 + <parameterSet>
264 + <name>metering factor</name>
265 + <qualifier>metered - fiscal</qualifier>
266 + <parameter>
267 + <dTim>2011-08-30T00:00:00.0Z</dTim>
268 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
269 + <measureValue uom="NaN">1.62</measureValue>
270 + </parameter>
271 + </parameterSet>
272 + <flow>
273 + <kind>production</kind>
274 + <qualifier>metered - fiscal</qualifier>
275 + <product>
276 + <kind>oil - gross</kind>
277 + <period>
278 + <kind>day</kind>
279 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
280 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
281 + <volumeValue>
282 + <volume uom="m3">166720.37</volume>
283 + <temp uom="degC">15</temp>
284 + <pres uom="atm">1</pres>
285 + </volumeValue>
286 + <pres uom="bar">98.37</pres>
287 + <mass uom="kg">218137.21</mass>
288 + </period>
289 + <period>
290 + <kind>month to date</kind>
291 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
292 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
293 + <volumeValue>
294 + <volume uom="m3">246383.13</volume>
295 + <temp uom="degC">15</temp>
296 + <pres uom="atm">1</pres>
297 + </volumeValue>
298 + <mass uom="kg">202894.95</mass>
299 + </period>
300 + </product>
301 + <product>
302 + <kind>water</kind>
303 + <period>
304 + <kind>day</kind>
305 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
306 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
307 + <volumeValue>
308 + <volume uom="m3">60.51</volume>
309 + <temp uom="degC">15</temp>
310 + <pres uom="atm">1</pres>
311 + </volumeValue>
312 + </period>
313 + <period>
314 + <kind>month to date</kind>
315 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
316 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
317 + <volumeValue>
318 + <volume uom="m3">5.32</volume>
319 + <temp uom="degC">15</temp>
320 + <pres uom="atm">1</pres>
321 + </volumeValue>
322 + </period>
323 + </product>
324 + <product>
325 + <kind>gas</kind>
326 + <period>
327 + <kind>day</kind>
328 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
329 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
330 + <volumeValue>
331 + <volume uom="m3">214485.08</volume>
332 + <temp uom="degC">0</temp>
333 + <pres uom="atm">1</pres>
334 + </volumeValue>
335 + <mass uom="kg">235161.11</mass>
336 + </period>
337 + <period>
338 + <kind>month to date</kind>
339 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
340 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
341 + <volumeValue>
342 + <volume uom="m3">169268.25</volume>
343 + <temp uom="degC">0</temp>
344 + <pres uom="atm">1</pres>
345 + </volumeValue>
346 + <mass uom="kg">231475.77</mass>
347 + </period>
348 + </product>
349 + </flow>
350 + </facility>
351 + <facility>
352 + <name kind="well" namingSystem="DONG">Producer One</name>
353 + <facilityAlias namingSystem="NPD">3/7-A-1 AH</facilityAlias>
354 + <operationTime uom="h">23.38</operationTime>
355 + <parameterSet>
356 + <name>wellhead temperature</name>
357 + <qualifier>measured</qualifier>
358 + <parameter>
359 + <dTim>2011-08-30T00:00:00.0Z</dTim>
360 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
361 + <measureValue uom="degC">105.17</measureValue>
362 + </parameter>
363 + </parameterSet>
364 + <parameterSet>
365 + <name>wellhead pressure</name>
366 + <qualifier>measured</qualifier>
367 + <parameter>
368 + <dTim>2011-08-30T00:00:00.0Z</dTim>
369 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
370 + <measureValue uom="bar">268.44</measureValue>
371 + </parameter>
372 + </parameterSet>
373 + <parameterSet>
374 + <name>wellhead pressure DSCP</name>
375 + <qualifier>measured</qualifier>
376 + <parameter>
377 + <dTim>2011-08-30T00:00:00.0Z</dTim>
378 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
379 + <measureValue uom="bar">112.51</measureValue>
380 + </parameter>
381 + </parameterSet>
382 + <parameterSet>
383 + <name>bottomhole temperature</name>
384 + <qualifier>measured</qualifier>
385 + <parameter>
386 + <dTim>2011-08-30T00:00:00.0Z</dTim>
387 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
388 + <measureValue uom="degC">102.17</measureValue>
389 + </parameter>
390 + </parameterSet>
391 + <parameterSet>
392 + <name>bottomhole pressure</name>
393 + <qualifier>measured</qualifier>
394 + <parameter>
395 + <dTim>2011-08-30T00:00:00.0Z</dTim>
396 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
397 + <measureValue uom="bar">482.44</measureValue>
398 + </parameter>
399 + </parameterSet>
400 + <parameterSet>
401 + <name>annulus pressure</name>
402 + <qualifier>measured</qualifier>
403 + <parameter>
404 + <dTim>2011-08-30T00:00:00.0Z</dTim>
405 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
406 + <measureValue uom="bar">129.38</measureValue>
407 + </parameter>
408 + </parameterSet>
409 + <!--<parameterSet>
410 + <name>choke size</name>
411 + <qualifier>measured</qualifier>
412 + <parameter>
413 + <dTim>2011-08-30T00:00:00.0Z</dTim>
414 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
415 + <measureValue uom="%">54.4</measureValue>
416 + </parameter>
417 + </parameterSet>-->
418 + </facility>
419 + <facility>
420 + <name kind="well" namingSystem="DONG">Producer Two</name>
421 + <facilityAlias namingSystem="NPD">3/7-A-2 H</facilityAlias>
422 + <operationTime uom="h">17.88</operationTime>
423 + <parameterSet>
424 + <name>wellhead temperature</name>
425 + <qualifier>measured</qualifier>
426 + <parameter>
427 + <dTim>2011-08-30T00:00:00.0Z</dTim>
428 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
429 + <measureValue uom="degC">108.94</measureValue>
430 + </parameter>
431 + </parameterSet>
432 + <parameterSet>
433 + <name>wellhead pressure</name>
434 + <qualifier>measured</qualifier>
435 + <parameter>
436 + <dTim>2011-08-30T00:00:00.0Z</dTim>
437 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
438 + <measureValue uom="bar">376.04</measureValue>
439 + </parameter>
440 + </parameterSet>
441 + <parameterSet>
442 + <name>wellhead pressure DSCP</name>
443 + <qualifier>measured</qualifier>
444 + <parameter>
445 + <dTim>2011-08-30T00:00:00.0Z</dTim>
446 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
447 + <measureValue uom="bar">125.36</measureValue>
448 + </parameter>
449 + </parameterSet>
450 + <parameterSet>
451 + <name>bottomhole temperature</name>
452 + <qualifier>measured</qualifier>
453 + <parameter>
454 + <dTim>2011-08-30T00:00:00.0Z</dTim>
455 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
456 + <measureValue uom="degC">112.26</measureValue>
457 + </parameter>
458 + </parameterSet>
459 + <parameterSet>
460 + <name>bottomhole pressure</name>
461 + <qualifier>measured</qualifier>
462 + <parameter>
463 + <dTim>2011-08-30T00:00:00.0Z</dTim>
464 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
465 + <measureValue uom="bar">257.43</measureValue>
466 + </parameter>
467 + </parameterSet>
468 + <parameterSet>
469 + <name>annulus pressure</name>
470 + <qualifier>measured</qualifier>
471 + <parameter>
472 + <dTim>2011-08-30T00:00:00.0Z</dTim>
473 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
474 + <measureValue uom="bar">155.34</measureValue>
475 + </parameter>
476 + </parameterSet>
477 + <!--<parameterSet>
478 + <name>choke size</name>
479 + <qualifier>measured</qualifier>
480 + <parameter>
481 + <dTim>2011-08-30T00:00:00.0Z</dTim>
482 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
483 + <measureValue uom="%">54.2</measureValue>
484 + </parameter>
485 + </parameterSet>-->
486 + </facility>
487 + <facility>
488 + <name kind="well" namingSystem="DONG">Producer East</name>
489 + <facilityAlias namingSystem="NPD">3/7-A-1 AH</facilityAlias>
490 +
491 + <parameterSet>
492 + <name>wellhead temperature</name>
493 + <qualifier>measured</qualifier>
494 + <parameter>
495 + <dTim>2011-08-30T23:59:59.0Z</dTim>
496 + <measureValue uom="degC">132.67</measureValue>
497 + </parameter>
498 + </parameterSet>
499 + <parameterSet>
500 + <name>wellhead pressure</name>
501 + <qualifier>measured</qualifier>
502 + <parameter>
503 + <dTim>2011-08-30T23:59:59.0Z</dTim>
504 + <measureValue uom="bar">273.24</measureValue>
505 + </parameter>
506 + </parameterSet>
507 + <parameterSet>
508 + <name>wellhead pressure DSCP</name>
509 + <qualifier>measured</qualifier>
510 + <parameter>
511 + <dTim>2011-08-30T23:59:59.0Z</dTim>
512 + <measureValue uom="bar">106.94</measureValue>
513 + </parameter>
514 + </parameterSet>
515 + <parameterSet>
516 + <name>bottomhole temperature</name>
517 + <qualifier>measured</qualifier>
518 + <parameter>
519 + <dTim>2011-08-30T23:59:59.0Z</dTim>
520 + <measureValue uom="degC">121.02</measureValue>
521 + </parameter>
522 + </parameterSet>
523 + <parameterSet>
524 + <name>bottomhole pressure</name>
525 + <qualifier>measured</qualifier>
526 + <parameter>
527 + <dTim>2011-08-30T23:59:59.0Z</dTim>
528 + <measureValue uom="bar">380.7</measureValue>
529 + </parameter>
530 + </parameterSet>
531 + <parameterSet>
532 + <name>annulus pressure</name>
533 + <qualifier>measured</qualifier>
534 + <parameter>
535 + <dTim>2011-08-30T23:59:59.0Z</dTim>
536 + <measureValue uom="bar">115.89</measureValue>
537 + </parameter>
538 + </parameterSet>
539 + <!--<parameterSet>
540 + <name>choke size</name>
541 + <qualifier>measured</qualifier>
542 + <parameter>
543 + <dTim>2011-08-30T23:59:59.0Z</dTim>
544 + <measureValue uom="%">59.65</measureValue>
545 + </parameter>
546 + </parameterSet>-->
547 + <parameterSet>
548 + <name>wing valve status</name>
549 + <qualifier>measured</qualifier>
550 + <parameter>
551 + <dTim>2011-08-30T23:59:59.0Z</dTim>
552 + <stringValue>Open</stringValue>
553 + </parameter>
554 + </parameterSet>
555 + </facility>
556 + <facility>
557 + <name kind="well" namingSystem="DONG">Producer West</name>
558 + <facilityAlias namingSystem="NPD">3/7-A-2 H</facilityAlias>
559 + <parameterSet>
560 + <name>wellhead temperature</name>
561 + <qualifier>measured</qualifier>
562 + <parameter>
563 + <dTim>2011-08-30T23:59:59.0Z</dTim>
564 + <measureValue uom="degC">102.153</measureValue>
565 + </parameter>
566 + </parameterSet>
567 + <parameterSet>
568 + <name>wellhead pressure</name>
569 + <qualifier>measured</qualifier>
570 + <parameter>
571 + <dTim>2011-08-30T23:59:59.0Z</dTim>
572 + <measureValue uom="bar">280.46</measureValue>
573 + </parameter>
574 + </parameterSet>
575 + <parameterSet>
576 + <name>wellhead pressure DSCP</name>
577 + <qualifier>measured</qualifier>
578 + <parameter>
579 + <dTim>2011-08-30T23:59:59.0Z</dTim>
580 + <measureValue uom="bar">166.28</measureValue>
581 + </parameter>
582 + </parameterSet>
583 + <parameterSet>
584 + <name>bottomhole temperature</name>
585 + <qualifier>measured</qualifier>
586 + <parameter>
587 + <dTim>2011-08-30T23:59:59.0Z</dTim>
588 + <measureValue uom="degC">140.88</measureValue>
589 + </parameter>
590 + </parameterSet>
591 + <parameterSet>
592 + <name>bottomhole pressure</name>
593 + <qualifier>measured</qualifier>
594 + <parameter>
595 + <dTim>2011-08-30T23:59:59.0Z</dTim>
596 + <measureValue uom="bar">408.48</measureValue>
597 + </parameter>
598 + </parameterSet>
599 + <parameterSet>
600 + <name>annulus pressure</name>
601 + <qualifier>measured</qualifier>
602 + <parameter>
603 + <dTim>2011-08-30T23:59:59.0Z</dTim>
604 + <measureValue uom="bar">219.9</measureValue>
605 + </parameter>
606 + </parameterSet>
607 + <!--<parameterSet>
608 + <name>choke size</name>
609 + <qualifier>measured</qualifier>
610 + <parameter>
611 + <dTim>2011-08-30T23:59:59.0Z</dTim>
612 + <measureValue uom="%">51.08</measureValue>
613 + </parameter>
614 + </parameterSet>-->
615 + <parameterSet>
616 + <name>wing valve status</name>
617 + <qualifier>measured</qualifier>
618 + <parameter>
619 + <dTim>2011-08-30T23:59:59.0Z</dTim>
620 + <stringValue>Open</stringValue>
621 + </parameter>
622 + </parameterSet>
623 + </facility>
624 + <facility>
625 + <name kind="field" namingSystem="DONG">Trym</name>
626 + <parameterSet>
627 + <name>watercut spot sample</name>
628 + <qualifier>measured</qualifier>
629 + <parameter>
630 + <dTim>2011-08-30T00:00:00.0Z</dTim>
631 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
632 + <measureValue uom="%">-999.99</measureValue>
633 + </parameter>
634 + </parameterSet>
635 + <flow>
636 + <name>Trym allocated production - liquid to pipeline</name>
637 + <kind>production</kind>
638 + <qualifier>allocated</qualifier>
639 + <product>
640 + <kind>oil - net</kind>
641 + <period>
642 + <kind>day</kind>
643 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
644 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
645 + <volumeValue>
646 + <volume uom="m3">1219.7</volume>
647 + <temp uom="degC">15</temp>
648 + <pres uom="atm">1</pres>
649 + </volumeValue>
650 + <mass uom="kg">101109.46</mass>
651 + <densityValue>
652 + <density uom="kg/m3">764.78</density>
653 + <temp uom="degC">15</temp>
654 + <pres uom="atm">1</pres>
655 +
656 + </densityValue>
657 + </period>
658 + <period>
659 + <kind>month to date</kind>
660 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
661 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
662 + <volumeValue>
663 + <volume uom="m3">1901.79</volume>
664 + <temp uom="degC">15</temp>
665 + <pres uom="atm">1</pres>
666 + </volumeValue>
667 + <mass uom="kg">109745.68</mass>
668 + <densityValue>
669 + <density uom="kg/m3">721.17</density>
670 + <temp uom="degC">15</temp>
671 + <pres uom="atm">1</pres>
672 + </densityValue>
673 + </period>
674 + </product>
675 + <product>
676 + <kind>water</kind>
677 + <period>
678 + <kind>day</kind>
679 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
680 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
681 + <volumeValue>
682 + <volume uom="m3">-999.99</volume>
683 + <temp uom="degC">15</temp>
684 + <pres uom="atm">1</pres>
685 + </volumeValue>
686 + </period>
687 + <period>
688 + <kind>month to date</kind>
689 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
690 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
691 + <volumeValue>
692 + <volume uom="m3">-999.99</volume>
693 + <temp uom="degC">15</temp>
694 + <pres uom="atm">1</pres>
695 + </volumeValue>
696 + </period>
697 + </product>
698 + <product>
699 + <kind>gas</kind>
700 + <period>
701 + <kind>day</kind>
702 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
703 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
704 + <volumeValue>
705 + <volume uom="m3">107674.44</volume>
706 + <temp uom="degC">0</temp>
707 + <pres uom="atm">1</pres>
708 + </volumeValue>
709 + </period>
710 + <period>
711 + <kind>month to date</kind>
712 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
713 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
714 + <volumeValue>
715 + <volume uom="m3">128998.38</volume>
716 + <temp uom="degC">15</temp>
717 + <pres uom="atm">1</pres>
718 + </volumeValue>
719 + </period>
720 + </product>
721 + </flow>
722 + <flow>
723 + <name>Trym flaring</name>
724 + <kind>consume - flare</kind>
725 + <qualifier>allocated</qualifier>
726 + <product>
727 + <kind>gas</kind>
728 + <period>
729 + <kind>day</kind>
730 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
731 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
732 + <volumeValue>
733 + <volume uom="m3">2056.5</volume>
734 + </volumeValue>
735 + </period>
736 + <period>
737 + <kind>month to date</kind>
738 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
739 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
740 + <volumeValue>
741 + <volume uom="m3">20983.65</volume>
742 + <temp uom="degC">15</temp>
743 + <pres uom="atm">1</pres>
744 + </volumeValue>
745 + </period>
746 + </product>
747 + </flow>
748 + <flow>
749 + <name>Trym fuel</name>
750 + <kind>consume - fuel</kind>
751 + <qualifier>allocated</qualifier>
752 + <product>
753 + <kind>gas</kind>
754 + <period>
755 + <kind>day</kind>
756 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
757 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
758 + <volumeValue>
759 + <volume uom="m3">24175.92</volume>
760 + </volumeValue>
761 + </period>
762 + <period>
763 + <kind>month to date</kind>
764 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
765 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
766 + <volumeValue>
767 + <volume uom="m3">38864.99</volume>
768 + <temp uom="degC">15</temp>
769 + <pres uom="atm">1</pres>
770 + </volumeValue>
771 + </period>
772 + </product>
773 + </flow>
774 + <flow>
775 + <name>Trym injection of chemicals</name>
776 + <kind>injection</kind>
777 + <qualifier>measured</qualifier>
778 + <product>
779 + <kind>chemical</kind>
780 + <name>Scale Inhibitor</name>
781 + <period>
782 + <kind>day</kind>
783 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
784 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
785 + <volumeValue>
786 + <volume uom="L">91.64</volume>
787 +
788 + </volumeValue>
789 + </period>
790 + </product>
791 + <product>
792 + <kind>chemical</kind>
793 + <name>Wax Inhibitor</name>
794 + <period>
795 + <kind>day</kind>
796 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
797 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
798 + <volumeValue>
799 + <volume uom="L">199.53</volume>
800 +
801 + </volumeValue>
802 + </period>
803 + </product>
804 + <product>
805 + <kind>chemical</kind>
806 + <name>Methanol</name>
807 + <period>
808 + <kind>day</kind>
809 + <dTimStart>2011-08-30T00:00:00.0Z</dTimStart>
810 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
811 + <volumeValue>
812 + <volume uom="L">3.39</volume>
813 +
814 + </volumeValue>
815 + </period>
816 + </product>
817 + </flow>
818 + </facility>
819 + <facility>
820 + <name kind="pipeline">Trym Pipeline - Harald Riser</name>
821 + <parameterSet>
822 + <name>pressure</name>
823 + <qualifier>measured</qualifier>
824 + <parameter>
825 + <dTim>2011-08-30T00:00:00.0Z</dTim>
826 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
827 + <measureValue uom="bar">142.32</measureValue>
828 + </parameter>
829 + </parameterSet>
830 + <parameterSet>
831 + <name>temperature</name>
832 + <qualifier>measured</qualifier>
833 + <parameter>
834 + <dTim>2011-08-30T00:00:00.0Z</dTim>
835 + <dTimEnd>2011-08-30T23:59:59.0Z</dTimEnd>
836 + <measureValue uom="degC">149.48</measureValue>
837 + </parameter>
838 + </parameterSet>
839 + </facility>
840 + </object>
841 +</objects>
...\ No newline at end of file ...\ No newline at end of file
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<mprml:objects xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 + xmlns:mprml="http://www.witsml.org/schemas/131" xmlns="http://www.witsml.org/schemas/131" version="1.0.0.0(PRODML)">
4 + <mprml:documentInfo>
5 + <mprml:DocumentName namingSystem="EC">TRYM July 2011</mprml:DocumentName>
6 + <mprml:DocumentAlias namingSystem="EC">TRYM Copex Report</mprml:DocumentAlias>
7 + <mprml:DocumentDate>2011-08-05T00:00:00.0Z</mprml:DocumentDate>
8 + <mprml:FileCreationInformation>
9 +
10 + <mprml:FileCreationDate>2011-08-15T00:00:00.0Z</mprml:FileCreationDate>
11 +
12 + <mprml:SoftwareName>Energy Components</mprml:SoftwareName>
13 + <mprml:FileCreator>Energy Components</mprml:FileCreator>
14 + </mprml:FileCreationInformation>
15 + <mprml:Owner>DONG E&amp;P Norge AS</mprml:Owner>
16 + </mprml:documentInfo>
17 + <mprml:context xsi:type="obj_report">
18 + <mprml:kind>month</mprml:kind>
19 + <mprml:title>TRYM July 2011</mprml:title>
20 + <mprml:date>2011-07-01</mprml:date>
21 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
22 + <mprml:month>2011-07</mprml:month>
23 + <mprml:year>2011</mprml:year>
24 + <mprml:reportVersion>1</mprml:reportVersion>
25 + <mprml:reportStatus>final</mprml:reportStatus>
26 + <mprml:installation kind="field" namingSystem="NPD" uidRef="18081500">TRYM</mprml:installation>
27 + <mprml:operator>
28 + <mprml:name>DONG E&amp;P Norge AS</mprml:name>
29 + <mprml:role>Operating company</mprml:role>
30 + </mprml:operator>
31 + </mprml:context>
32 + <mprml:object xsi:type="obj_productVolume">
33 + <mprml:name>TRYM</mprml:name>
34 + <mprml:facility>
35 + <mprml:name kind="field" namingSystem="NPD" uidRef="18081500">TRYM</mprml:name>
36 +
37 + <mprml:flow>
38 + <mprml:kind>production</mprml:kind>
39 + <mprml:qualifier>saleable</mprml:qualifier>
40 + <mprml:product>
41 + <mprml:kind>oil - net</mprml:kind>
42 + <mprml:period>
43 + <mprml:kind>month</mprml:kind>
44 + <mprml:dateStart>2011-07-01</mprml:dateStart>
45 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
46 + <mprml:volumeValue>
47 +
48 + <mprml:volume uom="m3">1379.85</mprml:volume>
49 + <mprml:temp uom="degC">15</mprml:temp>
50 + <mprml:pres uom="atm">1</mprml:pres>
51 + </mprml:volumeValue>
52 +
53 + <mprml:mass uom="kg">923.63</mprml:mass>
54 + <mprml:densityValue>
55 + <mprml:density uom="kg/m3">789.1</mprml:density>
56 + <mprml:temp uom="degC">15</mprml:temp>
57 + <mprml:pres uom="atm">1</mprml:pres>
58 + </mprml:densityValue>
59 + </mprml:period>
60 + </mprml:product>
61 + </mprml:flow>
62 +
63 +
64 + <mprml:flow>
65 + <mprml:kind>production</mprml:kind>
66 + <mprml:qualifier>allocated</mprml:qualifier>
67 + <mprml:product>
68 + <mprml:kind>oil - net</mprml:kind>
69 + <mprml:period>
70 + <mprml:kind>month</mprml:kind>
71 + <mprml:dateStart>2011-07-01</mprml:dateStart>
72 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
73 + <mprml:volumeValue>
74 +
75 + <mprml:volume uom="m3">1535.56</mprml:volume>
76 + <mprml:temp uom="degC">15</mprml:temp>
77 + <mprml:pres uom="atm">1</mprml:pres>
78 + </mprml:volumeValue>
79 +
80 + <mprml:mass uom="kg">706.6</mprml:mass>
81 + <mprml:densityValue>
82 + <mprml:density uom="kg/m3">761.61</mprml:density>
83 + <mprml:temp uom="degC">15</mprml:temp>
84 + <mprml:pres uom="atm">1</mprml:pres>
85 + </mprml:densityValue>
86 + </mprml:period>
87 + </mprml:product><mprml:product>
88 + <mprml:kind>gas</mprml:kind>
89 + <mprml:period>
90 + <mprml:kind>month</mprml:kind>
91 + <mprml:dateStart>2011-07-01</mprml:dateStart>
92 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
93 + <mprml:volumeValue>
94 +
95 + <mprml:volume uom="m3">1160.58</mprml:volume>
96 + <mprml:temp uom="degC">15</mprml:temp>
97 + <mprml:pres uom="atm">1</mprml:pres>
98 + </mprml:volumeValue>
99 +
100 + <mprml:mass uom="kg">777.17</mprml:mass>
101 + <mprml:densityValue>
102 + <mprml:density uom="kg/m3">706.74</mprml:density>
103 + <mprml:temp uom="degC">15</mprml:temp>
104 + <mprml:pres uom="atm">1</mprml:pres>
105 + </mprml:densityValue>
106 + </mprml:period>
107 + </mprml:product><mprml:product>
108 + <mprml:kind>water</mprml:kind>
109 + <mprml:period>
110 + <mprml:kind>month</mprml:kind>
111 + <mprml:dateStart>2011-07-01</mprml:dateStart>
112 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
113 + <mprml:volumeValue>
114 +
115 + <mprml:volume uom="m3">1056.06</mprml:volume>
116 + <mprml:temp uom="degC">15</mprml:temp>
117 + <mprml:pres uom="atm">1</mprml:pres>
118 + </mprml:volumeValue>
119 +
120 + <mprml:mass uom="kg">115.98</mprml:mass>
121 + <mprml:densityValue>
122 + <mprml:density uom="kg/m3">730.73</mprml:density>
123 + <mprml:temp uom="degC">15</mprml:temp>
124 + <mprml:pres uom="atm">1</mprml:pres>
125 + </mprml:densityValue>
126 + </mprml:period>
127 + </mprml:product><mprml:product>
128 + <mprml:kind>condensate - net</mprml:kind>
129 + <mprml:period>
130 + <mprml:kind>month</mprml:kind>
131 + <mprml:dateStart>2011-07-01</mprml:dateStart>
132 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
133 + <mprml:volumeValue>
134 +
135 + <mprml:volume uom="m3">697.41</mprml:volume>
136 + <mprml:temp uom="degC">15</mprml:temp>
137 + <mprml:pres uom="atm">1</mprml:pres>
138 + </mprml:volumeValue>
139 +
140 + <mprml:mass uom="kg">415.16</mprml:mass>
141 + <mprml:densityValue>
142 + <mprml:density uom="kg/m3">711.22</mprml:density>
143 + <mprml:temp uom="degC">15</mprml:temp>
144 + <mprml:pres uom="atm">1</mprml:pres>
145 + </mprml:densityValue>
146 + </mprml:period>
147 + </mprml:product>
148 + </mprml:flow>
149 +
150 +
151 + <mprml:flow>
152 + <mprml:kind>injection</mprml:kind>
153 + <mprml:qualifier>allocated</mprml:qualifier>
154 + <mprml:product>
155 + <mprml:kind>gas</mprml:kind>
156 + <mprml:period>
157 + <mprml:kind>month</mprml:kind>
158 + <mprml:dateStart>2011-07-01</mprml:dateStart>
159 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
160 + <mprml:volumeValue>
161 +
162 + <mprml:volume uom="m3">1293.21</mprml:volume>
163 + <mprml:temp uom="degC">15</mprml:temp>
164 + <mprml:pres uom="atm">1</mprml:pres>
165 + </mprml:volumeValue>
166 +
167 + <mprml:mass uom="kg">860.25</mprml:mass>
168 + <mprml:densityValue>
169 + <mprml:density uom="kg/m3">1.05</mprml:density>
170 + <mprml:temp uom="degC">15</mprml:temp>
171 + <mprml:pres uom="atm">1</mprml:pres>
172 + </mprml:densityValue>
173 + </mprml:period>
174 + </mprml:product>
175 + </mprml:flow>
176 +
177 +
178 +
179 + </mprml:facility><mprml:facility>
180 + <mprml:name kind="terminal" namingSystem="NPD" uidRef="NaN">FREDERICIA</mprml:name>
181 +
182 +
183 + <mprml:flow>
184 + <mprml:name>FREDERICIA allocated inventory</mprml:name>
185 + <mprml:kind>inventory</mprml:kind>
186 + <mprml:qualifier>allocated</mprml:qualifier>
187 + <mprml:product>
188 + <mprml:kind>oil - net</mprml:kind>
189 + <mprml:period>
190 + <mprml:kind>month</mprml:kind>
191 + <mprml:dateStart>2011-07-01</mprml:dateStart>
192 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
193 + <mprml:volumeValue>
194 + <mprml:volume uom="m3">1899.06</mprml:volume>
195 + <mprml:temp uom="degC">15</mprml:temp>
196 + <mprml:pres uom="atm">1</mprml:pres>
197 + </mprml:volumeValue>
198 +
199 + <mprml:mass uom="kg">331.85</mprml:mass>
200 +
201 + <mprml:densityValue>
202 + <mprml:density uom="kg/m3">776.21</mprml:density>
203 + <mprml:temp uom="degC">15</mprml:temp>
204 + <mprml:pres uom="atm">1</mprml:pres>
205 + </mprml:densityValue>
206 + <mprml:balanceSet>
207 + <mprml:kind>closing balance</mprml:kind>
208 + <mprml:balanceDetail>
209 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
210 + <mprml:volumeValue>
211 + <mprml:volume uom="m3">1710.10353</mprml:volume>
212 + <mprml:temp uom="degC">15</mprml:temp>
213 + <mprml:pres uom="atm">1</mprml:pres>
214 + </mprml:volumeValue>
215 + <mprml:mass uom="kg">298.830925</mprml:mass>
216 + </mprml:balanceDetail><mprml:balanceDetail>
217 + <mprml:owner>Bayerngas Norge AS</mprml:owner>
218 + <mprml:volumeValue>
219 + <mprml:volume uom="m3">188.95647</mprml:volume>
220 + <mprml:temp uom="degC">15</mprml:temp>
221 + <mprml:pres uom="atm">1</mprml:pres>
222 + </mprml:volumeValue>
223 + <mprml:mass uom="kg">33.019075</mprml:mass>
224 + </mprml:balanceDetail>
225 + </mprml:balanceSet>
226 + </mprml:period>
227 +
228 + </mprml:product>
229 + </mprml:flow>
230 +
231 +
232 +
233 + <mprml:flow>
234 + <mprml:name>FREDERICIA field production lifted by tanker</mprml:name>
235 + <mprml:kind>hydrocarbon accounting</mprml:kind>
236 + <mprml:qualifier>allocated</mprml:qualifier>
237 + <mprml:product>
238 + <mprml:kind>oil - net</mprml:kind>
239 + <mprml:period>
240 + <mprml:kind>month</mprml:kind>
241 + <mprml:dateStart>2011-07-01</mprml:dateStart>
242 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
243 + <mprml:balanceSet>
244 + <mprml:kind>tanker lifting</mprml:kind>
245 + <mprml:cargoNumber>389/1</mprml:cargoNumber>
246 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
247 + <mprml:shipper>Bayerngas Norge AS</mprml:shipper>
248 + <mprml:destination>
249 + <mprml:name>Mongstad</mprml:name>
250 + <mprml:type>terminal</mprml:type>
251 + <mprml:country>NORWAY</mprml:country>
252 + </mprml:destination>
253 + <mprml:event>
254 + <mprml:date>2009-01-05</mprml:date>
255 + <mprml:kind>bill of lading</mprml:kind>
256 + </mprml:event>
257 + <mprml:volumeValue>
258 + <mprml:volume uom="m3">1075.66</mprml:volume>
259 + <mprml:temp uom="degC">15</mprml:temp>
260 + <mprml:pres uom="atm">1</mprml:pres>
261 + </mprml:volumeValue>
262 + <mprml:mass uom="kg">346.0</mprml:mass>
263 + <mprml:densityValue>
264 + <mprml:density uom="kg/m3">749.71</mprml:density>
265 + <mprml:temp uom="degC">15.0</mprml:temp>
266 + <mprml:pres uom="atm">1</mprml:pres>
267 + </mprml:densityValue>
268 + <mprml:balanceDetail>
269 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
270 + <mprml:share uom="%">100.0</mprml:share>
271 + </mprml:balanceDetail>
272 + </mprml:balanceSet><mprml:balanceSet>
273 + <mprml:kind>tanker lifting</mprml:kind>
274 + <mprml:cargoNumber>390/1</mprml:cargoNumber>
275 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
276 + <mprml:shipper>Bayerngas Norge AS</mprml:shipper>
277 + <mprml:destination>
278 + <mprml:name>Kalundborg</mprml:name>
279 + <mprml:type>harbour</mprml:type>
280 + <mprml:country>DENMARK</mprml:country>
281 + </mprml:destination>
282 + <mprml:event>
283 + <mprml:date>2009-01-09</mprml:date>
284 + <mprml:kind>bill of lading</mprml:kind>
285 + </mprml:event>
286 + <mprml:volumeValue>
287 + <mprml:volume uom="m3">742.46</mprml:volume>
288 + <mprml:temp uom="degC">15</mprml:temp>
289 + <mprml:pres uom="atm">1</mprml:pres>
290 + </mprml:volumeValue>
291 + <mprml:mass uom="kg">132.53</mprml:mass>
292 + <mprml:densityValue>
293 + <mprml:density uom="kg/m3">731.29</mprml:density>
294 + <mprml:temp uom="degC">15.0</mprml:temp>
295 + <mprml:pres uom="atm">1</mprml:pres>
296 + </mprml:densityValue>
297 + <mprml:balanceDetail>
298 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
299 + <mprml:share uom="%">100.0</mprml:share>
300 + </mprml:balanceDetail>
301 + </mprml:balanceSet><mprml:balanceSet>
302 + <mprml:kind>tanker lifting</mprml:kind>
303 + <mprml:cargoNumber>391/1</mprml:cargoNumber>
304 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
305 + <mprml:shipper>Bayerngas Norge AS</mprml:shipper>
306 + <mprml:destination>
307 + <mprml:name>Mongstad</mprml:name>
308 + <mprml:type>terminal</mprml:type>
309 + <mprml:country>NORWAY</mprml:country>
310 + </mprml:destination>
311 + <mprml:event>
312 + <mprml:date>2009-01-12</mprml:date>
313 + <mprml:kind>bill of lading</mprml:kind>
314 + </mprml:event>
315 + <mprml:volumeValue>
316 + <mprml:volume uom="m3">1987.66</mprml:volume>
317 + <mprml:temp uom="degC">15</mprml:temp>
318 + <mprml:pres uom="atm">1</mprml:pres>
319 + </mprml:volumeValue>
320 + <mprml:mass uom="kg">926.41</mprml:mass>
321 + <mprml:densityValue>
322 + <mprml:density uom="kg/m3">798.96</mprml:density>
323 + <mprml:temp uom="degC">15.0</mprml:temp>
324 + <mprml:pres uom="atm">1</mprml:pres>
325 + </mprml:densityValue>
326 + <mprml:balanceDetail>
327 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
328 + <mprml:share uom="%">100.0</mprml:share>
329 + </mprml:balanceDetail>
330 + </mprml:balanceSet><mprml:balanceSet>
331 + <mprml:kind>tanker lifting</mprml:kind>
332 + <mprml:cargoNumber>392/1</mprml:cargoNumber>
333 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
334 + <mprml:shipper>Bayerngas Norge AS</mprml:shipper>
335 + <mprml:destination>
336 + <mprml:name>Rotterdam</mprml:name>
337 + <mprml:type>harbour</mprml:type>
338 + <mprml:country>NETHERLANDS</mprml:country>
339 + </mprml:destination>
340 + <mprml:event>
341 + <mprml:date>2009-01-16</mprml:date>
342 + <mprml:kind>bill of lading</mprml:kind>
343 + </mprml:event>
344 + <mprml:volumeValue>
345 + <mprml:volume uom="m3">831.78</mprml:volume>
346 + <mprml:temp uom="degC">15</mprml:temp>
347 + <mprml:pres uom="atm">1</mprml:pres>
348 + </mprml:volumeValue>
349 + <mprml:mass uom="kg">358.25</mprml:mass>
350 + <mprml:densityValue>
351 + <mprml:density uom="kg/m3">780.57</mprml:density>
352 + <mprml:temp uom="degC">15.0</mprml:temp>
353 + <mprml:pres uom="atm">1</mprml:pres>
354 + </mprml:densityValue>
355 + <mprml:balanceDetail>
356 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
357 + <mprml:share uom="%">100.0</mprml:share>
358 + </mprml:balanceDetail>
359 + </mprml:balanceSet>
360 + </mprml:period>
361 + </mprml:product>
362 + </mprml:flow>
363 +
364 + </mprml:facility><mprml:facility>
365 + <mprml:name kind="terminal" namingSystem="NPD" uidRef="NaN">NYBRO</mprml:name>
366 +
367 +
368 +
369 +
370 + <mprml:flow>
371 + <mprml:name>NYBRO gas sales at terminal</mprml:name>
372 + <mprml:kind>sale</mprml:kind>
373 + <mprml:qualifier>allocated</mprml:qualifier>
374 + <mprml:product>
375 + <mprml:kind>gas - dry</mprml:kind>
376 + <mprml:period>
377 + <mprml:kind>month</mprml:kind>
378 + <mprml:dateStart>2011-07-01</mprml:dateStart>
379 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
380 + <mprml:balanceSet>
381 + <mprml:kind>transaction</mprml:kind>
382 + <mprml:event>
383 + <mprml:date>2009-01-03</mprml:date>
384 + <mprml:kind>transaction date</mprml:kind>
385 + </mprml:event>
386 + <mprml:balanceDetail>
387 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
388 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
389 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
390 + <mprml:buyer>DONG DK</mprml:buyer>
391 + <mprml:volumeValue>
392 + <mprml:volume uom="m3">387.66</mprml:volume>
393 + <mprml:temp uom="degC">0</mprml:temp>
394 + <mprml:pres uom="atm">1</mprml:pres>
395 + </mprml:volumeValue>
396 + <mprml:mass uom="kg">337.94</mprml:mass>
397 + <mprml:work uom="MJ">23425.03</mprml:work>
398 + </mprml:balanceDetail>
399 + </mprml:balanceSet><mprml:balanceSet>
400 + <mprml:kind>transaction</mprml:kind>
401 + <mprml:event>
402 + <mprml:date>2009-01-05</mprml:date>
403 + <mprml:kind>transaction date</mprml:kind>
404 + </mprml:event>
405 + <mprml:balanceDetail>
406 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
407 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
408 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
409 + <mprml:buyer>DONG DK</mprml:buyer>
410 + <mprml:volumeValue>
411 + <mprml:volume uom="m3">31.7</mprml:volume>
412 + <mprml:temp uom="degC">0</mprml:temp>
413 + <mprml:pres uom="atm">1</mprml:pres>
414 + </mprml:volumeValue>
415 + <mprml:mass uom="kg">237.01</mprml:mass>
416 + <mprml:work uom="MJ">59749.83</mprml:work>
417 + </mprml:balanceDetail>
418 + </mprml:balanceSet><mprml:balanceSet>
419 + <mprml:kind>transaction</mprml:kind>
420 + <mprml:event>
421 + <mprml:date>2009-01-07</mprml:date>
422 + <mprml:kind>transaction date</mprml:kind>
423 + </mprml:event>
424 + <mprml:balanceDetail>
425 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
426 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
427 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
428 + <mprml:buyer>DONG DK</mprml:buyer>
429 + <mprml:volumeValue>
430 + <mprml:volume uom="m3">1728.99</mprml:volume>
431 + <mprml:temp uom="degC">0</mprml:temp>
432 + <mprml:pres uom="atm">1</mprml:pres>
433 + </mprml:volumeValue>
434 + <mprml:mass uom="kg">426.1</mprml:mass>
435 + <mprml:work uom="MJ">78561.12</mprml:work>
436 + </mprml:balanceDetail>
437 + </mprml:balanceSet><mprml:balanceSet>
438 + <mprml:kind>transaction</mprml:kind>
439 + <mprml:event>
440 + <mprml:date>2009-01-09</mprml:date>
441 + <mprml:kind>transaction date</mprml:kind>
442 + </mprml:event>
443 + <mprml:balanceDetail>
444 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
445 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
446 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
447 + <mprml:buyer>DONG DK</mprml:buyer>
448 + <mprml:volumeValue>
449 + <mprml:volume uom="m3">1343.43</mprml:volume>
450 + <mprml:temp uom="degC">0</mprml:temp>
451 + <mprml:pres uom="atm">1</mprml:pres>
452 + </mprml:volumeValue>
453 + <mprml:mass uom="kg">444.95</mprml:mass>
454 + <mprml:work uom="MJ">33059.03</mprml:work>
455 + </mprml:balanceDetail>
456 + </mprml:balanceSet><mprml:balanceSet>
457 + <mprml:kind>transaction</mprml:kind>
458 + <mprml:event>
459 + <mprml:date>2009-01-11</mprml:date>
460 + <mprml:kind>transaction date</mprml:kind>
461 + </mprml:event>
462 + <mprml:balanceDetail>
463 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
464 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
465 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
466 + <mprml:buyer>DONG DK</mprml:buyer>
467 + <mprml:volumeValue>
468 + <mprml:volume uom="m3">494.84</mprml:volume>
469 + <mprml:temp uom="degC">0</mprml:temp>
470 + <mprml:pres uom="atm">1</mprml:pres>
471 + </mprml:volumeValue>
472 + <mprml:mass uom="kg">416.97</mprml:mass>
473 + <mprml:work uom="MJ">21428.33</mprml:work>
474 + </mprml:balanceDetail>
475 + </mprml:balanceSet><mprml:balanceSet>
476 + <mprml:kind>transaction</mprml:kind>
477 + <mprml:event>
478 + <mprml:date>2009-01-14</mprml:date>
479 + <mprml:kind>transaction date</mprml:kind>
480 + </mprml:event>
481 + <mprml:balanceDetail>
482 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
483 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
484 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
485 + <mprml:buyer>DONG DK</mprml:buyer>
486 + <mprml:volumeValue>
487 + <mprml:volume uom="m3">1263.03</mprml:volume>
488 + <mprml:temp uom="degC">0</mprml:temp>
489 + <mprml:pres uom="atm">1</mprml:pres>
490 + </mprml:volumeValue>
491 + <mprml:mass uom="kg">231.52</mprml:mass>
492 + <mprml:work uom="MJ">72983.9</mprml:work>
493 + </mprml:balanceDetail>
494 + </mprml:balanceSet><mprml:balanceSet>
495 + <mprml:kind>transaction</mprml:kind>
496 + <mprml:event>
497 + <mprml:date>2009-01-16</mprml:date>
498 + <mprml:kind>transaction date</mprml:kind>
499 + </mprml:event>
500 + <mprml:balanceDetail>
501 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
502 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
503 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
504 + <mprml:buyer>DONG DK</mprml:buyer>
505 + <mprml:volumeValue>
506 + <mprml:volume uom="m3">1740.19</mprml:volume>
507 + <mprml:temp uom="degC">0</mprml:temp>
508 + <mprml:pres uom="atm">1</mprml:pres>
509 + </mprml:volumeValue>
510 + <mprml:mass uom="kg">592.06</mprml:mass>
511 + <mprml:work uom="MJ">13530.69</mprml:work>
512 + </mprml:balanceDetail>
513 + </mprml:balanceSet><mprml:balanceSet>
514 + <mprml:kind>transaction</mprml:kind>
515 + <mprml:event>
516 + <mprml:date>2009-01-19</mprml:date>
517 + <mprml:kind>transaction date</mprml:kind>
518 + </mprml:event>
519 + <mprml:balanceDetail>
520 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
521 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
522 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
523 + <mprml:buyer>DONG DK</mprml:buyer>
524 + <mprml:volumeValue>
525 + <mprml:volume uom="m3">179.2</mprml:volume>
526 + <mprml:temp uom="degC">0</mprml:temp>
527 + <mprml:pres uom="atm">1</mprml:pres>
528 + </mprml:volumeValue>
529 + <mprml:mass uom="kg">663.59</mprml:mass>
530 + <mprml:work uom="MJ">73994.44</mprml:work>
531 + </mprml:balanceDetail>
532 + </mprml:balanceSet>
533 + </mprml:period>
534 + </mprml:product>
535 + </mprml:flow>
536 + </mprml:facility><mprml:facility>
537 + <mprml:name kind="platform" namingSystem="NPD" uidRef="412931">HARALD A</mprml:name>
538 +
539 + <mprml:flow>
540 + <mprml:kind>production</mprml:kind>
541 + <mprml:qualifier>allocated</mprml:qualifier>
542 + <mprml:product>
543 + <mprml:kind>oil - net</mprml:kind>
544 + <mprml:period>
545 + <mprml:kind>month</mprml:kind>
546 + <mprml:dateStart>2011-07-01</mprml:dateStart>
547 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
548 + <mprml:volumeValue>
549 +
550 + <mprml:volume uom="m3">1622.27</mprml:volume>
551 + <mprml:temp uom="degC">15</mprml:temp>
552 + <mprml:pres uom="atm">1</mprml:pres>
553 + </mprml:volumeValue>
554 +
555 + <mprml:mass uom="kg">976.86</mprml:mass>
556 + <mprml:densityValue>
557 + <mprml:density uom="kg/m3">710.0</mprml:density>
558 + <mprml:temp uom="degC">15</mprml:temp>
559 + <mprml:pres uom="atm">1</mprml:pres>
560 + </mprml:densityValue>
561 + </mprml:period>
562 + </mprml:product><mprml:product>
563 + <mprml:kind>gas</mprml:kind>
564 + <mprml:period>
565 + <mprml:kind>month</mprml:kind>
566 + <mprml:dateStart>2011-07-01</mprml:dateStart>
567 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
568 + <mprml:volumeValue>
569 +
570 + <mprml:volume uom="m3">1255.86</mprml:volume>
571 + <mprml:temp uom="degC">15</mprml:temp>
572 + <mprml:pres uom="atm">1</mprml:pres>
573 + </mprml:volumeValue>
574 +
575 + <mprml:mass uom="kg">79.17</mprml:mass>
576 + <mprml:densityValue>
577 + <mprml:density uom="kg/m3">769.02</mprml:density>
578 + <mprml:temp uom="degC">15</mprml:temp>
579 + <mprml:pres uom="atm">1</mprml:pres>
580 + </mprml:densityValue>
581 + </mprml:period>
582 + </mprml:product><mprml:product>
583 + <mprml:kind>water</mprml:kind>
584 + <mprml:period>
585 + <mprml:kind>month</mprml:kind>
586 + <mprml:dateStart>2011-07-01</mprml:dateStart>
587 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
588 + <mprml:volumeValue>
589 +
590 + <mprml:volume uom="m3">399.96</mprml:volume>
591 + <mprml:temp uom="degC">15</mprml:temp>
592 + <mprml:pres uom="atm">1</mprml:pres>
593 + </mprml:volumeValue>
594 +
595 + <mprml:mass uom="kg">295.98</mprml:mass>
596 + <mprml:densityValue>
597 + <mprml:density uom="kg/m3">745.97</mprml:density>
598 + <mprml:temp uom="degC">15</mprml:temp>
599 + <mprml:pres uom="atm">1</mprml:pres>
600 + </mprml:densityValue>
601 + </mprml:period>
602 + </mprml:product>
603 + </mprml:flow>
604 +
605 +
606 + <mprml:flow>
607 + <mprml:kind>injection</mprml:kind>
608 + <mprml:qualifier>allocated</mprml:qualifier>
609 + <mprml:product>
610 + <mprml:kind>gas</mprml:kind>
611 + <mprml:period>
612 + <mprml:kind>month</mprml:kind>
613 + <mprml:dateStart>2011-07-01</mprml:dateStart>
614 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
615 + <mprml:volumeValue>
616 +
617 + <mprml:volume uom="m3">421.55</mprml:volume>
618 + <mprml:temp uom="degC">15</mprml:temp>
619 + <mprml:pres uom="atm">1</mprml:pres>
620 + </mprml:volumeValue>
621 +
622 + <mprml:mass uom="kg">189.58</mprml:mass>
623 + <mprml:densityValue>
624 + <mprml:density uom="kg/m3">727.12</mprml:density>
625 + <mprml:temp uom="degC">15</mprml:temp>
626 + <mprml:pres uom="atm">1</mprml:pres>
627 + </mprml:densityValue>
628 + </mprml:period>
629 + </mprml:product>
630 + </mprml:flow>
631 +
632 +
633 + <mprml:flow>
634 + <mprml:kind>consume - flare</mprml:kind>
635 + <mprml:qualifier>allocated</mprml:qualifier>
636 + <mprml:product>
637 + <mprml:kind>gas</mprml:kind>
638 + <mprml:period>
639 + <mprml:kind>month</mprml:kind>
640 + <mprml:dateStart>2011-07-01</mprml:dateStart>
641 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
642 + <mprml:volumeValue>
643 +
644 + <mprml:volume uom="m3">498.4</mprml:volume>
645 + <mprml:temp uom="degC">15</mprml:temp>
646 + <mprml:pres uom="atm">1</mprml:pres>
647 + </mprml:volumeValue>
648 +
649 + <mprml:mass uom="kg">1.49</mprml:mass>
650 + <mprml:densityValue>
651 + <mprml:density uom="kg/m3">749.45</mprml:density>
652 + <mprml:temp uom="degC">15</mprml:temp>
653 + <mprml:pres uom="atm">1</mprml:pres>
654 + </mprml:densityValue>
655 + </mprml:period>
656 + </mprml:product>
657 + </mprml:flow>
658 +
659 +
660 + <mprml:flow>
661 + <mprml:kind>consume - fuel</mprml:kind>
662 + <mprml:qualifier>allocated</mprml:qualifier>
663 + <mprml:product>
664 + <mprml:kind>gas</mprml:kind>
665 + <mprml:period>
666 + <mprml:kind>month</mprml:kind>
667 + <mprml:dateStart>2011-07-01</mprml:dateStart>
668 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
669 + <mprml:volumeValue>
670 +
671 + <mprml:volume uom="m3">1296.97</mprml:volume>
672 + <mprml:temp uom="degC">15</mprml:temp>
673 + <mprml:pres uom="atm">1</mprml:pres>
674 + </mprml:volumeValue>
675 +
676 + <mprml:mass uom="kg">291.75</mprml:mass>
677 + <mprml:densityValue>
678 + <mprml:density uom="kg/m3">0.89</mprml:density>
679 + <mprml:temp uom="degC">15</mprml:temp>
680 + <mprml:pres uom="atm">1</mprml:pres>
681 + </mprml:densityValue>
682 + </mprml:period>
683 + </mprml:product><mprml:product>
684 + <mprml:kind> diesel</mprml:kind>
685 + <mprml:period>
686 + <mprml:kind>month</mprml:kind>
687 + <mprml:dateStart>2011-07-01</mprml:dateStart>
688 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
689 + <mprml:volumeValue>
690 +
691 + <mprml:volume uom="m3">986.92</mprml:volume>
692 + <mprml:temp uom="degC">15</mprml:temp>
693 + <mprml:pres uom="atm">1</mprml:pres>
694 + </mprml:volumeValue>
695 +
696 + <mprml:mass uom="kg">742.96</mprml:mass>
697 + <mprml:densityValue>
698 + <mprml:density uom="kg/m3">0.59</mprml:density>
699 + <mprml:temp uom="degC">15</mprml:temp>
700 + <mprml:pres uom="atm">1</mprml:pres>
701 + </mprml:densityValue>
702 + </mprml:period>
703 + </mprml:product>
704 + </mprml:flow>
705 +
706 +
707 + <mprml:flow>
708 + <mprml:kind>production</mprml:kind>
709 + <mprml:qualifier>metered - fiscal</mprml:qualifier>
710 + <mprml:product>
711 + <mprml:kind>oil - gross</mprml:kind>
712 + <mprml:period>
713 + <mprml:kind>month</mprml:kind>
714 + <mprml:dateStart>2011-07-01</mprml:dateStart>
715 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
716 + <mprml:volumeValue>
717 +
718 + <mprml:volume uom="m3">485.96</mprml:volume>
719 + <mprml:temp uom="degC">15</mprml:temp>
720 + <mprml:pres uom="atm">1</mprml:pres>
721 + </mprml:volumeValue>
722 +
723 + <mprml:mass uom="kg">443.52</mprml:mass>
724 + <mprml:densityValue>
725 + <mprml:density uom="kg/m3">797.72</mprml:density>
726 + <mprml:temp uom="degC">15</mprml:temp>
727 + <mprml:pres uom="atm">1</mprml:pres>
728 + </mprml:densityValue>
729 + </mprml:period>
730 + </mprml:product>
731 + </mprml:flow>
732 +
733 +
734 +
735 + </mprml:facility><mprml:facility>
736 + <mprml:name kind="wellbore" namingSystem="NPD" uidRef="6469">3/7-A-1 AH</mprml:name>
737 + <mprml:wellStatus>producing</mprml:wellStatus>
738 + <mprml:operationTime uom="d">2.0</mprml:operationTime>
739 + <mprml:parameterSet>
740 + <mprml:name>wellhead pressure</mprml:name>
741 + <mprml:parameter>
742 + <mprml:dateStart>2011-07-01</mprml:dateStart>
743 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
744 + <mprml:measureValue uom="bar">2323</mprml:measureValue>
745 + </mprml:parameter>
746 + </mprml:parameterSet>
747 + <mprml:flow>
748 + <mprml:kind>production</mprml:kind>
749 + <mprml:qualifier>allocated</mprml:qualifier>
750 + <mprml:product>
751 + <mprml:kind>oil - net</mprml:kind>
752 + <mprml:period>
753 + <mprml:kind>month</mprml:kind>
754 + <mprml:dateStart>2011-07-01</mprml:dateStart>
755 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
756 + <mprml:volumeValue>
757 +
758 + <mprml:volume uom="m3">38.59</mprml:volume>
759 + <mprml:temp uom="degC">15</mprml:temp>
760 + <mprml:pres uom="atm">1</mprml:pres>
761 + </mprml:volumeValue>
762 + <mprml:portDiff>
763 + <mprml:chokeRelative uom="%">94.0</mprml:chokeRelative>
764 + </mprml:portDiff>
765 +
766 +
767 + </mprml:period>
768 + </mprml:product><mprml:product>
769 + <mprml:kind>gas</mprml:kind>
770 + <mprml:period>
771 + <mprml:kind>month</mprml:kind>
772 + <mprml:dateStart>2011-07-01</mprml:dateStart>
773 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
774 + <mprml:volumeValue>
775 +
776 + <mprml:volume uom="m3">1309.18</mprml:volume>
777 + <mprml:temp uom="degC">15</mprml:temp>
778 + <mprml:pres uom="atm">1</mprml:pres>
779 + </mprml:volumeValue>
780 + <mprml:portDiff>
781 + <mprml:chokeRelative uom="%">97.0</mprml:chokeRelative>
782 + </mprml:portDiff>
783 +
784 +
785 + </mprml:period>
786 + </mprml:product><mprml:product>
787 + <mprml:kind>water</mprml:kind>
788 + <mprml:period>
789 + <mprml:kind>month</mprml:kind>
790 + <mprml:dateStart>2011-07-01</mprml:dateStart>
791 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
792 + <mprml:volumeValue>
793 +
794 + <mprml:volume uom="m3">443.34</mprml:volume>
795 + <mprml:temp uom="degC">15</mprml:temp>
796 + <mprml:pres uom="atm">1</mprml:pres>
797 + </mprml:volumeValue>
798 + <mprml:portDiff>
799 + <mprml:chokeRelative uom="%">94.0</mprml:chokeRelative>
800 + </mprml:portDiff>
801 +
802 +
803 + </mprml:period>
804 + </mprml:product>
805 + </mprml:flow>
806 +
807 +
808 +
809 + </mprml:facility><mprml:facility>
810 + <mprml:name kind="wellbore" namingSystem="NPD" uidRef="6439">3/7-A-2 H</mprml:name>
811 + <mprml:wellStatus>producing</mprml:wellStatus>
812 + <mprml:operationTime uom="d">21.0</mprml:operationTime>
813 + <mprml:parameterSet>
814 + <mprml:name>wellhead pressure</mprml:name>
815 + <mprml:parameter>
816 + <mprml:dateStart>2011-07-01</mprml:dateStart>
817 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
818 + <mprml:measureValue uom="bar">2323</mprml:measureValue>
819 + </mprml:parameter>
820 + </mprml:parameterSet>
821 + <mprml:flow>
822 + <mprml:kind>production</mprml:kind>
823 + <mprml:qualifier>allocated</mprml:qualifier>
824 + <mprml:product>
825 + <mprml:kind>oil - net</mprml:kind>
826 + <mprml:period>
827 + <mprml:kind>month</mprml:kind>
828 + <mprml:dateStart>2011-07-01</mprml:dateStart>
829 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
830 + <mprml:volumeValue>
831 +
832 + <mprml:volume uom="m3">713.12</mprml:volume>
833 + <mprml:temp uom="degC">15</mprml:temp>
834 + <mprml:pres uom="atm">1</mprml:pres>
835 + </mprml:volumeValue>
836 + <mprml:portDiff>
837 + <mprml:chokeRelative uom="%">91.0</mprml:chokeRelative>
838 + </mprml:portDiff>
839 +
840 +
841 + </mprml:period>
842 + </mprml:product><mprml:product>
843 + <mprml:kind>gas</mprml:kind>
844 + <mprml:period>
845 + <mprml:kind>month</mprml:kind>
846 + <mprml:dateStart>2011-07-01</mprml:dateStart>
847 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
848 + <mprml:volumeValue>
849 +
850 + <mprml:volume uom="m3">115.04</mprml:volume>
851 + <mprml:temp uom="degC">15</mprml:temp>
852 + <mprml:pres uom="atm">1</mprml:pres>
853 + </mprml:volumeValue>
854 + <mprml:portDiff>
855 + <mprml:chokeRelative uom="%">98.0</mprml:chokeRelative>
856 + </mprml:portDiff>
857 +
858 +
859 + </mprml:period>
860 + </mprml:product><mprml:product>
861 + <mprml:kind>water</mprml:kind>
862 + <mprml:period>
863 + <mprml:kind>month</mprml:kind>
864 + <mprml:dateStart>2011-07-01</mprml:dateStart>
865 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
866 + <mprml:volumeValue>
867 +
868 + <mprml:volume uom="m3">1172.61</mprml:volume>
869 + <mprml:temp uom="degC">15</mprml:temp>
870 + <mprml:pres uom="atm">1</mprml:pres>
871 + </mprml:volumeValue>
872 + <mprml:portDiff>
873 + <mprml:chokeRelative uom="%">97.0</mprml:chokeRelative>
874 + </mprml:portDiff>
875 +
876 +
877 + </mprml:period>
878 + </mprml:product>
879 + </mprml:flow>
880 +
881 +
882 +
883 + </mprml:facility>
884 + </mprml:object>
885 +</mprml:objects>
...\ No newline at end of file ...\ No newline at end of file
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<mprml:objects xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 + xmlns:mprml="http://www.witsml.org/schemas/131" xmlns="http://www.witsml.org/schemas/131" version="1.0.0.0(PRODML)">
4 + <mprml:documentInfo>
5 + <mprml:DocumentName namingSystem="EC">TRYM July 2011</mprml:DocumentName>
6 + <mprml:DocumentAlias namingSystem="EC">TRYM Copex Report</mprml:DocumentAlias>
7 + <mprml:DocumentDate>2011-08-05T00:00:00.0Z</mprml:DocumentDate>
8 + <mprml:FileCreationInformation>
9 + <mprml:FileCreationDate>2011-08-05T00:00:00.0Z</mprml:FileCreationDate>
10 +
11 + <mprml:SoftwareName>Energy Components</mprml:SoftwareName>
12 + <mprml:FileCreator>Energy Components</mprml:FileCreator>
13 + </mprml:FileCreationInformation>
14 + <mprml:Owner>DONG E&amp;P Norge AS</mprml:Owner>
15 + </mprml:documentInfo>
16 + <mprml:context xsi:type="obj_report">
17 + <mprml:kind>month</mprml:kind>
18 + <mprml:title>TRYM July 2011</mprml:title>
19 + <mprml:date>2011-07-01</mprml:date>
20 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
21 + <mprml:month>2011-07</mprml:month>
22 + <mprml:year>2011</mprml:year>
23 + <mprml:reportVersion>1</mprml:reportVersion>
24 + <mprml:reportStatus>final</mprml:reportStatus>
25 + <mprml:installation kind="field" namingSystem="NPD" uidRef="18081500">TRYM</mprml:installation>
26 + <mprml:operator>
27 + <mprml:name>DONG E&amp;P Norge AS</mprml:name>
28 + <mprml:role>Operating company</mprml:role>
29 + </mprml:operator>
30 + </mprml:context>
31 + <mprml:object xsi:type="obj_productVolume">
32 + <mprml:name>TRYM</mprml:name>
33 + <mprml:facility>
34 + <mprml:name kind="field" namingSystem="NPD" uidRef="18081500">TRYM</mprml:name>
35 +
36 + <mprml:flow>
37 + <mprml:kind>production</mprml:kind>
38 + <mprml:qualifier>saleable</mprml:qualifier>
39 + <mprml:product>
40 + <mprml:kind>oil - net</mprml:kind>
41 + <mprml:period>
42 + <mprml:kind>month</mprml:kind>
43 + <mprml:dateStart>2011-07-01</mprml:dateStart>
44 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
45 + <mprml:volumeValue>
46 +
47 + <mprml:volume uom="m3">57.01</mprml:volume>
48 + <mprml:temp uom="degC">15</mprml:temp>
49 + <mprml:pres uom="atm">1</mprml:pres>
50 + </mprml:volumeValue>
51 +
52 + <mprml:mass uom="kg">946.09</mprml:mass>
53 + <mprml:densityValue>
54 + <mprml:density uom="kg/m3">762.11</mprml:density>
55 + <mprml:temp uom="degC">15</mprml:temp>
56 + <mprml:pres uom="atm">1</mprml:pres>
57 + </mprml:densityValue>
58 + </mprml:period>
59 + </mprml:product>
60 + </mprml:flow>
61 +
62 +
63 + <mprml:flow>
64 + <mprml:kind>production</mprml:kind>
65 + <mprml:qualifier>allocated</mprml:qualifier>
66 + <mprml:product>
67 + <mprml:kind>oil - net</mprml:kind>
68 + <mprml:period>
69 + <mprml:kind>month</mprml:kind>
70 + <mprml:dateStart>2011-07-01</mprml:dateStart>
71 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
72 + <mprml:volumeValue>
73 +
74 + <mprml:volume uom="m3">253.94</mprml:volume>
75 + <mprml:temp uom="degC">15</mprml:temp>
76 + <mprml:pres uom="atm">1</mprml:pres>
77 + </mprml:volumeValue>
78 +
79 + <mprml:mass uom="kg">369.84</mprml:mass>
80 + <mprml:densityValue>
81 + <mprml:density uom="kg/m3">725.18</mprml:density>
82 + <mprml:temp uom="degC">15</mprml:temp>
83 + <mprml:pres uom="atm">1</mprml:pres>
84 + </mprml:densityValue>
85 + </mprml:period>
86 + </mprml:product><mprml:product>
87 + <mprml:kind>gas</mprml:kind>
88 + <mprml:period>
89 + <mprml:kind>month</mprml:kind>
90 + <mprml:dateStart>2011-07-01</mprml:dateStart>
91 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
92 + <mprml:volumeValue>
93 +
94 + <mprml:volume uom="m3">409.18</mprml:volume>
95 + <mprml:temp uom="degC">15</mprml:temp>
96 + <mprml:pres uom="atm">1</mprml:pres>
97 + </mprml:volumeValue>
98 +
99 + <mprml:mass uom="kg">265.04</mprml:mass>
100 + <mprml:densityValue>
101 + <mprml:density uom="kg/m3">710.14</mprml:density>
102 + <mprml:temp uom="degC">15</mprml:temp>
103 + <mprml:pres uom="atm">1</mprml:pres>
104 + </mprml:densityValue>
105 + </mprml:period>
106 + </mprml:product><mprml:product>
107 + <mprml:kind>water</mprml:kind>
108 + <mprml:period>
109 + <mprml:kind>month</mprml:kind>
110 + <mprml:dateStart>2011-07-01</mprml:dateStart>
111 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
112 + <mprml:volumeValue>
113 +
114 + <mprml:volume uom="m3">1252.02</mprml:volume>
115 + <mprml:temp uom="degC">15</mprml:temp>
116 + <mprml:pres uom="atm">1</mprml:pres>
117 + </mprml:volumeValue>
118 +
119 + <mprml:mass uom="kg">422.36</mprml:mass>
120 + <mprml:densityValue>
121 + <mprml:density uom="kg/m3">736.05</mprml:density>
122 + <mprml:temp uom="degC">15</mprml:temp>
123 + <mprml:pres uom="atm">1</mprml:pres>
124 + </mprml:densityValue>
125 + </mprml:period>
126 + </mprml:product><mprml:product>
127 + <mprml:kind>condensate - net</mprml:kind>
128 + <mprml:period>
129 + <mprml:kind>month</mprml:kind>
130 + <mprml:dateStart>2011-07-01</mprml:dateStart>
131 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
132 + <mprml:volumeValue>
133 +
134 + <mprml:volume uom="m3">1778.21</mprml:volume>
135 + <mprml:temp uom="degC">15</mprml:temp>
136 + <mprml:pres uom="atm">1</mprml:pres>
137 + </mprml:volumeValue>
138 +
139 + <mprml:mass uom="kg">719.05</mprml:mass>
140 + <mprml:densityValue>
141 + <mprml:density uom="kg/m3">778.74</mprml:density>
142 + <mprml:temp uom="degC">15</mprml:temp>
143 + <mprml:pres uom="atm">1</mprml:pres>
144 + </mprml:densityValue>
145 + </mprml:period>
146 + </mprml:product>
147 + </mprml:flow>
148 +
149 +
150 + <mprml:flow>
151 + <mprml:kind>injection</mprml:kind>
152 + <mprml:qualifier>allocated</mprml:qualifier>
153 + <mprml:product>
154 + <mprml:kind>gas</mprml:kind>
155 + <mprml:period>
156 + <mprml:kind>month</mprml:kind>
157 + <mprml:dateStart>2011-07-01</mprml:dateStart>
158 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
159 + <mprml:volumeValue>
160 +
161 + <mprml:volume uom="m3">977.06</mprml:volume>
162 + <mprml:temp uom="degC">15</mprml:temp>
163 + <mprml:pres uom="atm">1</mprml:pres>
164 + </mprml:volumeValue>
165 +
166 + <mprml:mass uom="kg">168.98</mprml:mass>
167 + <mprml:densityValue>
168 + <mprml:density uom="kg/m3">1.64</mprml:density>
169 + <mprml:temp uom="degC">15</mprml:temp>
170 + <mprml:pres uom="atm">1</mprml:pres>
171 + </mprml:densityValue>
172 + </mprml:period>
173 + </mprml:product>
174 + </mprml:flow>
175 +
176 +
177 +
178 + </mprml:facility><mprml:facility>
179 + <mprml:name kind="terminal" namingSystem="NPD" uidRef="NaN">FREDERICIA</mprml:name>
180 +
181 +
182 + <mprml:flow>
183 + <mprml:name>FREDERICIA allocated inventory</mprml:name>
184 + <mprml:kind>inventory</mprml:kind>
185 + <mprml:qualifier>allocated</mprml:qualifier>
186 + <mprml:product>
187 + <mprml:kind>oil - net</mprml:kind>
188 + <mprml:period>
189 + <mprml:kind>month</mprml:kind>
190 + <mprml:dateStart>2011-07-01</mprml:dateStart>
191 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
192 + <mprml:volumeValue>
193 + <mprml:volume uom="m3">1899.06</mprml:volume>
194 + <mprml:temp uom="degC">15</mprml:temp>
195 + <mprml:pres uom="atm">1</mprml:pres>
196 + </mprml:volumeValue>
197 +
198 + <mprml:mass uom="kg">331.85</mprml:mass>
199 +
200 + <mprml:densityValue>
201 + <mprml:density uom="kg/m3">709.27</mprml:density>
202 + <mprml:temp uom="degC">15</mprml:temp>
203 + <mprml:pres uom="atm">1</mprml:pres>
204 + </mprml:densityValue>
205 + <mprml:balanceSet>
206 + <mprml:kind>closing balance</mprml:kind>
207 + <mprml:balanceDetail>
208 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
209 + <mprml:volumeValue>
210 + <mprml:volume uom="m3">1710.10353</mprml:volume>
211 + <mprml:temp uom="degC">15</mprml:temp>
212 + <mprml:pres uom="atm">1</mprml:pres>
213 + </mprml:volumeValue>
214 + <mprml:mass uom="kg">298.830925</mprml:mass>
215 + </mprml:balanceDetail><mprml:balanceDetail>
216 + <mprml:owner>Bayerngas Norge AS</mprml:owner>
217 + <mprml:volumeValue>
218 + <mprml:volume uom="m3">188.95647</mprml:volume>
219 + <mprml:temp uom="degC">15</mprml:temp>
220 + <mprml:pres uom="atm">1</mprml:pres>
221 + </mprml:volumeValue>
222 + <mprml:mass uom="kg">33.019075</mprml:mass>
223 + </mprml:balanceDetail>
224 + </mprml:balanceSet>
225 + </mprml:period>
226 +
227 + </mprml:product>
228 + </mprml:flow>
229 +
230 +
231 +
232 + <mprml:flow>
233 + <mprml:name>FREDERICIA field production lifted by tanker</mprml:name>
234 + <mprml:kind>hydrocarbon accounting</mprml:kind>
235 + <mprml:qualifier>allocated</mprml:qualifier>
236 + <mprml:product>
237 + <mprml:kind>oil - net</mprml:kind>
238 + <mprml:period>
239 + <mprml:kind>month</mprml:kind>
240 + <mprml:dateStart>2011-07-01</mprml:dateStart>
241 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
242 + <mprml:balanceSet>
243 + <mprml:kind>tanker lifting</mprml:kind>
244 + <mprml:cargoNumber>389/1</mprml:cargoNumber>
245 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
246 + <mprml:shipper>Bayerngas Norge AS</mprml:shipper>
247 + <mprml:destination>
248 + <mprml:name>Mongstad</mprml:name>
249 + <mprml:type>terminal</mprml:type>
250 + <mprml:country>NORWAY</mprml:country>
251 + </mprml:destination>
252 + <mprml:event>
253 + <mprml:date>2009-01-05</mprml:date>
254 + <mprml:kind>bill of lading</mprml:kind>
255 + </mprml:event>
256 + <mprml:volumeValue>
257 + <mprml:volume uom="m3">1075.66</mprml:volume>
258 + <mprml:temp uom="degC">15</mprml:temp>
259 + <mprml:pres uom="atm">1</mprml:pres>
260 + </mprml:volumeValue>
261 + <mprml:mass uom="kg">346.0</mprml:mass>
262 + <mprml:densityValue>
263 + <mprml:density uom="kg/m3">749.71</mprml:density>
264 + <mprml:temp uom="degC">15.0</mprml:temp>
265 + <mprml:pres uom="atm">1</mprml:pres>
266 + </mprml:densityValue>
267 + <mprml:balanceDetail>
268 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
269 + <mprml:share uom="%">100.0</mprml:share>
270 + </mprml:balanceDetail>
271 + </mprml:balanceSet><mprml:balanceSet>
272 + <mprml:kind>tanker lifting</mprml:kind>
273 + <mprml:cargoNumber>390/1</mprml:cargoNumber>
274 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
275 + <mprml:shipper>Bayerngas Norge AS</mprml:shipper>
276 + <mprml:destination>
277 + <mprml:name>Kalundborg</mprml:name>
278 + <mprml:type>harbour</mprml:type>
279 + <mprml:country>DENMARK</mprml:country>
280 + </mprml:destination>
281 + <mprml:event>
282 + <mprml:date>2009-01-09</mprml:date>
283 + <mprml:kind>bill of lading</mprml:kind>
284 + </mprml:event>
285 + <mprml:volumeValue>
286 + <mprml:volume uom="m3">742.46</mprml:volume>
287 + <mprml:temp uom="degC">15</mprml:temp>
288 + <mprml:pres uom="atm">1</mprml:pres>
289 + </mprml:volumeValue>
290 + <mprml:mass uom="kg">132.53</mprml:mass>
291 + <mprml:densityValue>
292 + <mprml:density uom="kg/m3">731.29</mprml:density>
293 + <mprml:temp uom="degC">15.0</mprml:temp>
294 + <mprml:pres uom="atm">1</mprml:pres>
295 + </mprml:densityValue>
296 + <mprml:balanceDetail>
297 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
298 + <mprml:share uom="%">100.0</mprml:share>
299 + </mprml:balanceDetail>
300 + </mprml:balanceSet><mprml:balanceSet>
301 + <mprml:kind>tanker lifting</mprml:kind>
302 + <mprml:cargoNumber>391/1</mprml:cargoNumber>
303 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
304 + <mprml:shipper>Bayerngas Norge AS</mprml:shipper>
305 + <mprml:destination>
306 + <mprml:name>Mongstad</mprml:name>
307 + <mprml:type>terminal</mprml:type>
308 + <mprml:country>NORWAY</mprml:country>
309 + </mprml:destination>
310 + <mprml:event>
311 + <mprml:date>2009-01-12</mprml:date>
312 + <mprml:kind>bill of lading</mprml:kind>
313 + </mprml:event>
314 + <mprml:volumeValue>
315 + <mprml:volume uom="m3">1987.66</mprml:volume>
316 + <mprml:temp uom="degC">15</mprml:temp>
317 + <mprml:pres uom="atm">1</mprml:pres>
318 + </mprml:volumeValue>
319 + <mprml:mass uom="kg">926.41</mprml:mass>
320 + <mprml:densityValue>
321 + <mprml:density uom="kg/m3">798.96</mprml:density>
322 + <mprml:temp uom="degC">15.0</mprml:temp>
323 + <mprml:pres uom="atm">1</mprml:pres>
324 + </mprml:densityValue>
325 + <mprml:balanceDetail>
326 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
327 + <mprml:share uom="%">100.0</mprml:share>
328 + </mprml:balanceDetail>
329 + </mprml:balanceSet><mprml:balanceSet>
330 + <mprml:kind>tanker lifting</mprml:kind>
331 + <mprml:cargoNumber>392/1</mprml:cargoNumber>
332 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
333 + <mprml:shipper>Bayerngas Norge AS</mprml:shipper>
334 + <mprml:destination>
335 + <mprml:name>Rotterdam</mprml:name>
336 + <mprml:type>harbour</mprml:type>
337 + <mprml:country>NETHERLANDS</mprml:country>
338 + </mprml:destination>
339 + <mprml:event>
340 + <mprml:date>2009-01-16</mprml:date>
341 + <mprml:kind>bill of lading</mprml:kind>
342 + </mprml:event>
343 + <mprml:volumeValue>
344 + <mprml:volume uom="m3">831.78</mprml:volume>
345 + <mprml:temp uom="degC">15</mprml:temp>
346 + <mprml:pres uom="atm">1</mprml:pres>
347 + </mprml:volumeValue>
348 + <mprml:mass uom="kg">358.25</mprml:mass>
349 + <mprml:densityValue>
350 + <mprml:density uom="kg/m3">780.57</mprml:density>
351 + <mprml:temp uom="degC">15.0</mprml:temp>
352 + <mprml:pres uom="atm">1</mprml:pres>
353 + </mprml:densityValue>
354 + <mprml:balanceDetail>
355 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
356 + <mprml:share uom="%">100.0</mprml:share>
357 + </mprml:balanceDetail>
358 + </mprml:balanceSet>
359 + </mprml:period>
360 + </mprml:product>
361 + </mprml:flow>
362 +
363 + </mprml:facility><mprml:facility>
364 + <mprml:name kind="terminal" namingSystem="NPD" uidRef="NaN">NYBRO</mprml:name>
365 +
366 +
367 +
368 +
369 + <mprml:flow>
370 + <mprml:name>NYBRO gas sales at terminal</mprml:name>
371 + <mprml:kind>sale</mprml:kind>
372 + <mprml:qualifier>allocated</mprml:qualifier>
373 + <mprml:product>
374 + <mprml:kind>gas - dry</mprml:kind>
375 + <mprml:period>
376 + <mprml:kind>month</mprml:kind>
377 + <mprml:dateStart>2011-07-01</mprml:dateStart>
378 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
379 + <mprml:balanceSet>
380 + <mprml:kind>transaction</mprml:kind>
381 + <mprml:event>
382 + <mprml:date>2009-01-03</mprml:date>
383 + <mprml:kind>transaction date</mprml:kind>
384 + </mprml:event>
385 + <mprml:balanceDetail>
386 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
387 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
388 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
389 + <mprml:buyer>DONG DK</mprml:buyer>
390 + <mprml:volumeValue>
391 + <mprml:volume uom="m3">387.66</mprml:volume>
392 + <mprml:temp uom="degC">0</mprml:temp>
393 + <mprml:pres uom="atm">1</mprml:pres>
394 + </mprml:volumeValue>
395 + <mprml:mass uom="kg">337.94</mprml:mass>
396 + <mprml:work uom="MJ">23425.03</mprml:work>
397 + </mprml:balanceDetail>
398 + </mprml:balanceSet><mprml:balanceSet>
399 + <mprml:kind>transaction</mprml:kind>
400 + <mprml:event>
401 + <mprml:date>2009-01-05</mprml:date>
402 + <mprml:kind>transaction date</mprml:kind>
403 + </mprml:event>
404 + <mprml:balanceDetail>
405 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
406 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
407 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
408 + <mprml:buyer>DONG DK</mprml:buyer>
409 + <mprml:volumeValue>
410 + <mprml:volume uom="m3">31.7</mprml:volume>
411 + <mprml:temp uom="degC">0</mprml:temp>
412 + <mprml:pres uom="atm">1</mprml:pres>
413 + </mprml:volumeValue>
414 + <mprml:mass uom="kg">237.01</mprml:mass>
415 + <mprml:work uom="MJ">59749.83</mprml:work>
416 + </mprml:balanceDetail>
417 + </mprml:balanceSet><mprml:balanceSet>
418 + <mprml:kind>transaction</mprml:kind>
419 + <mprml:event>
420 + <mprml:date>2009-01-07</mprml:date>
421 + <mprml:kind>transaction date</mprml:kind>
422 + </mprml:event>
423 + <mprml:balanceDetail>
424 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
425 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
426 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
427 + <mprml:buyer>DONG DK</mprml:buyer>
428 + <mprml:volumeValue>
429 + <mprml:volume uom="m3">1728.99</mprml:volume>
430 + <mprml:temp uom="degC">0</mprml:temp>
431 + <mprml:pres uom="atm">1</mprml:pres>
432 + </mprml:volumeValue>
433 + <mprml:mass uom="kg">426.1</mprml:mass>
434 + <mprml:work uom="MJ">78561.12</mprml:work>
435 + </mprml:balanceDetail>
436 + </mprml:balanceSet><mprml:balanceSet>
437 + <mprml:kind>transaction</mprml:kind>
438 + <mprml:event>
439 + <mprml:date>2009-01-09</mprml:date>
440 + <mprml:kind>transaction date</mprml:kind>
441 + </mprml:event>
442 + <mprml:balanceDetail>
443 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
444 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
445 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
446 + <mprml:buyer>DONG DK</mprml:buyer>
447 + <mprml:volumeValue>
448 + <mprml:volume uom="m3">1343.43</mprml:volume>
449 + <mprml:temp uom="degC">0</mprml:temp>
450 + <mprml:pres uom="atm">1</mprml:pres>
451 + </mprml:volumeValue>
452 + <mprml:mass uom="kg">444.95</mprml:mass>
453 + <mprml:work uom="MJ">33059.03</mprml:work>
454 + </mprml:balanceDetail>
455 + </mprml:balanceSet><mprml:balanceSet>
456 + <mprml:kind>transaction</mprml:kind>
457 + <mprml:event>
458 + <mprml:date>2009-01-11</mprml:date>
459 + <mprml:kind>transaction date</mprml:kind>
460 + </mprml:event>
461 + <mprml:balanceDetail>
462 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
463 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
464 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
465 + <mprml:buyer>DONG DK</mprml:buyer>
466 + <mprml:volumeValue>
467 + <mprml:volume uom="m3">494.84</mprml:volume>
468 + <mprml:temp uom="degC">0</mprml:temp>
469 + <mprml:pres uom="atm">1</mprml:pres>
470 + </mprml:volumeValue>
471 + <mprml:mass uom="kg">416.97</mprml:mass>
472 + <mprml:work uom="MJ">21428.33</mprml:work>
473 + </mprml:balanceDetail>
474 + </mprml:balanceSet><mprml:balanceSet>
475 + <mprml:kind>transaction</mprml:kind>
476 + <mprml:event>
477 + <mprml:date>2009-01-14</mprml:date>
478 + <mprml:kind>transaction date</mprml:kind>
479 + </mprml:event>
480 + <mprml:balanceDetail>
481 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
482 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
483 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
484 + <mprml:buyer>DONG DK</mprml:buyer>
485 + <mprml:volumeValue>
486 + <mprml:volume uom="m3">1263.03</mprml:volume>
487 + <mprml:temp uom="degC">0</mprml:temp>
488 + <mprml:pres uom="atm">1</mprml:pres>
489 + </mprml:volumeValue>
490 + <mprml:mass uom="kg">231.52</mprml:mass>
491 + <mprml:work uom="MJ">72983.9</mprml:work>
492 + </mprml:balanceDetail>
493 + </mprml:balanceSet><mprml:balanceSet>
494 + <mprml:kind>transaction</mprml:kind>
495 + <mprml:event>
496 + <mprml:date>2009-01-16</mprml:date>
497 + <mprml:kind>transaction date</mprml:kind>
498 + </mprml:event>
499 + <mprml:balanceDetail>
500 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
501 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
502 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
503 + <mprml:buyer>DONG DK</mprml:buyer>
504 + <mprml:volumeValue>
505 + <mprml:volume uom="m3">1740.19</mprml:volume>
506 + <mprml:temp uom="degC">0</mprml:temp>
507 + <mprml:pres uom="atm">1</mprml:pres>
508 + </mprml:volumeValue>
509 + <mprml:mass uom="kg">592.06</mprml:mass>
510 + <mprml:work uom="MJ">13530.69</mprml:work>
511 + </mprml:balanceDetail>
512 + </mprml:balanceSet><mprml:balanceSet>
513 + <mprml:kind>transaction</mprml:kind>
514 + <mprml:event>
515 + <mprml:date>2009-01-19</mprml:date>
516 + <mprml:kind>transaction date</mprml:kind>
517 + </mprml:event>
518 + <mprml:balanceDetail>
519 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
520 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
521 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
522 + <mprml:buyer>DONG DK</mprml:buyer>
523 + <mprml:volumeValue>
524 + <mprml:volume uom="m3">179.2</mprml:volume>
525 + <mprml:temp uom="degC">0</mprml:temp>
526 + <mprml:pres uom="atm">1</mprml:pres>
527 + </mprml:volumeValue>
528 + <mprml:mass uom="kg">663.59</mprml:mass>
529 + <mprml:work uom="MJ">73994.44</mprml:work>
530 + </mprml:balanceDetail>
531 + </mprml:balanceSet>
532 + </mprml:period>
533 + </mprml:product>
534 + </mprml:flow>
535 + </mprml:facility><mprml:facility>
536 + <mprml:name kind="platform" namingSystem="NPD" uidRef="412931">HARALD A</mprml:name>
537 +
538 + <mprml:flow>
539 + <mprml:kind>production</mprml:kind>
540 + <mprml:qualifier>allocated</mprml:qualifier>
541 + <mprml:product>
542 + <mprml:kind>oil - net</mprml:kind>
543 + <mprml:period>
544 + <mprml:kind>month</mprml:kind>
545 + <mprml:dateStart>2011-07-01</mprml:dateStart>
546 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
547 + <mprml:volumeValue>
548 +
549 + <mprml:volume uom="m3">1484.54</mprml:volume>
550 + <mprml:temp uom="degC">15</mprml:temp>
551 + <mprml:pres uom="atm">1</mprml:pres>
552 + </mprml:volumeValue>
553 +
554 + <mprml:mass uom="kg">688.11</mprml:mass>
555 + <mprml:densityValue>
556 + <mprml:density uom="kg/m3">747.96</mprml:density>
557 + <mprml:temp uom="degC">15</mprml:temp>
558 + <mprml:pres uom="atm">1</mprml:pres>
559 + </mprml:densityValue>
560 + </mprml:period>
561 + </mprml:product><mprml:product>
562 + <mprml:kind>gas</mprml:kind>
563 + <mprml:period>
564 + <mprml:kind>month</mprml:kind>
565 + <mprml:dateStart>2011-07-01</mprml:dateStart>
566 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
567 + <mprml:volumeValue>
568 +
569 + <mprml:volume uom="m3">1768.79</mprml:volume>
570 + <mprml:temp uom="degC">15</mprml:temp>
571 + <mprml:pres uom="atm">1</mprml:pres>
572 + </mprml:volumeValue>
573 +
574 + <mprml:mass uom="kg">964.6</mprml:mass>
575 + <mprml:densityValue>
576 + <mprml:density uom="kg/m3">728.12</mprml:density>
577 + <mprml:temp uom="degC">15</mprml:temp>
578 + <mprml:pres uom="atm">1</mprml:pres>
579 + </mprml:densityValue>
580 + </mprml:period>
581 + </mprml:product><mprml:product>
582 + <mprml:kind>water</mprml:kind>
583 + <mprml:period>
584 + <mprml:kind>month</mprml:kind>
585 + <mprml:dateStart>2011-07-01</mprml:dateStart>
586 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
587 + <mprml:volumeValue>
588 +
589 + <mprml:volume uom="m3">889.66</mprml:volume>
590 + <mprml:temp uom="degC">15</mprml:temp>
591 + <mprml:pres uom="atm">1</mprml:pres>
592 + </mprml:volumeValue>
593 +
594 + <mprml:mass uom="kg">470.52</mprml:mass>
595 + <mprml:densityValue>
596 + <mprml:density uom="kg/m3">749.09</mprml:density>
597 + <mprml:temp uom="degC">15</mprml:temp>
598 + <mprml:pres uom="atm">1</mprml:pres>
599 + </mprml:densityValue>
600 + </mprml:period>
601 + </mprml:product>
602 + </mprml:flow>
603 +
604 +
605 + <mprml:flow>
606 + <mprml:kind>injection</mprml:kind>
607 + <mprml:qualifier>allocated</mprml:qualifier>
608 + <mprml:product>
609 + <mprml:kind>gas</mprml:kind>
610 + <mprml:period>
611 + <mprml:kind>month</mprml:kind>
612 + <mprml:dateStart>2011-07-01</mprml:dateStart>
613 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
614 + <mprml:volumeValue>
615 +
616 + <mprml:volume uom="m3">1128.71</mprml:volume>
617 + <mprml:temp uom="degC">15</mprml:temp>
618 + <mprml:pres uom="atm">1</mprml:pres>
619 + </mprml:volumeValue>
620 +
621 + <mprml:mass uom="kg">276.52</mprml:mass>
622 + <mprml:densityValue>
623 + <mprml:density uom="kg/m3">792.55</mprml:density>
624 + <mprml:temp uom="degC">15</mprml:temp>
625 + <mprml:pres uom="atm">1</mprml:pres>
626 + </mprml:densityValue>
627 + </mprml:period>
628 + </mprml:product>
629 + </mprml:flow>
630 +
631 +
632 + <mprml:flow>
633 + <mprml:kind>consume - flare</mprml:kind>
634 + <mprml:qualifier>allocated</mprml:qualifier>
635 + <mprml:product>
636 + <mprml:kind>gas</mprml:kind>
637 + <mprml:period>
638 + <mprml:kind>month</mprml:kind>
639 + <mprml:dateStart>2011-07-01</mprml:dateStart>
640 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
641 + <mprml:volumeValue>
642 +
643 + <mprml:volume uom="m3">41.16</mprml:volume>
644 + <mprml:temp uom="degC">15</mprml:temp>
645 + <mprml:pres uom="atm">1</mprml:pres>
646 + </mprml:volumeValue>
647 +
648 + <mprml:mass uom="kg">26.33</mprml:mass>
649 + <mprml:densityValue>
650 + <mprml:density uom="kg/m3">787.72</mprml:density>
651 + <mprml:temp uom="degC">15</mprml:temp>
652 + <mprml:pres uom="atm">1</mprml:pres>
653 + </mprml:densityValue>
654 + </mprml:period>
655 + </mprml:product>
656 + </mprml:flow>
657 +
658 +
659 + <mprml:flow>
660 + <mprml:kind>consume - fuel</mprml:kind>
661 + <mprml:qualifier>allocated</mprml:qualifier>
662 + <mprml:product>
663 + <mprml:kind>gas</mprml:kind>
664 + <mprml:period>
665 + <mprml:kind>month</mprml:kind>
666 + <mprml:dateStart>2011-07-01</mprml:dateStart>
667 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
668 + <mprml:volumeValue>
669 +
670 + <mprml:volume uom="m3">1144.83</mprml:volume>
671 + <mprml:temp uom="degC">15</mprml:temp>
672 + <mprml:pres uom="atm">1</mprml:pres>
673 + </mprml:volumeValue>
674 +
675 + <mprml:mass uom="kg">221.02</mprml:mass>
676 + <mprml:densityValue>
677 + <mprml:density uom="kg/m3">0.01</mprml:density>
678 + <mprml:temp uom="degC">15</mprml:temp>
679 + <mprml:pres uom="atm">1</mprml:pres>
680 + </mprml:densityValue>
681 + </mprml:period>
682 + </mprml:product><mprml:product>
683 + <mprml:kind> diesel</mprml:kind>
684 + <mprml:period>
685 + <mprml:kind>month</mprml:kind>
686 + <mprml:dateStart>2011-07-01</mprml:dateStart>
687 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
688 + <mprml:volumeValue>
689 +
690 + <mprml:volume uom="m3">507.43</mprml:volume>
691 + <mprml:temp uom="degC">15</mprml:temp>
692 + <mprml:pres uom="atm">1</mprml:pres>
693 + </mprml:volumeValue>
694 +
695 + <mprml:mass uom="kg">995.3</mprml:mass>
696 + <mprml:densityValue>
697 + <mprml:density uom="kg/m3">0.35</mprml:density>
698 + <mprml:temp uom="degC">15</mprml:temp>
699 + <mprml:pres uom="atm">1</mprml:pres>
700 + </mprml:densityValue>
701 + </mprml:period>
702 + </mprml:product>
703 + </mprml:flow>
704 +
705 +
706 + <mprml:flow>
707 + <mprml:kind>production</mprml:kind>
708 + <mprml:qualifier>metered - fiscal</mprml:qualifier>
709 + <mprml:product>
710 + <mprml:kind>oil - gross</mprml:kind>
711 + <mprml:period>
712 + <mprml:kind>month</mprml:kind>
713 + <mprml:dateStart>2011-07-01</mprml:dateStart>
714 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
715 + <mprml:volumeValue>
716 +
717 + <mprml:volume uom="m3">1338.91</mprml:volume>
718 + <mprml:temp uom="degC">15</mprml:temp>
719 + <mprml:pres uom="atm">1</mprml:pres>
720 + </mprml:volumeValue>
721 +
722 + <mprml:mass uom="kg">613.96</mprml:mass>
723 + <mprml:densityValue>
724 + <mprml:density uom="kg/m3">774.29</mprml:density>
725 + <mprml:temp uom="degC">15</mprml:temp>
726 + <mprml:pres uom="atm">1</mprml:pres>
727 + </mprml:densityValue>
728 + </mprml:period>
729 + </mprml:product>
730 + </mprml:flow>
731 +
732 +
733 +
734 + </mprml:facility><mprml:facility>
735 + <mprml:name kind="wellbore" namingSystem="NPD" uidRef="6469">3/7-A-1 AH</mprml:name>
736 + <mprml:wellStatus>producing</mprml:wellStatus>
737 + <mprml:operationTime uom="d">15.0</mprml:operationTime>
738 + <mprml:parameterSet>
739 + <mprml:name>wellhead pressure</mprml:name>
740 + <mprml:parameter>
741 + <mprml:dateStart>2011-07-01</mprml:dateStart>
742 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
743 + <mprml:measureValue uom="bar">2323</mprml:measureValue>
744 + </mprml:parameter>
745 + </mprml:parameterSet>
746 + <mprml:flow>
747 + <mprml:kind>production</mprml:kind>
748 + <mprml:qualifier>allocated</mprml:qualifier>
749 + <mprml:product>
750 + <mprml:kind>oil - net</mprml:kind>
751 + <mprml:period>
752 + <mprml:kind>month</mprml:kind>
753 + <mprml:dateStart>2011-07-01</mprml:dateStart>
754 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
755 + <mprml:volumeValue>
756 +
757 + <mprml:volume uom="m3">406.46</mprml:volume>
758 + <mprml:temp uom="degC">15</mprml:temp>
759 + <mprml:pres uom="atm">1</mprml:pres>
760 + </mprml:volumeValue>
761 + <mprml:portDiff>
762 + <mprml:chokeRelative uom="%">81.0</mprml:chokeRelative>
763 + </mprml:portDiff>
764 +
765 +
766 + </mprml:period>
767 + </mprml:product><mprml:product>
768 + <mprml:kind>gas</mprml:kind>
769 + <mprml:period>
770 + <mprml:kind>month</mprml:kind>
771 + <mprml:dateStart>2011-07-01</mprml:dateStart>
772 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
773 + <mprml:volumeValue>
774 +
775 + <mprml:volume uom="m3">352.95</mprml:volume>
776 + <mprml:temp uom="degC">15</mprml:temp>
777 + <mprml:pres uom="atm">1</mprml:pres>
778 + </mprml:volumeValue>
779 + <mprml:portDiff>
780 + <mprml:chokeRelative uom="%">96.0</mprml:chokeRelative>
781 + </mprml:portDiff>
782 +
783 +
784 + </mprml:period>
785 + </mprml:product><mprml:product>
786 + <mprml:kind>water</mprml:kind>
787 + <mprml:period>
788 + <mprml:kind>month</mprml:kind>
789 + <mprml:dateStart>2011-07-01</mprml:dateStart>
790 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
791 + <mprml:volumeValue>
792 +
793 + <mprml:volume uom="m3">964.28</mprml:volume>
794 + <mprml:temp uom="degC">15</mprml:temp>
795 + <mprml:pres uom="atm">1</mprml:pres>
796 + </mprml:volumeValue>
797 + <mprml:portDiff>
798 + <mprml:chokeRelative uom="%">89.0</mprml:chokeRelative>
799 + </mprml:portDiff>
800 +
801 +
802 + </mprml:period>
803 + </mprml:product>
804 + </mprml:flow>
805 +
806 +
807 +
808 + </mprml:facility><mprml:facility>
809 + <mprml:name kind="wellbore" namingSystem="NPD" uidRef="6439">3/7-A-2 H</mprml:name>
810 + <mprml:wellStatus>producing</mprml:wellStatus>
811 + <mprml:operationTime uom="d">12.0</mprml:operationTime>
812 + <mprml:parameterSet>
813 + <mprml:name>wellhead pressure</mprml:name>
814 + <mprml:parameter>
815 + <mprml:dateStart>2011-07-01</mprml:dateStart>
816 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
817 + <mprml:measureValue uom="bar">2323</mprml:measureValue>
818 + </mprml:parameter>
819 + </mprml:parameterSet>
820 + <mprml:flow>
821 + <mprml:kind>production</mprml:kind>
822 + <mprml:qualifier>allocated</mprml:qualifier>
823 + <mprml:product>
824 + <mprml:kind>oil - net</mprml:kind>
825 + <mprml:period>
826 + <mprml:kind>month</mprml:kind>
827 + <mprml:dateStart>2011-07-01</mprml:dateStart>
828 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
829 + <mprml:volumeValue>
830 +
831 + <mprml:volume uom="m3">682.01</mprml:volume>
832 + <mprml:temp uom="degC">15</mprml:temp>
833 + <mprml:pres uom="atm">1</mprml:pres>
834 + </mprml:volumeValue>
835 + <mprml:portDiff>
836 + <mprml:chokeRelative uom="%">78.0</mprml:chokeRelative>
837 + </mprml:portDiff>
838 +
839 +
840 + </mprml:period>
841 + </mprml:product><mprml:product>
842 + <mprml:kind>gas</mprml:kind>
843 + <mprml:period>
844 + <mprml:kind>month</mprml:kind>
845 + <mprml:dateStart>2011-07-01</mprml:dateStart>
846 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
847 + <mprml:volumeValue>
848 +
849 + <mprml:volume uom="m3">1586.23</mprml:volume>
850 + <mprml:temp uom="degC">15</mprml:temp>
851 + <mprml:pres uom="atm">1</mprml:pres>
852 + </mprml:volumeValue>
853 + <mprml:portDiff>
854 + <mprml:chokeRelative uom="%">97.0</mprml:chokeRelative>
855 + </mprml:portDiff>
856 +
857 +
858 + </mprml:period>
859 + </mprml:product><mprml:product>
860 + <mprml:kind>water</mprml:kind>
861 + <mprml:period>
862 + <mprml:kind>month</mprml:kind>
863 + <mprml:dateStart>2011-07-01</mprml:dateStart>
864 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
865 + <mprml:volumeValue>
866 +
867 + <mprml:volume uom="m3">1635.08</mprml:volume>
868 + <mprml:temp uom="degC">15</mprml:temp>
869 + <mprml:pres uom="atm">1</mprml:pres>
870 + </mprml:volumeValue>
871 + <mprml:portDiff>
872 + <mprml:chokeRelative uom="%">97.0</mprml:chokeRelative>
873 + </mprml:portDiff>
874 +
875 +
876 + </mprml:period>
877 + </mprml:product>
878 + </mprml:flow>
879 +
880 +
881 +
882 + </mprml:facility>
883 + </mprml:object>
884 +</mprml:objects>
...\ No newline at end of file ...\ No newline at end of file
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<mprml:objects xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 + xmlns:mprml="http://www.witsml.org/schemas/131" xmlns="http://www.witsml.org/schemas/131" version="1.0.0.0(PRODML)">
4 + <mprml:documentInfo>
5 + <mprml:DocumentName namingSystem="EC">TRYM August 2011</mprml:DocumentName>
6 + <mprml:DocumentAlias namingSystem="EC">TRYM Copex Report</mprml:DocumentAlias>
7 + <mprml:DocumentDate>2011-09-05T00:00:00.0Z</mprml:DocumentDate>
8 + <mprml:FileCreationInformation>
9 +
10 + <mprml:FileCreationDate>2011-09-15T00:00:00.0Z</mprml:FileCreationDate>
11 +
12 + <mprml:SoftwareName>Energy Components</mprml:SoftwareName>
13 + <mprml:FileCreator>Energy Components</mprml:FileCreator>
14 + </mprml:FileCreationInformation>
15 + <mprml:Owner>DONG E&amp;P Norge AS</mprml:Owner>
16 + </mprml:documentInfo>
17 + <mprml:context xsi:type="obj_report">
18 + <mprml:kind>month</mprml:kind>
19 + <mprml:title>TRYM August 2011</mprml:title>
20 + <mprml:date>2011-08-01</mprml:date>
21 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
22 + <mprml:month>2011-08</mprml:month>
23 + <mprml:year>2011</mprml:year>
24 + <mprml:reportVersion>1</mprml:reportVersion>
25 + <mprml:reportStatus>final</mprml:reportStatus>
26 + <mprml:installation kind="field" namingSystem="NPD" uidRef="18081500">TRYM</mprml:installation>
27 + <mprml:operator>
28 + <mprml:name>DONG E&amp;P Norge AS</mprml:name>
29 + <mprml:role>Operating company</mprml:role>
30 + </mprml:operator>
31 + </mprml:context>
32 + <mprml:object xsi:type="obj_productVolume">
33 + <mprml:name>TRYM</mprml:name>
34 + <mprml:facility>
35 + <mprml:name kind="field" namingSystem="NPD" uidRef="18081500">TRYM</mprml:name>
36 +
37 + <mprml:flow>
38 + <mprml:kind>production</mprml:kind>
39 + <mprml:qualifier>saleable</mprml:qualifier>
40 + <mprml:product>
41 + <mprml:kind>oil - net</mprml:kind>
42 + <mprml:period>
43 + <mprml:kind>month</mprml:kind>
44 + <mprml:dateStart>2011-08-01</mprml:dateStart>
45 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
46 + <mprml:volumeValue>
47 +
48 + <mprml:volume uom="m3">648.95</mprml:volume>
49 + <mprml:temp uom="degC">15</mprml:temp>
50 + <mprml:pres uom="atm">1</mprml:pres>
51 + </mprml:volumeValue>
52 +
53 + <mprml:mass uom="kg">527.46</mprml:mass>
54 + <mprml:densityValue>
55 + <mprml:density uom="kg/m3">788.75</mprml:density>
56 + <mprml:temp uom="degC">15</mprml:temp>
57 + <mprml:pres uom="atm">1</mprml:pres>
58 + </mprml:densityValue>
59 + </mprml:period>
60 + </mprml:product>
61 + </mprml:flow>
62 +
63 +
64 + <mprml:flow>
65 + <mprml:kind>production</mprml:kind>
66 + <mprml:qualifier>allocated</mprml:qualifier>
67 + <mprml:product>
68 + <mprml:kind>oil - net</mprml:kind>
69 + <mprml:period>
70 + <mprml:kind>month</mprml:kind>
71 + <mprml:dateStart>2011-08-01</mprml:dateStart>
72 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
73 + <mprml:volumeValue>
74 +
75 + <mprml:volume uom="m3">1144.76</mprml:volume>
76 + <mprml:temp uom="degC">15</mprml:temp>
77 + <mprml:pres uom="atm">1</mprml:pres>
78 + </mprml:volumeValue>
79 +
80 + <mprml:mass uom="kg">560.52</mprml:mass>
81 + <mprml:densityValue>
82 + <mprml:density uom="kg/m3">712.73</mprml:density>
83 + <mprml:temp uom="degC">15</mprml:temp>
84 + <mprml:pres uom="atm">1</mprml:pres>
85 + </mprml:densityValue>
86 + </mprml:period>
87 + </mprml:product><mprml:product>
88 + <mprml:kind>gas</mprml:kind>
89 + <mprml:period>
90 + <mprml:kind>month</mprml:kind>
91 + <mprml:dateStart>2011-08-01</mprml:dateStart>
92 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
93 + <mprml:volumeValue>
94 +
95 + <mprml:volume uom="m3">1500.87</mprml:volume>
96 + <mprml:temp uom="degC">15</mprml:temp>
97 + <mprml:pres uom="atm">1</mprml:pres>
98 + </mprml:volumeValue>
99 +
100 + <mprml:mass uom="kg">950.78</mprml:mass>
101 + <mprml:densityValue>
102 + <mprml:density uom="kg/m3">776.65</mprml:density>
103 + <mprml:temp uom="degC">15</mprml:temp>
104 + <mprml:pres uom="atm">1</mprml:pres>
105 + </mprml:densityValue>
106 + </mprml:period>
107 + </mprml:product><mprml:product>
108 + <mprml:kind>water</mprml:kind>
109 + <mprml:period>
110 + <mprml:kind>month</mprml:kind>
111 + <mprml:dateStart>2011-08-01</mprml:dateStart>
112 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
113 + <mprml:volumeValue>
114 +
115 + <mprml:volume uom="m3">710.59</mprml:volume>
116 + <mprml:temp uom="degC">15</mprml:temp>
117 + <mprml:pres uom="atm">1</mprml:pres>
118 + </mprml:volumeValue>
119 +
120 + <mprml:mass uom="kg">980.62</mprml:mass>
121 + <mprml:densityValue>
122 + <mprml:density uom="kg/m3">764.0</mprml:density>
123 + <mprml:temp uom="degC">15</mprml:temp>
124 + <mprml:pres uom="atm">1</mprml:pres>
125 + </mprml:densityValue>
126 + </mprml:period>
127 + </mprml:product><mprml:product>
128 + <mprml:kind>condensate - net</mprml:kind>
129 + <mprml:period>
130 + <mprml:kind>month</mprml:kind>
131 + <mprml:dateStart>2011-08-01</mprml:dateStart>
132 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
133 + <mprml:volumeValue>
134 +
135 + <mprml:volume uom="m3">1920.26</mprml:volume>
136 + <mprml:temp uom="degC">15</mprml:temp>
137 + <mprml:pres uom="atm">1</mprml:pres>
138 + </mprml:volumeValue>
139 +
140 + <mprml:mass uom="kg">289.79</mprml:mass>
141 + <mprml:densityValue>
142 + <mprml:density uom="kg/m3">729.87</mprml:density>
143 + <mprml:temp uom="degC">15</mprml:temp>
144 + <mprml:pres uom="atm">1</mprml:pres>
145 + </mprml:densityValue>
146 + </mprml:period>
147 + </mprml:product>
148 + </mprml:flow>
149 +
150 +
151 + <mprml:flow>
152 + <mprml:kind>injection</mprml:kind>
153 + <mprml:qualifier>allocated</mprml:qualifier>
154 + <mprml:product>
155 + <mprml:kind>gas</mprml:kind>
156 + <mprml:period>
157 + <mprml:kind>month</mprml:kind>
158 + <mprml:dateStart>2011-08-01</mprml:dateStart>
159 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
160 + <mprml:volumeValue>
161 +
162 + <mprml:volume uom="m3">137.26</mprml:volume>
163 + <mprml:temp uom="degC">15</mprml:temp>
164 + <mprml:pres uom="atm">1</mprml:pres>
165 + </mprml:volumeValue>
166 +
167 + <mprml:mass uom="kg">821.6</mprml:mass>
168 + <mprml:densityValue>
169 + <mprml:density uom="kg/m3">1.09</mprml:density>
170 + <mprml:temp uom="degC">15</mprml:temp>
171 + <mprml:pres uom="atm">1</mprml:pres>
172 + </mprml:densityValue>
173 + </mprml:period>
174 + </mprml:product>
175 + </mprml:flow>
176 +
177 +
178 +
179 + </mprml:facility><mprml:facility>
180 + <mprml:name kind="terminal" namingSystem="NPD" uidRef="NaN">FREDERICIA</mprml:name>
181 +
182 +
183 + <mprml:flow>
184 + <mprml:name>FREDERICIA allocated inventory</mprml:name>
185 + <mprml:kind>inventory</mprml:kind>
186 + <mprml:qualifier>allocated</mprml:qualifier>
187 + <mprml:product>
188 + <mprml:kind>oil - net</mprml:kind>
189 + <mprml:period>
190 + <mprml:kind>month</mprml:kind>
191 + <mprml:dateStart>2011-08-01</mprml:dateStart>
192 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
193 + <mprml:volumeValue>
194 + <mprml:volume uom="m3">1899.06</mprml:volume>
195 + <mprml:temp uom="degC">15</mprml:temp>
196 + <mprml:pres uom="atm">1</mprml:pres>
197 + </mprml:volumeValue>
198 +
199 + <mprml:mass uom="kg">331.85</mprml:mass>
200 +
201 + <mprml:densityValue>
202 + <mprml:density uom="kg/m3">729.14</mprml:density>
203 + <mprml:temp uom="degC">15</mprml:temp>
204 + <mprml:pres uom="atm">1</mprml:pres>
205 + </mprml:densityValue>
206 + <mprml:balanceSet>
207 + <mprml:kind>closing balance</mprml:kind>
208 + <mprml:balanceDetail>
209 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
210 + <mprml:volumeValue>
211 + <mprml:volume uom="m3">1710.10353</mprml:volume>
212 + <mprml:temp uom="degC">15</mprml:temp>
213 + <mprml:pres uom="atm">1</mprml:pres>
214 + </mprml:volumeValue>
215 + <mprml:mass uom="kg">298.830925</mprml:mass>
216 + </mprml:balanceDetail><mprml:balanceDetail>
217 + <mprml:owner>Bayerngas Norge AS</mprml:owner>
218 + <mprml:volumeValue>
219 + <mprml:volume uom="m3">188.95647</mprml:volume>
220 + <mprml:temp uom="degC">15</mprml:temp>
221 + <mprml:pres uom="atm">1</mprml:pres>
222 + </mprml:volumeValue>
223 + <mprml:mass uom="kg">33.019075</mprml:mass>
224 + </mprml:balanceDetail>
225 + </mprml:balanceSet>
226 + </mprml:period>
227 +
228 + </mprml:product>
229 + </mprml:flow>
230 +
231 +
232 +
233 + <mprml:flow>
234 + <mprml:name>FREDERICIA field production lifted by tanker</mprml:name>
235 + <mprml:kind>hydrocarbon accounting</mprml:kind>
236 + <mprml:qualifier>allocated</mprml:qualifier>
237 + <mprml:product>
238 + <mprml:kind>oil - net</mprml:kind>
239 + <mprml:period>
240 + <mprml:kind>month</mprml:kind>
241 + <mprml:dateStart>2011-08-01</mprml:dateStart>
242 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
243 + <mprml:balanceSet>
244 + <mprml:kind>tanker lifting</mprml:kind>
245 + <mprml:cargoNumber>389/1</mprml:cargoNumber>
246 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
247 + <mprml:shipper>Bayerngas Norge AS</mprml:shipper>
248 + <mprml:destination>
249 + <mprml:name>Mongstad</mprml:name>
250 + <mprml:type>terminal</mprml:type>
251 + <mprml:country>NORWAY</mprml:country>
252 + </mprml:destination>
253 + <mprml:event>
254 + <mprml:date>2009-01-05</mprml:date>
255 + <mprml:kind>bill of lading</mprml:kind>
256 + </mprml:event>
257 + <mprml:volumeValue>
258 + <mprml:volume uom="m3">1075.66</mprml:volume>
259 + <mprml:temp uom="degC">15</mprml:temp>
260 + <mprml:pres uom="atm">1</mprml:pres>
261 + </mprml:volumeValue>
262 + <mprml:mass uom="kg">346.0</mprml:mass>
263 + <mprml:densityValue>
264 + <mprml:density uom="kg/m3">749.71</mprml:density>
265 + <mprml:temp uom="degC">15.0</mprml:temp>
266 + <mprml:pres uom="atm">1</mprml:pres>
267 + </mprml:densityValue>
268 + <mprml:balanceDetail>
269 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
270 + <mprml:share uom="%">100.0</mprml:share>
271 + </mprml:balanceDetail>
272 + </mprml:balanceSet><mprml:balanceSet>
273 + <mprml:kind>tanker lifting</mprml:kind>
274 + <mprml:cargoNumber>390/1</mprml:cargoNumber>
275 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
276 + <mprml:shipper>Bayerngas Norge AS</mprml:shipper>
277 + <mprml:destination>
278 + <mprml:name>Kalundborg</mprml:name>
279 + <mprml:type>harbour</mprml:type>
280 + <mprml:country>DENMARK</mprml:country>
281 + </mprml:destination>
282 + <mprml:event>
283 + <mprml:date>2009-01-09</mprml:date>
284 + <mprml:kind>bill of lading</mprml:kind>
285 + </mprml:event>
286 + <mprml:volumeValue>
287 + <mprml:volume uom="m3">742.46</mprml:volume>
288 + <mprml:temp uom="degC">15</mprml:temp>
289 + <mprml:pres uom="atm">1</mprml:pres>
290 + </mprml:volumeValue>
291 + <mprml:mass uom="kg">132.53</mprml:mass>
292 + <mprml:densityValue>
293 + <mprml:density uom="kg/m3">731.29</mprml:density>
294 + <mprml:temp uom="degC">15.0</mprml:temp>
295 + <mprml:pres uom="atm">1</mprml:pres>
296 + </mprml:densityValue>
297 + <mprml:balanceDetail>
298 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
299 + <mprml:share uom="%">100.0</mprml:share>
300 + </mprml:balanceDetail>
301 + </mprml:balanceSet><mprml:balanceSet>
302 + <mprml:kind>tanker lifting</mprml:kind>
303 + <mprml:cargoNumber>391/1</mprml:cargoNumber>
304 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
305 + <mprml:shipper>Bayerngas Norge AS</mprml:shipper>
306 + <mprml:destination>
307 + <mprml:name>Mongstad</mprml:name>
308 + <mprml:type>terminal</mprml:type>
309 + <mprml:country>NORWAY</mprml:country>
310 + </mprml:destination>
311 + <mprml:event>
312 + <mprml:date>2009-01-12</mprml:date>
313 + <mprml:kind>bill of lading</mprml:kind>
314 + </mprml:event>
315 + <mprml:volumeValue>
316 + <mprml:volume uom="m3">1987.66</mprml:volume>
317 + <mprml:temp uom="degC">15</mprml:temp>
318 + <mprml:pres uom="atm">1</mprml:pres>
319 + </mprml:volumeValue>
320 + <mprml:mass uom="kg">926.41</mprml:mass>
321 + <mprml:densityValue>
322 + <mprml:density uom="kg/m3">798.96</mprml:density>
323 + <mprml:temp uom="degC">15.0</mprml:temp>
324 + <mprml:pres uom="atm">1</mprml:pres>
325 + </mprml:densityValue>
326 + <mprml:balanceDetail>
327 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
328 + <mprml:share uom="%">100.0</mprml:share>
329 + </mprml:balanceDetail>
330 + </mprml:balanceSet><mprml:balanceSet>
331 + <mprml:kind>tanker lifting</mprml:kind>
332 + <mprml:cargoNumber>392/1</mprml:cargoNumber>
333 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
334 + <mprml:shipper>Bayerngas Norge AS</mprml:shipper>
335 + <mprml:destination>
336 + <mprml:name>Rotterdam</mprml:name>
337 + <mprml:type>harbour</mprml:type>
338 + <mprml:country>NETHERLANDS</mprml:country>
339 + </mprml:destination>
340 + <mprml:event>
341 + <mprml:date>2009-01-16</mprml:date>
342 + <mprml:kind>bill of lading</mprml:kind>
343 + </mprml:event>
344 + <mprml:volumeValue>
345 + <mprml:volume uom="m3">831.78</mprml:volume>
346 + <mprml:temp uom="degC">15</mprml:temp>
347 + <mprml:pres uom="atm">1</mprml:pres>
348 + </mprml:volumeValue>
349 + <mprml:mass uom="kg">358.25</mprml:mass>
350 + <mprml:densityValue>
351 + <mprml:density uom="kg/m3">780.57</mprml:density>
352 + <mprml:temp uom="degC">15.0</mprml:temp>
353 + <mprml:pres uom="atm">1</mprml:pres>
354 + </mprml:densityValue>
355 + <mprml:balanceDetail>
356 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
357 + <mprml:share uom="%">100.0</mprml:share>
358 + </mprml:balanceDetail>
359 + </mprml:balanceSet>
360 + </mprml:period>
361 + </mprml:product>
362 + </mprml:flow>
363 +
364 + </mprml:facility><mprml:facility>
365 + <mprml:name kind="terminal" namingSystem="NPD" uidRef="NaN">NYBRO</mprml:name>
366 +
367 +
368 +
369 +
370 + <mprml:flow>
371 + <mprml:name>NYBRO gas sales at terminal</mprml:name>
372 + <mprml:kind>sale</mprml:kind>
373 + <mprml:qualifier>allocated</mprml:qualifier>
374 + <mprml:product>
375 + <mprml:kind>gas - dry</mprml:kind>
376 + <mprml:period>
377 + <mprml:kind>month</mprml:kind>
378 + <mprml:dateStart>2011-08-01</mprml:dateStart>
379 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
380 + <mprml:balanceSet>
381 + <mprml:kind>transaction</mprml:kind>
382 + <mprml:event>
383 + <mprml:date>2009-01-03</mprml:date>
384 + <mprml:kind>transaction date</mprml:kind>
385 + </mprml:event>
386 + <mprml:balanceDetail>
387 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
388 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
389 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
390 + <mprml:buyer>DONG DK</mprml:buyer>
391 + <mprml:volumeValue>
392 + <mprml:volume uom="m3">387.66</mprml:volume>
393 + <mprml:temp uom="degC">0</mprml:temp>
394 + <mprml:pres uom="atm">1</mprml:pres>
395 + </mprml:volumeValue>
396 + <mprml:mass uom="kg">337.94</mprml:mass>
397 + <mprml:work uom="MJ">23425.03</mprml:work>
398 + </mprml:balanceDetail>
399 + </mprml:balanceSet><mprml:balanceSet>
400 + <mprml:kind>transaction</mprml:kind>
401 + <mprml:event>
402 + <mprml:date>2009-01-05</mprml:date>
403 + <mprml:kind>transaction date</mprml:kind>
404 + </mprml:event>
405 + <mprml:balanceDetail>
406 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
407 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
408 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
409 + <mprml:buyer>DONG DK</mprml:buyer>
410 + <mprml:volumeValue>
411 + <mprml:volume uom="m3">31.7</mprml:volume>
412 + <mprml:temp uom="degC">0</mprml:temp>
413 + <mprml:pres uom="atm">1</mprml:pres>
414 + </mprml:volumeValue>
415 + <mprml:mass uom="kg">237.01</mprml:mass>
416 + <mprml:work uom="MJ">59749.83</mprml:work>
417 + </mprml:balanceDetail>
418 + </mprml:balanceSet><mprml:balanceSet>
419 + <mprml:kind>transaction</mprml:kind>
420 + <mprml:event>
421 + <mprml:date>2009-01-07</mprml:date>
422 + <mprml:kind>transaction date</mprml:kind>
423 + </mprml:event>
424 + <mprml:balanceDetail>
425 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
426 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
427 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
428 + <mprml:buyer>DONG DK</mprml:buyer>
429 + <mprml:volumeValue>
430 + <mprml:volume uom="m3">1728.99</mprml:volume>
431 + <mprml:temp uom="degC">0</mprml:temp>
432 + <mprml:pres uom="atm">1</mprml:pres>
433 + </mprml:volumeValue>
434 + <mprml:mass uom="kg">426.1</mprml:mass>
435 + <mprml:work uom="MJ">78561.12</mprml:work>
436 + </mprml:balanceDetail>
437 + </mprml:balanceSet><mprml:balanceSet>
438 + <mprml:kind>transaction</mprml:kind>
439 + <mprml:event>
440 + <mprml:date>2009-01-09</mprml:date>
441 + <mprml:kind>transaction date</mprml:kind>
442 + </mprml:event>
443 + <mprml:balanceDetail>
444 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
445 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
446 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
447 + <mprml:buyer>DONG DK</mprml:buyer>
448 + <mprml:volumeValue>
449 + <mprml:volume uom="m3">1343.43</mprml:volume>
450 + <mprml:temp uom="degC">0</mprml:temp>
451 + <mprml:pres uom="atm">1</mprml:pres>
452 + </mprml:volumeValue>
453 + <mprml:mass uom="kg">444.95</mprml:mass>
454 + <mprml:work uom="MJ">33059.03</mprml:work>
455 + </mprml:balanceDetail>
456 + </mprml:balanceSet><mprml:balanceSet>
457 + <mprml:kind>transaction</mprml:kind>
458 + <mprml:event>
459 + <mprml:date>2009-01-11</mprml:date>
460 + <mprml:kind>transaction date</mprml:kind>
461 + </mprml:event>
462 + <mprml:balanceDetail>
463 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
464 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
465 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
466 + <mprml:buyer>DONG DK</mprml:buyer>
467 + <mprml:volumeValue>
468 + <mprml:volume uom="m3">494.84</mprml:volume>
469 + <mprml:temp uom="degC">0</mprml:temp>
470 + <mprml:pres uom="atm">1</mprml:pres>
471 + </mprml:volumeValue>
472 + <mprml:mass uom="kg">416.97</mprml:mass>
473 + <mprml:work uom="MJ">21428.33</mprml:work>
474 + </mprml:balanceDetail>
475 + </mprml:balanceSet><mprml:balanceSet>
476 + <mprml:kind>transaction</mprml:kind>
477 + <mprml:event>
478 + <mprml:date>2009-01-14</mprml:date>
479 + <mprml:kind>transaction date</mprml:kind>
480 + </mprml:event>
481 + <mprml:balanceDetail>
482 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
483 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
484 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
485 + <mprml:buyer>DONG DK</mprml:buyer>
486 + <mprml:volumeValue>
487 + <mprml:volume uom="m3">1263.03</mprml:volume>
488 + <mprml:temp uom="degC">0</mprml:temp>
489 + <mprml:pres uom="atm">1</mprml:pres>
490 + </mprml:volumeValue>
491 + <mprml:mass uom="kg">231.52</mprml:mass>
492 + <mprml:work uom="MJ">72983.9</mprml:work>
493 + </mprml:balanceDetail>
494 + </mprml:balanceSet><mprml:balanceSet>
495 + <mprml:kind>transaction</mprml:kind>
496 + <mprml:event>
497 + <mprml:date>2009-01-16</mprml:date>
498 + <mprml:kind>transaction date</mprml:kind>
499 + </mprml:event>
500 + <mprml:balanceDetail>
501 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
502 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
503 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
504 + <mprml:buyer>DONG DK</mprml:buyer>
505 + <mprml:volumeValue>
506 + <mprml:volume uom="m3">1740.19</mprml:volume>
507 + <mprml:temp uom="degC">0</mprml:temp>
508 + <mprml:pres uom="atm">1</mprml:pres>
509 + </mprml:volumeValue>
510 + <mprml:mass uom="kg">592.06</mprml:mass>
511 + <mprml:work uom="MJ">13530.69</mprml:work>
512 + </mprml:balanceDetail>
513 + </mprml:balanceSet><mprml:balanceSet>
514 + <mprml:kind>transaction</mprml:kind>
515 + <mprml:event>
516 + <mprml:date>2009-01-19</mprml:date>
517 + <mprml:kind>transaction date</mprml:kind>
518 + </mprml:event>
519 + <mprml:balanceDetail>
520 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
521 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
522 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
523 + <mprml:buyer>DONG DK</mprml:buyer>
524 + <mprml:volumeValue>
525 + <mprml:volume uom="m3">179.2</mprml:volume>
526 + <mprml:temp uom="degC">0</mprml:temp>
527 + <mprml:pres uom="atm">1</mprml:pres>
528 + </mprml:volumeValue>
529 + <mprml:mass uom="kg">663.59</mprml:mass>
530 + <mprml:work uom="MJ">73994.44</mprml:work>
531 + </mprml:balanceDetail>
532 + </mprml:balanceSet>
533 + </mprml:period>
534 + </mprml:product>
535 + </mprml:flow>
536 + </mprml:facility><mprml:facility>
537 + <mprml:name kind="platform" namingSystem="NPD" uidRef="412931">HARALD A</mprml:name>
538 +
539 + <mprml:flow>
540 + <mprml:kind>production</mprml:kind>
541 + <mprml:qualifier>allocated</mprml:qualifier>
542 + <mprml:product>
543 + <mprml:kind>oil - net</mprml:kind>
544 + <mprml:period>
545 + <mprml:kind>month</mprml:kind>
546 + <mprml:dateStart>2011-08-01</mprml:dateStart>
547 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
548 + <mprml:volumeValue>
549 +
550 + <mprml:volume uom="m3">1476.49</mprml:volume>
551 + <mprml:temp uom="degC">15</mprml:temp>
552 + <mprml:pres uom="atm">1</mprml:pres>
553 + </mprml:volumeValue>
554 +
555 + <mprml:mass uom="kg">223.1</mprml:mass>
556 + <mprml:densityValue>
557 + <mprml:density uom="kg/m3">763.28</mprml:density>
558 + <mprml:temp uom="degC">15</mprml:temp>
559 + <mprml:pres uom="atm">1</mprml:pres>
560 + </mprml:densityValue>
561 + </mprml:period>
562 + </mprml:product><mprml:product>
563 + <mprml:kind>gas</mprml:kind>
564 + <mprml:period>
565 + <mprml:kind>month</mprml:kind>
566 + <mprml:dateStart>2011-08-01</mprml:dateStart>
567 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
568 + <mprml:volumeValue>
569 +
570 + <mprml:volume uom="m3">1354.81</mprml:volume>
571 + <mprml:temp uom="degC">15</mprml:temp>
572 + <mprml:pres uom="atm">1</mprml:pres>
573 + </mprml:volumeValue>
574 +
575 + <mprml:mass uom="kg">531.63</mprml:mass>
576 + <mprml:densityValue>
577 + <mprml:density uom="kg/m3">725.87</mprml:density>
578 + <mprml:temp uom="degC">15</mprml:temp>
579 + <mprml:pres uom="atm">1</mprml:pres>
580 + </mprml:densityValue>
581 + </mprml:period>
582 + </mprml:product><mprml:product>
583 + <mprml:kind>water</mprml:kind>
584 + <mprml:period>
585 + <mprml:kind>month</mprml:kind>
586 + <mprml:dateStart>2011-08-01</mprml:dateStart>
587 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
588 + <mprml:volumeValue>
589 +
590 + <mprml:volume uom="m3">298.62</mprml:volume>
591 + <mprml:temp uom="degC">15</mprml:temp>
592 + <mprml:pres uom="atm">1</mprml:pres>
593 + </mprml:volumeValue>
594 +
595 + <mprml:mass uom="kg">190.06</mprml:mass>
596 + <mprml:densityValue>
597 + <mprml:density uom="kg/m3">702.49</mprml:density>
598 + <mprml:temp uom="degC">15</mprml:temp>
599 + <mprml:pres uom="atm">1</mprml:pres>
600 + </mprml:densityValue>
601 + </mprml:period>
602 + </mprml:product>
603 + </mprml:flow>
604 +
605 +
606 + <mprml:flow>
607 + <mprml:kind>injection</mprml:kind>
608 + <mprml:qualifier>allocated</mprml:qualifier>
609 + <mprml:product>
610 + <mprml:kind>gas</mprml:kind>
611 + <mprml:period>
612 + <mprml:kind>month</mprml:kind>
613 + <mprml:dateStart>2011-08-01</mprml:dateStart>
614 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
615 + <mprml:volumeValue>
616 +
617 + <mprml:volume uom="m3">659.09</mprml:volume>
618 + <mprml:temp uom="degC">15</mprml:temp>
619 + <mprml:pres uom="atm">1</mprml:pres>
620 + </mprml:volumeValue>
621 +
622 + <mprml:mass uom="kg">604.95</mprml:mass>
623 + <mprml:densityValue>
624 + <mprml:density uom="kg/m3">723.63</mprml:density>
625 + <mprml:temp uom="degC">15</mprml:temp>
626 + <mprml:pres uom="atm">1</mprml:pres>
627 + </mprml:densityValue>
628 + </mprml:period>
629 + </mprml:product>
630 + </mprml:flow>
631 +
632 +
633 + <mprml:flow>
634 + <mprml:kind>consume - flare</mprml:kind>
635 + <mprml:qualifier>allocated</mprml:qualifier>
636 + <mprml:product>
637 + <mprml:kind>gas</mprml:kind>
638 + <mprml:period>
639 + <mprml:kind>month</mprml:kind>
640 + <mprml:dateStart>2011-08-01</mprml:dateStart>
641 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
642 + <mprml:volumeValue>
643 +
644 + <mprml:volume uom="m3">1351.56</mprml:volume>
645 + <mprml:temp uom="degC">15</mprml:temp>
646 + <mprml:pres uom="atm">1</mprml:pres>
647 + </mprml:volumeValue>
648 +
649 + <mprml:mass uom="kg">483.06</mprml:mass>
650 + <mprml:densityValue>
651 + <mprml:density uom="kg/m3">769.8</mprml:density>
652 + <mprml:temp uom="degC">15</mprml:temp>
653 + <mprml:pres uom="atm">1</mprml:pres>
654 + </mprml:densityValue>
655 + </mprml:period>
656 + </mprml:product>
657 + </mprml:flow>
658 +
659 +
660 + <mprml:flow>
661 + <mprml:kind>consume - fuel</mprml:kind>
662 + <mprml:qualifier>allocated</mprml:qualifier>
663 + <mprml:product>
664 + <mprml:kind>gas</mprml:kind>
665 + <mprml:period>
666 + <mprml:kind>month</mprml:kind>
667 + <mprml:dateStart>2011-08-01</mprml:dateStart>
668 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
669 + <mprml:volumeValue>
670 +
671 + <mprml:volume uom="m3">1041.89</mprml:volume>
672 + <mprml:temp uom="degC">15</mprml:temp>
673 + <mprml:pres uom="atm">1</mprml:pres>
674 + </mprml:volumeValue>
675 +
676 + <mprml:mass uom="kg">526.67</mprml:mass>
677 + <mprml:densityValue>
678 + <mprml:density uom="kg/m3">0.72</mprml:density>
679 + <mprml:temp uom="degC">15</mprml:temp>
680 + <mprml:pres uom="atm">1</mprml:pres>
681 + </mprml:densityValue>
682 + </mprml:period>
683 + </mprml:product><mprml:product>
684 + <mprml:kind> diesel</mprml:kind>
685 + <mprml:period>
686 + <mprml:kind>month</mprml:kind>
687 + <mprml:dateStart>2011-08-01</mprml:dateStart>
688 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
689 + <mprml:volumeValue>
690 +
691 + <mprml:volume uom="m3">1397.04</mprml:volume>
692 + <mprml:temp uom="degC">15</mprml:temp>
693 + <mprml:pres uom="atm">1</mprml:pres>
694 + </mprml:volumeValue>
695 +
696 + <mprml:mass uom="kg">146.18</mprml:mass>
697 + <mprml:densityValue>
698 + <mprml:density uom="kg/m3">0.71</mprml:density>
699 + <mprml:temp uom="degC">15</mprml:temp>
700 + <mprml:pres uom="atm">1</mprml:pres>
701 + </mprml:densityValue>
702 + </mprml:period>
703 + </mprml:product>
704 + </mprml:flow>
705 +
706 +
707 + <mprml:flow>
708 + <mprml:kind>production</mprml:kind>
709 + <mprml:qualifier>metered - fiscal</mprml:qualifier>
710 + <mprml:product>
711 + <mprml:kind>oil - gross</mprml:kind>
712 + <mprml:period>
713 + <mprml:kind>month</mprml:kind>
714 + <mprml:dateStart>2011-08-01</mprml:dateStart>
715 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
716 + <mprml:volumeValue>
717 +
718 + <mprml:volume uom="m3">1573.87</mprml:volume>
719 + <mprml:temp uom="degC">15</mprml:temp>
720 + <mprml:pres uom="atm">1</mprml:pres>
721 + </mprml:volumeValue>
722 +
723 + <mprml:mass uom="kg">392.63</mprml:mass>
724 + <mprml:densityValue>
725 + <mprml:density uom="kg/m3">755.5</mprml:density>
726 + <mprml:temp uom="degC">15</mprml:temp>
727 + <mprml:pres uom="atm">1</mprml:pres>
728 + </mprml:densityValue>
729 + </mprml:period>
730 + </mprml:product>
731 + </mprml:flow>
732 +
733 +
734 +
735 + </mprml:facility><mprml:facility>
736 + <mprml:name kind="wellbore" namingSystem="NPD" uidRef="6469">3/7-A-1 AH</mprml:name>
737 + <mprml:wellStatus>producing</mprml:wellStatus>
738 + <mprml:operationTime uom="d">8.0</mprml:operationTime>
739 + <mprml:parameterSet>
740 + <mprml:name>wellhead pressure</mprml:name>
741 + <mprml:parameter>
742 + <mprml:dateStart>2011-08-01</mprml:dateStart>
743 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
744 + <mprml:measureValue uom="bar">2323</mprml:measureValue>
745 + </mprml:parameter>
746 + </mprml:parameterSet>
747 + <mprml:flow>
748 + <mprml:kind>production</mprml:kind>
749 + <mprml:qualifier>allocated</mprml:qualifier>
750 + <mprml:product>
751 + <mprml:kind>oil - net</mprml:kind>
752 + <mprml:period>
753 + <mprml:kind>month</mprml:kind>
754 + <mprml:dateStart>2011-08-01</mprml:dateStart>
755 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
756 + <mprml:volumeValue>
757 +
758 + <mprml:volume uom="m3">1745.29</mprml:volume>
759 + <mprml:temp uom="degC">15</mprml:temp>
760 + <mprml:pres uom="atm">1</mprml:pres>
761 + </mprml:volumeValue>
762 + <mprml:portDiff>
763 + <mprml:chokeRelative uom="%">92.0</mprml:chokeRelative>
764 + </mprml:portDiff>
765 +
766 +
767 + </mprml:period>
768 + </mprml:product><mprml:product>
769 + <mprml:kind>gas</mprml:kind>
770 + <mprml:period>
771 + <mprml:kind>month</mprml:kind>
772 + <mprml:dateStart>2011-08-01</mprml:dateStart>
773 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
774 + <mprml:volumeValue>
775 +
776 + <mprml:volume uom="m3">924.2</mprml:volume>
777 + <mprml:temp uom="degC">15</mprml:temp>
778 + <mprml:pres uom="atm">1</mprml:pres>
779 + </mprml:volumeValue>
780 + <mprml:portDiff>
781 + <mprml:chokeRelative uom="%">93.0</mprml:chokeRelative>
782 + </mprml:portDiff>
783 +
784 +
785 + </mprml:period>
786 + </mprml:product><mprml:product>
787 + <mprml:kind>water</mprml:kind>
788 + <mprml:period>
789 + <mprml:kind>month</mprml:kind>
790 + <mprml:dateStart>2011-08-01</mprml:dateStart>
791 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
792 + <mprml:volumeValue>
793 +
794 + <mprml:volume uom="m3">1274.65</mprml:volume>
795 + <mprml:temp uom="degC">15</mprml:temp>
796 + <mprml:pres uom="atm">1</mprml:pres>
797 + </mprml:volumeValue>
798 + <mprml:portDiff>
799 + <mprml:chokeRelative uom="%">93.0</mprml:chokeRelative>
800 + </mprml:portDiff>
801 +
802 +
803 + </mprml:period>
804 + </mprml:product>
805 + </mprml:flow>
806 +
807 +
808 +
809 + </mprml:facility><mprml:facility>
810 + <mprml:name kind="wellbore" namingSystem="NPD" uidRef="6439">3/7-A-2 H</mprml:name>
811 + <mprml:wellStatus>producing</mprml:wellStatus>
812 + <mprml:operationTime uom="d">6.0</mprml:operationTime>
813 + <mprml:parameterSet>
814 + <mprml:name>wellhead pressure</mprml:name>
815 + <mprml:parameter>
816 + <mprml:dateStart>2011-08-01</mprml:dateStart>
817 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
818 + <mprml:measureValue uom="bar">2323</mprml:measureValue>
819 + </mprml:parameter>
820 + </mprml:parameterSet>
821 + <mprml:flow>
822 + <mprml:kind>production</mprml:kind>
823 + <mprml:qualifier>allocated</mprml:qualifier>
824 + <mprml:product>
825 + <mprml:kind>oil - net</mprml:kind>
826 + <mprml:period>
827 + <mprml:kind>month</mprml:kind>
828 + <mprml:dateStart>2011-08-01</mprml:dateStart>
829 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
830 + <mprml:volumeValue>
831 +
832 + <mprml:volume uom="m3">712.86</mprml:volume>
833 + <mprml:temp uom="degC">15</mprml:temp>
834 + <mprml:pres uom="atm">1</mprml:pres>
835 + </mprml:volumeValue>
836 + <mprml:portDiff>
837 + <mprml:chokeRelative uom="%">90.0</mprml:chokeRelative>
838 + </mprml:portDiff>
839 +
840 +
841 + </mprml:period>
842 + </mprml:product><mprml:product>
843 + <mprml:kind>gas</mprml:kind>
844 + <mprml:period>
845 + <mprml:kind>month</mprml:kind>
846 + <mprml:dateStart>2011-08-01</mprml:dateStart>
847 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
848 + <mprml:volumeValue>
849 +
850 + <mprml:volume uom="m3">1036.25</mprml:volume>
851 + <mprml:temp uom="degC">15</mprml:temp>
852 + <mprml:pres uom="atm">1</mprml:pres>
853 + </mprml:volumeValue>
854 + <mprml:portDiff>
855 + <mprml:chokeRelative uom="%">81.0</mprml:chokeRelative>
856 + </mprml:portDiff>
857 +
858 +
859 + </mprml:period>
860 + </mprml:product><mprml:product>
861 + <mprml:kind>water</mprml:kind>
862 + <mprml:period>
863 + <mprml:kind>month</mprml:kind>
864 + <mprml:dateStart>2011-08-01</mprml:dateStart>
865 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
866 + <mprml:volumeValue>
867 +
868 + <mprml:volume uom="m3">1298.16</mprml:volume>
869 + <mprml:temp uom="degC">15</mprml:temp>
870 + <mprml:pres uom="atm">1</mprml:pres>
871 + </mprml:volumeValue>
872 + <mprml:portDiff>
873 + <mprml:chokeRelative uom="%">98.0</mprml:chokeRelative>
874 + </mprml:portDiff>
875 +
876 +
877 + </mprml:period>
878 + </mprml:product>
879 + </mprml:flow>
880 +
881 +
882 +
883 + </mprml:facility>
884 + </mprml:object>
885 +</mprml:objects>
...\ No newline at end of file ...\ No newline at end of file
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<mprml:objects xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 + xmlns:mprml="http://www.witsml.org/schemas/131" xmlns="http://www.witsml.org/schemas/131" version="1.0.0.0(PRODML)">
4 + <mprml:documentInfo>
5 + <mprml:DocumentName namingSystem="EC">TRYM August 2011</mprml:DocumentName>
6 + <mprml:DocumentAlias namingSystem="EC">TRYM Copex Report</mprml:DocumentAlias>
7 + <mprml:DocumentDate>2011-09-05T00:00:00.0Z</mprml:DocumentDate>
8 + <mprml:FileCreationInformation>
9 + <mprml:FileCreationDate>2011-09-05T00:00:00.0Z</mprml:FileCreationDate>
10 +
11 + <mprml:SoftwareName>Energy Components</mprml:SoftwareName>
12 + <mprml:FileCreator>Energy Components</mprml:FileCreator>
13 + </mprml:FileCreationInformation>
14 + <mprml:Owner>DONG E&amp;P Norge AS</mprml:Owner>
15 + </mprml:documentInfo>
16 + <mprml:context xsi:type="obj_report">
17 + <mprml:kind>month</mprml:kind>
18 + <mprml:title>TRYM August 2011</mprml:title>
19 + <mprml:date>2011-08-01</mprml:date>
20 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
21 + <mprml:month>2011-08</mprml:month>
22 + <mprml:year>2011</mprml:year>
23 + <mprml:reportVersion>1</mprml:reportVersion>
24 + <mprml:reportStatus>final</mprml:reportStatus>
25 + <mprml:installation kind="field" namingSystem="NPD" uidRef="18081500">TRYM</mprml:installation>
26 + <mprml:operator>
27 + <mprml:name>DONG E&amp;P Norge AS</mprml:name>
28 + <mprml:role>Operating company</mprml:role>
29 + </mprml:operator>
30 + </mprml:context>
31 + <mprml:object xsi:type="obj_productVolume">
32 + <mprml:name>TRYM</mprml:name>
33 + <mprml:facility>
34 + <mprml:name kind="field" namingSystem="NPD" uidRef="18081500">TRYM</mprml:name>
35 +
36 + <mprml:flow>
37 + <mprml:kind>production</mprml:kind>
38 + <mprml:qualifier>saleable</mprml:qualifier>
39 + <mprml:product>
40 + <mprml:kind>oil - net</mprml:kind>
41 + <mprml:period>
42 + <mprml:kind>month</mprml:kind>
43 + <mprml:dateStart>2011-08-01</mprml:dateStart>
44 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
45 + <mprml:volumeValue>
46 +
47 + <mprml:volume uom="m3">1790.37</mprml:volume>
48 + <mprml:temp uom="degC">15</mprml:temp>
49 + <mprml:pres uom="atm">1</mprml:pres>
50 + </mprml:volumeValue>
51 +
52 + <mprml:mass uom="kg">862.32</mprml:mass>
53 + <mprml:densityValue>
54 + <mprml:density uom="kg/m3">700.6</mprml:density>
55 + <mprml:temp uom="degC">15</mprml:temp>
56 + <mprml:pres uom="atm">1</mprml:pres>
57 + </mprml:densityValue>
58 + </mprml:period>
59 + </mprml:product>
60 + </mprml:flow>
61 +
62 +
63 + <mprml:flow>
64 + <mprml:kind>production</mprml:kind>
65 + <mprml:qualifier>allocated</mprml:qualifier>
66 + <mprml:product>
67 + <mprml:kind>oil - net</mprml:kind>
68 + <mprml:period>
69 + <mprml:kind>month</mprml:kind>
70 + <mprml:dateStart>2011-08-01</mprml:dateStart>
71 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
72 + <mprml:volumeValue>
73 +
74 + <mprml:volume uom="m3">89.33</mprml:volume>
75 + <mprml:temp uom="degC">15</mprml:temp>
76 + <mprml:pres uom="atm">1</mprml:pres>
77 + </mprml:volumeValue>
78 +
79 + <mprml:mass uom="kg">77.84</mprml:mass>
80 + <mprml:densityValue>
81 + <mprml:density uom="kg/m3">732.84</mprml:density>
82 + <mprml:temp uom="degC">15</mprml:temp>
83 + <mprml:pres uom="atm">1</mprml:pres>
84 + </mprml:densityValue>
85 + </mprml:period>
86 + </mprml:product><mprml:product>
87 + <mprml:kind>gas</mprml:kind>
88 + <mprml:period>
89 + <mprml:kind>month</mprml:kind>
90 + <mprml:dateStart>2011-08-01</mprml:dateStart>
91 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
92 + <mprml:volumeValue>
93 +
94 + <mprml:volume uom="m3">413.84</mprml:volume>
95 + <mprml:temp uom="degC">15</mprml:temp>
96 + <mprml:pres uom="atm">1</mprml:pres>
97 + </mprml:volumeValue>
98 +
99 + <mprml:mass uom="kg">421.11</mprml:mass>
100 + <mprml:densityValue>
101 + <mprml:density uom="kg/m3">770.94</mprml:density>
102 + <mprml:temp uom="degC">15</mprml:temp>
103 + <mprml:pres uom="atm">1</mprml:pres>
104 + </mprml:densityValue>
105 + </mprml:period>
106 + </mprml:product><mprml:product>
107 + <mprml:kind>water</mprml:kind>
108 + <mprml:period>
109 + <mprml:kind>month</mprml:kind>
110 + <mprml:dateStart>2011-08-01</mprml:dateStart>
111 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
112 + <mprml:volumeValue>
113 +
114 + <mprml:volume uom="m3">1149.83</mprml:volume>
115 + <mprml:temp uom="degC">15</mprml:temp>
116 + <mprml:pres uom="atm">1</mprml:pres>
117 + </mprml:volumeValue>
118 +
119 + <mprml:mass uom="kg">311.84</mprml:mass>
120 + <mprml:densityValue>
121 + <mprml:density uom="kg/m3">789.23</mprml:density>
122 + <mprml:temp uom="degC">15</mprml:temp>
123 + <mprml:pres uom="atm">1</mprml:pres>
124 + </mprml:densityValue>
125 + </mprml:period>
126 + </mprml:product><mprml:product>
127 + <mprml:kind>condensate - net</mprml:kind>
128 + <mprml:period>
129 + <mprml:kind>month</mprml:kind>
130 + <mprml:dateStart>2011-08-01</mprml:dateStart>
131 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
132 + <mprml:volumeValue>
133 +
134 + <mprml:volume uom="m3">816.83</mprml:volume>
135 + <mprml:temp uom="degC">15</mprml:temp>
136 + <mprml:pres uom="atm">1</mprml:pres>
137 + </mprml:volumeValue>
138 +
139 + <mprml:mass uom="kg">808.86</mprml:mass>
140 + <mprml:densityValue>
141 + <mprml:density uom="kg/m3">778.77</mprml:density>
142 + <mprml:temp uom="degC">15</mprml:temp>
143 + <mprml:pres uom="atm">1</mprml:pres>
144 + </mprml:densityValue>
145 + </mprml:period>
146 + </mprml:product>
147 + </mprml:flow>
148 +
149 +
150 + <mprml:flow>
151 + <mprml:kind>injection</mprml:kind>
152 + <mprml:qualifier>allocated</mprml:qualifier>
153 + <mprml:product>
154 + <mprml:kind>gas</mprml:kind>
155 + <mprml:period>
156 + <mprml:kind>month</mprml:kind>
157 + <mprml:dateStart>2011-08-01</mprml:dateStart>
158 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
159 + <mprml:volumeValue>
160 +
161 + <mprml:volume uom="m3">416.1</mprml:volume>
162 + <mprml:temp uom="degC">15</mprml:temp>
163 + <mprml:pres uom="atm">1</mprml:pres>
164 + </mprml:volumeValue>
165 +
166 + <mprml:mass uom="kg">785.72</mprml:mass>
167 + <mprml:densityValue>
168 + <mprml:density uom="kg/m3">0.87</mprml:density>
169 + <mprml:temp uom="degC">15</mprml:temp>
170 + <mprml:pres uom="atm">1</mprml:pres>
171 + </mprml:densityValue>
172 + </mprml:period>
173 + </mprml:product>
174 + </mprml:flow>
175 +
176 +
177 +
178 + </mprml:facility><mprml:facility>
179 + <mprml:name kind="terminal" namingSystem="NPD" uidRef="NaN">FREDERICIA</mprml:name>
180 +
181 +
182 + <mprml:flow>
183 + <mprml:name>FREDERICIA allocated inventory</mprml:name>
184 + <mprml:kind>inventory</mprml:kind>
185 + <mprml:qualifier>allocated</mprml:qualifier>
186 + <mprml:product>
187 + <mprml:kind>oil - net</mprml:kind>
188 + <mprml:period>
189 + <mprml:kind>month</mprml:kind>
190 + <mprml:dateStart>2011-08-01</mprml:dateStart>
191 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
192 + <mprml:volumeValue>
193 + <mprml:volume uom="m3">1899.06</mprml:volume>
194 + <mprml:temp uom="degC">15</mprml:temp>
195 + <mprml:pres uom="atm">1</mprml:pres>
196 + </mprml:volumeValue>
197 +
198 + <mprml:mass uom="kg">331.85</mprml:mass>
199 +
200 + <mprml:densityValue>
201 + <mprml:density uom="kg/m3">777.86</mprml:density>
202 + <mprml:temp uom="degC">15</mprml:temp>
203 + <mprml:pres uom="atm">1</mprml:pres>
204 + </mprml:densityValue>
205 + <mprml:balanceSet>
206 + <mprml:kind>closing balance</mprml:kind>
207 + <mprml:balanceDetail>
208 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
209 + <mprml:volumeValue>
210 + <mprml:volume uom="m3">1710.10353</mprml:volume>
211 + <mprml:temp uom="degC">15</mprml:temp>
212 + <mprml:pres uom="atm">1</mprml:pres>
213 + </mprml:volumeValue>
214 + <mprml:mass uom="kg">298.830925</mprml:mass>
215 + </mprml:balanceDetail><mprml:balanceDetail>
216 + <mprml:owner>Bayerngas Norge AS</mprml:owner>
217 + <mprml:volumeValue>
218 + <mprml:volume uom="m3">188.95647</mprml:volume>
219 + <mprml:temp uom="degC">15</mprml:temp>
220 + <mprml:pres uom="atm">1</mprml:pres>
221 + </mprml:volumeValue>
222 + <mprml:mass uom="kg">33.019075</mprml:mass>
223 + </mprml:balanceDetail>
224 + </mprml:balanceSet>
225 + </mprml:period>
226 +
227 + </mprml:product>
228 + </mprml:flow>
229 +
230 +
231 +
232 + <mprml:flow>
233 + <mprml:name>FREDERICIA field production lifted by tanker</mprml:name>
234 + <mprml:kind>hydrocarbon accounting</mprml:kind>
235 + <mprml:qualifier>allocated</mprml:qualifier>
236 + <mprml:product>
237 + <mprml:kind>oil - net</mprml:kind>
238 + <mprml:period>
239 + <mprml:kind>month</mprml:kind>
240 + <mprml:dateStart>2011-08-01</mprml:dateStart>
241 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
242 + <mprml:balanceSet>
243 + <mprml:kind>tanker lifting</mprml:kind>
244 + <mprml:cargoNumber>389/1</mprml:cargoNumber>
245 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
246 + <mprml:shipper>Bayerngas Norge AS</mprml:shipper>
247 + <mprml:destination>
248 + <mprml:name>Mongstad</mprml:name>
249 + <mprml:type>terminal</mprml:type>
250 + <mprml:country>NORWAY</mprml:country>
251 + </mprml:destination>
252 + <mprml:event>
253 + <mprml:date>2009-01-05</mprml:date>
254 + <mprml:kind>bill of lading</mprml:kind>
255 + </mprml:event>
256 + <mprml:volumeValue>
257 + <mprml:volume uom="m3">1075.66</mprml:volume>
258 + <mprml:temp uom="degC">15</mprml:temp>
259 + <mprml:pres uom="atm">1</mprml:pres>
260 + </mprml:volumeValue>
261 + <mprml:mass uom="kg">346.0</mprml:mass>
262 + <mprml:densityValue>
263 + <mprml:density uom="kg/m3">749.71</mprml:density>
264 + <mprml:temp uom="degC">15.0</mprml:temp>
265 + <mprml:pres uom="atm">1</mprml:pres>
266 + </mprml:densityValue>
267 + <mprml:balanceDetail>
268 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
269 + <mprml:share uom="%">100.0</mprml:share>
270 + </mprml:balanceDetail>
271 + </mprml:balanceSet><mprml:balanceSet>
272 + <mprml:kind>tanker lifting</mprml:kind>
273 + <mprml:cargoNumber>390/1</mprml:cargoNumber>
274 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
275 + <mprml:shipper>Bayerngas Norge AS</mprml:shipper>
276 + <mprml:destination>
277 + <mprml:name>Kalundborg</mprml:name>
278 + <mprml:type>harbour</mprml:type>
279 + <mprml:country>DENMARK</mprml:country>
280 + </mprml:destination>
281 + <mprml:event>
282 + <mprml:date>2009-01-09</mprml:date>
283 + <mprml:kind>bill of lading</mprml:kind>
284 + </mprml:event>
285 + <mprml:volumeValue>
286 + <mprml:volume uom="m3">742.46</mprml:volume>
287 + <mprml:temp uom="degC">15</mprml:temp>
288 + <mprml:pres uom="atm">1</mprml:pres>
289 + </mprml:volumeValue>
290 + <mprml:mass uom="kg">132.53</mprml:mass>
291 + <mprml:densityValue>
292 + <mprml:density uom="kg/m3">731.29</mprml:density>
293 + <mprml:temp uom="degC">15.0</mprml:temp>
294 + <mprml:pres uom="atm">1</mprml:pres>
295 + </mprml:densityValue>
296 + <mprml:balanceDetail>
297 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
298 + <mprml:share uom="%">100.0</mprml:share>
299 + </mprml:balanceDetail>
300 + </mprml:balanceSet><mprml:balanceSet>
301 + <mprml:kind>tanker lifting</mprml:kind>
302 + <mprml:cargoNumber>391/1</mprml:cargoNumber>
303 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
304 + <mprml:shipper>Bayerngas Norge AS</mprml:shipper>
305 + <mprml:destination>
306 + <mprml:name>Mongstad</mprml:name>
307 + <mprml:type>terminal</mprml:type>
308 + <mprml:country>NORWAY</mprml:country>
309 + </mprml:destination>
310 + <mprml:event>
311 + <mprml:date>2009-01-12</mprml:date>
312 + <mprml:kind>bill of lading</mprml:kind>
313 + </mprml:event>
314 + <mprml:volumeValue>
315 + <mprml:volume uom="m3">1987.66</mprml:volume>
316 + <mprml:temp uom="degC">15</mprml:temp>
317 + <mprml:pres uom="atm">1</mprml:pres>
318 + </mprml:volumeValue>
319 + <mprml:mass uom="kg">926.41</mprml:mass>
320 + <mprml:densityValue>
321 + <mprml:density uom="kg/m3">798.96</mprml:density>
322 + <mprml:temp uom="degC">15.0</mprml:temp>
323 + <mprml:pres uom="atm">1</mprml:pres>
324 + </mprml:densityValue>
325 + <mprml:balanceDetail>
326 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
327 + <mprml:share uom="%">100.0</mprml:share>
328 + </mprml:balanceDetail>
329 + </mprml:balanceSet><mprml:balanceSet>
330 + <mprml:kind>tanker lifting</mprml:kind>
331 + <mprml:cargoNumber>392/1</mprml:cargoNumber>
332 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
333 + <mprml:shipper>Bayerngas Norge AS</mprml:shipper>
334 + <mprml:destination>
335 + <mprml:name>Rotterdam</mprml:name>
336 + <mprml:type>harbour</mprml:type>
337 + <mprml:country>NETHERLANDS</mprml:country>
338 + </mprml:destination>
339 + <mprml:event>
340 + <mprml:date>2009-01-16</mprml:date>
341 + <mprml:kind>bill of lading</mprml:kind>
342 + </mprml:event>
343 + <mprml:volumeValue>
344 + <mprml:volume uom="m3">831.78</mprml:volume>
345 + <mprml:temp uom="degC">15</mprml:temp>
346 + <mprml:pres uom="atm">1</mprml:pres>
347 + </mprml:volumeValue>
348 + <mprml:mass uom="kg">358.25</mprml:mass>
349 + <mprml:densityValue>
350 + <mprml:density uom="kg/m3">780.57</mprml:density>
351 + <mprml:temp uom="degC">15.0</mprml:temp>
352 + <mprml:pres uom="atm">1</mprml:pres>
353 + </mprml:densityValue>
354 + <mprml:balanceDetail>
355 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
356 + <mprml:share uom="%">100.0</mprml:share>
357 + </mprml:balanceDetail>
358 + </mprml:balanceSet>
359 + </mprml:period>
360 + </mprml:product>
361 + </mprml:flow>
362 +
363 + </mprml:facility><mprml:facility>
364 + <mprml:name kind="terminal" namingSystem="NPD" uidRef="NaN">NYBRO</mprml:name>
365 +
366 +
367 +
368 +
369 + <mprml:flow>
370 + <mprml:name>NYBRO gas sales at terminal</mprml:name>
371 + <mprml:kind>sale</mprml:kind>
372 + <mprml:qualifier>allocated</mprml:qualifier>
373 + <mprml:product>
374 + <mprml:kind>gas - dry</mprml:kind>
375 + <mprml:period>
376 + <mprml:kind>month</mprml:kind>
377 + <mprml:dateStart>2011-08-01</mprml:dateStart>
378 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
379 + <mprml:balanceSet>
380 + <mprml:kind>transaction</mprml:kind>
381 + <mprml:event>
382 + <mprml:date>2009-01-03</mprml:date>
383 + <mprml:kind>transaction date</mprml:kind>
384 + </mprml:event>
385 + <mprml:balanceDetail>
386 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
387 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
388 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
389 + <mprml:buyer>DONG DK</mprml:buyer>
390 + <mprml:volumeValue>
391 + <mprml:volume uom="m3">387.66</mprml:volume>
392 + <mprml:temp uom="degC">0</mprml:temp>
393 + <mprml:pres uom="atm">1</mprml:pres>
394 + </mprml:volumeValue>
395 + <mprml:mass uom="kg">337.94</mprml:mass>
396 + <mprml:work uom="MJ">23425.03</mprml:work>
397 + </mprml:balanceDetail>
398 + </mprml:balanceSet><mprml:balanceSet>
399 + <mprml:kind>transaction</mprml:kind>
400 + <mprml:event>
401 + <mprml:date>2009-01-05</mprml:date>
402 + <mprml:kind>transaction date</mprml:kind>
403 + </mprml:event>
404 + <mprml:balanceDetail>
405 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
406 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
407 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
408 + <mprml:buyer>DONG DK</mprml:buyer>
409 + <mprml:volumeValue>
410 + <mprml:volume uom="m3">31.7</mprml:volume>
411 + <mprml:temp uom="degC">0</mprml:temp>
412 + <mprml:pres uom="atm">1</mprml:pres>
413 + </mprml:volumeValue>
414 + <mprml:mass uom="kg">237.01</mprml:mass>
415 + <mprml:work uom="MJ">59749.83</mprml:work>
416 + </mprml:balanceDetail>
417 + </mprml:balanceSet><mprml:balanceSet>
418 + <mprml:kind>transaction</mprml:kind>
419 + <mprml:event>
420 + <mprml:date>2009-01-07</mprml:date>
421 + <mprml:kind>transaction date</mprml:kind>
422 + </mprml:event>
423 + <mprml:balanceDetail>
424 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
425 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
426 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
427 + <mprml:buyer>DONG DK</mprml:buyer>
428 + <mprml:volumeValue>
429 + <mprml:volume uom="m3">1728.99</mprml:volume>
430 + <mprml:temp uom="degC">0</mprml:temp>
431 + <mprml:pres uom="atm">1</mprml:pres>
432 + </mprml:volumeValue>
433 + <mprml:mass uom="kg">426.1</mprml:mass>
434 + <mprml:work uom="MJ">78561.12</mprml:work>
435 + </mprml:balanceDetail>
436 + </mprml:balanceSet><mprml:balanceSet>
437 + <mprml:kind>transaction</mprml:kind>
438 + <mprml:event>
439 + <mprml:date>2009-01-09</mprml:date>
440 + <mprml:kind>transaction date</mprml:kind>
441 + </mprml:event>
442 + <mprml:balanceDetail>
443 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
444 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
445 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
446 + <mprml:buyer>DONG DK</mprml:buyer>
447 + <mprml:volumeValue>
448 + <mprml:volume uom="m3">1343.43</mprml:volume>
449 + <mprml:temp uom="degC">0</mprml:temp>
450 + <mprml:pres uom="atm">1</mprml:pres>
451 + </mprml:volumeValue>
452 + <mprml:mass uom="kg">444.95</mprml:mass>
453 + <mprml:work uom="MJ">33059.03</mprml:work>
454 + </mprml:balanceDetail>
455 + </mprml:balanceSet><mprml:balanceSet>
456 + <mprml:kind>transaction</mprml:kind>
457 + <mprml:event>
458 + <mprml:date>2009-01-11</mprml:date>
459 + <mprml:kind>transaction date</mprml:kind>
460 + </mprml:event>
461 + <mprml:balanceDetail>
462 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
463 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
464 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
465 + <mprml:buyer>DONG DK</mprml:buyer>
466 + <mprml:volumeValue>
467 + <mprml:volume uom="m3">494.84</mprml:volume>
468 + <mprml:temp uom="degC">0</mprml:temp>
469 + <mprml:pres uom="atm">1</mprml:pres>
470 + </mprml:volumeValue>
471 + <mprml:mass uom="kg">416.97</mprml:mass>
472 + <mprml:work uom="MJ">21428.33</mprml:work>
473 + </mprml:balanceDetail>
474 + </mprml:balanceSet><mprml:balanceSet>
475 + <mprml:kind>transaction</mprml:kind>
476 + <mprml:event>
477 + <mprml:date>2009-01-14</mprml:date>
478 + <mprml:kind>transaction date</mprml:kind>
479 + </mprml:event>
480 + <mprml:balanceDetail>
481 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
482 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
483 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
484 + <mprml:buyer>DONG DK</mprml:buyer>
485 + <mprml:volumeValue>
486 + <mprml:volume uom="m3">1263.03</mprml:volume>
487 + <mprml:temp uom="degC">0</mprml:temp>
488 + <mprml:pres uom="atm">1</mprml:pres>
489 + </mprml:volumeValue>
490 + <mprml:mass uom="kg">231.52</mprml:mass>
491 + <mprml:work uom="MJ">72983.9</mprml:work>
492 + </mprml:balanceDetail>
493 + </mprml:balanceSet><mprml:balanceSet>
494 + <mprml:kind>transaction</mprml:kind>
495 + <mprml:event>
496 + <mprml:date>2009-01-16</mprml:date>
497 + <mprml:kind>transaction date</mprml:kind>
498 + </mprml:event>
499 + <mprml:balanceDetail>
500 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
501 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
502 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
503 + <mprml:buyer>DONG DK</mprml:buyer>
504 + <mprml:volumeValue>
505 + <mprml:volume uom="m3">1740.19</mprml:volume>
506 + <mprml:temp uom="degC">0</mprml:temp>
507 + <mprml:pres uom="atm">1</mprml:pres>
508 + </mprml:volumeValue>
509 + <mprml:mass uom="kg">592.06</mprml:mass>
510 + <mprml:work uom="MJ">13530.69</mprml:work>
511 + </mprml:balanceDetail>
512 + </mprml:balanceSet><mprml:balanceSet>
513 + <mprml:kind>transaction</mprml:kind>
514 + <mprml:event>
515 + <mprml:date>2009-01-19</mprml:date>
516 + <mprml:kind>transaction date</mprml:kind>
517 + </mprml:event>
518 + <mprml:balanceDetail>
519 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
520 + <mprml:seller>DONG E&amp;P Norge AS</mprml:seller>
521 + <mprml:salesAdministrator>DONG DK</mprml:salesAdministrator>
522 + <mprml:buyer>DONG DK</mprml:buyer>
523 + <mprml:volumeValue>
524 + <mprml:volume uom="m3">179.2</mprml:volume>
525 + <mprml:temp uom="degC">0</mprml:temp>
526 + <mprml:pres uom="atm">1</mprml:pres>
527 + </mprml:volumeValue>
528 + <mprml:mass uom="kg">663.59</mprml:mass>
529 + <mprml:work uom="MJ">73994.44</mprml:work>
530 + </mprml:balanceDetail>
531 + </mprml:balanceSet>
532 + </mprml:period>
533 + </mprml:product>
534 + </mprml:flow>
535 + </mprml:facility><mprml:facility>
536 + <mprml:name kind="platform" namingSystem="NPD" uidRef="412931">HARALD A</mprml:name>
537 +
538 + <mprml:flow>
539 + <mprml:kind>production</mprml:kind>
540 + <mprml:qualifier>allocated</mprml:qualifier>
541 + <mprml:product>
542 + <mprml:kind>oil - net</mprml:kind>
543 + <mprml:period>
544 + <mprml:kind>month</mprml:kind>
545 + <mprml:dateStart>2011-08-01</mprml:dateStart>
546 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
547 + <mprml:volumeValue>
548 +
549 + <mprml:volume uom="m3">1316.42</mprml:volume>
550 + <mprml:temp uom="degC">15</mprml:temp>
551 + <mprml:pres uom="atm">1</mprml:pres>
552 + </mprml:volumeValue>
553 +
554 + <mprml:mass uom="kg">773.93</mprml:mass>
555 + <mprml:densityValue>
556 + <mprml:density uom="kg/m3">707.68</mprml:density>
557 + <mprml:temp uom="degC">15</mprml:temp>
558 + <mprml:pres uom="atm">1</mprml:pres>
559 + </mprml:densityValue>
560 + </mprml:period>
561 + </mprml:product><mprml:product>
562 + <mprml:kind>gas</mprml:kind>
563 + <mprml:period>
564 + <mprml:kind>month</mprml:kind>
565 + <mprml:dateStart>2011-08-01</mprml:dateStart>
566 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
567 + <mprml:volumeValue>
568 +
569 + <mprml:volume uom="m3">974.4</mprml:volume>
570 + <mprml:temp uom="degC">15</mprml:temp>
571 + <mprml:pres uom="atm">1</mprml:pres>
572 + </mprml:volumeValue>
573 +
574 + <mprml:mass uom="kg">895.69</mprml:mass>
575 + <mprml:densityValue>
576 + <mprml:density uom="kg/m3">748.03</mprml:density>
577 + <mprml:temp uom="degC">15</mprml:temp>
578 + <mprml:pres uom="atm">1</mprml:pres>
579 + </mprml:densityValue>
580 + </mprml:period>
581 + </mprml:product><mprml:product>
582 + <mprml:kind>water</mprml:kind>
583 + <mprml:period>
584 + <mprml:kind>month</mprml:kind>
585 + <mprml:dateStart>2011-08-01</mprml:dateStart>
586 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
587 + <mprml:volumeValue>
588 +
589 + <mprml:volume uom="m3">841.32</mprml:volume>
590 + <mprml:temp uom="degC">15</mprml:temp>
591 + <mprml:pres uom="atm">1</mprml:pres>
592 + </mprml:volumeValue>
593 +
594 + <mprml:mass uom="kg">885.04</mprml:mass>
595 + <mprml:densityValue>
596 + <mprml:density uom="kg/m3">755.73</mprml:density>
597 + <mprml:temp uom="degC">15</mprml:temp>
598 + <mprml:pres uom="atm">1</mprml:pres>
599 + </mprml:densityValue>
600 + </mprml:period>
601 + </mprml:product>
602 + </mprml:flow>
603 +
604 +
605 + <mprml:flow>
606 + <mprml:kind>injection</mprml:kind>
607 + <mprml:qualifier>allocated</mprml:qualifier>
608 + <mprml:product>
609 + <mprml:kind>gas</mprml:kind>
610 + <mprml:period>
611 + <mprml:kind>month</mprml:kind>
612 + <mprml:dateStart>2011-08-01</mprml:dateStart>
613 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
614 + <mprml:volumeValue>
615 +
616 + <mprml:volume uom="m3">335.49</mprml:volume>
617 + <mprml:temp uom="degC">15</mprml:temp>
618 + <mprml:pres uom="atm">1</mprml:pres>
619 + </mprml:volumeValue>
620 +
621 + <mprml:mass uom="kg">258.34</mprml:mass>
622 + <mprml:densityValue>
623 + <mprml:density uom="kg/m3">725.43</mprml:density>
624 + <mprml:temp uom="degC">15</mprml:temp>
625 + <mprml:pres uom="atm">1</mprml:pres>
626 + </mprml:densityValue>
627 + </mprml:period>
628 + </mprml:product>
629 + </mprml:flow>
630 +
631 +
632 + <mprml:flow>
633 + <mprml:kind>consume - flare</mprml:kind>
634 + <mprml:qualifier>allocated</mprml:qualifier>
635 + <mprml:product>
636 + <mprml:kind>gas</mprml:kind>
637 + <mprml:period>
638 + <mprml:kind>month</mprml:kind>
639 + <mprml:dateStart>2011-08-01</mprml:dateStart>
640 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
641 + <mprml:volumeValue>
642 +
643 + <mprml:volume uom="m3">1800.48</mprml:volume>
644 + <mprml:temp uom="degC">15</mprml:temp>
645 + <mprml:pres uom="atm">1</mprml:pres>
646 + </mprml:volumeValue>
647 +
648 + <mprml:mass uom="kg">491.99</mprml:mass>
649 + <mprml:densityValue>
650 + <mprml:density uom="kg/m3">798.01</mprml:density>
651 + <mprml:temp uom="degC">15</mprml:temp>
652 + <mprml:pres uom="atm">1</mprml:pres>
653 + </mprml:densityValue>
654 + </mprml:period>
655 + </mprml:product>
656 + </mprml:flow>
657 +
658 +
659 + <mprml:flow>
660 + <mprml:kind>consume - fuel</mprml:kind>
661 + <mprml:qualifier>allocated</mprml:qualifier>
662 + <mprml:product>
663 + <mprml:kind>gas</mprml:kind>
664 + <mprml:period>
665 + <mprml:kind>month</mprml:kind>
666 + <mprml:dateStart>2011-08-01</mprml:dateStart>
667 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
668 + <mprml:volumeValue>
669 +
670 + <mprml:volume uom="m3">1686.88</mprml:volume>
671 + <mprml:temp uom="degC">15</mprml:temp>
672 + <mprml:pres uom="atm">1</mprml:pres>
673 + </mprml:volumeValue>
674 +
675 + <mprml:mass uom="kg">249.45</mprml:mass>
676 + <mprml:densityValue>
677 + <mprml:density uom="kg/m3">0.03</mprml:density>
678 + <mprml:temp uom="degC">15</mprml:temp>
679 + <mprml:pres uom="atm">1</mprml:pres>
680 + </mprml:densityValue>
681 + </mprml:period>
682 + </mprml:product><mprml:product>
683 + <mprml:kind> diesel</mprml:kind>
684 + <mprml:period>
685 + <mprml:kind>month</mprml:kind>
686 + <mprml:dateStart>2011-08-01</mprml:dateStart>
687 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
688 + <mprml:volumeValue>
689 +
690 + <mprml:volume uom="m3">1237.81</mprml:volume>
691 + <mprml:temp uom="degC">15</mprml:temp>
692 + <mprml:pres uom="atm">1</mprml:pres>
693 + </mprml:volumeValue>
694 +
695 + <mprml:mass uom="kg">134.42</mprml:mass>
696 + <mprml:densityValue>
697 + <mprml:density uom="kg/m3">0.68</mprml:density>
698 + <mprml:temp uom="degC">15</mprml:temp>
699 + <mprml:pres uom="atm">1</mprml:pres>
700 + </mprml:densityValue>
701 + </mprml:period>
702 + </mprml:product>
703 + </mprml:flow>
704 +
705 +
706 + <mprml:flow>
707 + <mprml:kind>production</mprml:kind>
708 + <mprml:qualifier>metered - fiscal</mprml:qualifier>
709 + <mprml:product>
710 + <mprml:kind>oil - gross</mprml:kind>
711 + <mprml:period>
712 + <mprml:kind>month</mprml:kind>
713 + <mprml:dateStart>2011-08-01</mprml:dateStart>
714 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
715 + <mprml:volumeValue>
716 +
717 + <mprml:volume uom="m3">765.01</mprml:volume>
718 + <mprml:temp uom="degC">15</mprml:temp>
719 + <mprml:pres uom="atm">1</mprml:pres>
720 + </mprml:volumeValue>
721 +
722 + <mprml:mass uom="kg">65.47</mprml:mass>
723 + <mprml:densityValue>
724 + <mprml:density uom="kg/m3">732.16</mprml:density>
725 + <mprml:temp uom="degC">15</mprml:temp>
726 + <mprml:pres uom="atm">1</mprml:pres>
727 + </mprml:densityValue>
728 + </mprml:period>
729 + </mprml:product>
730 + </mprml:flow>
731 +
732 +
733 +
734 + </mprml:facility><mprml:facility>
735 + <mprml:name kind="wellbore" namingSystem="NPD" uidRef="6469">3/7-A-1 AH</mprml:name>
736 + <mprml:wellStatus>producing</mprml:wellStatus>
737 + <mprml:operationTime uom="d">12.0</mprml:operationTime>
738 + <mprml:parameterSet>
739 + <mprml:name>wellhead pressure</mprml:name>
740 + <mprml:parameter>
741 + <mprml:dateStart>2011-08-01</mprml:dateStart>
742 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
743 + <mprml:measureValue uom="bar">2323</mprml:measureValue>
744 + </mprml:parameter>
745 + </mprml:parameterSet>
746 + <mprml:flow>
747 + <mprml:kind>production</mprml:kind>
748 + <mprml:qualifier>allocated</mprml:qualifier>
749 + <mprml:product>
750 + <mprml:kind>oil - net</mprml:kind>
751 + <mprml:period>
752 + <mprml:kind>month</mprml:kind>
753 + <mprml:dateStart>2011-08-01</mprml:dateStart>
754 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
755 + <mprml:volumeValue>
756 +
757 + <mprml:volume uom="m3">329.33</mprml:volume>
758 + <mprml:temp uom="degC">15</mprml:temp>
759 + <mprml:pres uom="atm">1</mprml:pres>
760 + </mprml:volumeValue>
761 + <mprml:portDiff>
762 + <mprml:chokeRelative uom="%">81.0</mprml:chokeRelative>
763 + </mprml:portDiff>
764 +
765 +
766 + </mprml:period>
767 + </mprml:product><mprml:product>
768 + <mprml:kind>gas</mprml:kind>
769 + <mprml:period>
770 + <mprml:kind>month</mprml:kind>
771 + <mprml:dateStart>2011-08-01</mprml:dateStart>
772 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
773 + <mprml:volumeValue>
774 +
775 + <mprml:volume uom="m3">1782.59</mprml:volume>
776 + <mprml:temp uom="degC">15</mprml:temp>
777 + <mprml:pres uom="atm">1</mprml:pres>
778 + </mprml:volumeValue>
779 + <mprml:portDiff>
780 + <mprml:chokeRelative uom="%">89.0</mprml:chokeRelative>
781 + </mprml:portDiff>
782 +
783 +
784 + </mprml:period>
785 + </mprml:product><mprml:product>
786 + <mprml:kind>water</mprml:kind>
787 + <mprml:period>
788 + <mprml:kind>month</mprml:kind>
789 + <mprml:dateStart>2011-08-01</mprml:dateStart>
790 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
791 + <mprml:volumeValue>
792 +
793 + <mprml:volume uom="m3">28.66</mprml:volume>
794 + <mprml:temp uom="degC">15</mprml:temp>
795 + <mprml:pres uom="atm">1</mprml:pres>
796 + </mprml:volumeValue>
797 + <mprml:portDiff>
798 + <mprml:chokeRelative uom="%">86.0</mprml:chokeRelative>
799 + </mprml:portDiff>
800 +
801 +
802 + </mprml:period>
803 + </mprml:product>
804 + </mprml:flow>
805 +
806 +
807 +
808 + </mprml:facility><mprml:facility>
809 + <mprml:name kind="wellbore" namingSystem="NPD" uidRef="6439">3/7-A-2 H</mprml:name>
810 + <mprml:wellStatus>producing</mprml:wellStatus>
811 + <mprml:operationTime uom="d">19.0</mprml:operationTime>
812 + <mprml:parameterSet>
813 + <mprml:name>wellhead pressure</mprml:name>
814 + <mprml:parameter>
815 + <mprml:dateStart>2011-08-01</mprml:dateStart>
816 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
817 + <mprml:measureValue uom="bar">2323</mprml:measureValue>
818 + </mprml:parameter>
819 + </mprml:parameterSet>
820 + <mprml:flow>
821 + <mprml:kind>production</mprml:kind>
822 + <mprml:qualifier>allocated</mprml:qualifier>
823 + <mprml:product>
824 + <mprml:kind>oil - net</mprml:kind>
825 + <mprml:period>
826 + <mprml:kind>month</mprml:kind>
827 + <mprml:dateStart>2011-08-01</mprml:dateStart>
828 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
829 + <mprml:volumeValue>
830 +
831 + <mprml:volume uom="m3">349.64</mprml:volume>
832 + <mprml:temp uom="degC">15</mprml:temp>
833 + <mprml:pres uom="atm">1</mprml:pres>
834 + </mprml:volumeValue>
835 + <mprml:portDiff>
836 + <mprml:chokeRelative uom="%">90.0</mprml:chokeRelative>
837 + </mprml:portDiff>
838 +
839 +
840 + </mprml:period>
841 + </mprml:product><mprml:product>
842 + <mprml:kind>gas</mprml:kind>
843 + <mprml:period>
844 + <mprml:kind>month</mprml:kind>
845 + <mprml:dateStart>2011-08-01</mprml:dateStart>
846 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
847 + <mprml:volumeValue>
848 +
849 + <mprml:volume uom="m3">487.3</mprml:volume>
850 + <mprml:temp uom="degC">15</mprml:temp>
851 + <mprml:pres uom="atm">1</mprml:pres>
852 + </mprml:volumeValue>
853 + <mprml:portDiff>
854 + <mprml:chokeRelative uom="%">76.0</mprml:chokeRelative>
855 + </mprml:portDiff>
856 +
857 +
858 + </mprml:period>
859 + </mprml:product><mprml:product>
860 + <mprml:kind>water</mprml:kind>
861 + <mprml:period>
862 + <mprml:kind>month</mprml:kind>
863 + <mprml:dateStart>2011-08-01</mprml:dateStart>
864 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
865 + <mprml:volumeValue>
866 +
867 + <mprml:volume uom="m3">412.2</mprml:volume>
868 + <mprml:temp uom="degC">15</mprml:temp>
869 + <mprml:pres uom="atm">1</mprml:pres>
870 + </mprml:volumeValue>
871 + <mprml:portDiff>
872 + <mprml:chokeRelative uom="%">91.0</mprml:chokeRelative>
873 + </mprml:portDiff>
874 +
875 +
876 + </mprml:period>
877 + </mprml:product>
878 + </mprml:flow>
879 +
880 +
881 +
882 + </mprml:facility>
883 + </mprml:object>
884 +</mprml:objects>
...\ No newline at end of file ...\ No newline at end of file
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<mprml:objects xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 + xmlns:mprml="http://www.witsml.org/schemas/131" xmlns="http://www.witsml.org/schemas/131" version="1.0.0.0(PRODML)">
4 + <mprml:documentInfo>
5 + <mprml:DocumentName namingSystem="EC">TRYM July 2011</mprml:DocumentName>
6 + <mprml:DocumentAlias namingSystem="EC">TRYM Copex Report</mprml:DocumentAlias>
7 + <mprml:DocumentDate>2011-08-05T00:00:00.0Z</mprml:DocumentDate>
8 + <mprml:FileCreationInformation>
9 +
10 + <mprml:FileCreationDate>2011-08-15T00:00:00.0Z</mprml:FileCreationDate>
11 +
12 + <mprml:SoftwareName>Energy Components</mprml:SoftwareName>
13 + <mprml:FileCreator>Energy Components</mprml:FileCreator>
14 + </mprml:FileCreationInformation>
15 + <mprml:Owner>DONG E&amp;P Norge AS</mprml:Owner>
16 + </mprml:documentInfo>
17 + <mprml:context xsi:type="obj_report">
18 + <mprml:kind>month</mprml:kind>
19 + <mprml:title>TRYM July 2011</mprml:title>
20 + <mprml:date>2011-07-01</mprml:date>
21 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
22 + <mprml:month>2011-07</mprml:month>
23 + <mprml:year>2011</mprml:year>
24 + <mprml:reportVersion>1</mprml:reportVersion>
25 + <mprml:reportStatus>final</mprml:reportStatus>
26 + <mprml:installation kind="field" namingSystem="NPD" uidRef="18081500">TRYM</mprml:installation>
27 + <mprml:operator>
28 + <mprml:name>DONG E&amp;P Norge AS</mprml:name>
29 + <mprml:role>Operating company</mprml:role>
30 + </mprml:operator>
31 + </mprml:context>
32 + <mprml:object xsi:type="obj_productVolume">
33 + <mprml:name>TRYM</mprml:name>
34 + <mprml:facility>
35 + <mprml:name kind="field" namingSystem="NPD" uidRef="18081500">TRYM</mprml:name>
36 +
37 + <mprml:flow>
38 + <mprml:kind>production</mprml:kind>
39 + <mprml:qualifier>saleable</mprml:qualifier>
40 + <mprml:product>
41 + <mprml:kind>oil - net</mprml:kind>
42 + <mprml:period>
43 + <mprml:kind>month</mprml:kind>
44 + <mprml:dateStart>2011-07-01</mprml:dateStart>
45 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
46 + <mprml:volumeValue>
47 +
48 + <mprml:volume uom="m3">524.83</mprml:volume>
49 + <mprml:temp uom="degC">15</mprml:temp>
50 + <mprml:pres uom="atm">1</mprml:pres>
51 + </mprml:volumeValue>
52 +
53 + <mprml:mass uom="kg">61.1</mprml:mass>
54 + <mprml:densityValue>
55 + <mprml:density uom="kg/m3">799.04</mprml:density>
56 + <mprml:temp uom="degC">15</mprml:temp>
57 + <mprml:pres uom="atm">1</mprml:pres>
58 + </mprml:densityValue>
59 + </mprml:period>
60 + </mprml:product>
61 + </mprml:flow>
62 +
63 + <mprml:flow>
64 + <mprml:kind>production</mprml:kind>
65 + <mprml:qualifier>allocated</mprml:qualifier>
66 + <mprml:product>
67 + <mprml:kind>oil - net</mprml:kind>
68 + <mprml:period>
69 + <mprml:kind>month</mprml:kind>
70 + <mprml:dateStart>2011-07-01</mprml:dateStart>
71 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
72 + <mprml:volumeValue>
73 +
74 + <mprml:volume uom="m3">687.74</mprml:volume>
75 + <mprml:temp uom="degC">15</mprml:temp>
76 + <mprml:pres uom="atm">1</mprml:pres>
77 + </mprml:volumeValue>
78 +
79 + <mprml:mass uom="kg">435.92</mprml:mass>
80 + <mprml:densityValue>
81 + <mprml:density uom="kg/m3">743.22</mprml:density>
82 + <mprml:temp uom="degC">15</mprml:temp>
83 + <mprml:pres uom="atm">1</mprml:pres>
84 + </mprml:densityValue>
85 + </mprml:period>
86 + </mprml:product><mprml:product>
87 + <mprml:kind>gas</mprml:kind>
88 + <mprml:period>
89 + <mprml:kind>month</mprml:kind>
90 + <mprml:dateStart>2011-07-01</mprml:dateStart>
91 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
92 + <mprml:volumeValue>
93 +
94 + <mprml:volume uom="m3">164.19</mprml:volume>
95 + <mprml:temp uom="degC">15</mprml:temp>
96 + <mprml:pres uom="atm">1</mprml:pres>
97 + </mprml:volumeValue>
98 +
99 + <mprml:mass uom="kg">420.36</mprml:mass>
100 + <mprml:densityValue>
101 + <mprml:density uom="kg/m3">795.76</mprml:density>
102 + <mprml:temp uom="degC">15</mprml:temp>
103 + <mprml:pres uom="atm">1</mprml:pres>
104 + </mprml:densityValue>
105 + </mprml:period>
106 + </mprml:product><mprml:product>
107 + <mprml:kind>water</mprml:kind>
108 + <mprml:period>
109 + <mprml:kind>month</mprml:kind>
110 + <mprml:dateStart>2011-07-01</mprml:dateStart>
111 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
112 + <mprml:volumeValue>
113 +
114 + <mprml:volume uom="m3">340.83</mprml:volume>
115 + <mprml:temp uom="degC">15</mprml:temp>
116 + <mprml:pres uom="atm">1</mprml:pres>
117 + </mprml:volumeValue>
118 +
119 + <mprml:mass uom="kg">815.72</mprml:mass>
120 + <mprml:densityValue>
121 + <mprml:density uom="kg/m3">788.88</mprml:density>
122 + <mprml:temp uom="degC">15</mprml:temp>
123 + <mprml:pres uom="atm">1</mprml:pres>
124 + </mprml:densityValue>
125 + </mprml:period>
126 + </mprml:product><mprml:product>
127 + <mprml:kind>condensate - net</mprml:kind>
128 + <mprml:period>
129 + <mprml:kind>month</mprml:kind>
130 + <mprml:dateStart>2011-07-01</mprml:dateStart>
131 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
132 + <mprml:volumeValue>
133 +
134 + <mprml:volume uom="m3">225.53</mprml:volume>
135 + <mprml:temp uom="degC">15</mprml:temp>
136 + <mprml:pres uom="atm">1</mprml:pres>
137 + </mprml:volumeValue>
138 +
139 + <mprml:mass uom="kg">848.52</mprml:mass>
140 + <mprml:densityValue>
141 + <mprml:density uom="kg/m3">728.14</mprml:density>
142 + <mprml:temp uom="degC">15</mprml:temp>
143 + <mprml:pres uom="atm">1</mprml:pres>
144 + </mprml:densityValue>
145 + </mprml:period>
146 + </mprml:product>
147 + </mprml:flow>
148 +
149 + <mprml:flow>
150 + <mprml:kind>injection</mprml:kind>
151 + <mprml:qualifier>allocated</mprml:qualifier>
152 + <mprml:product>
153 + <mprml:kind>gas</mprml:kind>
154 + <mprml:period>
155 + <mprml:kind>month</mprml:kind>
156 + <mprml:dateStart>2011-07-01</mprml:dateStart>
157 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
158 + <mprml:volumeValue>
159 +
160 + <mprml:volume uom="m3">911.66</mprml:volume>
161 + <mprml:temp uom="degC">15</mprml:temp>
162 + <mprml:pres uom="atm">1</mprml:pres>
163 + </mprml:volumeValue>
164 +
165 + <mprml:mass uom="kg">538.48</mprml:mass>
166 + <mprml:densityValue>
167 + <mprml:density uom="kg/m3">0.41</mprml:density>
168 + <mprml:temp uom="degC">15</mprml:temp>
169 + <mprml:pres uom="atm">1</mprml:pres>
170 + </mprml:densityValue>
171 + </mprml:period>
172 + </mprml:product>
173 + </mprml:flow>
174 +
175 +
176 + </mprml:facility><mprml:facility>
177 + <mprml:name kind="terminal" namingSystem="NPD" uidRef="NaN">FREDERICIA</mprml:name>
178 +
179 +
180 + <mprml:flow>
181 + <mprml:name>FREDERICIA allocated inventory</mprml:name>
182 + <mprml:kind>inventory</mprml:kind>
183 + <mprml:qualifier>allocated</mprml:qualifier>
184 + <mprml:product>
185 + <mprml:kind>oil - net</mprml:kind>
186 + <mprml:period>
187 + <mprml:kind>month</mprml:kind>
188 + <mprml:dateStart>2011-07-01</mprml:dateStart>
189 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
190 + <mprml:volumeValue>
191 + <mprml:volume uom="m3">1399.72</mprml:volume>
192 + <mprml:temp uom="degC">15</mprml:temp>
193 + <mprml:pres uom="atm">1</mprml:pres>
194 + </mprml:volumeValue>
195 +
196 + <mprml:mass uom="kg">335.46</mprml:mass>
197 +
198 + <mprml:densityValue>
199 + <mprml:density uom="kg/m3">709.06</mprml:density>
200 + <mprml:temp uom="degC">15</mprml:temp>
201 + <mprml:pres uom="atm">1</mprml:pres>
202 + </mprml:densityValue>
203 + <mprml:balanceSet>
204 + <mprml:kind>closing balance</mprml:kind>
205 + <mprml:balanceDetail>
206 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
207 + <mprml:volumeValue>
208 + <mprml:volume uom="m3">145.150964</mprml:volume>
209 + <mprml:temp uom="degC">15</mprml:temp>
210 + <mprml:pres uom="atm">1</mprml:pres>
211 + </mprml:volumeValue>
212 + <mprml:mass uom="kg">34.787202</mprml:mass>
213 + </mprml:balanceDetail><mprml:balanceDetail>
214 + <mprml:owner>Bayerngas Norge AS</mprml:owner>
215 + <mprml:volumeValue>
216 + <mprml:volume uom="m3">1254.569036</mprml:volume>
217 + <mprml:temp uom="degC">15</mprml:temp>
218 + <mprml:pres uom="atm">1</mprml:pres>
219 + </mprml:volumeValue>
220 + <mprml:mass uom="kg">300.672798</mprml:mass>
221 + </mprml:balanceDetail>
222 + </mprml:balanceSet>
223 + </mprml:period>
224 +
225 + </mprml:product>
226 + </mprml:flow>
227 +
228 +
229 + <mprml:flow>
230 + <mprml:name>FREDERICIA field production lifted by tanker</mprml:name>
231 + <mprml:kind>hydrocarbon accounting</mprml:kind>
232 + <mprml:qualifier>allocated</mprml:qualifier>
233 + <mprml:product>
234 + <mprml:kind>oil - net</mprml:kind>
235 + <mprml:period>
236 + <mprml:kind>month</mprml:kind>
237 + <mprml:dateStart>2011-07-01</mprml:dateStart>
238 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
239 + <mprml:balanceSet>
240 + <mprml:kind>tanker lifting</mprml:kind>
241 + <mprml:cargoNumber>304/1</mprml:cargoNumber>
242 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
243 + <mprml:shipper>Bayerngas Norge AS</mprml:shipper>
244 + <mprml:destination>
245 + <mprml:name>Fawley</mprml:name>
246 + <mprml:type>harbour</mprml:type>
247 + <mprml:country>UNITED KINGDOM</mprml:country>
248 + </mprml:destination>
249 + <mprml:event>
250 + <mprml:date>2009-01-04</mprml:date>
251 + <mprml:kind>bill of lading</mprml:kind>
252 + </mprml:event>
253 + <mprml:volumeValue>
254 + <mprml:volume uom="m3">741.46</mprml:volume>
255 + <mprml:temp uom="degC">15</mprml:temp>
256 + <mprml:pres uom="atm">1</mprml:pres>
257 + </mprml:volumeValue>
258 + <mprml:mass uom="kg">822.37</mprml:mass>
259 + <mprml:densityValue>
260 + <mprml:density uom="kg/m3">724.87</mprml:density>
261 + <mprml:temp uom="degC">15.0</mprml:temp>
262 + <mprml:pres uom="atm">1</mprml:pres>
263 + </mprml:densityValue>
264 + <mprml:balanceDetail>
265 + <mprml:owner>Bayerngas Norge AS</mprml:owner>
266 + <mprml:share uom="%">100.0</mprml:share>
267 + </mprml:balanceDetail>
268 + </mprml:balanceSet><mprml:balanceSet>
269 + <mprml:kind>tanker lifting</mprml:kind>
270 + <mprml:cargoNumber>305/1</mprml:cargoNumber>
271 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
272 + <mprml:shipper>DONG E&amp;P Norge AS</mprml:shipper>
273 + <mprml:destination>
274 + <mprml:name>Fawley</mprml:name>
275 + <mprml:type>harbour</mprml:type>
276 + <mprml:country>UNITED KINGDOM</mprml:country>
277 + </mprml:destination>
278 + <mprml:event>
279 + <mprml:date>2009-01-07</mprml:date>
280 + <mprml:kind>bill of lading</mprml:kind>
281 + </mprml:event>
282 + <mprml:volumeValue>
283 + <mprml:volume uom="m3">486.73</mprml:volume>
284 + <mprml:temp uom="degC">15</mprml:temp>
285 + <mprml:pres uom="atm">1</mprml:pres>
286 + </mprml:volumeValue>
287 + <mprml:mass uom="kg">985.3</mprml:mass>
288 + <mprml:densityValue>
289 + <mprml:density uom="kg/m3">779.4</mprml:density>
290 + <mprml:temp uom="degC">15.0</mprml:temp>
291 + <mprml:pres uom="atm">1</mprml:pres>
292 + </mprml:densityValue>
293 + <mprml:balanceDetail>
294 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
295 + <mprml:share uom="%">100.0</mprml:share>
296 + </mprml:balanceDetail>
297 + </mprml:balanceSet><mprml:balanceSet>
298 + <mprml:kind>tanker lifting</mprml:kind>
299 + <mprml:cargoNumber>306/1</mprml:cargoNumber>
300 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
301 + <mprml:shipper>DONG E&amp;P Norge AS</mprml:shipper>
302 + <mprml:destination>
303 + <mprml:name>Fawley</mprml:name>
304 + <mprml:type>harbour</mprml:type>
305 + <mprml:country>UNITED KINGDOM</mprml:country>
306 + </mprml:destination>
307 + <mprml:event>
308 + <mprml:date>2009-01-11</mprml:date>
309 + <mprml:kind>bill of lading</mprml:kind>
310 + </mprml:event>
311 + <mprml:volumeValue>
312 + <mprml:volume uom="m3">769.89</mprml:volume>
313 + <mprml:temp uom="degC">15</mprml:temp>
314 + <mprml:pres uom="atm">1</mprml:pres>
315 + </mprml:volumeValue>
316 + <mprml:mass uom="kg">331.89</mprml:mass>
317 + <mprml:densityValue>
318 + <mprml:density uom="kg/m3">708.73</mprml:density>
319 + <mprml:temp uom="degC">15.0</mprml:temp>
320 + <mprml:pres uom="atm">1</mprml:pres>
321 + </mprml:densityValue>
322 + <mprml:balanceDetail>
323 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
324 + <mprml:share uom="%">100.0</mprml:share>
325 + </mprml:balanceDetail>
326 + </mprml:balanceSet><mprml:balanceSet>
327 + <mprml:kind>tanker lifting</mprml:kind>
328 + <mprml:cargoNumber>307/1</mprml:cargoNumber>
329 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
330 + <mprml:shipper>Bayerngas Norge AS</mprml:shipper>
331 + <mprml:destination>
332 + <mprml:name>Rotterdam</mprml:name>
333 + <mprml:type>harbour</mprml:type>
334 + <mprml:country>NETHERLANDS</mprml:country>
335 + </mprml:destination>
336 + <mprml:event>
337 + <mprml:date>2009-01-15</mprml:date>
338 + <mprml:kind>bill of lading</mprml:kind>
339 + </mprml:event>
340 + <mprml:volumeValue>
341 + <mprml:volume uom="m3">286.53</mprml:volume>
342 + <mprml:temp uom="degC">15</mprml:temp>
343 + <mprml:pres uom="atm">1</mprml:pres>
344 + </mprml:volumeValue>
345 + <mprml:mass uom="kg">532.72</mprml:mass>
346 + <mprml:densityValue>
347 + <mprml:density uom="kg/m3">777.79</mprml:density>
348 + <mprml:temp uom="degC">15.0</mprml:temp>
349 + <mprml:pres uom="atm">1</mprml:pres>
350 + </mprml:densityValue>
351 + <mprml:balanceDetail>
352 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
353 + <mprml:share uom="%">100.0</mprml:share>
354 + </mprml:balanceDetail>
355 + </mprml:balanceSet>
356 + </mprml:period>
357 + </mprml:product>
358 + </mprml:flow>
359 + </mprml:facility><mprml:facility>
360 + <mprml:name kind="platform" namingSystem="NPD" uidRef="412931">HARALD A</mprml:name>
361 +
362 + <mprml:flow>
363 + <mprml:kind>production</mprml:kind>
364 + <mprml:qualifier>allocated</mprml:qualifier>
365 + <mprml:product>
366 + <mprml:kind>oil - net</mprml:kind>
367 + <mprml:period>
368 + <mprml:kind>month</mprml:kind>
369 + <mprml:dateStart>2011-07-01</mprml:dateStart>
370 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
371 + <mprml:volumeValue>
372 +
373 + <mprml:volume uom="m3">1508.14</mprml:volume>
374 + <mprml:temp uom="degC">15</mprml:temp>
375 + <mprml:pres uom="atm">1</mprml:pres>
376 + </mprml:volumeValue>
377 +
378 + <mprml:mass uom="kg">922.95</mprml:mass>
379 + <mprml:densityValue>
380 + <mprml:density uom="kg/m3">741.75</mprml:density>
381 + <mprml:temp uom="degC">15</mprml:temp>
382 + <mprml:pres uom="atm">1</mprml:pres>
383 + </mprml:densityValue>
384 + </mprml:period>
385 + </mprml:product><mprml:product>
386 + <mprml:kind>gas</mprml:kind>
387 + <mprml:period>
388 + <mprml:kind>month</mprml:kind>
389 + <mprml:dateStart>2011-07-01</mprml:dateStart>
390 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
391 + <mprml:volumeValue>
392 +
393 + <mprml:volume uom="m3">822.82</mprml:volume>
394 + <mprml:temp uom="degC">15</mprml:temp>
395 + <mprml:pres uom="atm">1</mprml:pres>
396 + </mprml:volumeValue>
397 +
398 + <mprml:mass uom="kg">832.01</mprml:mass>
399 + <mprml:densityValue>
400 + <mprml:density uom="kg/m3">777.97</mprml:density>
401 + <mprml:temp uom="degC">15</mprml:temp>
402 + <mprml:pres uom="atm">1</mprml:pres>
403 + </mprml:densityValue>
404 + </mprml:period>
405 + </mprml:product><mprml:product>
406 + <mprml:kind>water</mprml:kind>
407 + <mprml:period>
408 + <mprml:kind>month</mprml:kind>
409 + <mprml:dateStart>2011-07-01</mprml:dateStart>
410 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
411 + <mprml:volumeValue>
412 +
413 + <mprml:volume uom="m3">10.73</mprml:volume>
414 + <mprml:temp uom="degC">15</mprml:temp>
415 + <mprml:pres uom="atm">1</mprml:pres>
416 + </mprml:volumeValue>
417 +
418 + <mprml:mass uom="kg">641.66</mprml:mass>
419 + <mprml:densityValue>
420 + <mprml:density uom="kg/m3">786.15</mprml:density>
421 + <mprml:temp uom="degC">15</mprml:temp>
422 + <mprml:pres uom="atm">1</mprml:pres>
423 + </mprml:densityValue>
424 + </mprml:period>
425 + </mprml:product>
426 + </mprml:flow>
427 +
428 + <mprml:flow>
429 + <mprml:kind>injection</mprml:kind>
430 + <mprml:qualifier>allocated</mprml:qualifier>
431 + <mprml:product>
432 + <mprml:kind>gas</mprml:kind>
433 + <mprml:period>
434 + <mprml:kind>month</mprml:kind>
435 + <mprml:dateStart>2011-07-01</mprml:dateStart>
436 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
437 + <mprml:volumeValue>
438 +
439 + <mprml:volume uom="m3">1854.23</mprml:volume>
440 + <mprml:temp uom="degC">15</mprml:temp>
441 + <mprml:pres uom="atm">1</mprml:pres>
442 + </mprml:volumeValue>
443 +
444 + <mprml:mass uom="kg">81.86</mprml:mass>
445 + <mprml:densityValue>
446 + <mprml:density uom="kg/m3">774.75</mprml:density>
447 + <mprml:temp uom="degC">15</mprml:temp>
448 + <mprml:pres uom="atm">1</mprml:pres>
449 + </mprml:densityValue>
450 + </mprml:period>
451 + </mprml:product>
452 + </mprml:flow>
453 +
454 + <mprml:flow>
455 + <mprml:kind>consume - flare</mprml:kind>
456 + <mprml:qualifier>allocated</mprml:qualifier>
457 + <mprml:product>
458 + <mprml:kind>gas</mprml:kind>
459 + <mprml:period>
460 + <mprml:kind>month</mprml:kind>
461 + <mprml:dateStart>2011-07-01</mprml:dateStart>
462 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
463 + <mprml:volumeValue>
464 +
465 + <mprml:volume uom="m3">1640.17</mprml:volume>
466 + <mprml:temp uom="degC">15</mprml:temp>
467 + <mprml:pres uom="atm">1</mprml:pres>
468 + </mprml:volumeValue>
469 +
470 + <mprml:mass uom="kg">385.68</mprml:mass>
471 + <mprml:densityValue>
472 + <mprml:density uom="kg/m3">784.85</mprml:density>
473 + <mprml:temp uom="degC">15</mprml:temp>
474 + <mprml:pres uom="atm">1</mprml:pres>
475 + </mprml:densityValue>
476 + </mprml:period>
477 + </mprml:product>
478 + </mprml:flow>
479 +
480 + <mprml:flow>
481 + <mprml:kind>consume - fuel</mprml:kind>
482 + <mprml:qualifier>allocated</mprml:qualifier>
483 + <mprml:product>
484 + <mprml:kind>gas</mprml:kind>
485 + <mprml:period>
486 + <mprml:kind>month</mprml:kind>
487 + <mprml:dateStart>2011-07-01</mprml:dateStart>
488 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
489 + <mprml:volumeValue>
490 +
491 + <mprml:volume uom="m3">445.98</mprml:volume>
492 + <mprml:temp uom="degC">15</mprml:temp>
493 + <mprml:pres uom="atm">1</mprml:pres>
494 + </mprml:volumeValue>
495 +
496 + <mprml:mass uom="kg">555.37</mprml:mass>
497 + <mprml:densityValue>
498 + <mprml:density uom="kg/m3">0.01</mprml:density>
499 + <mprml:temp uom="degC">15</mprml:temp>
500 + <mprml:pres uom="atm">1</mprml:pres>
501 + </mprml:densityValue>
502 + </mprml:period>
503 + </mprml:product><mprml:product>
504 + <mprml:kind> diesel</mprml:kind>
505 + <mprml:period>
506 + <mprml:kind>month</mprml:kind>
507 + <mprml:dateStart>2011-07-01</mprml:dateStart>
508 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
509 + <mprml:volumeValue>
510 +
511 + <mprml:volume uom="m3">781.08</mprml:volume>
512 + <mprml:temp uom="degC">15</mprml:temp>
513 + <mprml:pres uom="atm">1</mprml:pres>
514 + </mprml:volumeValue>
515 +
516 + <mprml:mass uom="kg">825.34</mprml:mass>
517 + <mprml:densityValue>
518 + <mprml:density uom="kg/m3">0.18</mprml:density>
519 + <mprml:temp uom="degC">15</mprml:temp>
520 + <mprml:pres uom="atm">1</mprml:pres>
521 + </mprml:densityValue>
522 + </mprml:period>
523 + </mprml:product>
524 + </mprml:flow>
525 +
526 + <mprml:flow>
527 + <mprml:kind>production</mprml:kind>
528 + <mprml:qualifier>metered - fiscal</mprml:qualifier>
529 + <mprml:product>
530 + <mprml:kind>oil - gross</mprml:kind>
531 + <mprml:period>
532 + <mprml:kind>month</mprml:kind>
533 + <mprml:dateStart>2011-07-01</mprml:dateStart>
534 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
535 + <mprml:volumeValue>
536 +
537 + <mprml:volume uom="m3">1824.37</mprml:volume>
538 + <mprml:temp uom="degC">15</mprml:temp>
539 + <mprml:pres uom="atm">1</mprml:pres>
540 + </mprml:volumeValue>
541 +
542 + <mprml:mass uom="kg">365.82</mprml:mass>
543 + <mprml:densityValue>
544 + <mprml:density uom="kg/m3">710.97</mprml:density>
545 + <mprml:temp uom="degC">15</mprml:temp>
546 + <mprml:pres uom="atm">1</mprml:pres>
547 + </mprml:densityValue>
548 + </mprml:period>
549 + </mprml:product>
550 + </mprml:flow>
551 +
552 +
553 + </mprml:facility><mprml:facility>
554 + <mprml:name kind="wellbore" namingSystem="NPD" uidRef="6469">3/7-A-1 AH</mprml:name>
555 + <mprml:wellStatus>producing</mprml:wellStatus>
556 + <mprml:operationTime uom="d">4.0</mprml:operationTime>
557 + <mprml:parameterSet>
558 + <mprml:name>wellhead pressure</mprml:name>
559 + <mprml:parameter>
560 + <mprml:dateStart>2011-07-01</mprml:dateStart>
561 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
562 + <mprml:measureValue uom="bar">2323</mprml:measureValue>
563 + </mprml:parameter>
564 + </mprml:parameterSet>
565 + <mprml:flow>
566 + <mprml:kind>production</mprml:kind>
567 + <mprml:qualifier>allocated</mprml:qualifier>
568 + <mprml:product>
569 + <mprml:kind>oil - net</mprml:kind>
570 + <mprml:period>
571 + <mprml:kind>month</mprml:kind>
572 + <mprml:dateStart>2011-07-01</mprml:dateStart>
573 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
574 + <mprml:volumeValue>
575 +
576 + <mprml:volume uom="m3">1834.35</mprml:volume>
577 + <mprml:temp uom="degC">15</mprml:temp>
578 + <mprml:pres uom="atm">1</mprml:pres>
579 + </mprml:volumeValue>
580 + <mprml:portDiff>
581 + <mprml:chokeRelative uom="%">90.0</mprml:chokeRelative>
582 + </mprml:portDiff>
583 +
584 +
585 + </mprml:period>
586 + </mprml:product><mprml:product>
587 + <mprml:kind>gas</mprml:kind>
588 + <mprml:period>
589 + <mprml:kind>month</mprml:kind>
590 + <mprml:dateStart>2011-07-01</mprml:dateStart>
591 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
592 + <mprml:volumeValue>
593 +
594 + <mprml:volume uom="m3">1104.82</mprml:volume>
595 + <mprml:temp uom="degC">15</mprml:temp>
596 + <mprml:pres uom="atm">1</mprml:pres>
597 + </mprml:volumeValue>
598 + <mprml:portDiff>
599 + <mprml:chokeRelative uom="%">85.0</mprml:chokeRelative>
600 + </mprml:portDiff>
601 +
602 +
603 + </mprml:period>
604 + </mprml:product><mprml:product>
605 + <mprml:kind>water</mprml:kind>
606 + <mprml:period>
607 + <mprml:kind>month</mprml:kind>
608 + <mprml:dateStart>2011-07-01</mprml:dateStart>
609 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
610 + <mprml:volumeValue>
611 +
612 + <mprml:volume uom="m3">175.0</mprml:volume>
613 + <mprml:temp uom="degC">15</mprml:temp>
614 + <mprml:pres uom="atm">1</mprml:pres>
615 + </mprml:volumeValue>
616 + <mprml:portDiff>
617 + <mprml:chokeRelative uom="%">84.0</mprml:chokeRelative>
618 + </mprml:portDiff>
619 +
620 +
621 + </mprml:period>
622 + </mprml:product>
623 + </mprml:flow>
624 +
625 +
626 + </mprml:facility><mprml:facility>
627 + <mprml:name kind="wellbore" namingSystem="NPD" uidRef="6439">3/7-A-2 H</mprml:name>
628 + <mprml:wellStatus>producing</mprml:wellStatus>
629 + <mprml:operationTime uom="d">18.0</mprml:operationTime>
630 + <mprml:parameterSet>
631 + <mprml:name>wellhead pressure</mprml:name>
632 + <mprml:parameter>
633 + <mprml:dateStart>2011-07-01</mprml:dateStart>
634 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
635 + <mprml:measureValue uom="bar">2323</mprml:measureValue>
636 + </mprml:parameter>
637 + </mprml:parameterSet>
638 + <mprml:flow>
639 + <mprml:kind>production</mprml:kind>
640 + <mprml:qualifier>allocated</mprml:qualifier>
641 + <mprml:product>
642 + <mprml:kind>oil - net</mprml:kind>
643 + <mprml:period>
644 + <mprml:kind>month</mprml:kind>
645 + <mprml:dateStart>2011-07-01</mprml:dateStart>
646 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
647 + <mprml:volumeValue>
648 +
649 + <mprml:volume uom="m3">1169.73</mprml:volume>
650 + <mprml:temp uom="degC">15</mprml:temp>
651 + <mprml:pres uom="atm">1</mprml:pres>
652 + </mprml:volumeValue>
653 + <mprml:portDiff>
654 + <mprml:chokeRelative uom="%">76.0</mprml:chokeRelative>
655 + </mprml:portDiff>
656 +
657 +
658 + </mprml:period>
659 + </mprml:product><mprml:product>
660 + <mprml:kind>gas</mprml:kind>
661 + <mprml:period>
662 + <mprml:kind>month</mprml:kind>
663 + <mprml:dateStart>2011-07-01</mprml:dateStart>
664 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
665 + <mprml:volumeValue>
666 +
667 + <mprml:volume uom="m3">1320.38</mprml:volume>
668 + <mprml:temp uom="degC">15</mprml:temp>
669 + <mprml:pres uom="atm">1</mprml:pres>
670 + </mprml:volumeValue>
671 + <mprml:portDiff>
672 + <mprml:chokeRelative uom="%">83.0</mprml:chokeRelative>
673 + </mprml:portDiff>
674 +
675 +
676 + </mprml:period>
677 + </mprml:product><mprml:product>
678 + <mprml:kind>water</mprml:kind>
679 + <mprml:period>
680 + <mprml:kind>month</mprml:kind>
681 + <mprml:dateStart>2011-07-01</mprml:dateStart>
682 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
683 + <mprml:volumeValue>
684 +
685 + <mprml:volume uom="m3">1090.88</mprml:volume>
686 + <mprml:temp uom="degC">15</mprml:temp>
687 + <mprml:pres uom="atm">1</mprml:pres>
688 + </mprml:volumeValue>
689 + <mprml:portDiff>
690 + <mprml:chokeRelative uom="%">82.0</mprml:chokeRelative>
691 + </mprml:portDiff>
692 +
693 +
694 + </mprml:period>
695 + </mprml:product>
696 + </mprml:flow>
697 +
698 +
699 + </mprml:facility>
700 + </mprml:object>
701 +</mprml:objects>
...\ No newline at end of file ...\ No newline at end of file
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<mprml:objects xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 + xmlns:mprml="http://www.witsml.org/schemas/131" xmlns="http://www.witsml.org/schemas/131" version="1.0.0.0(PRODML)">
4 + <mprml:documentInfo>
5 + <mprml:DocumentName namingSystem="EC">TRYM July 2011</mprml:DocumentName>
6 + <mprml:DocumentAlias namingSystem="EC">TRYM Copex Report</mprml:DocumentAlias>
7 + <mprml:DocumentDate>2011-08-05T00:00:00.0Z</mprml:DocumentDate>
8 + <mprml:FileCreationInformation>
9 + <mprml:FileCreationDate>2011-08-05T00:00:00.0Z</mprml:FileCreationDate>
10 +
11 + <mprml:SoftwareName>Energy Components</mprml:SoftwareName>
12 + <mprml:FileCreator>Energy Components</mprml:FileCreator>
13 + </mprml:FileCreationInformation>
14 + <mprml:Owner>DONG E&amp;P Norge AS</mprml:Owner>
15 + </mprml:documentInfo>
16 + <mprml:context xsi:type="obj_report">
17 + <mprml:kind>month</mprml:kind>
18 + <mprml:title>TRYM July 2011</mprml:title>
19 + <mprml:date>2011-07-01</mprml:date>
20 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
21 + <mprml:month>2011-07</mprml:month>
22 + <mprml:year>2011</mprml:year>
23 + <mprml:reportVersion>1</mprml:reportVersion>
24 + <mprml:reportStatus>final</mprml:reportStatus>
25 + <mprml:installation kind="field" namingSystem="NPD" uidRef="18081500">TRYM</mprml:installation>
26 + <mprml:operator>
27 + <mprml:name>DONG E&amp;P Norge AS</mprml:name>
28 + <mprml:role>Operating company</mprml:role>
29 + </mprml:operator>
30 + </mprml:context>
31 + <mprml:object xsi:type="obj_productVolume">
32 + <mprml:name>TRYM</mprml:name>
33 + <mprml:facility>
34 + <mprml:name kind="field" namingSystem="NPD" uidRef="18081500">TRYM</mprml:name>
35 +
36 + <mprml:flow>
37 + <mprml:kind>production</mprml:kind>
38 + <mprml:qualifier>saleable</mprml:qualifier>
39 + <mprml:product>
40 + <mprml:kind>oil - net</mprml:kind>
41 + <mprml:period>
42 + <mprml:kind>month</mprml:kind>
43 + <mprml:dateStart>2011-07-01</mprml:dateStart>
44 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
45 + <mprml:volumeValue>
46 +
47 + <mprml:volume uom="m3">1203.24</mprml:volume>
48 + <mprml:temp uom="degC">15</mprml:temp>
49 + <mprml:pres uom="atm">1</mprml:pres>
50 + </mprml:volumeValue>
51 +
52 + <mprml:mass uom="kg">154.79</mprml:mass>
53 + <mprml:densityValue>
54 + <mprml:density uom="kg/m3">711.62</mprml:density>
55 + <mprml:temp uom="degC">15</mprml:temp>
56 + <mprml:pres uom="atm">1</mprml:pres>
57 + </mprml:densityValue>
58 + </mprml:period>
59 + </mprml:product>
60 + </mprml:flow>
61 +
62 + <mprml:flow>
63 + <mprml:kind>production</mprml:kind>
64 + <mprml:qualifier>allocated</mprml:qualifier>
65 + <mprml:product>
66 + <mprml:kind>oil - net</mprml:kind>
67 + <mprml:period>
68 + <mprml:kind>month</mprml:kind>
69 + <mprml:dateStart>2011-07-01</mprml:dateStart>
70 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
71 + <mprml:volumeValue>
72 +
73 + <mprml:volume uom="m3">422.25</mprml:volume>
74 + <mprml:temp uom="degC">15</mprml:temp>
75 + <mprml:pres uom="atm">1</mprml:pres>
76 + </mprml:volumeValue>
77 +
78 + <mprml:mass uom="kg">22.97</mprml:mass>
79 + <mprml:densityValue>
80 + <mprml:density uom="kg/m3">743.43</mprml:density>
81 + <mprml:temp uom="degC">15</mprml:temp>
82 + <mprml:pres uom="atm">1</mprml:pres>
83 + </mprml:densityValue>
84 + </mprml:period>
85 + </mprml:product><mprml:product>
86 + <mprml:kind>gas</mprml:kind>
87 + <mprml:period>
88 + <mprml:kind>month</mprml:kind>
89 + <mprml:dateStart>2011-07-01</mprml:dateStart>
90 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
91 + <mprml:volumeValue>
92 +
93 + <mprml:volume uom="m3">456.96</mprml:volume>
94 + <mprml:temp uom="degC">15</mprml:temp>
95 + <mprml:pres uom="atm">1</mprml:pres>
96 + </mprml:volumeValue>
97 +
98 + <mprml:mass uom="kg">939.97</mprml:mass>
99 + <mprml:densityValue>
100 + <mprml:density uom="kg/m3">748.3</mprml:density>
101 + <mprml:temp uom="degC">15</mprml:temp>
102 + <mprml:pres uom="atm">1</mprml:pres>
103 + </mprml:densityValue>
104 + </mprml:period>
105 + </mprml:product><mprml:product>
106 + <mprml:kind>water</mprml:kind>
107 + <mprml:period>
108 + <mprml:kind>month</mprml:kind>
109 + <mprml:dateStart>2011-07-01</mprml:dateStart>
110 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
111 + <mprml:volumeValue>
112 +
113 + <mprml:volume uom="m3">1932.77</mprml:volume>
114 + <mprml:temp uom="degC">15</mprml:temp>
115 + <mprml:pres uom="atm">1</mprml:pres>
116 + </mprml:volumeValue>
117 +
118 + <mprml:mass uom="kg">339.68</mprml:mass>
119 + <mprml:densityValue>
120 + <mprml:density uom="kg/m3">744.8</mprml:density>
121 + <mprml:temp uom="degC">15</mprml:temp>
122 + <mprml:pres uom="atm">1</mprml:pres>
123 + </mprml:densityValue>
124 + </mprml:period>
125 + </mprml:product><mprml:product>
126 + <mprml:kind>condensate - net</mprml:kind>
127 + <mprml:period>
128 + <mprml:kind>month</mprml:kind>
129 + <mprml:dateStart>2011-07-01</mprml:dateStart>
130 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
131 + <mprml:volumeValue>
132 +
133 + <mprml:volume uom="m3">1836.01</mprml:volume>
134 + <mprml:temp uom="degC">15</mprml:temp>
135 + <mprml:pres uom="atm">1</mprml:pres>
136 + </mprml:volumeValue>
137 +
138 + <mprml:mass uom="kg">475.64</mprml:mass>
139 + <mprml:densityValue>
140 + <mprml:density uom="kg/m3">744.93</mprml:density>
141 + <mprml:temp uom="degC">15</mprml:temp>
142 + <mprml:pres uom="atm">1</mprml:pres>
143 + </mprml:densityValue>
144 + </mprml:period>
145 + </mprml:product>
146 + </mprml:flow>
147 +
148 + <mprml:flow>
149 + <mprml:kind>injection</mprml:kind>
150 + <mprml:qualifier>allocated</mprml:qualifier>
151 + <mprml:product>
152 + <mprml:kind>gas</mprml:kind>
153 + <mprml:period>
154 + <mprml:kind>month</mprml:kind>
155 + <mprml:dateStart>2011-07-01</mprml:dateStart>
156 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
157 + <mprml:volumeValue>
158 +
159 + <mprml:volume uom="m3">466.4</mprml:volume>
160 + <mprml:temp uom="degC">15</mprml:temp>
161 + <mprml:pres uom="atm">1</mprml:pres>
162 + </mprml:volumeValue>
163 +
164 + <mprml:mass uom="kg">607.79</mprml:mass>
165 + <mprml:densityValue>
166 + <mprml:density uom="kg/m3">1.6</mprml:density>
167 + <mprml:temp uom="degC">15</mprml:temp>
168 + <mprml:pres uom="atm">1</mprml:pres>
169 + </mprml:densityValue>
170 + </mprml:period>
171 + </mprml:product>
172 + </mprml:flow>
173 +
174 +
175 + </mprml:facility><mprml:facility>
176 + <mprml:name kind="terminal" namingSystem="NPD" uidRef="NaN">FREDERICIA</mprml:name>
177 +
178 +
179 + <mprml:flow>
180 + <mprml:name>FREDERICIA allocated inventory</mprml:name>
181 + <mprml:kind>inventory</mprml:kind>
182 + <mprml:qualifier>allocated</mprml:qualifier>
183 + <mprml:product>
184 + <mprml:kind>oil - net</mprml:kind>
185 + <mprml:period>
186 + <mprml:kind>month</mprml:kind>
187 + <mprml:dateStart>2011-07-01</mprml:dateStart>
188 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
189 + <mprml:volumeValue>
190 + <mprml:volume uom="m3">1399.72</mprml:volume>
191 + <mprml:temp uom="degC">15</mprml:temp>
192 + <mprml:pres uom="atm">1</mprml:pres>
193 + </mprml:volumeValue>
194 +
195 + <mprml:mass uom="kg">335.46</mprml:mass>
196 +
197 + <mprml:densityValue>
198 + <mprml:density uom="kg/m3">701.5</mprml:density>
199 + <mprml:temp uom="degC">15</mprml:temp>
200 + <mprml:pres uom="atm">1</mprml:pres>
201 + </mprml:densityValue>
202 + <mprml:balanceSet>
203 + <mprml:kind>closing balance</mprml:kind>
204 + <mprml:balanceDetail>
205 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
206 + <mprml:volumeValue>
207 + <mprml:volume uom="m3">145.150964</mprml:volume>
208 + <mprml:temp uom="degC">15</mprml:temp>
209 + <mprml:pres uom="atm">1</mprml:pres>
210 + </mprml:volumeValue>
211 + <mprml:mass uom="kg">34.787202</mprml:mass>
212 + </mprml:balanceDetail><mprml:balanceDetail>
213 + <mprml:owner>Bayerngas Norge AS</mprml:owner>
214 + <mprml:volumeValue>
215 + <mprml:volume uom="m3">1254.569036</mprml:volume>
216 + <mprml:temp uom="degC">15</mprml:temp>
217 + <mprml:pres uom="atm">1</mprml:pres>
218 + </mprml:volumeValue>
219 + <mprml:mass uom="kg">300.672798</mprml:mass>
220 + </mprml:balanceDetail>
221 + </mprml:balanceSet>
222 + </mprml:period>
223 +
224 + </mprml:product>
225 + </mprml:flow>
226 +
227 +
228 + <mprml:flow>
229 + <mprml:name>FREDERICIA field production lifted by tanker</mprml:name>
230 + <mprml:kind>hydrocarbon accounting</mprml:kind>
231 + <mprml:qualifier>allocated</mprml:qualifier>
232 + <mprml:product>
233 + <mprml:kind>oil - net</mprml:kind>
234 + <mprml:period>
235 + <mprml:kind>month</mprml:kind>
236 + <mprml:dateStart>2011-07-01</mprml:dateStart>
237 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
238 + <mprml:balanceSet>
239 + <mprml:kind>tanker lifting</mprml:kind>
240 + <mprml:cargoNumber>304/1</mprml:cargoNumber>
241 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
242 + <mprml:shipper>Bayerngas Norge AS</mprml:shipper>
243 + <mprml:destination>
244 + <mprml:name>Fawley</mprml:name>
245 + <mprml:type>harbour</mprml:type>
246 + <mprml:country>UNITED KINGDOM</mprml:country>
247 + </mprml:destination>
248 + <mprml:event>
249 + <mprml:date>2009-01-04</mprml:date>
250 + <mprml:kind>bill of lading</mprml:kind>
251 + </mprml:event>
252 + <mprml:volumeValue>
253 + <mprml:volume uom="m3">741.46</mprml:volume>
254 + <mprml:temp uom="degC">15</mprml:temp>
255 + <mprml:pres uom="atm">1</mprml:pres>
256 + </mprml:volumeValue>
257 + <mprml:mass uom="kg">822.37</mprml:mass>
258 + <mprml:densityValue>
259 + <mprml:density uom="kg/m3">724.87</mprml:density>
260 + <mprml:temp uom="degC">15.0</mprml:temp>
261 + <mprml:pres uom="atm">1</mprml:pres>
262 + </mprml:densityValue>
263 + <mprml:balanceDetail>
264 + <mprml:owner>Bayerngas Norge AS</mprml:owner>
265 + <mprml:share uom="%">100.0</mprml:share>
266 + </mprml:balanceDetail>
267 + </mprml:balanceSet><mprml:balanceSet>
268 + <mprml:kind>tanker lifting</mprml:kind>
269 + <mprml:cargoNumber>305/1</mprml:cargoNumber>
270 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
271 + <mprml:shipper>DONG E&amp;P Norge AS</mprml:shipper>
272 + <mprml:destination>
273 + <mprml:name>Fawley</mprml:name>
274 + <mprml:type>harbour</mprml:type>
275 + <mprml:country>UNITED KINGDOM</mprml:country>
276 + </mprml:destination>
277 + <mprml:event>
278 + <mprml:date>2009-01-07</mprml:date>
279 + <mprml:kind>bill of lading</mprml:kind>
280 + </mprml:event>
281 + <mprml:volumeValue>
282 + <mprml:volume uom="m3">486.73</mprml:volume>
283 + <mprml:temp uom="degC">15</mprml:temp>
284 + <mprml:pres uom="atm">1</mprml:pres>
285 + </mprml:volumeValue>
286 + <mprml:mass uom="kg">985.3</mprml:mass>
287 + <mprml:densityValue>
288 + <mprml:density uom="kg/m3">779.4</mprml:density>
289 + <mprml:temp uom="degC">15.0</mprml:temp>
290 + <mprml:pres uom="atm">1</mprml:pres>
291 + </mprml:densityValue>
292 + <mprml:balanceDetail>
293 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
294 + <mprml:share uom="%">100.0</mprml:share>
295 + </mprml:balanceDetail>
296 + </mprml:balanceSet><mprml:balanceSet>
297 + <mprml:kind>tanker lifting</mprml:kind>
298 + <mprml:cargoNumber>306/1</mprml:cargoNumber>
299 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
300 + <mprml:shipper>DONG E&amp;P Norge AS</mprml:shipper>
301 + <mprml:destination>
302 + <mprml:name>Fawley</mprml:name>
303 + <mprml:type>harbour</mprml:type>
304 + <mprml:country>UNITED KINGDOM</mprml:country>
305 + </mprml:destination>
306 + <mprml:event>
307 + <mprml:date>2009-01-11</mprml:date>
308 + <mprml:kind>bill of lading</mprml:kind>
309 + </mprml:event>
310 + <mprml:volumeValue>
311 + <mprml:volume uom="m3">769.89</mprml:volume>
312 + <mprml:temp uom="degC">15</mprml:temp>
313 + <mprml:pres uom="atm">1</mprml:pres>
314 + </mprml:volumeValue>
315 + <mprml:mass uom="kg">331.89</mprml:mass>
316 + <mprml:densityValue>
317 + <mprml:density uom="kg/m3">708.73</mprml:density>
318 + <mprml:temp uom="degC">15.0</mprml:temp>
319 + <mprml:pres uom="atm">1</mprml:pres>
320 + </mprml:densityValue>
321 + <mprml:balanceDetail>
322 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
323 + <mprml:share uom="%">100.0</mprml:share>
324 + </mprml:balanceDetail>
325 + </mprml:balanceSet><mprml:balanceSet>
326 + <mprml:kind>tanker lifting</mprml:kind>
327 + <mprml:cargoNumber>307/1</mprml:cargoNumber>
328 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
329 + <mprml:shipper>Bayerngas Norge AS</mprml:shipper>
330 + <mprml:destination>
331 + <mprml:name>Rotterdam</mprml:name>
332 + <mprml:type>harbour</mprml:type>
333 + <mprml:country>NETHERLANDS</mprml:country>
334 + </mprml:destination>
335 + <mprml:event>
336 + <mprml:date>2009-01-15</mprml:date>
337 + <mprml:kind>bill of lading</mprml:kind>
338 + </mprml:event>
339 + <mprml:volumeValue>
340 + <mprml:volume uom="m3">286.53</mprml:volume>
341 + <mprml:temp uom="degC">15</mprml:temp>
342 + <mprml:pres uom="atm">1</mprml:pres>
343 + </mprml:volumeValue>
344 + <mprml:mass uom="kg">532.72</mprml:mass>
345 + <mprml:densityValue>
346 + <mprml:density uom="kg/m3">777.79</mprml:density>
347 + <mprml:temp uom="degC">15.0</mprml:temp>
348 + <mprml:pres uom="atm">1</mprml:pres>
349 + </mprml:densityValue>
350 + <mprml:balanceDetail>
351 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
352 + <mprml:share uom="%">100.0</mprml:share>
353 + </mprml:balanceDetail>
354 + </mprml:balanceSet>
355 + </mprml:period>
356 + </mprml:product>
357 + </mprml:flow>
358 + </mprml:facility><mprml:facility>
359 + <mprml:name kind="platform" namingSystem="NPD" uidRef="412931">HARALD A</mprml:name>
360 +
361 + <mprml:flow>
362 + <mprml:kind>production</mprml:kind>
363 + <mprml:qualifier>allocated</mprml:qualifier>
364 + <mprml:product>
365 + <mprml:kind>oil - net</mprml:kind>
366 + <mprml:period>
367 + <mprml:kind>month</mprml:kind>
368 + <mprml:dateStart>2011-07-01</mprml:dateStart>
369 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
370 + <mprml:volumeValue>
371 +
372 + <mprml:volume uom="m3">514.44</mprml:volume>
373 + <mprml:temp uom="degC">15</mprml:temp>
374 + <mprml:pres uom="atm">1</mprml:pres>
375 + </mprml:volumeValue>
376 +
377 + <mprml:mass uom="kg">659.28</mprml:mass>
378 + <mprml:densityValue>
379 + <mprml:density uom="kg/m3">770.64</mprml:density>
380 + <mprml:temp uom="degC">15</mprml:temp>
381 + <mprml:pres uom="atm">1</mprml:pres>
382 + </mprml:densityValue>
383 + </mprml:period>
384 + </mprml:product><mprml:product>
385 + <mprml:kind>gas</mprml:kind>
386 + <mprml:period>
387 + <mprml:kind>month</mprml:kind>
388 + <mprml:dateStart>2011-07-01</mprml:dateStart>
389 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
390 + <mprml:volumeValue>
391 +
392 + <mprml:volume uom="m3">1300.61</mprml:volume>
393 + <mprml:temp uom="degC">15</mprml:temp>
394 + <mprml:pres uom="atm">1</mprml:pres>
395 + </mprml:volumeValue>
396 +
397 + <mprml:mass uom="kg">191.25</mprml:mass>
398 + <mprml:densityValue>
399 + <mprml:density uom="kg/m3">724.7</mprml:density>
400 + <mprml:temp uom="degC">15</mprml:temp>
401 + <mprml:pres uom="atm">1</mprml:pres>
402 + </mprml:densityValue>
403 + </mprml:period>
404 + </mprml:product><mprml:product>
405 + <mprml:kind>water</mprml:kind>
406 + <mprml:period>
407 + <mprml:kind>month</mprml:kind>
408 + <mprml:dateStart>2011-07-01</mprml:dateStart>
409 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
410 + <mprml:volumeValue>
411 +
412 + <mprml:volume uom="m3">480.0</mprml:volume>
413 + <mprml:temp uom="degC">15</mprml:temp>
414 + <mprml:pres uom="atm">1</mprml:pres>
415 + </mprml:volumeValue>
416 +
417 + <mprml:mass uom="kg">82.38</mprml:mass>
418 + <mprml:densityValue>
419 + <mprml:density uom="kg/m3">732.77</mprml:density>
420 + <mprml:temp uom="degC">15</mprml:temp>
421 + <mprml:pres uom="atm">1</mprml:pres>
422 + </mprml:densityValue>
423 + </mprml:period>
424 + </mprml:product>
425 + </mprml:flow>
426 +
427 + <mprml:flow>
428 + <mprml:kind>injection</mprml:kind>
429 + <mprml:qualifier>allocated</mprml:qualifier>
430 + <mprml:product>
431 + <mprml:kind>gas</mprml:kind>
432 + <mprml:period>
433 + <mprml:kind>month</mprml:kind>
434 + <mprml:dateStart>2011-07-01</mprml:dateStart>
435 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
436 + <mprml:volumeValue>
437 +
438 + <mprml:volume uom="m3">78.14</mprml:volume>
439 + <mprml:temp uom="degC">15</mprml:temp>
440 + <mprml:pres uom="atm">1</mprml:pres>
441 + </mprml:volumeValue>
442 +
443 + <mprml:mass uom="kg">769.72</mprml:mass>
444 + <mprml:densityValue>
445 + <mprml:density uom="kg/m3">775.2</mprml:density>
446 + <mprml:temp uom="degC">15</mprml:temp>
447 + <mprml:pres uom="atm">1</mprml:pres>
448 + </mprml:densityValue>
449 + </mprml:period>
450 + </mprml:product>
451 + </mprml:flow>
452 +
453 + <mprml:flow>
454 + <mprml:kind>consume - flare</mprml:kind>
455 + <mprml:qualifier>allocated</mprml:qualifier>
456 + <mprml:product>
457 + <mprml:kind>gas</mprml:kind>
458 + <mprml:period>
459 + <mprml:kind>month</mprml:kind>
460 + <mprml:dateStart>2011-07-01</mprml:dateStart>
461 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
462 + <mprml:volumeValue>
463 +
464 + <mprml:volume uom="m3">1052.77</mprml:volume>
465 + <mprml:temp uom="degC">15</mprml:temp>
466 + <mprml:pres uom="atm">1</mprml:pres>
467 + </mprml:volumeValue>
468 +
469 + <mprml:mass uom="kg">945.5</mprml:mass>
470 + <mprml:densityValue>
471 + <mprml:density uom="kg/m3">737.68</mprml:density>
472 + <mprml:temp uom="degC">15</mprml:temp>
473 + <mprml:pres uom="atm">1</mprml:pres>
474 + </mprml:densityValue>
475 + </mprml:period>
476 + </mprml:product>
477 + </mprml:flow>
478 +
479 + <mprml:flow>
480 + <mprml:kind>consume - fuel</mprml:kind>
481 + <mprml:qualifier>allocated</mprml:qualifier>
482 + <mprml:product>
483 + <mprml:kind>gas</mprml:kind>
484 + <mprml:period>
485 + <mprml:kind>month</mprml:kind>
486 + <mprml:dateStart>2011-07-01</mprml:dateStart>
487 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
488 + <mprml:volumeValue>
489 +
490 + <mprml:volume uom="m3">258.95</mprml:volume>
491 + <mprml:temp uom="degC">15</mprml:temp>
492 + <mprml:pres uom="atm">1</mprml:pres>
493 + </mprml:volumeValue>
494 +
495 + <mprml:mass uom="kg">279.83</mprml:mass>
496 + <mprml:densityValue>
497 + <mprml:density uom="kg/m3">0.29</mprml:density>
498 + <mprml:temp uom="degC">15</mprml:temp>
499 + <mprml:pres uom="atm">1</mprml:pres>
500 + </mprml:densityValue>
501 + </mprml:period>
502 + </mprml:product><mprml:product>
503 + <mprml:kind> diesel</mprml:kind>
504 + <mprml:period>
505 + <mprml:kind>month</mprml:kind>
506 + <mprml:dateStart>2011-07-01</mprml:dateStart>
507 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
508 + <mprml:volumeValue>
509 +
510 + <mprml:volume uom="m3">151.59</mprml:volume>
511 + <mprml:temp uom="degC">15</mprml:temp>
512 + <mprml:pres uom="atm">1</mprml:pres>
513 + </mprml:volumeValue>
514 +
515 + <mprml:mass uom="kg">369.09</mprml:mass>
516 + <mprml:densityValue>
517 + <mprml:density uom="kg/m3">0.79</mprml:density>
518 + <mprml:temp uom="degC">15</mprml:temp>
519 + <mprml:pres uom="atm">1</mprml:pres>
520 + </mprml:densityValue>
521 + </mprml:period>
522 + </mprml:product>
523 + </mprml:flow>
524 +
525 + <mprml:flow>
526 + <mprml:kind>production</mprml:kind>
527 + <mprml:qualifier>metered - fiscal</mprml:qualifier>
528 + <mprml:product>
529 + <mprml:kind>oil - gross</mprml:kind>
530 + <mprml:period>
531 + <mprml:kind>month</mprml:kind>
532 + <mprml:dateStart>2011-07-01</mprml:dateStart>
533 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
534 + <mprml:volumeValue>
535 +
536 + <mprml:volume uom="m3">1407.5</mprml:volume>
537 + <mprml:temp uom="degC">15</mprml:temp>
538 + <mprml:pres uom="atm">1</mprml:pres>
539 + </mprml:volumeValue>
540 +
541 + <mprml:mass uom="kg">351.32</mprml:mass>
542 + <mprml:densityValue>
543 + <mprml:density uom="kg/m3">781.99</mprml:density>
544 + <mprml:temp uom="degC">15</mprml:temp>
545 + <mprml:pres uom="atm">1</mprml:pres>
546 + </mprml:densityValue>
547 + </mprml:period>
548 + </mprml:product>
549 + </mprml:flow>
550 +
551 +
552 + </mprml:facility><mprml:facility>
553 + <mprml:name kind="wellbore" namingSystem="NPD" uidRef="6469">3/7-A-1 AH</mprml:name>
554 + <mprml:wellStatus>producing</mprml:wellStatus>
555 + <mprml:operationTime uom="d">7.0</mprml:operationTime>
556 + <mprml:parameterSet>
557 + <mprml:name>wellhead pressure</mprml:name>
558 + <mprml:parameter>
559 + <mprml:dateStart>2011-07-01</mprml:dateStart>
560 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
561 + <mprml:measureValue uom="bar">2323</mprml:measureValue>
562 + </mprml:parameter>
563 + </mprml:parameterSet>
564 + <mprml:flow>
565 + <mprml:kind>production</mprml:kind>
566 + <mprml:qualifier>allocated</mprml:qualifier>
567 + <mprml:product>
568 + <mprml:kind>oil - net</mprml:kind>
569 + <mprml:period>
570 + <mprml:kind>month</mprml:kind>
571 + <mprml:dateStart>2011-07-01</mprml:dateStart>
572 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
573 + <mprml:volumeValue>
574 +
575 + <mprml:volume uom="m3">849.73</mprml:volume>
576 + <mprml:temp uom="degC">15</mprml:temp>
577 + <mprml:pres uom="atm">1</mprml:pres>
578 + </mprml:volumeValue>
579 + <mprml:portDiff>
580 + <mprml:chokeRelative uom="%">83.0</mprml:chokeRelative>
581 + </mprml:portDiff>
582 +
583 +
584 + </mprml:period>
585 + </mprml:product><mprml:product>
586 + <mprml:kind>gas</mprml:kind>
587 + <mprml:period>
588 + <mprml:kind>month</mprml:kind>
589 + <mprml:dateStart>2011-07-01</mprml:dateStart>
590 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
591 + <mprml:volumeValue>
592 +
593 + <mprml:volume uom="m3">1950.47</mprml:volume>
594 + <mprml:temp uom="degC">15</mprml:temp>
595 + <mprml:pres uom="atm">1</mprml:pres>
596 + </mprml:volumeValue>
597 + <mprml:portDiff>
598 + <mprml:chokeRelative uom="%">75.0</mprml:chokeRelative>
599 + </mprml:portDiff>
600 +
601 +
602 + </mprml:period>
603 + </mprml:product><mprml:product>
604 + <mprml:kind>water</mprml:kind>
605 + <mprml:period>
606 + <mprml:kind>month</mprml:kind>
607 + <mprml:dateStart>2011-07-01</mprml:dateStart>
608 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
609 + <mprml:volumeValue>
610 +
611 + <mprml:volume uom="m3">4.58</mprml:volume>
612 + <mprml:temp uom="degC">15</mprml:temp>
613 + <mprml:pres uom="atm">1</mprml:pres>
614 + </mprml:volumeValue>
615 + <mprml:portDiff>
616 + <mprml:chokeRelative uom="%">83.0</mprml:chokeRelative>
617 + </mprml:portDiff>
618 +
619 +
620 + </mprml:period>
621 + </mprml:product>
622 + </mprml:flow>
623 +
624 +
625 + </mprml:facility><mprml:facility>
626 + <mprml:name kind="wellbore" namingSystem="NPD" uidRef="6439">3/7-A-2 H</mprml:name>
627 + <mprml:wellStatus>producing</mprml:wellStatus>
628 + <mprml:operationTime uom="d">12.0</mprml:operationTime>
629 + <mprml:parameterSet>
630 + <mprml:name>wellhead pressure</mprml:name>
631 + <mprml:parameter>
632 + <mprml:dateStart>2011-07-01</mprml:dateStart>
633 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
634 + <mprml:measureValue uom="bar">2323</mprml:measureValue>
635 + </mprml:parameter>
636 + </mprml:parameterSet>
637 + <mprml:flow>
638 + <mprml:kind>production</mprml:kind>
639 + <mprml:qualifier>allocated</mprml:qualifier>
640 + <mprml:product>
641 + <mprml:kind>oil - net</mprml:kind>
642 + <mprml:period>
643 + <mprml:kind>month</mprml:kind>
644 + <mprml:dateStart>2011-07-01</mprml:dateStart>
645 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
646 + <mprml:volumeValue>
647 +
648 + <mprml:volume uom="m3">1830.66</mprml:volume>
649 + <mprml:temp uom="degC">15</mprml:temp>
650 + <mprml:pres uom="atm">1</mprml:pres>
651 + </mprml:volumeValue>
652 + <mprml:portDiff>
653 + <mprml:chokeRelative uom="%">88.0</mprml:chokeRelative>
654 + </mprml:portDiff>
655 +
656 +
657 + </mprml:period>
658 + </mprml:product><mprml:product>
659 + <mprml:kind>gas</mprml:kind>
660 + <mprml:period>
661 + <mprml:kind>month</mprml:kind>
662 + <mprml:dateStart>2011-07-01</mprml:dateStart>
663 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
664 + <mprml:volumeValue>
665 +
666 + <mprml:volume uom="m3">1397.06</mprml:volume>
667 + <mprml:temp uom="degC">15</mprml:temp>
668 + <mprml:pres uom="atm">1</mprml:pres>
669 + </mprml:volumeValue>
670 + <mprml:portDiff>
671 + <mprml:chokeRelative uom="%">76.0</mprml:chokeRelative>
672 + </mprml:portDiff>
673 +
674 +
675 + </mprml:period>
676 + </mprml:product><mprml:product>
677 + <mprml:kind>water</mprml:kind>
678 + <mprml:period>
679 + <mprml:kind>month</mprml:kind>
680 + <mprml:dateStart>2011-07-01</mprml:dateStart>
681 + <mprml:dateEnd>2011-07-31</mprml:dateEnd>
682 + <mprml:volumeValue>
683 +
684 + <mprml:volume uom="m3">1674.75</mprml:volume>
685 + <mprml:temp uom="degC">15</mprml:temp>
686 + <mprml:pres uom="atm">1</mprml:pres>
687 + </mprml:volumeValue>
688 + <mprml:portDiff>
689 + <mprml:chokeRelative uom="%">83.0</mprml:chokeRelative>
690 + </mprml:portDiff>
691 +
692 +
693 + </mprml:period>
694 + </mprml:product>
695 + </mprml:flow>
696 +
697 +
698 + </mprml:facility>
699 + </mprml:object>
700 +</mprml:objects>
...\ No newline at end of file ...\ No newline at end of file
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<mprml:objects xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 + xmlns:mprml="http://www.witsml.org/schemas/131" xmlns="http://www.witsml.org/schemas/131" version="1.0.0.0(PRODML)">
4 + <mprml:documentInfo>
5 + <mprml:DocumentName namingSystem="EC">TRYM August 2011</mprml:DocumentName>
6 + <mprml:DocumentAlias namingSystem="EC">TRYM Copex Report</mprml:DocumentAlias>
7 + <mprml:DocumentDate>2011-09-05T00:00:00.0Z</mprml:DocumentDate>
8 + <mprml:FileCreationInformation>
9 +
10 + <mprml:FileCreationDate>2011-09-15T00:00:00.0Z</mprml:FileCreationDate>
11 +
12 + <mprml:SoftwareName>Energy Components</mprml:SoftwareName>
13 + <mprml:FileCreator>Energy Components</mprml:FileCreator>
14 + </mprml:FileCreationInformation>
15 + <mprml:Owner>DONG E&amp;P Norge AS</mprml:Owner>
16 + </mprml:documentInfo>
17 + <mprml:context xsi:type="obj_report">
18 + <mprml:kind>month</mprml:kind>
19 + <mprml:title>TRYM August 2011</mprml:title>
20 + <mprml:date>2011-08-01</mprml:date>
21 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
22 + <mprml:month>2011-08</mprml:month>
23 + <mprml:year>2011</mprml:year>
24 + <mprml:reportVersion>1</mprml:reportVersion>
25 + <mprml:reportStatus>final</mprml:reportStatus>
26 + <mprml:installation kind="field" namingSystem="NPD" uidRef="18081500">TRYM</mprml:installation>
27 + <mprml:operator>
28 + <mprml:name>DONG E&amp;P Norge AS</mprml:name>
29 + <mprml:role>Operating company</mprml:role>
30 + </mprml:operator>
31 + </mprml:context>
32 + <mprml:object xsi:type="obj_productVolume">
33 + <mprml:name>TRYM</mprml:name>
34 + <mprml:facility>
35 + <mprml:name kind="field" namingSystem="NPD" uidRef="18081500">TRYM</mprml:name>
36 +
37 + <mprml:flow>
38 + <mprml:kind>production</mprml:kind>
39 + <mprml:qualifier>saleable</mprml:qualifier>
40 + <mprml:product>
41 + <mprml:kind>oil - net</mprml:kind>
42 + <mprml:period>
43 + <mprml:kind>month</mprml:kind>
44 + <mprml:dateStart>2011-08-01</mprml:dateStart>
45 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
46 + <mprml:volumeValue>
47 +
48 + <mprml:volume uom="m3">1214.21</mprml:volume>
49 + <mprml:temp uom="degC">15</mprml:temp>
50 + <mprml:pres uom="atm">1</mprml:pres>
51 + </mprml:volumeValue>
52 +
53 + <mprml:mass uom="kg">726.25</mprml:mass>
54 + <mprml:densityValue>
55 + <mprml:density uom="kg/m3">774.91</mprml:density>
56 + <mprml:temp uom="degC">15</mprml:temp>
57 + <mprml:pres uom="atm">1</mprml:pres>
58 + </mprml:densityValue>
59 + </mprml:period>
60 + </mprml:product>
61 + </mprml:flow>
62 +
63 + <mprml:flow>
64 + <mprml:kind>production</mprml:kind>
65 + <mprml:qualifier>allocated</mprml:qualifier>
66 + <mprml:product>
67 + <mprml:kind>oil - net</mprml:kind>
68 + <mprml:period>
69 + <mprml:kind>month</mprml:kind>
70 + <mprml:dateStart>2011-08-01</mprml:dateStart>
71 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
72 + <mprml:volumeValue>
73 +
74 + <mprml:volume uom="m3">523.91</mprml:volume>
75 + <mprml:temp uom="degC">15</mprml:temp>
76 + <mprml:pres uom="atm">1</mprml:pres>
77 + </mprml:volumeValue>
78 +
79 + <mprml:mass uom="kg">766.63</mprml:mass>
80 + <mprml:densityValue>
81 + <mprml:density uom="kg/m3">739.23</mprml:density>
82 + <mprml:temp uom="degC">15</mprml:temp>
83 + <mprml:pres uom="atm">1</mprml:pres>
84 + </mprml:densityValue>
85 + </mprml:period>
86 + </mprml:product><mprml:product>
87 + <mprml:kind>gas</mprml:kind>
88 + <mprml:period>
89 + <mprml:kind>month</mprml:kind>
90 + <mprml:dateStart>2011-08-01</mprml:dateStart>
91 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
92 + <mprml:volumeValue>
93 +
94 + <mprml:volume uom="m3">1371.83</mprml:volume>
95 + <mprml:temp uom="degC">15</mprml:temp>
96 + <mprml:pres uom="atm">1</mprml:pres>
97 + </mprml:volumeValue>
98 +
99 + <mprml:mass uom="kg">839.75</mprml:mass>
100 + <mprml:densityValue>
101 + <mprml:density uom="kg/m3">792.76</mprml:density>
102 + <mprml:temp uom="degC">15</mprml:temp>
103 + <mprml:pres uom="atm">1</mprml:pres>
104 + </mprml:densityValue>
105 + </mprml:period>
106 + </mprml:product><mprml:product>
107 + <mprml:kind>water</mprml:kind>
108 + <mprml:period>
109 + <mprml:kind>month</mprml:kind>
110 + <mprml:dateStart>2011-08-01</mprml:dateStart>
111 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
112 + <mprml:volumeValue>
113 +
114 + <mprml:volume uom="m3">1457.62</mprml:volume>
115 + <mprml:temp uom="degC">15</mprml:temp>
116 + <mprml:pres uom="atm">1</mprml:pres>
117 + </mprml:volumeValue>
118 +
119 + <mprml:mass uom="kg">239.19</mprml:mass>
120 + <mprml:densityValue>
121 + <mprml:density uom="kg/m3">711.89</mprml:density>
122 + <mprml:temp uom="degC">15</mprml:temp>
123 + <mprml:pres uom="atm">1</mprml:pres>
124 + </mprml:densityValue>
125 + </mprml:period>
126 + </mprml:product><mprml:product>
127 + <mprml:kind>condensate - net</mprml:kind>
128 + <mprml:period>
129 + <mprml:kind>month</mprml:kind>
130 + <mprml:dateStart>2011-08-01</mprml:dateStart>
131 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
132 + <mprml:volumeValue>
133 +
134 + <mprml:volume uom="m3">1811.49</mprml:volume>
135 + <mprml:temp uom="degC">15</mprml:temp>
136 + <mprml:pres uom="atm">1</mprml:pres>
137 + </mprml:volumeValue>
138 +
139 + <mprml:mass uom="kg">981.12</mprml:mass>
140 + <mprml:densityValue>
141 + <mprml:density uom="kg/m3">740.19</mprml:density>
142 + <mprml:temp uom="degC">15</mprml:temp>
143 + <mprml:pres uom="atm">1</mprml:pres>
144 + </mprml:densityValue>
145 + </mprml:period>
146 + </mprml:product>
147 + </mprml:flow>
148 +
149 + <mprml:flow>
150 + <mprml:kind>injection</mprml:kind>
151 + <mprml:qualifier>allocated</mprml:qualifier>
152 + <mprml:product>
153 + <mprml:kind>gas</mprml:kind>
154 + <mprml:period>
155 + <mprml:kind>month</mprml:kind>
156 + <mprml:dateStart>2011-08-01</mprml:dateStart>
157 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
158 + <mprml:volumeValue>
159 +
160 + <mprml:volume uom="m3">629.79</mprml:volume>
161 + <mprml:temp uom="degC">15</mprml:temp>
162 + <mprml:pres uom="atm">1</mprml:pres>
163 + </mprml:volumeValue>
164 +
165 + <mprml:mass uom="kg">976.39</mprml:mass>
166 + <mprml:densityValue>
167 + <mprml:density uom="kg/m3">1.48</mprml:density>
168 + <mprml:temp uom="degC">15</mprml:temp>
169 + <mprml:pres uom="atm">1</mprml:pres>
170 + </mprml:densityValue>
171 + </mprml:period>
172 + </mprml:product>
173 + </mprml:flow>
174 +
175 +
176 + </mprml:facility><mprml:facility>
177 + <mprml:name kind="terminal" namingSystem="NPD" uidRef="NaN">FREDERICIA</mprml:name>
178 +
179 +
180 + <mprml:flow>
181 + <mprml:name>FREDERICIA allocated inventory</mprml:name>
182 + <mprml:kind>inventory</mprml:kind>
183 + <mprml:qualifier>allocated</mprml:qualifier>
184 + <mprml:product>
185 + <mprml:kind>oil - net</mprml:kind>
186 + <mprml:period>
187 + <mprml:kind>month</mprml:kind>
188 + <mprml:dateStart>2011-08-01</mprml:dateStart>
189 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
190 + <mprml:volumeValue>
191 + <mprml:volume uom="m3">1399.72</mprml:volume>
192 + <mprml:temp uom="degC">15</mprml:temp>
193 + <mprml:pres uom="atm">1</mprml:pres>
194 + </mprml:volumeValue>
195 +
196 + <mprml:mass uom="kg">335.46</mprml:mass>
197 +
198 + <mprml:densityValue>
199 + <mprml:density uom="kg/m3">754.03</mprml:density>
200 + <mprml:temp uom="degC">15</mprml:temp>
201 + <mprml:pres uom="atm">1</mprml:pres>
202 + </mprml:densityValue>
203 + <mprml:balanceSet>
204 + <mprml:kind>closing balance</mprml:kind>
205 + <mprml:balanceDetail>
206 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
207 + <mprml:volumeValue>
208 + <mprml:volume uom="m3">145.150964</mprml:volume>
209 + <mprml:temp uom="degC">15</mprml:temp>
210 + <mprml:pres uom="atm">1</mprml:pres>
211 + </mprml:volumeValue>
212 + <mprml:mass uom="kg">34.787202</mprml:mass>
213 + </mprml:balanceDetail><mprml:balanceDetail>
214 + <mprml:owner>Bayerngas Norge AS</mprml:owner>
215 + <mprml:volumeValue>
216 + <mprml:volume uom="m3">1254.569036</mprml:volume>
217 + <mprml:temp uom="degC">15</mprml:temp>
218 + <mprml:pres uom="atm">1</mprml:pres>
219 + </mprml:volumeValue>
220 + <mprml:mass uom="kg">300.672798</mprml:mass>
221 + </mprml:balanceDetail>
222 + </mprml:balanceSet>
223 + </mprml:period>
224 +
225 + </mprml:product>
226 + </mprml:flow>
227 +
228 +
229 + <mprml:flow>
230 + <mprml:name>FREDERICIA field production lifted by tanker</mprml:name>
231 + <mprml:kind>hydrocarbon accounting</mprml:kind>
232 + <mprml:qualifier>allocated</mprml:qualifier>
233 + <mprml:product>
234 + <mprml:kind>oil - net</mprml:kind>
235 + <mprml:period>
236 + <mprml:kind>month</mprml:kind>
237 + <mprml:dateStart>2011-08-01</mprml:dateStart>
238 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
239 + <mprml:balanceSet>
240 + <mprml:kind>tanker lifting</mprml:kind>
241 + <mprml:cargoNumber>304/1</mprml:cargoNumber>
242 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
243 + <mprml:shipper>Bayerngas Norge AS</mprml:shipper>
244 + <mprml:destination>
245 + <mprml:name>Fawley</mprml:name>
246 + <mprml:type>harbour</mprml:type>
247 + <mprml:country>UNITED KINGDOM</mprml:country>
248 + </mprml:destination>
249 + <mprml:event>
250 + <mprml:date>2009-01-04</mprml:date>
251 + <mprml:kind>bill of lading</mprml:kind>
252 + </mprml:event>
253 + <mprml:volumeValue>
254 + <mprml:volume uom="m3">741.46</mprml:volume>
255 + <mprml:temp uom="degC">15</mprml:temp>
256 + <mprml:pres uom="atm">1</mprml:pres>
257 + </mprml:volumeValue>
258 + <mprml:mass uom="kg">822.37</mprml:mass>
259 + <mprml:densityValue>
260 + <mprml:density uom="kg/m3">724.87</mprml:density>
261 + <mprml:temp uom="degC">15.0</mprml:temp>
262 + <mprml:pres uom="atm">1</mprml:pres>
263 + </mprml:densityValue>
264 + <mprml:balanceDetail>
265 + <mprml:owner>Bayerngas Norge AS</mprml:owner>
266 + <mprml:share uom="%">100.0</mprml:share>
267 + </mprml:balanceDetail>
268 + </mprml:balanceSet><mprml:balanceSet>
269 + <mprml:kind>tanker lifting</mprml:kind>
270 + <mprml:cargoNumber>305/1</mprml:cargoNumber>
271 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
272 + <mprml:shipper>DONG E&amp;P Norge AS</mprml:shipper>
273 + <mprml:destination>
274 + <mprml:name>Fawley</mprml:name>
275 + <mprml:type>harbour</mprml:type>
276 + <mprml:country>UNITED KINGDOM</mprml:country>
277 + </mprml:destination>
278 + <mprml:event>
279 + <mprml:date>2009-01-07</mprml:date>
280 + <mprml:kind>bill of lading</mprml:kind>
281 + </mprml:event>
282 + <mprml:volumeValue>
283 + <mprml:volume uom="m3">486.73</mprml:volume>
284 + <mprml:temp uom="degC">15</mprml:temp>
285 + <mprml:pres uom="atm">1</mprml:pres>
286 + </mprml:volumeValue>
287 + <mprml:mass uom="kg">985.3</mprml:mass>
288 + <mprml:densityValue>
289 + <mprml:density uom="kg/m3">779.4</mprml:density>
290 + <mprml:temp uom="degC">15.0</mprml:temp>
291 + <mprml:pres uom="atm">1</mprml:pres>
292 + </mprml:densityValue>
293 + <mprml:balanceDetail>
294 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
295 + <mprml:share uom="%">100.0</mprml:share>
296 + </mprml:balanceDetail>
297 + </mprml:balanceSet><mprml:balanceSet>
298 + <mprml:kind>tanker lifting</mprml:kind>
299 + <mprml:cargoNumber>306/1</mprml:cargoNumber>
300 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
301 + <mprml:shipper>DONG E&amp;P Norge AS</mprml:shipper>
302 + <mprml:destination>
303 + <mprml:name>Fawley</mprml:name>
304 + <mprml:type>harbour</mprml:type>
305 + <mprml:country>UNITED KINGDOM</mprml:country>
306 + </mprml:destination>
307 + <mprml:event>
308 + <mprml:date>2009-01-11</mprml:date>
309 + <mprml:kind>bill of lading</mprml:kind>
310 + </mprml:event>
311 + <mprml:volumeValue>
312 + <mprml:volume uom="m3">769.89</mprml:volume>
313 + <mprml:temp uom="degC">15</mprml:temp>
314 + <mprml:pres uom="atm">1</mprml:pres>
315 + </mprml:volumeValue>
316 + <mprml:mass uom="kg">331.89</mprml:mass>
317 + <mprml:densityValue>
318 + <mprml:density uom="kg/m3">708.73</mprml:density>
319 + <mprml:temp uom="degC">15.0</mprml:temp>
320 + <mprml:pres uom="atm">1</mprml:pres>
321 + </mprml:densityValue>
322 + <mprml:balanceDetail>
323 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
324 + <mprml:share uom="%">100.0</mprml:share>
325 + </mprml:balanceDetail>
326 + </mprml:balanceSet><mprml:balanceSet>
327 + <mprml:kind>tanker lifting</mprml:kind>
328 + <mprml:cargoNumber>307/1</mprml:cargoNumber>
329 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
330 + <mprml:shipper>Bayerngas Norge AS</mprml:shipper>
331 + <mprml:destination>
332 + <mprml:name>Rotterdam</mprml:name>
333 + <mprml:type>harbour</mprml:type>
334 + <mprml:country>NETHERLANDS</mprml:country>
335 + </mprml:destination>
336 + <mprml:event>
337 + <mprml:date>2009-01-15</mprml:date>
338 + <mprml:kind>bill of lading</mprml:kind>
339 + </mprml:event>
340 + <mprml:volumeValue>
341 + <mprml:volume uom="m3">286.53</mprml:volume>
342 + <mprml:temp uom="degC">15</mprml:temp>
343 + <mprml:pres uom="atm">1</mprml:pres>
344 + </mprml:volumeValue>
345 + <mprml:mass uom="kg">532.72</mprml:mass>
346 + <mprml:densityValue>
347 + <mprml:density uom="kg/m3">777.79</mprml:density>
348 + <mprml:temp uom="degC">15.0</mprml:temp>
349 + <mprml:pres uom="atm">1</mprml:pres>
350 + </mprml:densityValue>
351 + <mprml:balanceDetail>
352 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
353 + <mprml:share uom="%">100.0</mprml:share>
354 + </mprml:balanceDetail>
355 + </mprml:balanceSet>
356 + </mprml:period>
357 + </mprml:product>
358 + </mprml:flow>
359 + </mprml:facility><mprml:facility>
360 + <mprml:name kind="platform" namingSystem="NPD" uidRef="412931">HARALD A</mprml:name>
361 +
362 + <mprml:flow>
363 + <mprml:kind>production</mprml:kind>
364 + <mprml:qualifier>allocated</mprml:qualifier>
365 + <mprml:product>
366 + <mprml:kind>oil - net</mprml:kind>
367 + <mprml:period>
368 + <mprml:kind>month</mprml:kind>
369 + <mprml:dateStart>2011-08-01</mprml:dateStart>
370 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
371 + <mprml:volumeValue>
372 +
373 + <mprml:volume uom="m3">188.64</mprml:volume>
374 + <mprml:temp uom="degC">15</mprml:temp>
375 + <mprml:pres uom="atm">1</mprml:pres>
376 + </mprml:volumeValue>
377 +
378 + <mprml:mass uom="kg">772.24</mprml:mass>
379 + <mprml:densityValue>
380 + <mprml:density uom="kg/m3">746.73</mprml:density>
381 + <mprml:temp uom="degC">15</mprml:temp>
382 + <mprml:pres uom="atm">1</mprml:pres>
383 + </mprml:densityValue>
384 + </mprml:period>
385 + </mprml:product><mprml:product>
386 + <mprml:kind>gas</mprml:kind>
387 + <mprml:period>
388 + <mprml:kind>month</mprml:kind>
389 + <mprml:dateStart>2011-08-01</mprml:dateStart>
390 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
391 + <mprml:volumeValue>
392 +
393 + <mprml:volume uom="m3">780.88</mprml:volume>
394 + <mprml:temp uom="degC">15</mprml:temp>
395 + <mprml:pres uom="atm">1</mprml:pres>
396 + </mprml:volumeValue>
397 +
398 + <mprml:mass uom="kg">675.47</mprml:mass>
399 + <mprml:densityValue>
400 + <mprml:density uom="kg/m3">763.33</mprml:density>
401 + <mprml:temp uom="degC">15</mprml:temp>
402 + <mprml:pres uom="atm">1</mprml:pres>
403 + </mprml:densityValue>
404 + </mprml:period>
405 + </mprml:product><mprml:product>
406 + <mprml:kind>water</mprml:kind>
407 + <mprml:period>
408 + <mprml:kind>month</mprml:kind>
409 + <mprml:dateStart>2011-08-01</mprml:dateStart>
410 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
411 + <mprml:volumeValue>
412 +
413 + <mprml:volume uom="m3">1534.71</mprml:volume>
414 + <mprml:temp uom="degC">15</mprml:temp>
415 + <mprml:pres uom="atm">1</mprml:pres>
416 + </mprml:volumeValue>
417 +
418 + <mprml:mass uom="kg">136.08</mprml:mass>
419 + <mprml:densityValue>
420 + <mprml:density uom="kg/m3">795.29</mprml:density>
421 + <mprml:temp uom="degC">15</mprml:temp>
422 + <mprml:pres uom="atm">1</mprml:pres>
423 + </mprml:densityValue>
424 + </mprml:period>
425 + </mprml:product>
426 + </mprml:flow>
427 +
428 + <mprml:flow>
429 + <mprml:kind>injection</mprml:kind>
430 + <mprml:qualifier>allocated</mprml:qualifier>
431 + <mprml:product>
432 + <mprml:kind>gas</mprml:kind>
433 + <mprml:period>
434 + <mprml:kind>month</mprml:kind>
435 + <mprml:dateStart>2011-08-01</mprml:dateStart>
436 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
437 + <mprml:volumeValue>
438 +
439 + <mprml:volume uom="m3">780.84</mprml:volume>
440 + <mprml:temp uom="degC">15</mprml:temp>
441 + <mprml:pres uom="atm">1</mprml:pres>
442 + </mprml:volumeValue>
443 +
444 + <mprml:mass uom="kg">831.53</mprml:mass>
445 + <mprml:densityValue>
446 + <mprml:density uom="kg/m3">723.84</mprml:density>
447 + <mprml:temp uom="degC">15</mprml:temp>
448 + <mprml:pres uom="atm">1</mprml:pres>
449 + </mprml:densityValue>
450 + </mprml:period>
451 + </mprml:product>
452 + </mprml:flow>
453 +
454 + <mprml:flow>
455 + <mprml:kind>consume - flare</mprml:kind>
456 + <mprml:qualifier>allocated</mprml:qualifier>
457 + <mprml:product>
458 + <mprml:kind>gas</mprml:kind>
459 + <mprml:period>
460 + <mprml:kind>month</mprml:kind>
461 + <mprml:dateStart>2011-08-01</mprml:dateStart>
462 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
463 + <mprml:volumeValue>
464 +
465 + <mprml:volume uom="m3">1873.03</mprml:volume>
466 + <mprml:temp uom="degC">15</mprml:temp>
467 + <mprml:pres uom="atm">1</mprml:pres>
468 + </mprml:volumeValue>
469 +
470 + <mprml:mass uom="kg">769.23</mprml:mass>
471 + <mprml:densityValue>
472 + <mprml:density uom="kg/m3">754.01</mprml:density>
473 + <mprml:temp uom="degC">15</mprml:temp>
474 + <mprml:pres uom="atm">1</mprml:pres>
475 + </mprml:densityValue>
476 + </mprml:period>
477 + </mprml:product>
478 + </mprml:flow>
479 +
480 + <mprml:flow>
481 + <mprml:kind>consume - fuel</mprml:kind>
482 + <mprml:qualifier>allocated</mprml:qualifier>
483 + <mprml:product>
484 + <mprml:kind>gas</mprml:kind>
485 + <mprml:period>
486 + <mprml:kind>month</mprml:kind>
487 + <mprml:dateStart>2011-08-01</mprml:dateStart>
488 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
489 + <mprml:volumeValue>
490 +
491 + <mprml:volume uom="m3">1911.08</mprml:volume>
492 + <mprml:temp uom="degC">15</mprml:temp>
493 + <mprml:pres uom="atm">1</mprml:pres>
494 + </mprml:volumeValue>
495 +
496 + <mprml:mass uom="kg">881.33</mprml:mass>
497 + <mprml:densityValue>
498 + <mprml:density uom="kg/m3">0.23</mprml:density>
499 + <mprml:temp uom="degC">15</mprml:temp>
500 + <mprml:pres uom="atm">1</mprml:pres>
501 + </mprml:densityValue>
502 + </mprml:period>
503 + </mprml:product><mprml:product>
504 + <mprml:kind> diesel</mprml:kind>
505 + <mprml:period>
506 + <mprml:kind>month</mprml:kind>
507 + <mprml:dateStart>2011-08-01</mprml:dateStart>
508 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
509 + <mprml:volumeValue>
510 +
511 + <mprml:volume uom="m3">1769.55</mprml:volume>
512 + <mprml:temp uom="degC">15</mprml:temp>
513 + <mprml:pres uom="atm">1</mprml:pres>
514 + </mprml:volumeValue>
515 +
516 + <mprml:mass uom="kg">894.45</mprml:mass>
517 + <mprml:densityValue>
518 + <mprml:density uom="kg/m3">0.12</mprml:density>
519 + <mprml:temp uom="degC">15</mprml:temp>
520 + <mprml:pres uom="atm">1</mprml:pres>
521 + </mprml:densityValue>
522 + </mprml:period>
523 + </mprml:product>
524 + </mprml:flow>
525 +
526 + <mprml:flow>
527 + <mprml:kind>production</mprml:kind>
528 + <mprml:qualifier>metered - fiscal</mprml:qualifier>
529 + <mprml:product>
530 + <mprml:kind>oil - gross</mprml:kind>
531 + <mprml:period>
532 + <mprml:kind>month</mprml:kind>
533 + <mprml:dateStart>2011-08-01</mprml:dateStart>
534 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
535 + <mprml:volumeValue>
536 +
537 + <mprml:volume uom="m3">891.57</mprml:volume>
538 + <mprml:temp uom="degC">15</mprml:temp>
539 + <mprml:pres uom="atm">1</mprml:pres>
540 + </mprml:volumeValue>
541 +
542 + <mprml:mass uom="kg">814.38</mprml:mass>
543 + <mprml:densityValue>
544 + <mprml:density uom="kg/m3">745.75</mprml:density>
545 + <mprml:temp uom="degC">15</mprml:temp>
546 + <mprml:pres uom="atm">1</mprml:pres>
547 + </mprml:densityValue>
548 + </mprml:period>
549 + </mprml:product>
550 + </mprml:flow>
551 +
552 +
553 + </mprml:facility><mprml:facility>
554 + <mprml:name kind="wellbore" namingSystem="NPD" uidRef="6469">3/7-A-1 AH</mprml:name>
555 + <mprml:wellStatus>producing</mprml:wellStatus>
556 + <mprml:operationTime uom="d">9.0</mprml:operationTime>
557 + <mprml:parameterSet>
558 + <mprml:name>wellhead pressure</mprml:name>
559 + <mprml:parameter>
560 + <mprml:dateStart>2011-08-01</mprml:dateStart>
561 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
562 + <mprml:measureValue uom="bar">2323</mprml:measureValue>
563 + </mprml:parameter>
564 + </mprml:parameterSet>
565 + <mprml:flow>
566 + <mprml:kind>production</mprml:kind>
567 + <mprml:qualifier>allocated</mprml:qualifier>
568 + <mprml:product>
569 + <mprml:kind>oil - net</mprml:kind>
570 + <mprml:period>
571 + <mprml:kind>month</mprml:kind>
572 + <mprml:dateStart>2011-08-01</mprml:dateStart>
573 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
574 + <mprml:volumeValue>
575 +
576 + <mprml:volume uom="m3">1981.47</mprml:volume>
577 + <mprml:temp uom="degC">15</mprml:temp>
578 + <mprml:pres uom="atm">1</mprml:pres>
579 + </mprml:volumeValue>
580 + <mprml:portDiff>
581 + <mprml:chokeRelative uom="%">84.0</mprml:chokeRelative>
582 + </mprml:portDiff>
583 +
584 +
585 + </mprml:period>
586 + </mprml:product><mprml:product>
587 + <mprml:kind>gas</mprml:kind>
588 + <mprml:period>
589 + <mprml:kind>month</mprml:kind>
590 + <mprml:dateStart>2011-08-01</mprml:dateStart>
591 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
592 + <mprml:volumeValue>
593 +
594 + <mprml:volume uom="m3">282.71</mprml:volume>
595 + <mprml:temp uom="degC">15</mprml:temp>
596 + <mprml:pres uom="atm">1</mprml:pres>
597 + </mprml:volumeValue>
598 + <mprml:portDiff>
599 + <mprml:chokeRelative uom="%">90.0</mprml:chokeRelative>
600 + </mprml:portDiff>
601 +
602 +
603 + </mprml:period>
604 + </mprml:product><mprml:product>
605 + <mprml:kind>water</mprml:kind>
606 + <mprml:period>
607 + <mprml:kind>month</mprml:kind>
608 + <mprml:dateStart>2011-08-01</mprml:dateStart>
609 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
610 + <mprml:volumeValue>
611 +
612 + <mprml:volume uom="m3">1035.68</mprml:volume>
613 + <mprml:temp uom="degC">15</mprml:temp>
614 + <mprml:pres uom="atm">1</mprml:pres>
615 + </mprml:volumeValue>
616 + <mprml:portDiff>
617 + <mprml:chokeRelative uom="%">97.0</mprml:chokeRelative>
618 + </mprml:portDiff>
619 +
620 +
621 + </mprml:period>
622 + </mprml:product>
623 + </mprml:flow>
624 +
625 +
626 + </mprml:facility><mprml:facility>
627 + <mprml:name kind="wellbore" namingSystem="NPD" uidRef="6439">3/7-A-2 H</mprml:name>
628 + <mprml:wellStatus>producing</mprml:wellStatus>
629 + <mprml:operationTime uom="d">21.0</mprml:operationTime>
630 + <mprml:parameterSet>
631 + <mprml:name>wellhead pressure</mprml:name>
632 + <mprml:parameter>
633 + <mprml:dateStart>2011-08-01</mprml:dateStart>
634 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
635 + <mprml:measureValue uom="bar">2323</mprml:measureValue>
636 + </mprml:parameter>
637 + </mprml:parameterSet>
638 + <mprml:flow>
639 + <mprml:kind>production</mprml:kind>
640 + <mprml:qualifier>allocated</mprml:qualifier>
641 + <mprml:product>
642 + <mprml:kind>oil - net</mprml:kind>
643 + <mprml:period>
644 + <mprml:kind>month</mprml:kind>
645 + <mprml:dateStart>2011-08-01</mprml:dateStart>
646 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
647 + <mprml:volumeValue>
648 +
649 + <mprml:volume uom="m3">1580.57</mprml:volume>
650 + <mprml:temp uom="degC">15</mprml:temp>
651 + <mprml:pres uom="atm">1</mprml:pres>
652 + </mprml:volumeValue>
653 + <mprml:portDiff>
654 + <mprml:chokeRelative uom="%">86.0</mprml:chokeRelative>
655 + </mprml:portDiff>
656 +
657 +
658 + </mprml:period>
659 + </mprml:product><mprml:product>
660 + <mprml:kind>gas</mprml:kind>
661 + <mprml:period>
662 + <mprml:kind>month</mprml:kind>
663 + <mprml:dateStart>2011-08-01</mprml:dateStart>
664 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
665 + <mprml:volumeValue>
666 +
667 + <mprml:volume uom="m3">379.21</mprml:volume>
668 + <mprml:temp uom="degC">15</mprml:temp>
669 + <mprml:pres uom="atm">1</mprml:pres>
670 + </mprml:volumeValue>
671 + <mprml:portDiff>
672 + <mprml:chokeRelative uom="%">86.0</mprml:chokeRelative>
673 + </mprml:portDiff>
674 +
675 +
676 + </mprml:period>
677 + </mprml:product><mprml:product>
678 + <mprml:kind>water</mprml:kind>
679 + <mprml:period>
680 + <mprml:kind>month</mprml:kind>
681 + <mprml:dateStart>2011-08-01</mprml:dateStart>
682 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
683 + <mprml:volumeValue>
684 +
685 + <mprml:volume uom="m3">628.56</mprml:volume>
686 + <mprml:temp uom="degC">15</mprml:temp>
687 + <mprml:pres uom="atm">1</mprml:pres>
688 + </mprml:volumeValue>
689 + <mprml:portDiff>
690 + <mprml:chokeRelative uom="%">91.0</mprml:chokeRelative>
691 + </mprml:portDiff>
692 +
693 +
694 + </mprml:period>
695 + </mprml:product>
696 + </mprml:flow>
697 +
698 +
699 + </mprml:facility>
700 + </mprml:object>
701 +</mprml:objects>
...\ No newline at end of file ...\ No newline at end of file
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<mprml:objects xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 + xmlns:mprml="http://www.witsml.org/schemas/131" xmlns="http://www.witsml.org/schemas/131" version="1.0.0.0(PRODML)">
4 + <mprml:documentInfo>
5 + <mprml:DocumentName namingSystem="EC">TRYM August 2011</mprml:DocumentName>
6 + <mprml:DocumentAlias namingSystem="EC">TRYM Copex Report</mprml:DocumentAlias>
7 + <mprml:DocumentDate>2011-09-05T00:00:00.0Z</mprml:DocumentDate>
8 + <mprml:FileCreationInformation>
9 + <mprml:FileCreationDate>2011-09-05T00:00:00.0Z</mprml:FileCreationDate>
10 +
11 + <mprml:SoftwareName>Energy Components</mprml:SoftwareName>
12 + <mprml:FileCreator>Energy Components</mprml:FileCreator>
13 + </mprml:FileCreationInformation>
14 + <mprml:Owner>DONG E&amp;P Norge AS</mprml:Owner>
15 + </mprml:documentInfo>
16 + <mprml:context xsi:type="obj_report">
17 + <mprml:kind>month</mprml:kind>
18 + <mprml:title>TRYM August 2011</mprml:title>
19 + <mprml:date>2011-08-01</mprml:date>
20 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
21 + <mprml:month>2011-08</mprml:month>
22 + <mprml:year>2011</mprml:year>
23 + <mprml:reportVersion>1</mprml:reportVersion>
24 + <mprml:reportStatus>final</mprml:reportStatus>
25 + <mprml:installation kind="field" namingSystem="NPD" uidRef="18081500">TRYM</mprml:installation>
26 + <mprml:operator>
27 + <mprml:name>DONG E&amp;P Norge AS</mprml:name>
28 + <mprml:role>Operating company</mprml:role>
29 + </mprml:operator>
30 + </mprml:context>
31 + <mprml:object xsi:type="obj_productVolume">
32 + <mprml:name>TRYM</mprml:name>
33 + <mprml:facility>
34 + <mprml:name kind="field" namingSystem="NPD" uidRef="18081500">TRYM</mprml:name>
35 +
36 + <mprml:flow>
37 + <mprml:kind>production</mprml:kind>
38 + <mprml:qualifier>saleable</mprml:qualifier>
39 + <mprml:product>
40 + <mprml:kind>oil - net</mprml:kind>
41 + <mprml:period>
42 + <mprml:kind>month</mprml:kind>
43 + <mprml:dateStart>2011-08-01</mprml:dateStart>
44 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
45 + <mprml:volumeValue>
46 +
47 + <mprml:volume uom="m3">185.64</mprml:volume>
48 + <mprml:temp uom="degC">15</mprml:temp>
49 + <mprml:pres uom="atm">1</mprml:pres>
50 + </mprml:volumeValue>
51 +
52 + <mprml:mass uom="kg">413.61</mprml:mass>
53 + <mprml:densityValue>
54 + <mprml:density uom="kg/m3">710.0</mprml:density>
55 + <mprml:temp uom="degC">15</mprml:temp>
56 + <mprml:pres uom="atm">1</mprml:pres>
57 + </mprml:densityValue>
58 + </mprml:period>
59 + </mprml:product>
60 + </mprml:flow>
61 +
62 + <mprml:flow>
63 + <mprml:kind>production</mprml:kind>
64 + <mprml:qualifier>allocated</mprml:qualifier>
65 + <mprml:product>
66 + <mprml:kind>oil - net</mprml:kind>
67 + <mprml:period>
68 + <mprml:kind>month</mprml:kind>
69 + <mprml:dateStart>2011-08-01</mprml:dateStart>
70 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
71 + <mprml:volumeValue>
72 +
73 + <mprml:volume uom="m3">844.17</mprml:volume>
74 + <mprml:temp uom="degC">15</mprml:temp>
75 + <mprml:pres uom="atm">1</mprml:pres>
76 + </mprml:volumeValue>
77 +
78 + <mprml:mass uom="kg">562.23</mprml:mass>
79 + <mprml:densityValue>
80 + <mprml:density uom="kg/m3">770.07</mprml:density>
81 + <mprml:temp uom="degC">15</mprml:temp>
82 + <mprml:pres uom="atm">1</mprml:pres>
83 + </mprml:densityValue>
84 + </mprml:period>
85 + </mprml:product><mprml:product>
86 + <mprml:kind>gas</mprml:kind>
87 + <mprml:period>
88 + <mprml:kind>month</mprml:kind>
89 + <mprml:dateStart>2011-08-01</mprml:dateStart>
90 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
91 + <mprml:volumeValue>
92 +
93 + <mprml:volume uom="m3">716.3</mprml:volume>
94 + <mprml:temp uom="degC">15</mprml:temp>
95 + <mprml:pres uom="atm">1</mprml:pres>
96 + </mprml:volumeValue>
97 +
98 + <mprml:mass uom="kg">541.32</mprml:mass>
99 + <mprml:densityValue>
100 + <mprml:density uom="kg/m3">752.48</mprml:density>
101 + <mprml:temp uom="degC">15</mprml:temp>
102 + <mprml:pres uom="atm">1</mprml:pres>
103 + </mprml:densityValue>
104 + </mprml:period>
105 + </mprml:product><mprml:product>
106 + <mprml:kind>water</mprml:kind>
107 + <mprml:period>
108 + <mprml:kind>month</mprml:kind>
109 + <mprml:dateStart>2011-08-01</mprml:dateStart>
110 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
111 + <mprml:volumeValue>
112 +
113 + <mprml:volume uom="m3">1688.75</mprml:volume>
114 + <mprml:temp uom="degC">15</mprml:temp>
115 + <mprml:pres uom="atm">1</mprml:pres>
116 + </mprml:volumeValue>
117 +
118 + <mprml:mass uom="kg">807.94</mprml:mass>
119 + <mprml:densityValue>
120 + <mprml:density uom="kg/m3">740.13</mprml:density>
121 + <mprml:temp uom="degC">15</mprml:temp>
122 + <mprml:pres uom="atm">1</mprml:pres>
123 + </mprml:densityValue>
124 + </mprml:period>
125 + </mprml:product><mprml:product>
126 + <mprml:kind>condensate - net</mprml:kind>
127 + <mprml:period>
128 + <mprml:kind>month</mprml:kind>
129 + <mprml:dateStart>2011-08-01</mprml:dateStart>
130 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
131 + <mprml:volumeValue>
132 +
133 + <mprml:volume uom="m3">320.13</mprml:volume>
134 + <mprml:temp uom="degC">15</mprml:temp>
135 + <mprml:pres uom="atm">1</mprml:pres>
136 + </mprml:volumeValue>
137 +
138 + <mprml:mass uom="kg">992.49</mprml:mass>
139 + <mprml:densityValue>
140 + <mprml:density uom="kg/m3">795.16</mprml:density>
141 + <mprml:temp uom="degC">15</mprml:temp>
142 + <mprml:pres uom="atm">1</mprml:pres>
143 + </mprml:densityValue>
144 + </mprml:period>
145 + </mprml:product>
146 + </mprml:flow>
147 +
148 + <mprml:flow>
149 + <mprml:kind>injection</mprml:kind>
150 + <mprml:qualifier>allocated</mprml:qualifier>
151 + <mprml:product>
152 + <mprml:kind>gas</mprml:kind>
153 + <mprml:period>
154 + <mprml:kind>month</mprml:kind>
155 + <mprml:dateStart>2011-08-01</mprml:dateStart>
156 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
157 + <mprml:volumeValue>
158 +
159 + <mprml:volume uom="m3">149.91</mprml:volume>
160 + <mprml:temp uom="degC">15</mprml:temp>
161 + <mprml:pres uom="atm">1</mprml:pres>
162 + </mprml:volumeValue>
163 +
164 + <mprml:mass uom="kg">142.02</mprml:mass>
165 + <mprml:densityValue>
166 + <mprml:density uom="kg/m3">1.69</mprml:density>
167 + <mprml:temp uom="degC">15</mprml:temp>
168 + <mprml:pres uom="atm">1</mprml:pres>
169 + </mprml:densityValue>
170 + </mprml:period>
171 + </mprml:product>
172 + </mprml:flow>
173 +
174 +
175 + </mprml:facility><mprml:facility>
176 + <mprml:name kind="terminal" namingSystem="NPD" uidRef="NaN">FREDERICIA</mprml:name>
177 +
178 +
179 + <mprml:flow>
180 + <mprml:name>FREDERICIA allocated inventory</mprml:name>
181 + <mprml:kind>inventory</mprml:kind>
182 + <mprml:qualifier>allocated</mprml:qualifier>
183 + <mprml:product>
184 + <mprml:kind>oil - net</mprml:kind>
185 + <mprml:period>
186 + <mprml:kind>month</mprml:kind>
187 + <mprml:dateStart>2011-08-01</mprml:dateStart>
188 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
189 + <mprml:volumeValue>
190 + <mprml:volume uom="m3">1399.72</mprml:volume>
191 + <mprml:temp uom="degC">15</mprml:temp>
192 + <mprml:pres uom="atm">1</mprml:pres>
193 + </mprml:volumeValue>
194 +
195 + <mprml:mass uom="kg">335.46</mprml:mass>
196 +
197 + <mprml:densityValue>
198 + <mprml:density uom="kg/m3">707.27</mprml:density>
199 + <mprml:temp uom="degC">15</mprml:temp>
200 + <mprml:pres uom="atm">1</mprml:pres>
201 + </mprml:densityValue>
202 + <mprml:balanceSet>
203 + <mprml:kind>closing balance</mprml:kind>
204 + <mprml:balanceDetail>
205 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
206 + <mprml:volumeValue>
207 + <mprml:volume uom="m3">145.150964</mprml:volume>
208 + <mprml:temp uom="degC">15</mprml:temp>
209 + <mprml:pres uom="atm">1</mprml:pres>
210 + </mprml:volumeValue>
211 + <mprml:mass uom="kg">34.787202</mprml:mass>
212 + </mprml:balanceDetail><mprml:balanceDetail>
213 + <mprml:owner>Bayerngas Norge AS</mprml:owner>
214 + <mprml:volumeValue>
215 + <mprml:volume uom="m3">1254.569036</mprml:volume>
216 + <mprml:temp uom="degC">15</mprml:temp>
217 + <mprml:pres uom="atm">1</mprml:pres>
218 + </mprml:volumeValue>
219 + <mprml:mass uom="kg">300.672798</mprml:mass>
220 + </mprml:balanceDetail>
221 + </mprml:balanceSet>
222 + </mprml:period>
223 +
224 + </mprml:product>
225 + </mprml:flow>
226 +
227 +
228 + <mprml:flow>
229 + <mprml:name>FREDERICIA field production lifted by tanker</mprml:name>
230 + <mprml:kind>hydrocarbon accounting</mprml:kind>
231 + <mprml:qualifier>allocated</mprml:qualifier>
232 + <mprml:product>
233 + <mprml:kind>oil - net</mprml:kind>
234 + <mprml:period>
235 + <mprml:kind>month</mprml:kind>
236 + <mprml:dateStart>2011-08-01</mprml:dateStart>
237 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
238 + <mprml:balanceSet>
239 + <mprml:kind>tanker lifting</mprml:kind>
240 + <mprml:cargoNumber>304/1</mprml:cargoNumber>
241 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
242 + <mprml:shipper>Bayerngas Norge AS</mprml:shipper>
243 + <mprml:destination>
244 + <mprml:name>Fawley</mprml:name>
245 + <mprml:type>harbour</mprml:type>
246 + <mprml:country>UNITED KINGDOM</mprml:country>
247 + </mprml:destination>
248 + <mprml:event>
249 + <mprml:date>2009-01-04</mprml:date>
250 + <mprml:kind>bill of lading</mprml:kind>
251 + </mprml:event>
252 + <mprml:volumeValue>
253 + <mprml:volume uom="m3">741.46</mprml:volume>
254 + <mprml:temp uom="degC">15</mprml:temp>
255 + <mprml:pres uom="atm">1</mprml:pres>
256 + </mprml:volumeValue>
257 + <mprml:mass uom="kg">822.37</mprml:mass>
258 + <mprml:densityValue>
259 + <mprml:density uom="kg/m3">724.87</mprml:density>
260 + <mprml:temp uom="degC">15.0</mprml:temp>
261 + <mprml:pres uom="atm">1</mprml:pres>
262 + </mprml:densityValue>
263 + <mprml:balanceDetail>
264 + <mprml:owner>Bayerngas Norge AS</mprml:owner>
265 + <mprml:share uom="%">100.0</mprml:share>
266 + </mprml:balanceDetail>
267 + </mprml:balanceSet><mprml:balanceSet>
268 + <mprml:kind>tanker lifting</mprml:kind>
269 + <mprml:cargoNumber>305/1</mprml:cargoNumber>
270 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
271 + <mprml:shipper>DONG E&amp;P Norge AS</mprml:shipper>
272 + <mprml:destination>
273 + <mprml:name>Fawley</mprml:name>
274 + <mprml:type>harbour</mprml:type>
275 + <mprml:country>UNITED KINGDOM</mprml:country>
276 + </mprml:destination>
277 + <mprml:event>
278 + <mprml:date>2009-01-07</mprml:date>
279 + <mprml:kind>bill of lading</mprml:kind>
280 + </mprml:event>
281 + <mprml:volumeValue>
282 + <mprml:volume uom="m3">486.73</mprml:volume>
283 + <mprml:temp uom="degC">15</mprml:temp>
284 + <mprml:pres uom="atm">1</mprml:pres>
285 + </mprml:volumeValue>
286 + <mprml:mass uom="kg">985.3</mprml:mass>
287 + <mprml:densityValue>
288 + <mprml:density uom="kg/m3">779.4</mprml:density>
289 + <mprml:temp uom="degC">15.0</mprml:temp>
290 + <mprml:pres uom="atm">1</mprml:pres>
291 + </mprml:densityValue>
292 + <mprml:balanceDetail>
293 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
294 + <mprml:share uom="%">100.0</mprml:share>
295 + </mprml:balanceDetail>
296 + </mprml:balanceSet><mprml:balanceSet>
297 + <mprml:kind>tanker lifting</mprml:kind>
298 + <mprml:cargoNumber>306/1</mprml:cargoNumber>
299 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
300 + <mprml:shipper>DONG E&amp;P Norge AS</mprml:shipper>
301 + <mprml:destination>
302 + <mprml:name>Fawley</mprml:name>
303 + <mprml:type>harbour</mprml:type>
304 + <mprml:country>UNITED KINGDOM</mprml:country>
305 + </mprml:destination>
306 + <mprml:event>
307 + <mprml:date>2009-01-11</mprml:date>
308 + <mprml:kind>bill of lading</mprml:kind>
309 + </mprml:event>
310 + <mprml:volumeValue>
311 + <mprml:volume uom="m3">769.89</mprml:volume>
312 + <mprml:temp uom="degC">15</mprml:temp>
313 + <mprml:pres uom="atm">1</mprml:pres>
314 + </mprml:volumeValue>
315 + <mprml:mass uom="kg">331.89</mprml:mass>
316 + <mprml:densityValue>
317 + <mprml:density uom="kg/m3">708.73</mprml:density>
318 + <mprml:temp uom="degC">15.0</mprml:temp>
319 + <mprml:pres uom="atm">1</mprml:pres>
320 + </mprml:densityValue>
321 + <mprml:balanceDetail>
322 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
323 + <mprml:share uom="%">100.0</mprml:share>
324 + </mprml:balanceDetail>
325 + </mprml:balanceSet><mprml:balanceSet>
326 + <mprml:kind>tanker lifting</mprml:kind>
327 + <mprml:cargoNumber>307/1</mprml:cargoNumber>
328 + <mprml:cargoBatchNumber>1</mprml:cargoBatchNumber>
329 + <mprml:shipper>Bayerngas Norge AS</mprml:shipper>
330 + <mprml:destination>
331 + <mprml:name>Rotterdam</mprml:name>
332 + <mprml:type>harbour</mprml:type>
333 + <mprml:country>NETHERLANDS</mprml:country>
334 + </mprml:destination>
335 + <mprml:event>
336 + <mprml:date>2009-01-15</mprml:date>
337 + <mprml:kind>bill of lading</mprml:kind>
338 + </mprml:event>
339 + <mprml:volumeValue>
340 + <mprml:volume uom="m3">286.53</mprml:volume>
341 + <mprml:temp uom="degC">15</mprml:temp>
342 + <mprml:pres uom="atm">1</mprml:pres>
343 + </mprml:volumeValue>
344 + <mprml:mass uom="kg">532.72</mprml:mass>
345 + <mprml:densityValue>
346 + <mprml:density uom="kg/m3">777.79</mprml:density>
347 + <mprml:temp uom="degC">15.0</mprml:temp>
348 + <mprml:pres uom="atm">1</mprml:pres>
349 + </mprml:densityValue>
350 + <mprml:balanceDetail>
351 + <mprml:owner>DONG E&amp;P Norge AS</mprml:owner>
352 + <mprml:share uom="%">100.0</mprml:share>
353 + </mprml:balanceDetail>
354 + </mprml:balanceSet>
355 + </mprml:period>
356 + </mprml:product>
357 + </mprml:flow>
358 + </mprml:facility><mprml:facility>
359 + <mprml:name kind="platform" namingSystem="NPD" uidRef="412931">HARALD A</mprml:name>
360 +
361 + <mprml:flow>
362 + <mprml:kind>production</mprml:kind>
363 + <mprml:qualifier>allocated</mprml:qualifier>
364 + <mprml:product>
365 + <mprml:kind>oil - net</mprml:kind>
366 + <mprml:period>
367 + <mprml:kind>month</mprml:kind>
368 + <mprml:dateStart>2011-08-01</mprml:dateStart>
369 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
370 + <mprml:volumeValue>
371 +
372 + <mprml:volume uom="m3">1927.56</mprml:volume>
373 + <mprml:temp uom="degC">15</mprml:temp>
374 + <mprml:pres uom="atm">1</mprml:pres>
375 + </mprml:volumeValue>
376 +
377 + <mprml:mass uom="kg">879.48</mprml:mass>
378 + <mprml:densityValue>
379 + <mprml:density uom="kg/m3">791.66</mprml:density>
380 + <mprml:temp uom="degC">15</mprml:temp>
381 + <mprml:pres uom="atm">1</mprml:pres>
382 + </mprml:densityValue>
383 + </mprml:period>
384 + </mprml:product><mprml:product>
385 + <mprml:kind>gas</mprml:kind>
386 + <mprml:period>
387 + <mprml:kind>month</mprml:kind>
388 + <mprml:dateStart>2011-08-01</mprml:dateStart>
389 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
390 + <mprml:volumeValue>
391 +
392 + <mprml:volume uom="m3">1759.38</mprml:volume>
393 + <mprml:temp uom="degC">15</mprml:temp>
394 + <mprml:pres uom="atm">1</mprml:pres>
395 + </mprml:volumeValue>
396 +
397 + <mprml:mass uom="kg">126.39</mprml:mass>
398 + <mprml:densityValue>
399 + <mprml:density uom="kg/m3">794.61</mprml:density>
400 + <mprml:temp uom="degC">15</mprml:temp>
401 + <mprml:pres uom="atm">1</mprml:pres>
402 + </mprml:densityValue>
403 + </mprml:period>
404 + </mprml:product><mprml:product>
405 + <mprml:kind>water</mprml:kind>
406 + <mprml:period>
407 + <mprml:kind>month</mprml:kind>
408 + <mprml:dateStart>2011-08-01</mprml:dateStart>
409 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
410 + <mprml:volumeValue>
411 +
412 + <mprml:volume uom="m3">426.29</mprml:volume>
413 + <mprml:temp uom="degC">15</mprml:temp>
414 + <mprml:pres uom="atm">1</mprml:pres>
415 + </mprml:volumeValue>
416 +
417 + <mprml:mass uom="kg">728.1</mprml:mass>
418 + <mprml:densityValue>
419 + <mprml:density uom="kg/m3">735.08</mprml:density>
420 + <mprml:temp uom="degC">15</mprml:temp>
421 + <mprml:pres uom="atm">1</mprml:pres>
422 + </mprml:densityValue>
423 + </mprml:period>
424 + </mprml:product>
425 + </mprml:flow>
426 +
427 + <mprml:flow>
428 + <mprml:kind>injection</mprml:kind>
429 + <mprml:qualifier>allocated</mprml:qualifier>
430 + <mprml:product>
431 + <mprml:kind>gas</mprml:kind>
432 + <mprml:period>
433 + <mprml:kind>month</mprml:kind>
434 + <mprml:dateStart>2011-08-01</mprml:dateStart>
435 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
436 + <mprml:volumeValue>
437 +
438 + <mprml:volume uom="m3">497.61</mprml:volume>
439 + <mprml:temp uom="degC">15</mprml:temp>
440 + <mprml:pres uom="atm">1</mprml:pres>
441 + </mprml:volumeValue>
442 +
443 + <mprml:mass uom="kg">475.86</mprml:mass>
444 + <mprml:densityValue>
445 + <mprml:density uom="kg/m3">713.34</mprml:density>
446 + <mprml:temp uom="degC">15</mprml:temp>
447 + <mprml:pres uom="atm">1</mprml:pres>
448 + </mprml:densityValue>
449 + </mprml:period>
450 + </mprml:product>
451 + </mprml:flow>
452 +
453 + <mprml:flow>
454 + <mprml:kind>consume - flare</mprml:kind>
455 + <mprml:qualifier>allocated</mprml:qualifier>
456 + <mprml:product>
457 + <mprml:kind>gas</mprml:kind>
458 + <mprml:period>
459 + <mprml:kind>month</mprml:kind>
460 + <mprml:dateStart>2011-08-01</mprml:dateStart>
461 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
462 + <mprml:volumeValue>
463 +
464 + <mprml:volume uom="m3">1834.77</mprml:volume>
465 + <mprml:temp uom="degC">15</mprml:temp>
466 + <mprml:pres uom="atm">1</mprml:pres>
467 + </mprml:volumeValue>
468 +
469 + <mprml:mass uom="kg">784.87</mprml:mass>
470 + <mprml:densityValue>
471 + <mprml:density uom="kg/m3">757.71</mprml:density>
472 + <mprml:temp uom="degC">15</mprml:temp>
473 + <mprml:pres uom="atm">1</mprml:pres>
474 + </mprml:densityValue>
475 + </mprml:period>
476 + </mprml:product>
477 + </mprml:flow>
478 +
479 + <mprml:flow>
480 + <mprml:kind>consume - fuel</mprml:kind>
481 + <mprml:qualifier>allocated</mprml:qualifier>
482 + <mprml:product>
483 + <mprml:kind>gas</mprml:kind>
484 + <mprml:period>
485 + <mprml:kind>month</mprml:kind>
486 + <mprml:dateStart>2011-08-01</mprml:dateStart>
487 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
488 + <mprml:volumeValue>
489 +
490 + <mprml:volume uom="m3">1089.89</mprml:volume>
491 + <mprml:temp uom="degC">15</mprml:temp>
492 + <mprml:pres uom="atm">1</mprml:pres>
493 + </mprml:volumeValue>
494 +
495 + <mprml:mass uom="kg">931.25</mprml:mass>
496 + <mprml:densityValue>
497 + <mprml:density uom="kg/m3">0.29</mprml:density>
498 + <mprml:temp uom="degC">15</mprml:temp>
499 + <mprml:pres uom="atm">1</mprml:pres>
500 + </mprml:densityValue>
501 + </mprml:period>
502 + </mprml:product><mprml:product>
503 + <mprml:kind> diesel</mprml:kind>
504 + <mprml:period>
505 + <mprml:kind>month</mprml:kind>
506 + <mprml:dateStart>2011-08-01</mprml:dateStart>
507 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
508 + <mprml:volumeValue>
509 +
510 + <mprml:volume uom="m3">78.48</mprml:volume>
511 + <mprml:temp uom="degC">15</mprml:temp>
512 + <mprml:pres uom="atm">1</mprml:pres>
513 + </mprml:volumeValue>
514 +
515 + <mprml:mass uom="kg">535.92</mprml:mass>
516 + <mprml:densityValue>
517 + <mprml:density uom="kg/m3">0.31</mprml:density>
518 + <mprml:temp uom="degC">15</mprml:temp>
519 + <mprml:pres uom="atm">1</mprml:pres>
520 + </mprml:densityValue>
521 + </mprml:period>
522 + </mprml:product>
523 + </mprml:flow>
524 +
525 + <mprml:flow>
526 + <mprml:kind>production</mprml:kind>
527 + <mprml:qualifier>metered - fiscal</mprml:qualifier>
528 + <mprml:product>
529 + <mprml:kind>oil - gross</mprml:kind>
530 + <mprml:period>
531 + <mprml:kind>month</mprml:kind>
532 + <mprml:dateStart>2011-08-01</mprml:dateStart>
533 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
534 + <mprml:volumeValue>
535 +
536 + <mprml:volume uom="m3">1019.76</mprml:volume>
537 + <mprml:temp uom="degC">15</mprml:temp>
538 + <mprml:pres uom="atm">1</mprml:pres>
539 + </mprml:volumeValue>
540 +
541 + <mprml:mass uom="kg">652.21</mprml:mass>
542 + <mprml:densityValue>
543 + <mprml:density uom="kg/m3">711.23</mprml:density>
544 + <mprml:temp uom="degC">15</mprml:temp>
545 + <mprml:pres uom="atm">1</mprml:pres>
546 + </mprml:densityValue>
547 + </mprml:period>
548 + </mprml:product>
549 + </mprml:flow>
550 +
551 +
552 + </mprml:facility><mprml:facility>
553 + <mprml:name kind="wellbore" namingSystem="NPD" uidRef="6469">3/7-A-1 AH</mprml:name>
554 + <mprml:wellStatus>producing</mprml:wellStatus>
555 + <mprml:operationTime uom="d">10.0</mprml:operationTime>
556 + <mprml:parameterSet>
557 + <mprml:name>wellhead pressure</mprml:name>
558 + <mprml:parameter>
559 + <mprml:dateStart>2011-08-01</mprml:dateStart>
560 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
561 + <mprml:measureValue uom="bar">2323</mprml:measureValue>
562 + </mprml:parameter>
563 + </mprml:parameterSet>
564 + <mprml:flow>
565 + <mprml:kind>production</mprml:kind>
566 + <mprml:qualifier>allocated</mprml:qualifier>
567 + <mprml:product>
568 + <mprml:kind>oil - net</mprml:kind>
569 + <mprml:period>
570 + <mprml:kind>month</mprml:kind>
571 + <mprml:dateStart>2011-08-01</mprml:dateStart>
572 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
573 + <mprml:volumeValue>
574 +
575 + <mprml:volume uom="m3">727.84</mprml:volume>
576 + <mprml:temp uom="degC">15</mprml:temp>
577 + <mprml:pres uom="atm">1</mprml:pres>
578 + </mprml:volumeValue>
579 + <mprml:portDiff>
580 + <mprml:chokeRelative uom="%">94.0</mprml:chokeRelative>
581 + </mprml:portDiff>
582 +
583 +
584 + </mprml:period>
585 + </mprml:product><mprml:product>
586 + <mprml:kind>gas</mprml:kind>
587 + <mprml:period>
588 + <mprml:kind>month</mprml:kind>
589 + <mprml:dateStart>2011-08-01</mprml:dateStart>
590 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
591 + <mprml:volumeValue>
592 +
593 + <mprml:volume uom="m3">631.75</mprml:volume>
594 + <mprml:temp uom="degC">15</mprml:temp>
595 + <mprml:pres uom="atm">1</mprml:pres>
596 + </mprml:volumeValue>
597 + <mprml:portDiff>
598 + <mprml:chokeRelative uom="%">89.0</mprml:chokeRelative>
599 + </mprml:portDiff>
600 +
601 +
602 + </mprml:period>
603 + </mprml:product><mprml:product>
604 + <mprml:kind>water</mprml:kind>
605 + <mprml:period>
606 + <mprml:kind>month</mprml:kind>
607 + <mprml:dateStart>2011-08-01</mprml:dateStart>
608 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
609 + <mprml:volumeValue>
610 +
611 + <mprml:volume uom="m3">1044.53</mprml:volume>
612 + <mprml:temp uom="degC">15</mprml:temp>
613 + <mprml:pres uom="atm">1</mprml:pres>
614 + </mprml:volumeValue>
615 + <mprml:portDiff>
616 + <mprml:chokeRelative uom="%">84.0</mprml:chokeRelative>
617 + </mprml:portDiff>
618 +
619 +
620 + </mprml:period>
621 + </mprml:product>
622 + </mprml:flow>
623 +
624 +
625 + </mprml:facility><mprml:facility>
626 + <mprml:name kind="wellbore" namingSystem="NPD" uidRef="6439">3/7-A-2 H</mprml:name>
627 + <mprml:wellStatus>producing</mprml:wellStatus>
628 + <mprml:operationTime uom="d">10.0</mprml:operationTime>
629 + <mprml:parameterSet>
630 + <mprml:name>wellhead pressure</mprml:name>
631 + <mprml:parameter>
632 + <mprml:dateStart>2011-08-01</mprml:dateStart>
633 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
634 + <mprml:measureValue uom="bar">2323</mprml:measureValue>
635 + </mprml:parameter>
636 + </mprml:parameterSet>
637 + <mprml:flow>
638 + <mprml:kind>production</mprml:kind>
639 + <mprml:qualifier>allocated</mprml:qualifier>
640 + <mprml:product>
641 + <mprml:kind>oil - net</mprml:kind>
642 + <mprml:period>
643 + <mprml:kind>month</mprml:kind>
644 + <mprml:dateStart>2011-08-01</mprml:dateStart>
645 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
646 + <mprml:volumeValue>
647 +
648 + <mprml:volume uom="m3">1349.14</mprml:volume>
649 + <mprml:temp uom="degC">15</mprml:temp>
650 + <mprml:pres uom="atm">1</mprml:pres>
651 + </mprml:volumeValue>
652 + <mprml:portDiff>
653 + <mprml:chokeRelative uom="%">84.0</mprml:chokeRelative>
654 + </mprml:portDiff>
655 +
656 +
657 + </mprml:period>
658 + </mprml:product><mprml:product>
659 + <mprml:kind>gas</mprml:kind>
660 + <mprml:period>
661 + <mprml:kind>month</mprml:kind>
662 + <mprml:dateStart>2011-08-01</mprml:dateStart>
663 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
664 + <mprml:volumeValue>
665 +
666 + <mprml:volume uom="m3">1229.96</mprml:volume>
667 + <mprml:temp uom="degC">15</mprml:temp>
668 + <mprml:pres uom="atm">1</mprml:pres>
669 + </mprml:volumeValue>
670 + <mprml:portDiff>
671 + <mprml:chokeRelative uom="%">94.0</mprml:chokeRelative>
672 + </mprml:portDiff>
673 +
674 +
675 + </mprml:period>
676 + </mprml:product><mprml:product>
677 + <mprml:kind>water</mprml:kind>
678 + <mprml:period>
679 + <mprml:kind>month</mprml:kind>
680 + <mprml:dateStart>2011-08-01</mprml:dateStart>
681 + <mprml:dateEnd>2011-08-31</mprml:dateEnd>
682 + <mprml:volumeValue>
683 +
684 + <mprml:volume uom="m3">1033.46</mprml:volume>
685 + <mprml:temp uom="degC">15</mprml:temp>
686 + <mprml:pres uom="atm">1</mprml:pres>
687 + </mprml:volumeValue>
688 + <mprml:portDiff>
689 + <mprml:chokeRelative uom="%">86.0</mprml:chokeRelative>
690 + </mprml:portDiff>
691 +
692 +
693 + </mprml:period>
694 + </mprml:product>
695 + </mprml:flow>
696 +
697 +
698 + </mprml:facility>
699 + </mprml:object>
700 +</mprml:objects>
...\ No newline at end of file ...\ No newline at end of file
1 +<?xml version="1.0" encoding="UTF-8"?>
2 +<?xml-stylesheet type="text/xsl" href="H:\trym\TOOLS\TRANSFORMATIONS\PRODMLMPRTOHTMLREPORT.xsl"?>
3 +<objects version="1.0.0.0(PRODML)" xmlns="http://www.witsml.org/schemas/131" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.witsml.org/schemas/131
4 +H:\EPIM\MPR\EC_MPR_SCHEMAS\MPR_SCHEMA\obj_object_profiled_data_schema.xsd">
5 + <context xsi:type="obj_report">
6 + <kind>Monthly production report Trym</kind>
7 + <title>Monthly production report Trym Oktober 2010</title>
8 + <date>2010-10-01</date>
9 + <dateEnd>2010-10-31</dateEnd>
10 + <month>2010-10</month>
11 + <reportVersion>2.0</reportVersion>
12 + <reportStatus>preliminary</reportStatus>
13 + <contextFacility namingSystem="DONG" kind="field">Trym</contextFacility>
14 + <customData>
15 + <auditTrail>
16 + <event>
17 + <eventDate>2010-11-02</eventDate>
18 + <eventType>AllocationRun</eventType>
19 + <responsibleParty>Maersk</responsibleParty>
20 + <comment>String</comment>
21 + <extensionNameValue>
22 + <name>RunNumber</name>
23 + <value>1.0</value>
24 + <dataType>double</dataType>
25 + </extensionNameValue>
26 + </event>
27 + <event>
28 + <eventDate>2010-11-04</eventDate>
29 + <eventType>AllocationRun</eventType>
30 + <responsibleParty>Maersk</responsibleParty>
31 + <comment>String</comment>
32 + <extensionNameValue>
33 + <name>RunNumber</name>
34 + <value>2.0</value>
35 + <dataType>double</dataType>
36 + </extensionNameValue>
37 + </event>
38 + </auditTrail>
39 + </customData>
40 + </context>
41 + <!--volumes section-->
42 + <object xsi:type="obj_productVolume">
43 + <name>Trym monthly production volumes</name>
44 + <facility>
45 + <name kind="field" namingSystem="DONG">Trym</name>
46 + <flow>
47 + <name>Trym allocated monthly production</name>
48 + <kind>production</kind>
49 + <qualifier>allocated</qualifier>
50 + <product>
51 + <kind>oil - net</kind>
52 + <period>
53 + <kind>month</kind>
54 + <dTimStart>2010-10-01T00:00:00Z</dTimStart>
55 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
56 + <volumeValue>
57 + <volume uom="m3">34234.0000</volume>
58 + <temp uom="degC">15</temp>
59 + <pres uom="atm">1</pres>
60 +
61 + </volumeValue>
62 + <mass uom="kg">45345.000</mass>
63 + <!--ref C25-->
64 + <densityValue>
65 + <density uom="kg/m3">794.06</density>
66 + <temp uom="degC">15</temp>
67 + <pres uom="atm">1</pres>
68 + </densityValue>
69 + </period>
70 + </product>
71 + <product>
72 + <kind>water</kind>
73 + <period>
74 + <kind>month</kind>
75 + <dTimStart>2010-10-01T00:00:00Z</dTimStart>
76 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
77 + <volumeValue>
78 + <volume uom="m3">100.2</volume>
79 + <temp uom="degC">15</temp>
80 + <pres uom="atm">1</pres>
81 + </volumeValue>
82 + </period>
83 + </product>
84 + <product>
85 + <kind>gas</kind>
86 + <period>
87 + <kind>month</kind>
88 + <dTimStart>2010-10-01T00:00:00Z</dTimStart>
89 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
90 + <volumeValue>
91 + <volume uom="m3">123412.123</volume>
92 + <grossCalorificValue uom="MJ/m3">443322.000</grossCalorificValue>
93 + <temp uom="degC">15</temp>
94 + <pres uom="atm">1</pres>
95 +
96 +
97 + </volumeValue>
98 + <mass uom="kg">5345.000</mass>
99 + <!--ref F25-->
100 + <work uom="MJ">2311122</work>
101 + <!-- ref I25-->
102 + <densityValue>
103 + <density uom="kg/m3">1.88</density>
104 +
105 + <temp uom="degC">15</temp>
106 + <pres uom="atm">1</pres>
107 + </densityValue>
108 + </period>
109 + </product>
110 + </flow>
111 + <!--value adjusted production-->
112 + <flow>
113 + <name>Trym value adjusted production</name>
114 + <kind>production</kind>
115 + <qualifier>value adjusted</qualifier>
116 + <product>
117 + <kind>oil - net</kind>
118 + <period>
119 + <kind>month</kind>
120 + <dTimStart>2010-10-01T00:00:00Z</dTimStart>
121 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
122 + <volumeValue>
123 + <volume uom="m3">0.0</volume>
124 + <temp uom="degC">15</temp>
125 + <pres uom="atm">1</pres>
126 + </volumeValue>
127 + </period>
128 + <period>
129 + <kind>year to date</kind>
130 + <dTimStart>2010-01-01T00:00:00Z</dTimStart>
131 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
132 + <volumeValue>
133 + <volume uom="m3">6810.0</volume>
134 + <temp uom="degC">15</temp>
135 + <pres uom="atm">1</pres>
136 + </volumeValue>
137 + </period>
138 + </product>
139 + <product>
140 + <kind>gas</kind>
141 + <period>
142 + <kind>month</kind>
143 + <dTimStart>2010-10-01T00:00:00Z</dTimStart>
144 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
145 + <volumeValue>
146 + <volume uom="m3">12312.00</volume>
147 + <temp uom="degC">15</temp>
148 + <pres uom="atm">1</pres>
149 + </volumeValue>
150 + <work uom="MJ">1500.00</work>
151 + <!-- ref F45-->
152 + </period>
153 + <period>
154 + <kind>year to date</kind>
155 + <dTimStart>2010-01-01T00:00:00Z</dTimStart>
156 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
157 + <volumeValue>
158 + <volume uom="m3">2500.00</volume>
159 + <temp uom="degC">15</temp>
160 + <pres uom="atm">1</pres>
161 + </volumeValue>
162 + <work uom="MJ">130000.0000</work>
163 + <!--ref H45-->
164 + </period>
165 + </product>
166 + </flow>
167 + <flow>
168 + <kind>production</kind>
169 + <qualifier>metered - fiscal</qualifier>
170 + <product>
171 + <kind>oil - gross</kind>
172 + <period>
173 + <kind>month</kind>
174 + <dTimStart>2010-10-01T00:00:00Z</dTimStart>
175 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
176 + <volumeValue>
177 + <volume uom="m3">14267.125</volume>
178 + <temp uom="degC">15</temp>
179 + <pres uom="atm">1</pres>
180 + </volumeValue>
181 + <mass uom="kg">1809.73</mass>
182 + <!--ref C18-->
183 + </period>
184 + </product>
185 + <product>
186 + <kind>gas</kind>
187 + <period>
188 + <kind>month</kind>
189 + <dTimStart>2010-10-01T00:00:00Z</dTimStart>
190 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
191 + <volumeValue>
192 + <volume uom="m3">123123.000</volume>
193 + <temp uom="degC">15</temp>
194 + <pres uom="atm">1</pres>
195 + </volumeValue>
196 + <mass uom="kg">1123123</mass>
197 + <!--ref E18-->
198 + </period>
199 + </product>
200 + <product>
201 + <kind>water</kind>
202 + <period>
203 + <kind>month</kind>
204 + <dTimStart>2010-10-01T00:00:00Z</dTimStart>
205 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
206 + <volumeValue>
207 + <volume uom="m3">5.80</volume>
208 + <temp uom="degC">15</temp>
209 + <pres uom="atm">1</pres>
210 + </volumeValue>
211 + </period>
212 + </product>
213 + </flow>
214 + <flow>
215 + <name>Trym flare</name>
216 + <kind>consume - flare</kind>
217 + <qualifier>allocated</qualifier>
218 + <product>
219 + <kind>gas</kind>
220 + <period>
221 + <kind>month</kind>
222 + <dTimStart>2010-10-01T00:00:00Z</dTimStart>
223 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
224 + <volumeValue>
225 + <volume uom="m3">150.00</volume>
226 + <temp uom="degC">15</temp>
227 + <pres uom="atm">1</pres>
228 + </volumeValue>
229 + </period>
230 + </product>
231 + </flow>
232 + <flow>
233 + <name>Trym fuel</name>
234 + <kind>consume - fuel</kind>
235 + <qualifier>allocated</qualifier>
236 + <product>
237 + <kind>gas</kind>
238 + <period>
239 + <kind>month</kind>
240 + <dTimStart>2010-10-01T00:00:00Z</dTimStart>
241 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
242 + <volumeValue>
243 + <volume uom="m3">200.00</volume>
244 + <temp uom="degC">15</temp>
245 + <pres uom="atm">1</pres>
246 + </volumeValue>
247 + </period>
248 + </product>
249 + </flow>
250 + <flow>
251 + <name>Trym injection of chemicals</name>
252 + <kind>injection</kind>
253 + <qualifier>measured</qualifier>
254 + <product>
255 + <kind>chemical</kind>
256 + <name>Scale Inhibitor</name>
257 + <period>
258 + <kind>month</kind>
259 + <dTimStart>2010-10-01T00:00:00Z</dTimStart>
260 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
261 + <volumeValue>
262 + <volume uom="L">18.3</volume>
263 +
264 + </volumeValue>
265 + </period>
266 + </product>
267 + <product>
268 + <kind>chemical</kind>
269 + <name>Wax Inhibitor</name>
270 + <period>
271 + <kind>month</kind>
272 + <dTimStart>2010-10-01T00:00:00Z</dTimStart>
273 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
274 + <volumeValue>
275 + <volume uom="L">404.6</volume>
276 + <!--ref B52-->
277 + </volumeValue>
278 + </period>
279 + </product>
280 + <product>
281 + <kind>chemical</kind>
282 + <name>Methanol</name>
283 + <period>
284 + <kind>month</kind>
285 + <dTimStart>2010-10-01T00:00:00Z</dTimStart>
286 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
287 + <volumeValue>
288 + <volume uom="L">35.000</volume>
289 + <!--ref B53-->
290 + </volumeValue>
291 + </period>
292 + </product>
293 + </flow>
294 + </facility>
295 + <facility>
296 + <name kind="well" namingSystem="DONG">S01</name>
297 + <facilityAlias namingSystem="NPD">3/7-A-1 AH</facilityAlias>
298 + <operationTime uom="d">31.00</operationTime>
299 + <!--ref B30-->
300 + <parameterSet>
301 + <name>wellhead temperature</name>
302 + <qualifier>measured</qualifier>
303 + <parameter>
304 + <dTim>2010-10-01T00:00:00Z</dTim>
305 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
306 + <measureValue uom="degC">97.97</measureValue>
307 + <!--ref D30-->
308 + </parameter>
309 + </parameterSet>
310 + <parameterSet>
311 + <name>wellhead pressure DSCP</name>
312 + <qualifier>measured</qualifier>
313 + <parameter>
314 + <dTim>2010-10-01T00:00:00Z</dTim>
315 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
316 + <measureValue uom="bar">117.863</measureValue>
317 + </parameter>
318 + </parameterSet>
319 + <parameterSet>
320 + <name>wellhead pressure</name>
321 + <qualifier>measured</qualifier>
322 + <parameter>
323 + <dTim>2010-10-01T00:00:00Z</dTim>
324 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
325 + <measureValue uom="barg">37.2</measureValue>
326 + <!--ref E30-->
327 + </parameter>
328 + </parameterSet>
329 + <parameterSet>
330 + <name>bottomhole temperature</name>
331 + <qualifier>measured</qualifier>
332 + <parameter>
333 + <dTim>2010-10-01T00:00:00Z</dTim>
334 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
335 + <measureValue uom="degC">130.0</measureValue>
336 + <!--ref F30-->
337 + </parameter>
338 + </parameterSet>
339 + <parameterSet>
340 + <name>bottomhole pressure</name>
341 + <qualifier>measured</qualifier>
342 + <parameter>
343 + <dTim>2010-10-01T00:00:00Z</dTim>
344 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
345 + <measureValue uom="bar">193.0</measureValue>
346 + <!--ref G30-->
347 + </parameter>
348 + </parameterSet>
349 + <parameterSet>
350 + <name>annulus pressure</name>
351 + <qualifier>measured</qualifier>
352 + <parameter>
353 + <dTim>2010-10-01T00:00:00Z</dTim>
354 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
355 + <measureValue uom="bar">14.7</measureValue>
356 + <!--ref H30-->
357 + </parameter>
358 + </parameterSet>
359 + <parameterSet>
360 + <name>choke size</name>
361 + <qualifier>measured</qualifier>
362 + <parameter>
363 + <dTim>2010-10-01T00:00:00Z</dTim>
364 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
365 + <measureValue uom="%">94.97</measureValue>
366 + <!--ref C30-->
367 + </parameter>
368 + </parameterSet>
369 + </facility>
370 + <facility>
371 + <name kind="well" namingSystem="DONG">S02</name>
372 + <facilityAlias namingSystem="NPD">3/7-A-2 H</facilityAlias>
373 + <operationTime uom="d">31.00</operationTime>
374 + <!--ref B31-->
375 + <parameterSet>
376 + <name>wellhead temperature</name>
377 + <qualifier>measured</qualifier>
378 + <parameter>
379 + <dTim>2010-10-01T00:00:00Z</dTim>
380 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
381 + <measureValue uom="degC">101.10</measureValue>
382 + <!--ref D31-->
383 + </parameter>
384 + </parameterSet>
385 + <parameterSet>
386 + <name>wellhead pressure DSCP</name>
387 + <qualifier>measured</qualifier>
388 + <parameter>
389 + <dTim>2010-10-01T00:00:00Z</dTim>
390 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
391 + <measureValue uom="bar">217.863</measureValue>
392 + </parameter>
393 + </parameterSet>
394 + <parameterSet>
395 + <name>wellhead pressure</name>
396 + <qualifier>measured</qualifier>
397 + <parameter>
398 + <dTim>2010-10-01T00:00:00Z</dTim>
399 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
400 + <measureValue uom="bar">35.2</measureValue>
401 + <!-- ref E31-->
402 + </parameter>
403 + </parameterSet>
404 + <parameterSet>
405 + <name>bottomhole temperature</name>
406 + <qualifier>measured</qualifier>
407 + <parameter>
408 + <dTim>2010-10-01T00:00:00Z</dTim>
409 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
410 + <measureValue uom="degC">4.2</measureValue>
411 + <!--ref F31-->
412 + </parameter>
413 + </parameterSet>
414 + <parameterSet>
415 + <name>bottomhole pressure</name>
416 + <qualifier>measured</qualifier>
417 + <parameter>
418 + <dTim>2010-10-01T00:00:00Z</dTim>
419 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
420 + <measureValue uom="bar">11.0</measureValue>
421 + <!--ref G31-->
422 + </parameter>
423 + </parameterSet>
424 + <parameterSet>
425 + <name>annulus pressure</name>
426 + <qualifier>measured</qualifier>
427 + <parameter>
428 + <dTim>2010-10-01T00:00:00Z</dTim>
429 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
430 + <measureValue uom="bar">14.1</measureValue>
431 + <!-- ref H31-->
432 + </parameter>
433 + </parameterSet>
434 + <parameterSet>
435 + <name>choke size</name>
436 + <qualifier>measured</qualifier>
437 + <parameter>
438 + <dTim>2010-10-01T00:00:00Z</dTim>
439 + <dTimEnd>2010-10-31T24:00:00Z</dTimEnd>
440 + <measureValue uom="%">54.14</measureValue>
441 + <!-- ref C31-->
442 + </parameter>
443 + </parameterSet>
444 + </facility>
445 + </object>
446 + <object xsi:type="obj_fluidSample">
447 + <name>TRYM-GAS-COMPOSITION-1</name>
448 + <sampleType>separator gas</sampleType>
449 + <facility namingSystem="DONG" kind="field">Trym</facility>
450 + <acquisitionDate>2010-10-09</acquisitionDate>
451 + <!--ref A60-->
452 + <customData>
453 + <extensionNameValue>
454 + <name>ValidFrom</name>
455 + <value>2010-10-01T00:00:00Z</value>
456 + <!--ref A61-->
457 + <dataType>dateTime</dataType>
458 + </extensionNameValue>
459 + <extensionNameValue>
460 + <name>ValidTo</name>
461 + <value>2010-10-20T00:00:00Z</value>
462 + <!-- ref A62-->
463 + <dataType>dateTime</dataType>
464 + </extensionNameValue>
465 + </customData>
466 + </object>
467 + <object xsi:type="obj_fluidSample">
468 + <name>TRYM-GAS-COMPOSITION-2</name>
469 + <sampleType>separator gas</sampleType>
470 + <facility namingSystem="DONG" kind="field">Trym</facility>
471 + <acquisitionDate>2010-10-20</acquisitionDate>
472 + <!--ref A60-->
473 + <customData>
474 + <extensionNameValue>
475 + <name>ValidFrom</name>
476 + <value>2010-10-21T00:00:00Z</value>
477 + <!--ref A61-->
478 + <dataType>dateTime</dataType>
479 + </extensionNameValue>
480 + <extensionNameValue>
481 + <name>ValidTo</name>
482 + <value>2010-10-30T00:00:00Z</value>
483 + <!-- ref A62-->
484 + <dataType>dateTime</dataType>
485 + </extensionNameValue>
486 + </customData>
487 +
488 + </object>
489 + <object xsi:type="obj_fluidSample">
490 + <name>TRYM-LIQUID-COMPOSITION-1</name>
491 + <sampleType>separator oil</sampleType>
492 + <facility namingSystem="DONG" kind="field">Trym</facility>
493 + <acquisitionDate>2010-10-08</acquisitionDate>
494 + <!--ref G59-->
495 + <customData>
496 + <extensionNameValue>
497 + <name>ValidFrom</name>
498 + <value>2010-10-01T00:00:00Z</value>
499 + <!--ref G60-->
500 + <dataType>dateTime</dataType>
501 + </extensionNameValue>
502 + <extensionNameValue>
503 + <name>ValidTo</name>
504 + <value>2010-10-15T00:00:00Z</value>
505 + <!-- ref G61-->
506 + <dataType>dateTime</dataType>
507 + </extensionNameValue>
508 + </customData>
509 +
510 + </object>
511 + <object xsi:type="obj_fluidSample">
512 + <name>TRYM-LIQUID-COMPOSITION-2</name>
513 + <sampleType>separator oil</sampleType>
514 + <facility namingSystem="DONG" kind="field">Trym</facility>
515 + <acquisitionDate>2010-10-15</acquisitionDate>
516 + <!--ref G59-->
517 + <customData>
518 + <extensionNameValue>
519 + <name>ValidFrom</name>
520 + <value>2010-10-16T00:00:00Z</value>
521 + <!--ref G60-->
522 + <dataType>dateTime</dataType>
523 + </extensionNameValue>
524 + <extensionNameValue>
525 + <name>ValidTo</name>
526 + <value>2010-10-30T00:00:00Z</value>
527 + <!-- ref G61-->
528 + <dataType>dateTime</dataType>
529 + </extensionNameValue>
530 + </customData>
531 +
532 + </object>
533 + <object xsi:type="obj_fluidSample">
534 + <name>TRYM-RECOMBINED-SAMPLE-1</name>
535 + <sampleType>recombined</sampleType>
536 + <facility namingSystem="DONG" kind="field">Trym</facility>
537 + <acquisitionDate>2010-10-08</acquisitionDate>
538 + <!--ref K59-->
539 + <customData>
540 + <extensionNameValue>
541 + <name>ValidFrom</name>
542 + <value>2010-10-01T00:00:00Z</value>
543 + <!--ref K60-->
544 + <dataType>dateTime</dataType>
545 + </extensionNameValue>
546 + <extensionNameValue>
547 + <name>ValidTo</name>
548 + <value>2010-10-15T00:00:00Z</value>
549 + <!-- ref K61-->
550 + <dataType>dateTime</dataType>
551 + </extensionNameValue>
552 + </customData>
553 +
554 + </object>
555 + <object xsi:type="obj_fluidSample">
556 + <name>TRYM-RECOMBINED-SAMPLE-2</name>
557 + <sampleType>recombined</sampleType>
558 + <facility namingSystem="DONG" kind="field">Trym</facility>
559 + <acquisitionDate>2010-10-15</acquisitionDate>
560 + <!--ref K59-->
561 + <customData>
562 + <extensionNameValue>
563 + <name>ValidFrom</name>
564 + <value>2010-10-16T00:00:00Z</value>
565 + <!--ref K60-->
566 + <dataType>dateTime</dataType>
567 + </extensionNameValue>
568 + <extensionNameValue>
569 + <name>ValidTo</name>
570 + <value>2010-10-30T00:00:00Z</value>
571 + <!-- ref K61-->
572 + <dataType>dateTime</dataType>
573 + </extensionNameValue>
574 + </customData>
575 +
576 + </object>
577 + <object xsi:type="obj_fluidAnalysisResult">
578 +
579 + <nameFluidSample>TRYM-GAS-COMPOSITION-1</nameFluidSample>
580 + <!--<nameFluidAnalysis>String</nameFluidAnalysis>-->
581 + <name>Trym Gas composition</name>
582 + <fluidSampleComposition>
583 + <isPrimary>true</isPrimary>
584 + <componentName>gas</componentName>
585 + <componentBaseKind>ethane</componentBaseKind>
586 + <componentKind>frac</componentKind>
587 + <molecularWeight>21.340</molecularWeight>
588 + <!--ref A66-->
589 + <specificGravity>0.716</specificGravity>
590 + <!--ref A63-->
591 + </fluidSampleComposition>
592 + <fluidSampleComposition>
593 + <isPrimary>false</isPrimary>
594 + <componentName>C1</componentName>
595 + <componentKind>frac</componentKind>
596 + <weightPercent uom="%">0.1</weightPercent>
597 + <!--ref B69-->
598 + <molePercent uom="%">0.1</molePercent>
599 + <!--ref C69-->
600 + </fluidSampleComposition>
601 + <fluidSampleComposition>
602 + <isPrimary>false</isPrimary>
603 + <componentName>C2</componentName>
604 + <componentKind>frac</componentKind>
605 + <weightPercent uom="%">0.4</weightPercent>
606 + <!--ref B70-->
607 + <molePercent uom="%">0.4</molePercent>
608 + <!--ref C70-->
609 + </fluidSampleComposition>
610 + <fluidSampleComposition>
611 + <isPrimary>false</isPrimary>
612 + <componentName>C3</componentName>
613 + <componentKind>frac</componentKind>
614 + <weightPercent uom="%">0.64</weightPercent>
615 + <!--ref B71-->
616 + <molePercent uom="%">0.64</molePercent>
617 + <!--ref C71-->
618 + </fluidSampleComposition>
619 + <fluidSampleComposition>
620 + <isPrimary>false</isPrimary>
621 + <componentName>C6+</componentName>
622 + <componentKind>frac</componentKind>
623 + <weightPercent uom="%">2.5</weightPercent>
624 + <!--ref B72-->
625 + <molePercent uom="%">2.5</molePercent>
626 + <!--ref C72-->
627 + </fluidSampleComposition>
628 + <fluidSampleComposition>
629 + <isPrimary>false</isPrimary>
630 + <componentName>CO2</componentName>
631 + <componentKind>frac</componentKind>
632 + <weightPercent uom="%">1.000</weightPercent>
633 + <!--ref B73-->
634 + <molePercent uom="%">1.000</molePercent>
635 + <!--ref C73-->
636 + </fluidSampleComposition>
637 + <fluidSampleComposition>
638 + <isPrimary>false</isPrimary>
639 + <componentName>IC4</componentName>
640 + <componentKind>frac</componentKind>
641 + <weightPercent uom="%">1.460</weightPercent>
642 + <!--ref B74-->
643 + <molePercent uom="%">1.460</molePercent>
644 + <!--ref C74-->
645 + </fluidSampleComposition>
646 + <fluidSampleComposition>
647 + <isPrimary>false</isPrimary>
648 + <componentName>IC5</componentName>
649 + <componentKind>frac</componentKind>
650 + <weightPercent uom="%">6.000</weightPercent>
651 + <!--ref B75-->
652 + <molePercent uom="%">6.000</molePercent>
653 + <!--ref C75-->
654 + </fluidSampleComposition>
655 + <fluidSampleComposition>
656 + <isPrimary>false</isPrimary>
657 + <componentName>N2</componentName>
658 + <componentKind>frac</componentKind>
659 + <weightPercent uom="%">1.9000</weightPercent>
660 + <!--ref B76-->
661 + <molePercent uom="%">1.9000</molePercent>
662 + <!--ref C76-->
663 + </fluidSampleComposition>
664 + <fluidSampleComposition>
665 + <isPrimary>false</isPrimary>
666 + <componentName>NC4</componentName>
667 + <componentKind>frac</componentKind>
668 + <weightPercent uom="%">4.0000</weightPercent>
669 + <!--ref B77-->
670 + <molePercent uom="%">4.0000</molePercent>
671 + <!--ref C77-->
672 + </fluidSampleComposition>
673 + <fluidSampleComposition>
674 + <isPrimary>false</isPrimary>
675 + <componentName>NC5</componentName>
676 + <componentKind>frac</componentKind>
677 + <weightPercent uom="%">82.0000</weightPercent>
678 + <!--ref B78-->
679 + <molePercent uom="%">82.0000</molePercent>
680 + <!--ref C78-->
681 + </fluidSampleComposition>
682 + </object>
683 + <object xsi:type="obj_fluidAnalysisResult">
684 + <nameFluidSample>TRYM-GAS-COMPOSITION-2</nameFluidSample>
685 + <!--<nameFluidAnalysis>String</nameFluidAnalysis>-->
686 + <name>Trym Gas composition</name>
687 + <fluidSampleComposition>
688 + <isPrimary>true</isPrimary>
689 + <componentName>gas</componentName>
690 + <componentBaseKind>ethane</componentBaseKind>
691 + <componentKind>frac</componentKind>
692 + <molecularWeight>21.340</molecularWeight>
693 + <!--ref A66-->
694 + <specificGravity>0.716</specificGravity>
695 + <!--ref A63-->
696 + </fluidSampleComposition>
697 + <fluidSampleComposition>
698 + <isPrimary>false</isPrimary>
699 + <componentName>C1</componentName>
700 + <componentKind>frac</componentKind>
701 + <weightPercent uom="%">0.1</weightPercent>
702 + <!--ref B69-->
703 + <molePercent uom="%">0.1</molePercent>
704 + <!--ref C69-->
705 + </fluidSampleComposition>
706 + <fluidSampleComposition>
707 + <isPrimary>false</isPrimary>
708 + <componentName>C2</componentName>
709 + <componentKind>frac</componentKind>
710 + <weightPercent uom="%">0.4</weightPercent>
711 + <!--ref B70-->
712 + <molePercent uom="%">0.4</molePercent>
713 + <!--ref C70-->
714 + </fluidSampleComposition>
715 + <fluidSampleComposition>
716 + <isPrimary>false</isPrimary>
717 + <componentName>C3</componentName>
718 + <componentKind>frac</componentKind>
719 + <weightPercent uom="%">0.64</weightPercent>
720 + <!--ref B71-->
721 + <molePercent uom="%">0.64</molePercent>
722 + <!--ref C71-->
723 + </fluidSampleComposition>
724 + <fluidSampleComposition>
725 + <isPrimary>false</isPrimary>
726 + <componentName>C6+</componentName>
727 + <componentKind>frac</componentKind>
728 + <weightPercent uom="%">2.5</weightPercent>
729 + <!--ref B72-->
730 + <molePercent uom="%">2.5</molePercent>
731 + <!--ref C72-->
732 + </fluidSampleComposition>
733 + <fluidSampleComposition>
734 + <isPrimary>false</isPrimary>
735 + <componentName>CO2</componentName>
736 + <componentKind>frac</componentKind>
737 + <weightPercent uom="%">1.000</weightPercent>
738 + <!--ref B73-->
739 + <molePercent uom="%">1.000</molePercent>
740 + <!--ref C73-->
741 + </fluidSampleComposition>
742 + <fluidSampleComposition>
743 + <isPrimary>false</isPrimary>
744 + <componentName>IC4</componentName>
745 + <componentKind>frac</componentKind>
746 + <weightPercent uom="%">1.460</weightPercent>
747 + <!--ref B74-->
748 + <molePercent uom="%">1.460</molePercent>
749 + <!--ref C74-->
750 + </fluidSampleComposition>
751 + <fluidSampleComposition>
752 + <isPrimary>false</isPrimary>
753 + <componentName>IC5</componentName>
754 + <componentKind>frac</componentKind>
755 + <weightPercent uom="%">6.000</weightPercent>
756 + <!--ref B75-->
757 + <molePercent uom="%">6.000</molePercent>
758 + <!--ref C75-->
759 + </fluidSampleComposition>
760 + <fluidSampleComposition>
761 + <isPrimary>false</isPrimary>
762 + <componentName>N2</componentName>
763 + <componentKind>frac</componentKind>
764 + <weightPercent uom="%">1.9000</weightPercent>
765 + <!--ref B76-->
766 + <molePercent uom="%">1.9000</molePercent>
767 + <!--ref C76-->
768 + </fluidSampleComposition>
769 + <fluidSampleComposition>
770 + <isPrimary>false</isPrimary>
771 + <componentName>NC4</componentName>
772 + <componentKind>frac</componentKind>
773 + <weightPercent uom="%">4.0000</weightPercent>
774 + <!--ref B77-->
775 + <molePercent uom="%">4.0000</molePercent>
776 + <!--ref C77-->
777 + </fluidSampleComposition>
778 + <fluidSampleComposition>
779 + <isPrimary>false</isPrimary>
780 + <componentName>NC5</componentName>
781 + <componentKind>frac</componentKind>
782 + <weightPercent uom="%">82.0000</weightPercent>
783 + <!--ref B78-->
784 + <molePercent uom="%">82.0000</molePercent>
785 + <!--ref C78-->
786 + </fluidSampleComposition>
787 + </object>
788 + <object xsi:type="obj_fluidAnalysisResult">
789 + <nameFluidSample>TRYM-LIQUID-COMPOSITION-1</nameFluidSample>
790 + <name>Trym Liquid composition</name>
791 + <fluidSampleComposition>
792 + <isPrimary>true</isPrimary>
793 + <componentName>liquid</componentName>
794 + <componentBaseKind>ethane</componentBaseKind>
795 + <componentKind>frac</componentKind>
796 + <rvp uom="bar">222</rvp>
797 + <!--ref F62-->
798 + </fluidSampleComposition>
799 + <fluidSampleComposition>
800 + <isPrimary>false</isPrimary>
801 + <componentName>N2</componentName>
802 + <componentKind>frac</componentKind>
803 + <weightPercent uom="%">0.000</weightPercent>
804 + <!--ref G68-->
805 + <molePercent uom="%">0.000</molePercent>
806 + <!--ref H68-->
807 + </fluidSampleComposition>
808 + <fluidSampleComposition>
809 + <isPrimary>false</isPrimary>
810 + <componentName>CO2</componentName>
811 + <componentKind>frac</componentKind>
812 + <weightPercent uom="%">0.1</weightPercent>
813 + <!--ref G69-->
814 + <molePercent uom="%">0.1</molePercent>
815 + <!--ref H69-->
816 + </fluidSampleComposition>
817 + <fluidSampleComposition>
818 + <isPrimary>false</isPrimary>
819 + <componentName>C1</componentName>
820 + <componentKind>frac</componentKind>
821 + <weightPercent uom="%">0.4</weightPercent>
822 + <!--ref G70-->
823 + <molePercent uom="%">0.4</molePercent>
824 + <!--ref H70-->
825 + </fluidSampleComposition>
826 + <fluidSampleComposition>
827 + <isPrimary>false</isPrimary>
828 + <componentName>C2</componentName>
829 + <componentKind>frac</componentKind>
830 + <weightPercent uom="%">0.64</weightPercent>
831 + <!--ref G71-->
832 + <molePercent uom="%">0.64</molePercent>
833 + <!--ref H71-->
834 + </fluidSampleComposition>
835 + <fluidSampleComposition>
836 + <isPrimary>false</isPrimary>
837 + <componentName>C3</componentName>
838 + <componentKind>frac</componentKind>
839 + <weightPercent uom="%">2.5000</weightPercent>
840 + <!--ref G72-->
841 + <molePercent uom="%">2.500</molePercent>
842 + <!--ref H72-->
843 + </fluidSampleComposition>
844 + <fluidSampleComposition>
845 + <isPrimary>false</isPrimary>
846 + <componentName>IC4</componentName>
847 + <componentKind>frac</componentKind>
848 + <weightPercent uom="%">1.000</weightPercent>
849 + <!--ref G73-->
850 + <molePercent uom="%">1.000</molePercent>
851 + <!--ref H73-->
852 + </fluidSampleComposition>
853 + <fluidSampleComposition>
854 + <isPrimary>false</isPrimary>
855 + <componentName>NC4</componentName>
856 + <componentKind>frac</componentKind>
857 + <weightPercent uom="%">1.4600</weightPercent>
858 + <!--ref G74-->
859 + <molePercent uom="%">1.4600</molePercent>
860 + <!--ref H74-->
861 + </fluidSampleComposition>
862 + <fluidSampleComposition>
863 + <isPrimary>false</isPrimary>
864 + <componentName>IC5</componentName>
865 + <componentKind>frac</componentKind>
866 + <weightPercent uom="%">6.000</weightPercent>
867 + <!--ref G75-->
868 + <molePercent uom="%">6.000</molePercent>
869 + <!--ref H75-->
870 + </fluidSampleComposition>
871 + <fluidSampleComposition>
872 + <isPrimary>false</isPrimary>
873 + <componentName>NC5</componentName>
874 + <componentKind>frac</componentKind>
875 + <weightPercent uom="%">1.90000</weightPercent>
876 + <!--ref G76-->
877 + <molePercent uom="%">1.90000</molePercent>
878 + <!--ref H76-->
879 + </fluidSampleComposition>
880 + <fluidSampleComposition>
881 + <isPrimary>false</isPrimary>
882 + <componentName>C6</componentName>
883 + <componentKind>frac</componentKind>
884 + <weightPercent uom="%">4.0000</weightPercent>
885 + <!--ref G77-->
886 + <molePercent uom="%">4.0000</molePercent>
887 + <!--ref H77-->
888 + </fluidSampleComposition>
889 + <fluidSampleComposition>
890 + <isPrimary>false</isPrimary>
891 + <componentName>C7+</componentName>
892 + <componentKind>frac</componentKind>
893 + <molecularWeight>201.14000</molecularWeight>
894 + <!--ref G63-->
895 + <weightPercent uom="%">82.0000</weightPercent>
896 + <!--ref G78-->
897 + <molePercent uom="%">82.0000</molePercent>
898 + <!--ref H78-->
899 + <specificGravity>0.8310</specificGravity>
900 + <!-- ref G64-->
901 + </fluidSampleComposition>
902 + <fluidSampleComposition>
903 + <isPrimary>false</isPrimary>
904 + <componentName>salt</componentName>
905 + <componentKind>frac</componentKind>
906 + <weightPercent uom="%">0.2100</weightPercent>
907 + <!--ref G65-->
908 + </fluidSampleComposition>
909 + <fluidSampleComposition>
910 + <isPrimary>false</isPrimary>
911 + <componentName>bsw</componentName>
912 + <componentKind>frac</componentKind>
913 + <weightPercent uom="%">0.234</weightPercent>
914 + <!--ref G66-->
915 + </fluidSampleComposition>
916 + </object>
917 + <object xsi:type="obj_fluidAnalysisResult">
918 + <nameFluidSample>TRYM-LIQUID-COMPOSITION-2</nameFluidSample>
919 + <name>Trym Liquid composition</name>
920 + <fluidSampleComposition>
921 + <isPrimary>true</isPrimary>
922 + <componentName>liquid</componentName>
923 + <componentBaseKind>ethane</componentBaseKind>
924 + <componentKind>frac</componentKind>
925 + <rvp uom="bar">222</rvp>
926 + <!--ref F62-->
927 + </fluidSampleComposition>
928 + <fluidSampleComposition>
929 + <isPrimary>false</isPrimary>
930 + <componentName>N2</componentName>
931 + <componentKind>frac</componentKind>
932 + <weightPercent uom="%">0.000</weightPercent>
933 + <!--ref G68-->
934 + <molePercent uom="%">0.000</molePercent>
935 + <!--ref H68-->
936 + </fluidSampleComposition>
937 + <fluidSampleComposition>
938 + <isPrimary>false</isPrimary>
939 + <componentName>CO2</componentName>
940 + <componentKind>frac</componentKind>
941 + <weightPercent uom="%">0.1</weightPercent>
942 + <!--ref G69-->
943 + <molePercent uom="%">0.1</molePercent>
944 + <!--ref H69-->
945 + </fluidSampleComposition>
946 + <fluidSampleComposition>
947 + <isPrimary>false</isPrimary>
948 + <componentName>C1</componentName>
949 + <componentKind>frac</componentKind>
950 + <weightPercent uom="%">0.4</weightPercent>
951 + <!--ref G70-->
952 + <molePercent uom="%">0.4</molePercent>
953 + <!--ref H70-->
954 + </fluidSampleComposition>
955 + <fluidSampleComposition>
956 + <isPrimary>false</isPrimary>
957 + <componentName>C2</componentName>
958 + <componentKind>frac</componentKind>
959 + <weightPercent uom="%">0.64</weightPercent>
960 + <!--ref G71-->
961 + <molePercent uom="%">0.64</molePercent>
962 + <!--ref H71-->
963 + </fluidSampleComposition>
964 + <fluidSampleComposition>
965 + <isPrimary>false</isPrimary>
966 + <componentName>C3</componentName>
967 + <componentKind>frac</componentKind>
968 + <weightPercent uom="%">2.5000</weightPercent>
969 + <!--ref G72-->
970 + <molePercent uom="%">2.500</molePercent>
971 + <!--ref H72-->
972 + </fluidSampleComposition>
973 + <fluidSampleComposition>
974 + <isPrimary>false</isPrimary>
975 + <componentName>IC4</componentName>
976 + <componentKind>frac</componentKind>
977 + <weightPercent uom="%">1.000</weightPercent>
978 + <!--ref G73-->
979 + <molePercent uom="%">1.000</molePercent>
980 + <!--ref H73-->
981 + </fluidSampleComposition>
982 + <fluidSampleComposition>
983 + <isPrimary>false</isPrimary>
984 + <componentName>NC4</componentName>
985 + <componentKind>frac</componentKind>
986 + <weightPercent uom="%">1.4600</weightPercent>
987 + <!--ref G74-->
988 + <molePercent uom="%">1.4600</molePercent>
989 + <!--ref H74-->
990 + </fluidSampleComposition>
991 + <fluidSampleComposition>
992 + <isPrimary>false</isPrimary>
993 + <componentName>IC5</componentName>
994 + <componentKind>frac</componentKind>
995 + <weightPercent uom="%">6.000</weightPercent>
996 + <!--ref G75-->
997 + <molePercent uom="%">6.000</molePercent>
998 + <!--ref H75-->
999 + </fluidSampleComposition>
1000 + <fluidSampleComposition>
1001 + <isPrimary>false</isPrimary>
1002 + <componentName>NC5</componentName>
1003 + <componentKind>frac</componentKind>
1004 + <weightPercent uom="%">1.90000</weightPercent>
1005 + <!--ref G76-->
1006 + <molePercent uom="%">1.90000</molePercent>
1007 + <!--ref H76-->
1008 + </fluidSampleComposition>
1009 + <fluidSampleComposition>
1010 + <isPrimary>false</isPrimary>
1011 + <componentName>C6</componentName>
1012 + <componentKind>frac</componentKind>
1013 + <weightPercent uom="%">4.0000</weightPercent>
1014 + <!--ref G77-->
1015 + <molePercent uom="%">4.0000</molePercent>
1016 + <!--ref H77-->
1017 + </fluidSampleComposition>
1018 + <fluidSampleComposition>
1019 + <isPrimary>false</isPrimary>
1020 + <componentName>C7+</componentName>
1021 + <componentKind>frac</componentKind>
1022 + <molecularWeight>201.14000</molecularWeight>
1023 + <!--ref G63-->
1024 + <weightPercent uom="%">82.0000</weightPercent>
1025 + <!--ref G78-->
1026 + <molePercent uom="%">82.0000</molePercent>
1027 + <!--ref H78-->
1028 + <specificGravity>0.8310</specificGravity>
1029 + <!-- ref G64-->
1030 + </fluidSampleComposition>
1031 + <fluidSampleComposition>
1032 + <isPrimary>false</isPrimary>
1033 + <componentName>salt</componentName>
1034 + <componentKind>frac</componentKind>
1035 + <weightPercent uom="%">0.2100</weightPercent>
1036 + <!--ref G65-->
1037 + </fluidSampleComposition>
1038 + <fluidSampleComposition>
1039 + <isPrimary>false</isPrimary>
1040 + <componentName>bsw</componentName>
1041 + <componentKind>frac</componentKind>
1042 + <weightPercent uom="%">0.234</weightPercent>
1043 + <!--ref G66-->
1044 + </fluidSampleComposition>
1045 + </object>
1046 + <object xsi:type="obj_fluidAnalysisResult">
1047 + <nameFluidSample>TRYM-RECOMBINED-SAMPLE-1</nameFluidSample>
1048 + <name>Trym Recombined Sample</name>
1049 + <fluidSampleComposition>
1050 + <isPrimary>false</isPrimary>
1051 + <componentName>N2</componentName>
1052 + <componentKind>frac</componentKind>
1053 + <weightPercent uom="%">0.000</weightPercent>
1054 + <!--ref J68-->
1055 + <molePercent uom="%">0.000</molePercent>
1056 + <!--ref K68-->
1057 + </fluidSampleComposition>
1058 + <fluidSampleComposition>
1059 + <isPrimary>false</isPrimary>
1060 + <componentName>CO2</componentName>
1061 + <componentKind>frac</componentKind>
1062 + <weightPercent uom="%">0.1</weightPercent>
1063 + <!--ref j69-->
1064 + <molePercent uom="%">0.1</molePercent>
1065 + <!--ref K69-->
1066 + </fluidSampleComposition>
1067 + <fluidSampleComposition>
1068 + <isPrimary>false</isPrimary>
1069 + <componentName>C1</componentName>
1070 + <componentKind>frac</componentKind>
1071 + <weightPercent uom="%">0.4</weightPercent>
1072 + <!--ref J70-->
1073 + <molePercent uom="%">0.4</molePercent>
1074 + <!--ref K70-->
1075 + </fluidSampleComposition>
1076 + <fluidSampleComposition>
1077 + <isPrimary>false</isPrimary>
1078 + <componentName>C2</componentName>
1079 + <componentKind>frac</componentKind>
1080 + <weightPercent uom="%">0.64</weightPercent>
1081 + <!--ref J71-->
1082 + <molePercent uom="%">0.64</molePercent>
1083 + <!--ref K71-->
1084 + </fluidSampleComposition>
1085 + <fluidSampleComposition>
1086 + <isPrimary>false</isPrimary>
1087 + <componentName>C3</componentName>
1088 + <componentKind>frac</componentKind>
1089 + <weightPercent uom="%">2.5000</weightPercent>
1090 + <!--ref J72-->
1091 + <molePercent uom="%">2.500</molePercent>
1092 + <!--ref K72-->
1093 + </fluidSampleComposition>
1094 + <fluidSampleComposition>
1095 + <isPrimary>false</isPrimary>
1096 + <componentName>IC4</componentName>
1097 + <componentKind>frac</componentKind>
1098 + <weightPercent uom="%">1.000</weightPercent>
1099 + <!--ref J73-->
1100 + <molePercent uom="%">1.000</molePercent>
1101 + <!--ref K73-->
1102 + </fluidSampleComposition>
1103 + <fluidSampleComposition>
1104 + <isPrimary>false</isPrimary>
1105 + <componentName>NC4</componentName>
1106 + <componentKind>frac</componentKind>
1107 + <weightPercent uom="%">1.4600</weightPercent>
1108 + <!--ref J74-->
1109 + <molePercent uom="%">1.4600</molePercent>
1110 + <!--ref K74-->
1111 + </fluidSampleComposition>
1112 + <fluidSampleComposition>
1113 + <isPrimary>false</isPrimary>
1114 + <componentName>IC5</componentName>
1115 + <componentKind>frac</componentKind>
1116 + <weightPercent uom="%">6.000</weightPercent>
1117 + <!--ref J75-->
1118 + <molePercent uom="%">6.000</molePercent>
1119 + <!--ref K75-->
1120 + </fluidSampleComposition>
1121 + <fluidSampleComposition>
1122 + <isPrimary>false</isPrimary>
1123 + <componentName>NC5</componentName>
1124 + <componentKind>frac</componentKind>
1125 + <weightPercent uom="%">1.90000</weightPercent>
1126 + <!--ref J76-->
1127 + <molePercent uom="%">1.90000</molePercent>
1128 + <!--ref K76-->
1129 + </fluidSampleComposition>
1130 + <fluidSampleComposition>
1131 + <isPrimary>false</isPrimary>
1132 + <componentName>C6</componentName>
1133 + <componentKind>frac</componentKind>
1134 + <weightPercent uom="%">4.0000</weightPercent>
1135 + <!--ref J77-->
1136 + <molePercent uom="%">4.0000</molePercent>
1137 + <!--ref K77-->
1138 + </fluidSampleComposition>
1139 + <fluidSampleComposition>
1140 + <isPrimary>false</isPrimary>
1141 + <componentName>C7+</componentName>
1142 + <componentKind>frac</componentKind>
1143 + <molecularWeight>201.14000</molecularWeight>
1144 + <!--ref J63-->
1145 + <weightPercent uom="%">82.0000</weightPercent>
1146 + <!--ref J78-->
1147 + <molePercent uom="%">82.0000</molePercent>
1148 + <!--ref K78-->
1149 + <specificGravity>0.8310</specificGravity>
1150 + <!-- ref K64-->
1151 + </fluidSampleComposition>
1152 + </object>
1153 + <object xsi:type="obj_fluidAnalysisResult">
1154 + <nameFluidSample>TRYM-RECOMBINED-SAMPLE-2</nameFluidSample>
1155 + <name>Trym Recombined Sample</name>
1156 + <fluidSampleComposition>
1157 + <isPrimary>false</isPrimary>
1158 + <componentName>N2</componentName>
1159 + <componentKind>frac</componentKind>
1160 + <weightPercent uom="%">0.000</weightPercent>
1161 + <!--ref J68-->
1162 + <molePercent uom="%">0.000</molePercent>
1163 + <!--ref K68-->
1164 + </fluidSampleComposition>
1165 + <fluidSampleComposition>
1166 + <isPrimary>false</isPrimary>
1167 + <componentName>CO2</componentName>
1168 + <componentKind>frac</componentKind>
1169 + <weightPercent uom="%">0.1</weightPercent>
1170 + <!--ref j69-->
1171 + <molePercent uom="%">0.1</molePercent>
1172 + <!--ref K69-->
1173 + </fluidSampleComposition>
1174 + <fluidSampleComposition>
1175 + <isPrimary>false</isPrimary>
1176 + <componentName>C1</componentName>
1177 + <componentKind>frac</componentKind>
1178 + <weightPercent uom="%">0.4</weightPercent>
1179 + <!--ref J70-->
1180 + <molePercent uom="%">0.4</molePercent>
1181 + <!--ref K70-->
1182 + </fluidSampleComposition>
1183 + <fluidSampleComposition>
1184 + <isPrimary>false</isPrimary>
1185 + <componentName>C2</componentName>
1186 + <componentKind>frac</componentKind>
1187 + <weightPercent uom="%">0.64</weightPercent>
1188 + <!--ref J71-->
1189 + <molePercent uom="%">0.64</molePercent>
1190 + <!--ref K71-->
1191 + </fluidSampleComposition>
1192 + <fluidSampleComposition>
1193 + <isPrimary>false</isPrimary>
1194 + <componentName>C3</componentName>
1195 + <componentKind>frac</componentKind>
1196 + <weightPercent uom="%">2.5000</weightPercent>
1197 + <!--ref J72-->
1198 + <molePercent uom="%">2.500</molePercent>
1199 + <!--ref K72-->
1200 + </fluidSampleComposition>
1201 + <fluidSampleComposition>
1202 + <isPrimary>false</isPrimary>
1203 + <componentName>IC4</componentName>
1204 + <componentKind>frac</componentKind>
1205 + <weightPercent uom="%">1.000</weightPercent>
1206 + <!--ref J73-->
1207 + <molePercent uom="%">1.000</molePercent>
1208 + <!--ref K73-->
1209 + </fluidSampleComposition>
1210 + <fluidSampleComposition>
1211 + <isPrimary>false</isPrimary>
1212 + <componentName>NC4</componentName>
1213 + <componentKind>frac</componentKind>
1214 + <weightPercent uom="%">1.4600</weightPercent>
1215 + <!--ref J74-->
1216 + <molePercent uom="%">1.4600</molePercent>
1217 + <!--ref K74-->
1218 + </fluidSampleComposition>
1219 + <fluidSampleComposition>
1220 + <isPrimary>false</isPrimary>
1221 + <componentName>IC5</componentName>
1222 + <componentKind>frac</componentKind>
1223 + <weightPercent uom="%">6.000</weightPercent>
1224 + <!--ref J75-->
1225 + <molePercent uom="%">6.000</molePercent>
1226 + <!--ref K75-->
1227 + </fluidSampleComposition>
1228 + <fluidSampleComposition>
1229 + <isPrimary>false</isPrimary>
1230 + <componentName>NC5</componentName>
1231 + <componentKind>frac</componentKind>
1232 + <weightPercent uom="%">1.90000</weightPercent>
1233 + <!--ref J76-->
1234 + <molePercent uom="%">1.90000</molePercent>
1235 + <!--ref K76-->
1236 + </fluidSampleComposition>
1237 + <fluidSampleComposition>
1238 + <isPrimary>false</isPrimary>
1239 + <componentName>C6</componentName>
1240 + <componentKind>frac</componentKind>
1241 + <weightPercent uom="%">4.0000</weightPercent>
1242 + <!--ref J77-->
1243 + <molePercent uom="%">4.0000</molePercent>
1244 + <!--ref K77-->
1245 + </fluidSampleComposition>
1246 + <fluidSampleComposition>
1247 + <isPrimary>false</isPrimary>
1248 + <componentName>C7+</componentName>
1249 + <componentKind>frac</componentKind>
1250 + <molecularWeight>201.14000</molecularWeight>
1251 + <!--ref J63-->
1252 + <weightPercent uom="%">82.0000</weightPercent>
1253 + <!--ref J78-->
1254 + <molePercent uom="%">82.0000</molePercent>
1255 + <!--ref K78-->
1256 + <specificGravity>0.8310</specificGravity>
1257 + <!-- ref K64-->
1258 + </fluidSampleComposition>
1259 + </object>
1260 +
1261 +</objects>