cs_completionComponent.xsd
9.63 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema
elementFormDefault="qualified"
attributeFormDefault="unqualified"
targetNamespace="http://www.witsml.org/schemas/131/addendum/combo"
xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
version="1.3.1">
<!-- -->
<!-- POSC License Agreement
This file is distributed under the POSC License Agreement at
http://www.posc.org/about/license.shtml.
Use of this file constitutes agreement with the POSC License Agreement.
-->
<!-- -->
<xsd:include schemaLocation="typ_dataTypes.xsd"/>
<xsd:include schemaLocation="attgrp_uid.xsd"/>
<xsd:include schemaLocation="cs_event.xsd"/>
<xsd:include schemaLocation="cs_deviceProperty.xsd"/>
<xsd:include schemaLocation="typ_dataTypes_compStr.xsd"/>
<!-- -->
<xsd:complexType name="cs_completionComponent">
<xsd:sequence>
<xsd:element name="kind" type="witsml:CompletionComponentKind" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The kind of device.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="type" type="witsml:kindString" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The sub classification of the component. For example, the type of packer.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="topDepth" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The measured depth at the top of the component.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="Length" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The overall length of the component. TopDepth plus Length equals BaseDepth.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="topTVD" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The true vertical depth at the top.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="baseTVD" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The true vertical depth at the base.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:sequence>
<xsd:annotation>
<xsd:documentation>Characteristics primarily intended for a tubular segment.</xsd:documentation>
</xsd:annotation>
<xsd:element name="jointCount" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The number of joints in this segment.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="jointWeight" type="witsml:massPerLengthMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The weight of the joints per unit length.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="jointLength" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The length of each joint.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="wallThickness" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>This describes the thickness of a tubular wall.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="driftDiameter" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The effective diameter after compensating for a lack of straightness.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="effectiveLength" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The effective length of the component.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="effectiveVolume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The effective volume of the component.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="effectiveRoughness" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>xxxxxxxxxxxxxxxxxx</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="internalPressureResistance" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>xxxxxxxxxxxxxxxxxx</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="jointStrength" type="witsml:forceMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>xxxxxxxxxxxxxxxxxx</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:sequence>
<xsd:annotation>
<xsd:documentation>Characteristics primarily intended for a device.</xsd:documentation>
</xsd:annotation>
<xsd:element name="weight" type="witsml:massMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The weight of the device</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="maximumOperatingTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The maximum temperature at which the device is designed to operate.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="maximumFlowRate" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>xxxxxxxxxxxxxxxxxx of a subsurface safety valve.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="minimumTubingPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>xxxxxxxxxxxxxxxxxx of a subsurface safety valve.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="sleevePosition" type="witsml:SlidingSleevePosition" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The position of the sleeve with regards to being open or closed.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="holeDiameter" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The diameter of a hole in a tubular.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="settingPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The setting pressure of a valve.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:element name="overall" type="witsml:cs_deviceProperty" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Properties which apply to the overall device or to both ends.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="top" type="witsml:cs_deviceProperty" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Properties which only apply to the top end (smaller measured depth) of the device.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="bottom" type="witsml:cs_deviceProperty" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Properties which only apply to the bottom end (larger measured depth) of the device.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="grade" type="witsml:materialGradeStruct" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The grade of the material.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="maximumOperatingPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The maximum pressure at which this device is designed to operate.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="manufacturer" type="witsml:nameString" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The manufacturer of the component.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="model" type="witsml:nameString" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The model designation of the component.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="event" type="witsml:cs_event" minOccurs="0" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>An event related to the component.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Comments and Remarks about the copmponent.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attributeGroup ref="witsml:attgrp_uid">
<xsd:annotation>
<xsd:documentation>The unique identifier of the element.</xsd:documentation>
</xsd:annotation>
</xsd:attributeGroup>
</xsd:complexType>
<!-- -->
</xsd:schema>