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

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