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

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