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

Revision 16, 3.9 kB (checked in by ryland, 15 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<?xml-stylesheet href="../stylesheets/surveyProgram.xsl" type="text/xsl" media="screen"?>
3<!--                    Example of Survey Program data          -->
4<surveyPrograms 
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_surveyProgram.xsd" 
8        version="1.3.1.1">
9        <documentInfo>
10                <DocumentName>surveyProgram</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        <surveyProgram uidWell="W-12" uidWellbore="B-01" uid="jh56e">
18                <nameWell>6507/7-A-42</nameWell>
19                <nameWellbore>A-42</nameWellbore>
20                <name>final</name>
21                <surveyVer>1</surveyVer>
22                <dTimTrajProg>2001-10-31T08:15:00.000</dTimTrajProg>
23                <engineer>J. Belaskie</engineer>
24                <final>no</final>
25                <surveySection uid="ss-1">
26                        <sequence>1</sequence>
27                        <name>NS Gyro single shots</name>
28                        <mdStart uom="ft">567.8</mdStart>
29                        <mdEnd uom="ft">2132.5</mdEnd>
30                        <nameSurveyCompany>ABC Company</nameSurveyCompany>
31                        <nameTool>Survey tool name</nameTool>
32                        <typeTool>NS-GYRO-SS</typeTool>
33                        <modelError>good gyro</modelError>
34                        <overwrite>true</overwrite>
35                        <frequencyMx uom="ft">100</frequencyMx>
36                        <itemState>actual</itemState>
37                        <comments>These are the comments associated with the survey section 1.</comments>
38                </surveySection>
39                <surveySection uid="ss-2">
40                        <sequence>2</sequence>
41                        <name>MWD - Standard</name>
42                        <mdStart uom="ft">2132.5</mdStart>
43                        <mdEnd uom="ft">7657.5</mdEnd>
44                        <nameSurveyCompany>ABC Company</nameSurveyCompany>
45                        <nameTool>Survey tool name</nameTool>
46                        <typeTool>MWD</typeTool>
47                        <modelError>good mag</modelError>
48                        <overwrite>true</overwrite>
49                        <frequencyMx uom="ft">30</frequencyMx>
50                        <itemState>actual</itemState>
51                        <comments>These are the comments associated with the survey section 2.</comments>
52                </surveySection>
53                <surveySection uid="ss-3">
54                        <sequence>3</sequence>
55                        <name>EMS - Standard</name>
56                        <mdStart uom="ft">2624.7</mdStart>
57                        <mdEnd uom="ft">7657.5</mdEnd>
58                        <nameSurveyCompany>ABC Company</nameSurveyCompany>
59                        <nameTool>Survey tool name</nameTool>
60                        <typeTool>EMS</typeTool>
61                        <modelError>good gyro</modelError>
62                        <overwrite>true</overwrite>
63                        <frequencyMx uom="ft">50</frequencyMx>
64                        <itemState>actual</itemState>
65                        <comments>These are the comments associated with the survey section 3.</comments>
66                </surveySection>
67                <surveySection uid="ss-4">
68                        <sequence>4</sequence>
69                        <name>MWD + SAG correction</name>
70                        <mdStart uom="ft">7657.5</mdStart>
71                        <mdEnd uom="ft">13123.4</mdEnd>
72                        <nameSurveyCompany>ABC Company</nameSurveyCompany>
73                        <nameTool>Survey tool name</nameTool>
74                        <typeTool>MWD + SAG</typeTool>
75                        <modelError>good mag</modelError>
76                        <overwrite>true</overwrite>
77                        <frequencyMx uom="ft">30</frequencyMx>
78                        <itemState>actual</itemState>
79                        <comments>These are the comments associated with the survey section 4.</comments>
80                </surveySection>
81                <surveySection uid="ss-5">
82                        <sequence>5</sequence>
83                        <name>Continuous Casing M/S</name>
84                        <mdStart uom="ft">567.8</mdStart>
85                        <mdEnd uom="ft">13123.4</mdEnd>
86                        <nameSurveyCompany>gyrodata</nameSurveyCompany>
87                        <nameTool>Survey tool name</nameTool>
88                        <typeTool>MS</typeTool>
89                        <modelError>good gyro</modelError>
90                        <overwrite>true</overwrite>
91                        <frequencyMx uom="ft">50</frequencyMx>
92                        <itemState>actual</itemState>
93                        <comments>These are the comments associated with the survey section 5.</comments>
94                </surveySection>
95                <commonData>
96                        <itemState>actual</itemState>
97                        <comments>These are the comments associated with the Survey Program data object.</comments>
98                </commonData>
99        </surveyProgram>
100</surveyPrograms>
Note: See TracBrowser for help on using the browser.