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

Revision 16, 2.7 kB (checked in by ryland, 15 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--            Example of Wellbore Geometry data               -->
3<wbGeometrys 
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_wbGeometry.xsd" 
7        version="1.3.1.1">
8        <documentInfo>
9                <DocumentName>wbGeometry</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        <wbGeometry uidWell="W-12" uidWellbore="B-01" uid="23wbg51">
17                <nameWell>6507/7-A-42</nameWell>
18                <nameWellbore>A-42</nameWellbore>
19                <name>WB Geometry ABC</name>
20                <dTimReport>2001-10-31T08:15:00.000</dTimReport>
21                <mdBottom uom="ft">8000.00</mdBottom>
22                <gapAir uom="ft">50.00</gapAir>
23                <depthWaterMean uom="ft">1000.00</depthWaterMean>
24                <wbGeometrySection uid="wbsection-001">
25                        <typeHoleCasing>casing</typeHoleCasing>
26                        <mdTop uom="ft">3000.00</mdTop>
27                        <mdBottom uom="ft">4000.00</mdBottom>
28                        <tvdTop uom="ft">2500.00</tvdTop>
29                        <tvdBottom uom="ft">2800.00</tvdBottom>
30                        <idSection uom="in">8.00</idSection>
31                        <odSection uom="in">10.00</odSection>
32                        <wtPerLen uom="lbm/ft">30.00</wtPerLen>
33                        <grade>E</grade>
34                        <curveConductor>false</curveConductor>
35                        <diaDrift uom="in">7.50</diaDrift>
36                        <factFric>0.60</factFric>
37                </wbGeometrySection>
38                <commonData>
39                        <itemState>plan</itemState>
40                        <comments>These are the comments associated with the Wellbore Geometrydata object.</comments>
41                </commonData>
42        </wbGeometry>
43        <wbGeometry uidWell="W-12" uidWellbore="B-02" uid="23wbg52">
44                <nameWell>6507/7-A-42</nameWell>
45                <nameWellbore>A-42</nameWellbore>
46                <name>WB Geometry ABCD</name>
47                <dTimReport>2001-10-31T08:15:00.000</dTimReport>
48                <mdBottom uom="ft">8000.00</mdBottom>
49                <gapAir uom="ft">50.00</gapAir>
50                <depthWaterMean uom="ft">1000.00</depthWaterMean>
51                <wbGeometrySection uid="wbsection-001">
52                        <typeHoleCasing>casing</typeHoleCasing>
53                        <mdTop uom="ft">4000.00</mdTop>
54                        <mdBottom uom="ft">5000.00</mdBottom>
55                        <tvdTop uom="ft">3500.00</tvdTop>
56                        <tvdBottom uom="ft">3800.00</tvdBottom>
57                        <idSection uom="in">8.00</idSection>
58                        <odSection uom="in">10.00</odSection>
59                        <wtPerLen uom="lbm/ft">30.00</wtPerLen>
60                        <grade>E</grade>
61                        <curveConductor>false</curveConductor>
62                        <diaDrift uom="in">7.50</diaDrift>
63                        <factFric>0.60</factFric>
64                </wbGeometrySection>
65                <commonData>
66                        <itemState>plan</itemState>
67                        <comments>These are the comments associated with the Wellbore Geometrydata object.</comments>
68                </commonData>
69        </wbGeometry>
70</wbGeometrys>
Note: See TracBrowser for help on using the browser.