root / projects / DailyProductionReport_1.0 / XML / Version1.0 / WITSML131 / XML_Examples / risk_no_xsl.xml @ 16

Revision 16, 1.5 kB (checked in by ryland, 15 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--            Example of Risk data            -->
3<risks 
4        xmlns="http://www.witsml.org/schemas/131" 
5        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
6        xsi:schemaLocation="http://www.witsml.org/schemas/131  ../obj_risk.xsd"
7        version="1.3.1.1">
8        <risk uidWell="W-12" uidWellbore="B-01v" uid="risk-234934">
9                <nameWell>6507/7-A-42</nameWell>
10                <nameWellbore>W>A-42</nameWellbore>
11                <name>Wilcox Kick Risk</name>
12                <objectReference object="trajectory" uidRef="pe84e">Plan #2</objectReference>
13                <type>risk</type>
14                <category>hydraulics</category>
15                <subCategory>gas kick</subCategory>
16                <mdHoleStart uom="ftUS">12000</mdHoleStart>
17                <mdHoleEnd uom="ftUS">12500</mdHoleEnd>
18                <tvdHoleStart uom="ftUS">9000</tvdHoleStart>
19                <tvdHoleEnd uom="ftUS">9200</tvdHoleEnd>
20                <diaHole uom="in">8.5</diaHole>
21                <severityLevel>4</severityLevel>
22                <probabilityLevel>3</probabilityLevel>
23                <summary>Possible gas kick exiting the Wilcox formation @ 9000
24                TVD, 12000 MD</summary>
25                <details>6 of the last 10 wells drilled through the wilcox
26                encountered severe gas kicks on exiting the bottom of the formation.</details>
27                <identification>A large connection gas influx was experienced as
28                we entered this formation on an offset well, Watch for increase
29                in connection gas, cavings, or change in resistivity.</identification>
30                <mitigation>Increase mud weght to 14.7 lbs/gal 100 ft prior to
31                exiting the formation, Maintain mud wt > 14.7lbs/gal</mitigation>
32        </risk>
33</risks>
Note: See TracBrowser for help on using the browser.