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

Revision 16, 1.7 kB (checked in by ryland, 15 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<?xml-stylesheet href="../stylesheets/formationMarker.xsl" type="text/xsl" media="screen"?>
3<!--            Example of Formation Marker data        -->
4<formationMarkers 
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_formationMarker.xsd" 
8        version="1.3.1.1">
9        <documentInfo>
10                <DocumentName>formationMarker</DocumentName>
11                <FileCreationInformation>
12                        <FileCreationDate>2001-10-31T08:15:00.000Z</FileCreationDate>
13                        <SoftwareName>WITSML 1.3.0.0 Server</SoftwareName>
14                        <FileCreator>John Smith</FileCreator>
15                </FileCreationInformation>
16        </documentInfo>
17        <formationMarker uidWell="W-12" uidWellbore="B-01" uid="m67">
18                <nameWell>6507/7-A-42</nameWell>
19                <nameWellbore>A-42</nameWellbore>
20                <name>Rotliegende</name>
21                <mdPrognosed uom="ft">4990</mdPrognosed>
22                <tvdPrognosed uom="ft">4685</tvdPrognosed>
23                <mdTopSample uom="ft">5000</mdTopSample>
24                <tvdTopSample uom="ft">4695</tvdTopSample>
25                <thicknessBed uom="ft">200</thicknessBed>
26                <thicknessApparent uom="ft">260</thicknessApparent>
27                <thicknessPerpen uom="ft">185</thicknessPerpen>
28                <mdLogSample uom="ft">4997</mdLogSample>
29                <tvdLogSample uom="ft">4692</tvdLogSample>
30                <dip uom="dega">10</dip>
31                <dipDirection uom="dega">200</dipDirection>
32                <chronostratigraphic>Permian</chronostratigraphic>
33                <nameFormation>Rotliegende</nameFormation>
34                <description>Top Reservior</description>
35                <commonData>
36                        <itemState>actual</itemState>
37                        <comments>Waiting on wireline GR to confirm pick</comments>
38                </commonData>
39        </formationMarker>
40</formationMarkers>
Note: See TracBrowser for help on using the browser.