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

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