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