root / projects / DailyProductionReport_1.0 / XML / Version1.0 / WITSML131 / cs_stnTrajValid.xsd

Revision 16, 1.9 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_stnTrajValid">
19                <xsd:annotation>
20                        <xsd:documentation>WITSML Validation Information for Survey</xsd:documentation>
21                </xsd:annotation>
22                <xsd:sequence>
23                        <xsd:element name="magTotalFieldCalc" type="witsml:magneticInductionMeasure" minOccurs="0" maxOccurs="1">
24                                <xsd:annotation>
25                                        <xsd:documentation>Calculated total intensity of the geomagnetic field as sum of BGGM,
26                                        IFR and local field. </xsd:documentation>
27                                </xsd:annotation>
28                        </xsd:element>
29                        <xsd:element name="magDipAngleCalc" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
30                                <xsd:annotation>
31                                        <xsd:documentation>Calculated magnetic dip (inclination), the angle between the horizontal
32                                        and the geomagnetic field (positive down, res .001).  </xsd:documentation>
33                                </xsd:annotation>
34                        </xsd:element>
35                        <xsd:element name="gravTotalFieldCalc" type="witsml:accelerationLinearMeasure" minOccurs="0" maxOccurs="1">
36                                <xsd:annotation>
37                                        <xsd:documentation>Calculated total gravitational field.  </xsd:documentation>
38                                </xsd:annotation>
39                        </xsd:element>
40                </xsd:sequence>
41        </xsd:complexType>
42</xsd:schema>
Note: See TracBrowser for help on using the browser.