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

Revision 16, 6.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="cs_sensor.xsd"/>
17        <xsd:include schemaLocation="cs_customData.xsd"/>
18        <!--                                                         -->
19        <xsd:complexType name="cs_rotarySteerableTool">
20                <xsd:annotation>
21                        <xsd:documentation> WITSML - Rotary Steerable Tool Component Schema </xsd:documentation>
22                </xsd:annotation>
23                <xsd:sequence>
24                        <xsd:element name="deflectionMethod" type="witsml:DeflectionMethod" minOccurs="1" maxOccurs="1">
25                                <xsd:annotation>
26                                        <xsd:documentation>Method used to direct the deviation of the trajectory:
27                                        PointBit or PushBit.</xsd:documentation>
28                                </xsd:annotation>
29                        </xsd:element>
30                        <xsd:choice>
31                                <xsd:element name="bendAngle" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
32                                        <xsd:annotation>
33                                                <xsd:documentation>Used with PointTheBit type RSS tools, describes the
34                                                angle of the bit.</xsd:documentation>
35                                        </xsd:annotation>
36                                </xsd:element>
37                                <xsd:element name="bendOffset" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
38                                        <xsd:annotation>
39                                                <xsd:documentation>Offset from bottom connection to bend.</xsd:documentation>
40                                        </xsd:annotation>
41                                </xsd:element>
42                        </xsd:choice>
43                        <xsd:element name="holeSizeMn" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
44                                <xsd:annotation>
45                                        <xsd:documentation>Minimum size of hole in which the tool can operate.</xsd:documentation>
46                                </xsd:annotation>
47                        </xsd:element>
48                        <xsd:element name="holeSizeMx" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
49                                <xsd:annotation>
50                                        <xsd:documentation>Maximum size of hole in which the tool can operate.</xsd:documentation>
51                                </xsd:annotation>
52                        </xsd:element>
53                        <xsd:element name="wobMx" type="witsml:forceMeasure" minOccurs="0" maxOccurs="1">
54                                <xsd:annotation>
55                                        <xsd:documentation>Maximum weight on the bit.</xsd:documentation>
56                                </xsd:annotation>
57                        </xsd:element>
58                        <xsd:element name="operatingSpeed" type="witsml:anglePerTimeMeasure" minOccurs="0" maxOccurs="1">
59                                <xsd:annotation>
60                                        <xsd:documentation>Suggested operating speed.</xsd:documentation>
61                                </xsd:annotation>
62                        </xsd:element>
63                        <xsd:element name="speedMx" type="witsml:anglePerTimeMeasure" minOccurs="0" maxOccurs="1">
64                                <xsd:annotation>
65                                        <xsd:documentation>Maximum rotation speed.</xsd:documentation>
66                                </xsd:annotation>
67                        </xsd:element>
68                        <xsd:element name="flowRateMn" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">
69                                <xsd:annotation>
70                                        <xsd:documentation>Minimum flow rate for tool operation.</xsd:documentation>
71                                </xsd:annotation>
72                        </xsd:element>
73                        <xsd:element name="flowRateMx" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">
74                                <xsd:annotation>
75                                        <xsd:documentation>Maximum flow rate for tool operation.</xsd:documentation>
76                                </xsd:annotation>
77                        </xsd:element>
78                        <xsd:element name="downLinkFlowRateMn" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">
79                                <xsd:annotation>
80                                        <xsd:documentation>Minimum flow rate for programming tool.</xsd:documentation>
81                                </xsd:annotation>
82                        </xsd:element>
83                        <xsd:element name="downLinkFlowRateMx" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">
84                                <xsd:annotation>
85                                        <xsd:documentation>Maximum flow rate for programming tool.</xsd:documentation>
86                                </xsd:annotation>
87                        </xsd:element>
88                        <xsd:element name="pressLossFact" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">
89                                <xsd:annotation>
90                                        <xsd:documentation>Pressure drop across tool.</xsd:documentation>
91                                </xsd:annotation>
92                        </xsd:element>
93                        <xsd:element name="padCount" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
94                                <xsd:annotation>
95                                        <xsd:documentation>The number of contact pads.</xsd:documentation>
96                                </xsd:annotation>
97                        </xsd:element>
98                        <xsd:element name="padLen" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
99                                <xsd:annotation>
100                                        <xsd:documentation>Length of contact pad.</xsd:documentation>
101                                </xsd:annotation>
102                        </xsd:element>
103                        <xsd:element name="padWidth" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
104                                <xsd:annotation>
105                                        <xsd:documentation>Width of contact pad.</xsd:documentation>
106                                </xsd:annotation>
107                        </xsd:element>
108                        <xsd:element name="padOffset" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
109                                <xsd:annotation>
110                                        <xsd:documentation>Offset from bottom of pad to bottom connector.</xsd:documentation>
111                                </xsd:annotation>
112                        </xsd:element>
113                        <xsd:element name="openPadOd" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
114                                <xsd:annotation>
115                                        <xsd:documentation>Outside diameter of tool when pads are activated.</xsd:documentation>
116                                </xsd:annotation>
117                        </xsd:element>
118                        <xsd:element name="closePadOd" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
119                                <xsd:annotation>
120                                        <xsd:documentation>Outiside diameter of tool when pads are closed.</xsd:documentation>
121                                </xsd:annotation>
122                        </xsd:element>
123                        <xsd:element name="sensor" type="witsml:cs_sensor" minOccurs="0" maxOccurs="unbounded">
124                                <xsd:annotation>
125                                        <xsd:documentation>A sensor.</xsd:documentation>
126                                </xsd:annotation>
127                        </xsd:element>
128                        <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
129                                <xsd:annotation>
130                                        <xsd:documentation>A container element that can contain custom or user defined
131                                        data elements.</xsd:documentation>
132                                </xsd:annotation>
133                        </xsd:element>
134                </xsd:sequence>
135        </xsd:complexType>
136</xsd:schema>
137
138 
139
Note: See TracBrowser for help on using the browser.