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

Revision 16, 2.8 kB (checked in by ryland, 15 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--            Example of Wellbore data        -->
3<wellbores 
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_wellbore.xsd" 
7        version="1.3.1.1">
8        <documentInfo>
9                <DocumentName>wellbore</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        <wellbore uidWell="W-12" uid="B-001">
17                <nameWell>6507/7-A-42</nameWell>
18                <name>A-42</name>
19                <number>1234-0987</number>
20                <suffixAPI>02</suffixAPI>
21                <numGovt>Govt001</numGovt>
22                <statusWellbore>active</statusWellbore>
23                <purposeWellbore>exploration</purposeWellbore>
24                <typeWellbore>initial</typeWellbore>
25                <shape>horizontal</shape>
26                <dTimKickoff>2001-03-15T13:20:00.000</dTimKickoff>
27                <mdCurrent uom="ft">0</mdCurrent>
28                <tvdCurrent uom="ft">0</tvdCurrent>
29                <mdKickoff uom="ft">0</mdKickoff>
30                <tvdKickoff uom="ft">0</tvdKickoff>
31                <mdPlanned uom="ft">15800</mdPlanned>
32                <tvdPlanned uom="ft">12567</tvdPlanned>
33                <mdSubSeaPlanned uom="ft">12800</mdSubSeaPlanned>
34                <tvdSubSeaPlanned uom="ft">9567</tvdSubSeaPlanned>
35                <dayTarget uom="d">128</dayTarget>
36                <commonData>
37                        <dTimCreation>2001-04-30T08:15:00.000</dTimCreation>
38                        <dTimLastChange>2001-05-31T08:15:00.000</dTimLastChange>
39                        <itemState>plan</itemState>
40                        <comments>These are the comments associated with the Wellbore data object.</comments>
41                </commonData>
42        </wellbore>
43        <wellbore uidWell="W-12" uid="B-002">
44                <nameWell>6507/7-A-42</nameWell>
45                <name>A-43</name>
46                <parentWellbore uidRef="B-001">A-42</parentWellbore>
47                <number>Wellbore Number 2</number>
48                <suffixAPI>03</suffixAPI>
49                <numGovt>Govt Number 12345</numGovt>
50                <statusWellbore>drilling</statusWellbore>
51                <purposeWellbore>exploration</purposeWellbore>
52                <typeWellbore>sidetrack</typeWellbore>
53                <shape>horizontal</shape>
54                <dTimKickoff>2001-04-14T09:25:00.000</dTimKickoff>
55                <mdCurrent uom="ft">10760</mdCurrent>
56                <tvdCurrent uom="ft">9230</tvdCurrent>
57                <mdKickoff uom="ft">10760</mdKickoff>
58                <tvdKickoff uom="ft">9230</tvdKickoff>
59                <mdPlanned uom="ft">15800</mdPlanned>
60                <tvdPlanned uom="ft">12567</tvdPlanned>
61                <mdSubSeaPlanned uom="ft">12900</mdSubSeaPlanned>
62                <tvdSubSeaPlanned uom="ft">9567</tvdSubSeaPlanned>
63                <dayTarget uom="d">35</dayTarget>
64                <commonData>
65                        <dTimCreation>2001-04-30T08:15:00.000</dTimCreation>
66                        <dTimLastChange>2001-05-31T08:15:00.000</dTimLastChange>
67                        <itemState>plan</itemState>
68                        <comments>These are the comments associated with the Wellbore data object.</comments>
69                </commonData>
70        </wellbore>
71</wellbores>
Note: See TracBrowser for help on using the browser.