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

Revision 16, 1.7 kB (checked in by ryland, 15 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2
3
4<dtsInstrumentBox 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 ../ges_dtsInstrumentBox.xsd" 
7    uid="box1">
8
9        <name>Example Instrument Box 1</name>
10        <manufacturer>Yorick</manufacturer>
11        <manufacturingDate>2001-12-17</manufacturingDate>
12        <type>DTS800-M12</type>
13        <nameTag>
14                <name>123456789</name>
15                <numberingScheme>serial number</numberingScheme>
16        </nameTag>
17        <softwareVersion>1.2</softwareVersion>
18        <factoryCalibration uid="boxcal1">
19                <dTimCalibration>1967-08-13</dTimCalibration>
20                <calibratedBy>Groener Vassar</calibratedBy>
21                <calibrationProtocol>IEEE 7.3</calibrationProtocol>
22                <parameter uom="mm" name="parameter one">2.77</parameter>
23                <parameter uom="ms" name="parameter two">881</parameter>
24                <parameter uom="ubar" name="parameter three">55.8</parameter>
25                <remarks>Bench calibration to set internal box settings</remarks>
26                <offsetTemperatureCalibration uom="degC">2.8</offsetTemperatureCalibration>
27                <slopeCalibration uom="degC/km">1.88</slopeCalibration>
28        </factoryCalibration>
29        <internalOvenLocationNear uom="m">35</internalOvenLocationNear>
30        <internalOvenLocationFar uom="m">85</internalOvenLocationFar>
31        <ovenSetPoint uom="degC">48.3</ovenSetPoint>
32        <testCable>AXBZ123</testCable>
33        <offset>2.8 degC</offset>
34        <differentialLossSetting uom="db/km">.345</differentialLossSetting>
35        <parameter index="1" name="parameter three" uom="lbf" description="Weight of the instrument box">27.2</parameter>
36        <parameter index="1" name="parameter four" uom="cm" description="Height of the instrument box">66</parameter>
37</dtsInstrumentBox>
Note: See TracBrowser for help on using the browser.