root / projects / DailyProductionReport_1.0 / XML / Version1.0 / WITSML131 / cs_stnTrajCorUsed.xsd @ 16

Revision 16, 4.1 kB (checked in by ryland, 15 years ago)
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<xsd:schema
3        elementFormDefault="qualified"
4        attributeFormDefault="unqualified"
5        targetNamespace="http://www.witsml.org/schemas/131"
6        xmlns:witsml="http://www.witsml.org/schemas/131"
7        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
8        version="1.3.1">
9        <!--                                                         -->
10        <!-- POSC License Agreement
11        This file is distributed under the POSC License Agreement at
12        http://www.posc.org/about/license.shtml.
13        Use of this file constitutes agreement with the POSC License Agreement.
14        -->
15        <!--                                                         -->
16        <xsd:include schemaLocation="typ_dataTypes.xsd"/>
17        <!--                                                         -->
18        <xsd:complexType name="cs_stnTrajCorUsed">
19                <xsd:annotation>
20                        <xsd:documentation>WITSML Trajectory Station Corrections Applied</xsd:documentation>
21                </xsd:annotation>
22                <xsd:sequence>
23                        <xsd:element name="gravAxialAccelCor" type="witsml:accelerationLinearMeasure" minOccurs="0" maxOccurs="1">
24                                <xsd:annotation>
25                                        <xsd:documentation>Calculated gravitational field strength correction.  </xsd:documentation>
26                                </xsd:annotation>
27                        </xsd:element>
28                        <xsd:element name="gravTran1AccelCor" type="witsml:accelerationLinearMeasure" minOccurs="0" maxOccurs="1">
29                                <xsd:annotation>
30                                        <xsd:documentation>The correction applied to the X cross-axial component of the earths magnetic field.
31                                </xsd:documentation>
32                                </xsd:annotation>
33                        </xsd:element>
34                        <xsd:element name="gravTran2AccelCor" type="witsml:accelerationLinearMeasure" minOccurs="0" maxOccurs="1">
35                                <xsd:annotation>
36                                        <xsd:documentation>The correction applied to the Y cross-axial component of the earths magnetic field.
37                                </xsd:documentation>
38                                </xsd:annotation>
39                        </xsd:element>
40                        <xsd:element name="magAxialDrlstrCor" type="witsml:magneticInductionMeasure" minOccurs="0" maxOccurs="1">
41                                <xsd:annotation>
42                                        <xsd:documentation>Axial magnetic drillstring correction.  </xsd:documentation>
43                                </xsd:annotation>
44                        </xsd:element>
45                        <xsd:element name="magTran1DrlstrCor" type="witsml:magneticInductionMeasure" minOccurs="0" maxOccurs="1">
46                                <xsd:annotation>
47                                        <xsd:documentation>Cross-axial magnetic correction.  </xsd:documentation>
48                                </xsd:annotation>
49                        </xsd:element>
50                        <xsd:element name="magTran2DrlstrCor" type="witsml:magneticInductionMeasure" minOccurs="0" maxOccurs="1">
51                                <xsd:annotation>
52                                        <xsd:documentation>Cross-axial magnetic correction.  </xsd:documentation>
53                                </xsd:annotation>
54                        </xsd:element>
55                        <xsd:element name="sagIncCor" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
56                                <xsd:annotation>
57                                        <xsd:documentation>Calculated sag correction to inclination.  </xsd:documentation>
58                                </xsd:annotation>
59                        </xsd:element>
60                        <xsd:element name="sagAziCor" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
61                                <xsd:annotation>
62                                        <xsd:documentation>Calculated sag correction to azimuth.  </xsd:documentation>
63                                </xsd:annotation>
64                        </xsd:element>
65                        <xsd:element name="stnMagDeclUsed" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
66                                <xsd:annotation>
67                                        <xsd:documentation>Magnetic declination used to correct a magnetic survey station.  </xsd:documentation>
68                                </xsd:annotation>
69                        </xsd:element>
70                        <xsd:element name="stnGridCorUsed" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
71                                <xsd:annotation>
72                                        <xsd:documentation>Grid Correction (Meridian convergence). The angle between
73                                        True North and Grid North. Grid Correction is positive when True North
74                                        is west of Grid North. The correction is added to the raw observation,
75                                        thus yielding a reduced or corrected observation that can go into
76                                        the subsequent calculations.</xsd:documentation>
77                                </xsd:annotation>
78                        </xsd:element>
79                        <xsd:element name="dirSensorOffset" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
80                                <xsd:annotation>
81                                        <xsd:documentation>Offset relative to bit.  </xsd:documentation>
82                                </xsd:annotation>
83                        </xsd:element>
84                </xsd:sequence>
85        </xsd:complexType>
86</xsd:schema>
Note: See TracBrowser for help on using the browser.