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

Revision 16, 1.3 kB (checked in by ryland, 15 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<?xml-stylesheet type="text/xsl" href="../stylesheets/dtsMeasurement.xsl"?>
3
4<dtsMeasurements 
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_dtsMeasurement.xsd"
8        version="1.3.1.1">
9
10        <documentInfo>
11                <DocumentName>dtsMeasurement</DocumentName>
12                <FileCreationInformation>
13                        <FileCreationDate>2005-10-08T14:32:16.223Z</FileCreationDate>
14                        <FileCreator>Joe's Well Service</FileCreator>
15                </FileCreationInformation>
16        </documentInfo>
17        <dtsMeasurement uidWell="D88CA733F" uidWellbore="82996A3B" uid="1FO19-120050603-1">
18                <nameWell>1FO19</nameWell>
19                <nameWellbore>1FO19-1</nameWellbore>
20                <name>Wellbore 1FO19-1 measurement 8Oct2005</name>
21                <runDuration uom="s">600</runDuration>
22                <installedSystemUsed uidRef="1FO19-1-1">Hole 1FO19-1 installation 1</installedSystemUsed>
23                <dataInWellLog uidRef="8CA290B22">Wellbore 1FO19-1 measurement 8Oct2005</dataInWellLog>
24                <fiberEndConnected uidRef="A6">C-1</fiberEndConnected>
25                <fiberDefinedPoint uid="I2">
26                        <lengthAlongFiber uom="m">127</lengthAlongFiber>
27                        <type>wellhead junction box</type>
28                </fiberDefinedPoint>
29        </dtsMeasurement>
30</dtsMeasurements>
Note: See TracBrowser for help on using the browser.