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

Revision 16, 4.8 kB (checked in by ryland, 15 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!--            Example of Well data            -->
3<wells 
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_well.xsd" 
7        version="1.3.1.1">
8        <documentInfo>
9                <DocumentName>well</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        <well uid="w-12">
17                <name>6507/7-A-42</name>
18                <nameLegal>Company Legal Name</nameLegal>
19                <numLicense>Company License Number</numLicense>
20                <numGovt>Govt-Number</numGovt>
21                <dTimLicense>2001-05-15T13:20:00.000</dTimLicense>
22                <field>Big Field</field>
23                <country>US</country>
24                <state>TX</state>
25                <county>Montgomery</county>
26                <region>Region Name</region>
27                <district>District Name</district>
28                <block>Block Name</block>
29                <timeZone>-06:00</timeZone>
30                <operator>Operating Company</operator>
31                <operatorDiv>Division Name</operatorDiv>
32                <pcInterest uom="%">65</pcInterest>
33                <numAPI>123-543-987AZ</numAPI>
34                <statusWell>drilling</statusWell>
35                <purposeWell>exploration</purposeWell>
36                <dTimSpud>2001-05-31T08:15:00.000</dTimSpud>
37                <dTimPa>2001-07-15T15:30:00.000</dTimPa>
38                <wellheadElevation uom="ft">500</wellheadElevation>
39                <wellDatum uid="KB" defaultMeasuredDepth="true" defaultVerticalDepth="true">
40                        <name>Kelly Bushing</name>
41                        <code>KB</code>
42                        <elevation uom="ft" datum="SL">78.5</elevation>
43                </wellDatum>
44                <wellDatum uid="SL" defaultElevation="true">
45                        <name>Sea Level</name>
46                        <code>SL</code>
47                </wellDatum>
48                <groundElevation uom="ft">250</groundElevation>
49                <waterDepth uom="ft">520</waterDepth>
50                <wellLocation uid="loc-1">
51                        <wellCRS uidRef="proj1">ED50 / UTM Zone 31N</wellCRS>
52                        <easting uom="m">425353.84</easting>
53                        <northing uom="m">6623785.69</northing>
54                        <description>Location of well surface point in projected system.</description>
55                </wellLocation>
56                <referencePoint uid="SRP1">
57                        <name>Slot Bay Centre</name>
58                        <type>Site Reference Point</type>
59                        <location uid="loc-1">
60                                <wellCRS uidRef="proj1">ED50 / UTM Zone 31N</wellCRS>
61                                <easting uom="m">425366.47</easting>
62                                <northing uom="m">6623781.95</northing>
63                        </location>
64                        <location uid="loc-2">
65                                <wellCRS uidRef="localWell1">WellOneWSP</wellCRS>
66                                <localX uom="m">12.63</localX>
67                                <localY uom="m">-3.74</localY>
68                                <description>Location of the Site Reference Point with respect to the well surface point</description>
69                        </location>
70                </referencePoint>
71                <referencePoint uid="WRP2">
72                        <name>Sea Bed</name>
73                        <type>Well Reference Point</type>
74                        <elevation uom="ft" datum="SL">-118.40</elevation>
75                        <measuredDepth uom="ft" datum="KB">173.09</measuredDepth>
76                        <location uid="loc-1">
77                                <wellCRS uidRef="proj1">ED50 / UTM Zone 31N</wellCRS>
78                                <easting uom="m">425353.84</easting>
79                                <northing uom="m">6623785.69</northing>
80                        </location>
81                        <location uid="loc-2">
82                                <wellCRS uidRef="geog1">ED50</wellCRS>
83                                <latitude uom="dega">59.743844</latitude>
84                                <longitude uom="dega">1.67198083</longitude>
85                        </location>
86                </referencePoint>
87                <wellCRS uid="geog1">
88                        <name>ED50</name>
89                        <geographic>
90                                <nameCRS namingSystem="epsg" code="4230">ED50</nameCRS>
91                                <geodeticDatumCode>ED50</geodeticDatumCode>
92                                <xTranslation uom="m">-89.5</xTranslation>
93                                <yTranslation uom="m">-93.8</yTranslation>
94                                <zTranslation uom="m">-123.1</zTranslation>
95                                <xRotation uom="seca">0</xRotation>
96                                <yRotation uom="seca">0</yRotation>
97                                <zRotation uom="seca">-0.156</zRotation>
98                                <scaleFactor>1.200</scaleFactor>
99                                <ellipsoidCode>INT24</ellipsoidCode>
100                                <ellipsoidSemiMajorAxis uom="m">6378388</ellipsoidSemiMajorAxis>
101                                <ellipsoidInverseFlattening>297.0</ellipsoidInverseFlattening>
102                        </geographic>
103                </wellCRS>
104                <wellCRS uid="proj1">
105                        <name>ED50 / UTM Zone 31N</name>
106                        <mapProjection>
107                                <nameCRS namingSystem="epsg" code="23031">ED50 / UTM Zone 31N</nameCRS>
108                                <projectionCode>universal transverse Mercator</projectionCode>
109                                <projectedFrom uidRef="geog1">ED50</projectedFrom>
110                                <zone>31N</zone>
111                        </mapProjection>
112                </wellCRS>
113                <wellCRS uid="localWell1">
114                        <name>WellOneWSP</name>
115                        <localCRS>
116                                <usesWellAsOrigin>true</usesWellAsOrigin>
117                                <yAxisAzimuth uom="dega" northDirection="grid north">0</yAxisAzimuth>
118                                <xRotationCounterClockwise>false</xRotationCounterClockwise>
119                        </localCRS>
120                </wellCRS>
121                <commonData>
122                        <dTimCreation>2001-04-30T08:15:00.000</dTimCreation>
123                        <dTimLastChange>2001-05-31T08:15:00.000</dTimLastChange>
124                        <itemState>plan</itemState>
125                        <comments>These are the comments associated with the Well data object.</comments>
126                </commonData>
127        </well>
128</wells>
Note: See TracBrowser for help on using the browser.