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

Revision 16, 3.7 kB (checked in by ryland, 15 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<?xml-stylesheet href="../stylesheets/sidewallCore.xsl" type="text/xsl" media="screen"?>
3<!--                    Example of Sidewall Core data             -->
4<sidewallCores 
5        xmlns="http://www.witsml.org/schemas/131" 
6        xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
7        xsi:schemaLocation="http://www.witsml.org/schemas/131  ../obj_sidewallCore.xsd" 
8        version="1.3.1.1">
9        <documentInfo>
10                <DocumentName>sidewallCore</DocumentName>
11                <FileCreationInformation>
12                        <FileCreationDate>2001-10-31T08:15:00.00Z</FileCreationDate>
13                        <SoftwareName>WITSML 1.3.0.0 Server</SoftwareName>
14                        <FileCreator>John Smith</FileCreator>
15                </FileCreationInformation>
16        </documentInfo>
17        <sidewallCore uidWell="W-12" uidWellbore="B-01" uid="fr7">
18                <nameWell>6507/7-A-42</nameWell>
19                <nameWellbore>A-42</nameWellbore>
20                <name>Deep Drill #5</name>
21                <dTimToolRun>2001-08-31T08:15:00.000</dTimToolRun>
22                <dTimToolPull>2001-08-01T13:20:00.000</dTimToolPull>
23                <mdToolReference uom="ft">5000</mdToolReference>
24                <coreReferenceLog>GR</coreReferenceLog>
25                <mdCore uom="ft">6700</mdCore>
26                <serviceCompany>Schlumberger</serviceCompany>
27                <analysisContractor>Corelab</analysisContractor>
28                <analysisBy>John Smith</analysisBy>
29                <sidewallCoringTool>SCT</sidewallCoringTool>
30                <diaHole uom="in">8.5</diaHole>
31                <diaPlug uom="in">1</diaPlug>
32                <numPlugsShot>30</numPlugsShot>
33                <numRecPlugs>26</numRecPlugs>
34                <numMisfiredPlugs>2</numMisfiredPlugs>
35                <numEmptyPlugs>1</numEmptyPlugs>
36                <numLostPlugs>1</numLostPlugs>
37                <numPaidPlugs>27</numPaidPlugs>
38                <swcSample uid="SWC-Sample-#1">
39                        <md uom="ft">5001</md>
40                        <lithology uid="Lith001">
41                                <type>Sandstone</type>
42                                <codeLith>SS</codeLith>
43                                <lithPc uom="%">100</lithPc>
44                                <description>Sandstone: vf -f, clr-frost, mod srt, gd vis por</description>
45                                <lithClass>Quartz Arenite</lithClass>
46                                <grainType>Quartz</grainType>
47                                <dunhamClass>NA</dunhamClass>
48                                <color>Lt. Pale Yel</color>
49                                <texture>Friable</texture>
50                                <hardness>Mod Soft</hardness>
51                                <sizeGrain>Fine-Med</sizeGrain>
52                                <roundness>Mod Rnd</roundness>
53                                <sorting>Fair</sorting>
54                                <matrixCement>Quartz</matrixCement>
55                                <porosityVisible>Mod Vis Por</porosityVisible>
56                                <permeability>Low</permeability>
57                                <densShale uom="lbm/ft3">2.65</densShale>
58                                <qualifier uid="MLQ-001">
59                                        <type>Pyrite</type>
60                                        <abundance uom="%">10</abundance>
61                                        <abundanceCode>sparse</abundanceCode>
62                                        <description>lg crystals</description>
63                                </qualifier>
64                        </lithology>
65                        <show>
66                                <showRat>good</showRat>
67                                <stainColor>brown</stainColor>
68                                <stainDistr>even</stainDistr>
69                                <stainPc uom="%">50</stainPc>
70                                <natFlorColor>white</natFlorColor>
71                                <natFlorPc uom="%">25</natFlorPc>
72                                <natFlorLevel>faint</natFlorLevel>
73                                <natFlorDesc>Nat Flor Desc</natFlorDesc>
74                                <cutColor>white</cutColor>
75                                <cutSpeed>fast</cutSpeed>
76                                <cutStrength>strong</cutStrength>
77                                <cutForm>streaming</cutForm>
78                                <cutLevel>bright</cutLevel>
79                                <cutFlorColor>bright white</cutFlorColor>
80                                <cutFlorSpeed>instantaneous</cutFlorSpeed>
81                                <cutFlorStrength>strong</cutFlorStrength>
82                                <cutFlorForm>streaming</cutFlorForm>
83                                <cutFlorLevel>bright</cutFlorLevel>
84                                <residueColor>brown</residueColor>
85                                <showDesc>Good show, lt-dk brown  even stn, inst bright lt blue-white streaming cut fluor</showDesc>
86                                <impregnatedLitho>None</impregnatedLitho>
87                                <odor>Petroliferous</odor>
88                        </show>
89                        <nameFormation>Rotliegende</nameFormation>
90                        <comments>Good sample, no fragments</comments>
91                </swcSample>
92                <commonData>
93                        <itemState>plan</itemState>
94                        <comments>Good sample, no fragments</comments>
95                </commonData>
96        </sidewallCore>
97</sidewallCores>
Note: See TracBrowser for help on using the browser.