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