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

Revision 16, 2.7 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_stnTrajRawData">
19                <xsd:annotation>
20                        <xsd:documentation>WITSML Trajectory Station Raw Data</xsd:documentation>
21                </xsd:annotation>
22                <xsd:sequence>
23                        <xsd:element name="gravAxialRaw" type="witsml:accelerationLinearMeasure" minOccurs="0" maxOccurs="1">
24                                <xsd:annotation>
25                                        <xsd:documentation>Uncorrected gravitational field strength measured in axial direction.  </xsd:documentation>
26                                </xsd:annotation>
27                        </xsd:element>
28                        <xsd:element name="gravTran1Raw" type="witsml:accelerationLinearMeasure" minOccurs="0" maxOccurs="1">
29                                <xsd:annotation>
30                                        <xsd:documentation>Uncorrected gravitational field strength measured in transverse direction.
31                                </xsd:documentation>
32                                </xsd:annotation>
33                        </xsd:element>
34                        <xsd:element name="gravTran2Raw" type="witsml:accelerationLinearMeasure" minOccurs="0" maxOccurs="1">
35                                <xsd:annotation>
36                                        <xsd:documentation>Uncorrected gravitational field strength measured in transverse direction,
37                                approximately normal to tran1.  </xsd:documentation>
38                                </xsd:annotation>
39                        </xsd:element>
40                        <xsd:element name="magAxialRaw" type="witsml:magneticInductionMeasure" minOccurs="0" maxOccurs="1">
41                                <xsd:annotation>
42                                        <xsd:documentation>Uncorrected magnetic field strength measured in axial direction.  </xsd:documentation>
43                                </xsd:annotation>
44                        </xsd:element>
45                        <xsd:element name="magTran1Raw" type="witsml:magneticInductionMeasure" minOccurs="0" maxOccurs="1">
46                                <xsd:annotation>
47                                        <xsd:documentation>Uncorrected magnetic field strength measured in transverse direction.  </xsd:documentation>
48                                </xsd:annotation>
49                        </xsd:element>
50                        <xsd:element name="magTran2Raw" type="witsml:magneticInductionMeasure" minOccurs="0" maxOccurs="1">
51                                <xsd:annotation>
52                                        <xsd:documentation>Uncorrected magnetic field strength measured in transverse direction,
53                                        approximately normal to tran1.  </xsd:documentation>
54                                </xsd:annotation>
55                        </xsd:element>
56                </xsd:sequence>
57        </xsd:complexType>
58</xsd:schema>
Note: See TracBrowser for help on using the browser.