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

Revision 16, 5.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        <xsd:include schemaLocation="cs_customData.xsd"/>
18        <!--                                                         -->
19        <xsd:complexType name="cs_motor">
20                <xsd:annotation>
21                        <xsd:documentation>WITSML - Tubular Motor Component Schema</xsd:documentation>
22                </xsd:annotation>
23                <xsd:sequence>
24                        <xsd:element name="offsetTool" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
25                                <xsd:annotation>
26                                        <xsd:documentation>Tool offset from bottom.  </xsd:documentation>
27                                </xsd:annotation>
28                        </xsd:element>
29                        <xsd:element name="presLossFact" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">
30                                <xsd:annotation>
31                                        <xsd:documentation>Pressure loss factor.  </xsd:documentation>
32                                </xsd:annotation>
33                        </xsd:element>
34                        <xsd:element name="flowrateMn" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">
35                                <xsd:annotation>
36                                        <xsd:documentation>Minimum flow rate.  </xsd:documentation>
37                                </xsd:annotation>
38                        </xsd:element>
39                        <xsd:element name="flowrateMx" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">
40                                <xsd:annotation>
41                                        <xsd:documentation>Maximum flow rate.  </xsd:documentation>
42                                </xsd:annotation>
43                        </xsd:element>
44                        <xsd:element name="diaRotorNozzle" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
45                                <xsd:annotation>
46                                        <xsd:documentation>Diameter of rotor at nozzle.  </xsd:documentation>
47                                </xsd:annotation>
48                        </xsd:element>
49                        <xsd:element name="clearanceBearBox" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
50                                <xsd:annotation>
51                                        <xsd:documentation>Clearance inside bearing box.  </xsd:documentation>
52                                </xsd:annotation>
53                        </xsd:element>
54                        <xsd:element name="lobesRotor" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
55                                <xsd:annotation>
56                                        <xsd:documentation>Number of rotor lobes.  </xsd:documentation>
57                                </xsd:annotation>
58                        </xsd:element>
59                        <xsd:element name="lobesStator" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
60                                <xsd:annotation>
61                                        <xsd:documentation>Number of stator lobes.  </xsd:documentation>
62                                </xsd:annotation>
63                        </xsd:element>
64                        <xsd:element name="typeBearing" type="witsml:BearingType" minOccurs="0" maxOccurs="1">
65                                <xsd:annotation>
66                                        <xsd:documentation>Type of bearing. </xsd:documentation>
67                                </xsd:annotation>
68                        </xsd:element>
69                        <xsd:element name="tempOpMx" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
70                                <xsd:annotation>
71                                        <xsd:documentation>Maximum operating temperature.  </xsd:documentation>
72                                </xsd:annotation>
73                        </xsd:element>
74                        <xsd:element name="rotorCatcher" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
75                                <xsd:annotation>
76                                        <xsd:documentation>Is rotor catcher present? 
77                                        Values are "true" (or "1") and "false" (or "0").</xsd:documentation>
78                                </xsd:annotation>
79                        </xsd:element>
80                        <xsd:element name="dumpValve" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
81                                <xsd:annotation>
82                                        <xsd:documentation>Is dump valve present? 
83                                        Values are "true" (or "1") and "false" (or "0").</xsd:documentation>
84                                </xsd:annotation>
85                        </xsd:element>
86                        <xsd:element name="diaNozzle" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
87                                <xsd:annotation>
88                                        <xsd:documentation>Nozzle diameter.  </xsd:documentation>
89                                </xsd:annotation>
90                        </xsd:element>
91                        <xsd:element name="rotatable" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
92                                <xsd:annotation>
93                                        <xsd:documentation>Is motor rotatable? 
94                                        Values are "true" (or "1") and "false" (or "0").</xsd:documentation>
95                                </xsd:annotation>
96                        </xsd:element>
97                        <xsd:element name="bendSettingsMn" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
98                                <xsd:annotation>
99                                        <xsd:documentation>Minimum bend angle setting.  </xsd:documentation>
100                                </xsd:annotation>
101                        </xsd:element>
102                        <xsd:element name="bendSettingsMx" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
103                                <xsd:annotation>
104                                        <xsd:documentation>Maximum bend angle setting.  </xsd:documentation>
105                                </xsd:annotation>
106                        </xsd:element>
107                        <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
108                                <xsd:annotation>
109                                        <xsd:documentation>A container element that can contain custom or user defined
110                                        data elements.</xsd:documentation>
111                                </xsd:annotation>
112                        </xsd:element>
113                </xsd:sequence>
114        </xsd:complexType>
115</xsd:schema>
Note: See TracBrowser for help on using the browser.