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

Revision 16, 6.7 kB (checked in by ryland, 15 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--                    Example of Mud Log data                 -->
3<mudLogs 
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_mudLog.xsd"
7        version="1.3.1.1">
8        <documentInfo>
9                <DocumentName>mudLog</DocumentName>
10                <FileCreationInformation>
11                        <FileCreationDate>2001-10-31T08:15:00.000Z</FileCreationDate>
12                        <SoftwareName>WITSML 1.3.0.0 Server</SoftwareName>
13                        <FileCreator>John Smith</FileCreator>
14                </FileCreationInformation>
15        </documentInfo>
16        <mudLog uidWell="W-12" uidWellbore="B-01" uid="h45a">
17                <nameWell>6507/7-A-42</nameWell>
18                <nameWellbore>A-42</nameWellbore>
19                <name>m1001</name>
20                <dTim>2001-07-15T15:30:00.000Z</dTim>
21                <mudLogCompany>Mud log company</mudLogCompany>
22                <mudLogEngineers>Mud log Engineers</mudLogEngineers>
23                <startMd uom="ft">5000</startMd>
24                <endMd uom="ft">5030</endMd>
25                <parameter uid="param-1">
26                        <type>midnight depth date</type>
27                        <mdTop uom="ft">11695</mdTop>
28                        <text>2002/12/07</text>
29                </parameter>
30                <parameter uid="param-2">
31                        <type>core interval comment</type>
32                        <mdTop uom="ft">9000</mdTop>
33                        <mdBottom uom="ft">9090</mdBottom>
34                        <text>Core #3. Core 8 1/2 inches from 9000 MD to 9090 MD, recovered 98%</text>
35                </parameter>
36                <parameter uid="param-3">
37                        <type>overpull on connection</type>
38                        <mdTop uom="ft">11695</mdTop>
39                        <force uom="klbf">50</force>
40                        <text>50 Klb o/p on connection</text>
41                </parameter>
42                <geologyInterval uid="MLGI-1003">
43                        <typeLithology>cuttings</typeLithology>
44                        <mdTop uom="ft">5000</mdTop>
45                        <mdBottom uom="ft">5030</mdBottom>
46                        <dTim>2001-10-31T08:15:00.000</dTim>
47                        <tvdTop uom="ft">4675</tvdTop>
48                        <tvdBase uom="ft">4680</tvdBase>
49                        <ropAv uom="ft/h">12</ropAv>
50                        <ropMn uom="ft/h">10</ropMn>
51                        <ropMx uom="ft/h">15</ropMx>
52                        <wobAv uom="lbf">6</wobAv>
53                        <tqAv uom="lbf.ft">600</tqAv>
54                        <rpmAv uom="rpm">120</rpmAv>
55                        <wtMudAv uom="lbm/ft3">10.5</wtMudAv>
56                        <ecdTdAv uom="lbm/ft3">10.6</ecdTdAv>
57                        <dxcAv>0.95</dxcAv>
58                        <lithology uid="Lith001">
59                                <type>Sandstone</type>
60                                <codeLith>SS</codeLith>
61                                <lithPc uom="%">100</lithPc>
62                                <description>Sandstone: vf -f, clr-frost, mod srt, gd vis por</description>
63                                <lithClass>Lithology Classification</lithClass>
64                                <grainType>Grain type</grainType>
65                                <dunhamClass>Durham Class</dunhamClass>
66                                <color>Cir</color>
67                                <texture>Friable</texture>
68                                <hardness>Mod Hd</hardness>
69                                <sizeGrain>Fine</sizeGrain>
70                                <roundness>Mod Rnd</roundness>
71                                <sorting>Good</sorting>
72                                <matrixCement>Calcite</matrixCement>
73                                <porosityVisible>Mod</porosityVisible>
74                                <permeability>Permeability desc</permeability>
75                                <densShale uom="g/cm3">2.6</densShale>
76                                <qualifier uid="MLQ-001">
77                                        <type>Pyrite</type>
78                                        <abundance uom="%">10</abundance>
79                                        <abundanceCode>sparse</abundanceCode>
80                                        <description>lg crystals</description>
81                                </qualifier>
82                        </lithology>
83                        <show>
84                                <showRat>good</showRat>
85                                <stainColor>brown</stainColor>
86                                <stainDistr>even</stainDistr>
87                                <stainPc uom="%">50</stainPc>
88                                <natFlorColor>White</natFlorColor>
89                                <natFlorPc uom="%">25</natFlorPc>
90                                <natFlorLevel>faint</natFlorLevel>
91                                <natFlorDesc>Nat Flor Desc</natFlorDesc>
92                                <cutColor>white</cutColor>
93                                <cutSpeed>fast</cutSpeed>
94                                <cutStrength>strong</cutStrength>
95                                <cutForm>streaming</cutForm>
96                                <cutLevel>bright</cutLevel>
97                                <cutFlorColor>bright white</cutFlorColor>
98                                <cutFlorSpeed>instantaneous</cutFlorSpeed>
99                                <cutFlorStrength>strong</cutFlorStrength>
100                                <cutFlorForm>blooming</cutFlorForm>
101                                <cutFlorLevel>bright</cutFlorLevel>
102                                <residueColor>brown</residueColor>
103                                <showDesc>Show Desc</showDesc>
104                                <impregnatedLitho>Impregnated Litho</impregnatedLitho>
105                                <odor>petrol</odor>
106                        </show>
107                        <chromatograph>
108                                <dTim>2001-08-31T08:15:00.000</dTim>
109                                <mdTop uom="ft">5000</mdTop>
110                                <mdBottom uom="ft">5030</mdBottom>
111                                <wtMudIn uom="lbm/ft3">10.5</wtMudIn>
112                                <wtMudOut uom="lbm/ft3">10.5</wtMudOut>
113                                <chromType>Chrom Type</chromType>
114                                <eTimChromCycle uom="s">30</eTimChromCycle>
115                                <chromIntRpt>2001-08-31T08:15:00.000</chromIntRpt>
116                                <methAv uom="ppm">600</methAv>
117                                <methMn uom="ppm">500</methMn>
118                                <methMx uom="ppm">700</methMx>
119                                <ethAv uom="ppm">120</ethAv>
120                                <ethMn uom="ppm">100</ethMn>
121                                <ethMx uom="ppm">130</ethMx>
122                                <propAv uom="ppm">45</propAv>
123                                <propMn uom="ppm">40</propMn>
124                                <propMx uom="ppm">70</propMx>
125                                <ibutAv uom="ppm">10</ibutAv>
126                                <ibutMn uom="ppm">5</ibutMn>
127                                <ibutMx uom="ppm">15</ibutMx>
128                                <nbutAv uom="ppm">10</nbutAv>
129                                <nbutMn uom="ppm">10</nbutMn>
130                                <nbutMx uom="ppm">10</nbutMx>
131                                <ipentAv uom="ppm">1</ipentAv>
132                                <ipentMn uom="ppm">1</ipentMn>
133                                <ipentMx uom="ppm">1</ipentMx>
134                                <npentAv uom="ppm">1</npentAv>
135                                <npentMn uom="ppm">.099</npentMn>
136                                <npentMx uom="ppm">.099</npentMx>
137                                <epentAv uom="ppm">.099</epentAv>
138                                <epentMn uom="ppm">.099</epentMn>
139                                <epentMx uom="ppm">.099</epentMx>
140                                <ihexAv uom="ppm">.099</ihexAv>
141                                <ihexMn uom="ppm">.099</ihexMn>
142                                <ihexMx uom="ppm">.099</ihexMx>
143                                <nhexAv uom="ppm">.099</nhexAv>
144                                <nhexMn uom="ppm">.099</nhexMn>
145                                <nhexMx uom="ppm">.099</nhexMx>
146                                <co2Av uom="ppm">.099</co2Av>
147                                <co2Mn uom="ppm">.099</co2Mn>
148                                <co2Mx uom="ppm">.099</co2Mx>
149                                <h2sAv uom="ppm">0</h2sAv>
150                                <h2sMn uom="ppm">0</h2sMn>
151                                <h2sMx uom="ppm">0</h2sMx>
152                                <acetylene uom="ppm">.099</acetylene>
153                        </chromatograph>
154                        <mudGas>
155                                <gasAv uom="%">1.24</gasAv>
156                                <gasPeak uom="%">1.4</gasPeak>
157                                <gasPeakType>connection gas</gasPeakType>
158                                <gasBackgnd uom="%">1</gasBackgnd>
159                                <gasConAv uom="%">1.2</gasConAv>
160                                <gasConMx uom="%">1.3</gasConMx>
161                                <gasTrip uom="%">2.4</gasTrip>
162                        </mudGas>
163                        <densBulk uom="lbm/ft3">1.56</densBulk>
164                        <densShale uom="lbm/ft3">1.65</densShale>
165                        <calcite uom="%">6</calcite>
166                        <dolomite uom="%">1</dolomite>
167                        <cec uom="meq/g">.099</cec>
168                        <calcStab uom="%">.099</calcStab>
169                        <nameFormation>Rotliegende</nameFormation>
170                        <lithostratigraphic>lithostratigraphic name</lithostratigraphic>
171                        <chronostratigraphic>Permian</chronostratigraphic>
172                        <sizeMn uom="in">.099</sizeMn>
173                        <sizeMx uom="in">.099</sizeMx>
174                        <lenPlug uom="in">.099</lenPlug>
175                        <description>Sandstone: vf -f, clr-frost, mod srt, gd vis por</description>
176                        <cuttingFluid>cuttingFluid desc</cuttingFluid>
177                        <cleaningMethod>dryingMethod desc</cleaningMethod>
178                        <dryingMethod>dryingMethod desc</dryingMethod>
179                        <comments>Geology Interval comments</comments>
180                </geologyInterval>
181                <commonData>
182                        <itemState>plan</itemState>
183                        <comments>Core was cleanly recovered and boxed at rig</comments>
184                </commonData>
185        </mudLog>
186</mudLogs>
Note: See TracBrowser for help on using the browser.