root / projects / DailyProductionReport_1.0 / XML / Version1.0 / WITSML131 / XML_Examples / sidewallCore_no_xsl.xml

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