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

Revision 16, 4.0 kB (checked in by ryland, 15 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<?xml-stylesheet href="../stylesheets/target.xsl" type="text/xsl" media="screen"?>
3<!--            Example of Target data          -->
4<targets 
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_target.xsd" 
8        version="1.3.1.1">
9        <documentInfo>
10                <DocumentName>target</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        <target uidWell="W-12" uidWellbore="B-01" uid="tg3e">
18                <nameWell>6507/7-A-42</nameWell>
19                <nameWellbore>A-42</nameWellbore>
20                <name>Target #2</name>
21                <parentTarget uidRef="tg3d">Target #1</parentTarget>
22                <dispNsCenter uom="ft">1935.15</dispNsCenter>
23                <dispEwCenter uom="ft">3731.05</dispEwCenter>
24                <tvd uom="ft">3731.05</tvd>
25                <dispNsOffset uom="ft">1935.15</dispNsOffset>
26                <dispEwOffset uom="ft">3731.05</dispEwOffset>
27                <thickAbove uom="ft">5</thickAbove>
28                <thickBelow uom="ft">5</thickBelow>
29                <dip uom="dega">0</dip>
30                <strike uom="dega">0</strike>
31                <rotation uom="dega">0</rotation>
32                <lenMajorAxis uom="ft">50</lenMajorAxis>
33                <widMinorAxis uom="ft">50</widMinorAxis>
34                <typeTargetScope>irregular</typeTargetScope>
35                <dispNsSectOrig uom="ft">4</dispNsSectOrig>
36                <dispEwSectOrig uom="ft">5</dispEwSectOrig>
37                <aziRef>grid north</aziRef>
38                <catTarg>geological</catTarg>
39                <location uid="loc-1">
40                        <wellCRS uidRef="crs2">Adindian</wellCRS>
41                        <latitude uom="dega">93</latitude>
42                        <longitude uom="dega">42</longitude>
43                </location>
44                <location uid="loc-2">
45                        <wellCRS uidRef="crs1">AlbersEqualArea</wellCRS>
46                        <projectedX uom="ft">500</projectedX>
47                        <projectedY uom="ft">300</projectedY>
48                </location>
49                <targetSection uid="ts-1">
50                        <sectNumber>1</sectNumber>
51                        <typeTargetSectionScope>line</typeTargetSectionScope>
52                        <lenRadius uom="ft">100</lenRadius>
53                        <angleArc uom="dega">90</angleArc>
54                        <thickAbove uom="ft">0</thickAbove>
55                        <thickBelow uom="ft">0</thickBelow>
56                        <location uid="loc-1">
57                                <wellCRS uidRef="crs2">Adindian</wellCRS>
58                                <latitude uom="dega">93</latitude>
59                                <longitude uom="dega">42</longitude>
60                        </location>
61                        <location uid="loc-2">
62                                <wellCRS uidRef="crs1">AlbersEqualArea</wellCRS>
63                                <projectedX uom="ft">500</projectedX>
64                                <projectedY uom="ft">300</projectedY>
65                        </location>
66                </targetSection>
67                <targetSection uid="ts-2">
68                        <sectNumber>2</sectNumber>
69                        <typeTargetSectionScope>arc</typeTargetSectionScope>
70                        <lenRadius uom="ft">100</lenRadius>
71                        <angleArc uom="dega">90</angleArc>
72                        <thickAbove uom="ft">0</thickAbove>
73                        <thickBelow uom="ft">0</thickBelow>
74                        <location uid="loc-1">
75                                <wellCRS uidRef="crs2">Adindian</wellCRS>
76                                <latitude uom="dega">93</latitude>
77                                <longitude uom="dega">42</longitude>
78                        </location>
79                        <location uid="loc-2">
80                                <wellCRS uidRef="crs1">AlbersEqualArea</wellCRS>
81                                <projectedX uom="ft">500</projectedX>
82                                <projectedY uom="ft">300</projectedY>
83                        </location>
84                </targetSection>
85                <targetSection uid="ts-3">
86                        <sectNumber>3</sectNumber>
87                        <typeTargetSectionScope>line</typeTargetSectionScope>
88                        <lenRadius uom="ft">100</lenRadius>
89                        <angleArc uom="dega">0</angleArc>
90                        <thickAbove uom="ft">0</thickAbove>
91                        <thickBelow uom="ft">0</thickBelow>
92                        <location uid="loc-1">
93                                <wellCRS uidRef="crs2">Adindian</wellCRS>
94                                <latitude uom="dega">93</latitude>
95                                <longitude uom="dega">42</longitude>
96                        </location>
97                        <location uid="loc-2">
98                                <wellCRS uidRef="crs1">AlbersEqualArea</wellCRS>
99                                <projectedX uom="ft">500</projectedX>
100                                <projectedY uom="ft">300</projectedY>
101                        </location>
102                </targetSection>
103                <commonData>
104                        <itemState>plan</itemState>
105                        <comments>These are the comments associated with the Target data object.</comments>
106                </commonData>
107        </target>
108</targets>
Note: See TracBrowser for help on using the browser.