WITSML_Composite.xsd
23.1 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
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
<?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">
<!-- -->
<!-- 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:annotation>
<xsd:documentation>Copyright (c) 2005 Petrotechnical Open Standards Consortium, Inc (POSC). All rights reserved.
POSC(r) is a registered trademark and WITSML(tm) is a trademark of POSC.</xsd:documentation>
</xsd:annotation>
<!-- -->
<xsd:include schemaLocation="cs_documentInfo.xsd"/>
<xsd:include schemaLocation="grp_wellbore.xsd"/>
<xsd:include schemaLocation="grp_well.xsd"/>
<xsd:include schemaLocation="cs_commonData.xsd"/>
<xsd:include schemaLocation="cs_customData.xsd"/>
<xsd:include schemaLocation="attgrp_uid.xsd"/>
<xsd:include schemaLocation="grp_productionOperation.xsd"/>
<xsd:include schemaLocation="grp_productVolume.xsd"/>
<xsd:include schemaLocation="grp_productFlowModel.xsd"/>
<xsd:include schemaLocation="grp_wellTest.xsd"/>
<xsd:include schemaLocation="grp_wellCompletion.xsd"/>
<xsd:include schemaLocation="grp_completionString.xsd"/>
<xsd:include schemaLocation="grp_wellboreInterval.xsd"/>
<!-- -->
<!-- ROOT ELEMENT -->
<!-- -->
<xsd:element name="WITSMLComposite" type="witsml:allObjects">
<xsd:annotation>
<xsd:documentation>The root container for all WITSML data.
This schema is not designed for use with the WITSML API.
Rather it captures the logical model represented by the API queriable objects.
As such it can represent all data in a server or it can represent data outside the context of a server.
The data in the API objects have been incorporated into a normal XML hierarchy of well/wellbore.
The plural API root elements have essentially been renamed to "xxxSet".
The content of the well and wellbore API objects has been captured in "generalInformation" elements.
The realtime object is not included because it is considered to be a transient server concept.
The trajectoryStation object is not included because it is redundant to the data in trajectory.
</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!-- -->
<!-- -->
<xsd:complexType name="allObjects">
<xsd:sequence>
<xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Information about the XML message instance. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="wellSet" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A collector for wells.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="well" type="witsml:co_well" minOccurs="1" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>A single well.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="productionOperationSet" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A collector for production operation reports.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="productionOperation" type="witsml:co_productionOperation" minOccurs="1" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>A production operation report.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="productVolumeSet" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A collector for product volume reports.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="productVolume" type="witsml:co_productVolume" minOccurs="1" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>A single product volume report.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="productFlowModelSet" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A collector for production flow models.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="productFlowModel" type="witsml:co_productFlowModel" minOccurs="1" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>A single product flow model.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A container element that can contain custom or user defined data elements.
This is intended for adding new objects that are not a child of well.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attribute name="version" type="witsml:schemaVersionString" use="required">
<xsd:annotation>
<xsd:documentation>Data object schema version. The fourth level must match the
version of the schema constraints (enumerations and XML loader files) that are assumed
by the document instance.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
<!-- -->
<!-- ================== Component Objects ================== -->
<!-- -->
<xsd:complexType name="co_wellHeader">
<xsd:sequence>
<xsd:group ref="witsml:grp_well" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The non-contextual general information for a well.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A container element that contains elements that are common to all data
objects. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A container element that can contain custom or user defined
data elements.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<!-- -->
<xsd:complexType name="co_wellboreHeader">
<xsd:sequence>
<xsd:group ref="witsml:grp_wellbore" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The non-contextual general information for a wellbore.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A container element that contains elements that are common to all data
objects. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A container element that can contain custom or user defined
data elements.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
<!-- -->
<xsd:complexType name="co_well">
<xsd:sequence>
<xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Human recognizable context for the well. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="generalInformation" type="witsml:co_wellHeader" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>General information about a well.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="wellboreSet" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A collector for wellbores.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="wellbore" type="witsml:co_wellbore" minOccurs="1" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>A single wellbore.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="wellCompletionSet" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A collector for well completions.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="wellCompletion" type="witsml:co_wellCompletion" minOccurs="1" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>A single well completion.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A container element that can contain custom or user defined data elements.
This is intended for adding new custom objects that are a child of well.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attributeGroup ref="witsml:attgrp_uid">
<xsd:annotation>
<xsd:documentation>Unique identifier for the well.</xsd:documentation>
</xsd:annotation>
</xsd:attributeGroup>
</xsd:complexType>
<!-- -->
<xsd:complexType name="co_wellbore">
<xsd:sequence>
<xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Human recognizable context for the wellbore. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="generalInformation" type="witsml:co_wellboreHeader" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>General information about a wellbore.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="completionStringSet" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A collector for completion strings.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="completionString" type="witsml:co_completionString" minOccurs="1" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>A single completion string.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="wellboreIntervalSet" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A collector for wellbore intervals.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="wellboreInterval" type="witsml:co_wellboreInterval" minOccurs="1" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>A single wellbore interval.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="wellTestSet" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A collector for well tests.</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element name="wellTest" type="witsml:co_wellTest" minOccurs="1" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>A single well test.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
<xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A container element that can contain custom or user defined data elements.
This is intended for adding new objects that are a child of wellbore.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attributeGroup ref="witsml:attgrp_uid">
<xsd:annotation>
<xsd:documentation>Unique identifier for the wellbore.</xsd:documentation>
</xsd:annotation>
</xsd:attributeGroup>
</xsd:complexType>
<!-- -->
<xsd:complexType name="co_completionString">
<xsd:sequence>
<xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Human recognizable context for the completion string. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="witsml:grp_completionString" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The non-contextual content for a completion string.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A container element that contains elements that are common to all data
objects. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A container element that can contain custom or user defined
data elements.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attributeGroup ref="witsml:attgrp_uid">
<xsd:annotation>
<xsd:documentation>Unique identifier for the completion string.</xsd:documentation>
</xsd:annotation>
</xsd:attributeGroup>
</xsd:complexType>
<!-- -->
<xsd:complexType name="co_productionOperation">
<xsd:sequence>
<xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Human recognizable context for the Production Operation Report. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="witsml:grp_productionOperation" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The non-contextual content for a production operation report.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A container element that contains elements that are common to all data
objects. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A container element that can contain custom or user defined
data elements.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attributeGroup ref="witsml:attgrp_uid">
<xsd:annotation>
<xsd:documentation>Unique identifier for the production operation report.</xsd:documentation>
</xsd:annotation>
</xsd:attributeGroup>
</xsd:complexType>
<!-- -->
<xsd:complexType name="co_productFlowModel">
<xsd:sequence>
<xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Human recognizable context for the Product Flow Model. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="witsml:grp_productFlowModel" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The non-contextual content for a Product Flow Model.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A container element that contains elements that are common to all data
objects. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A container element that can contain custom or user defined
data elements.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attributeGroup ref="witsml:attgrp_uid">
<xsd:annotation>
<xsd:documentation>Unique identifier for the Product Flow Model.</xsd:documentation>
</xsd:annotation>
</xsd:attributeGroup>
</xsd:complexType>
<!-- -->
<xsd:complexType name="co_productVolume">
<xsd:sequence>
<xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Human recognizable context for the Product Volume Report. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="witsml:grp_productVolume" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The non-contextual content for a product volume report.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A container element that contains elements that are common to all data
objects. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A container element that can contain custom or user defined
data elements.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attributeGroup ref="witsml:attgrp_uid">
<xsd:annotation>
<xsd:documentation>Unique identifier for the product volume report.</xsd:documentation>
</xsd:annotation>
</xsd:attributeGroup>
</xsd:complexType>
<!-- -->
<xsd:complexType name="co_wellCompletion">
<xsd:sequence>
<xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Human recognizable context for the well completion. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="witsml:grp_wellCompletion" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The non-contextual content for a well completion.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A container element that contains elements that are common to all data
objects. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A container element that can contain custom or user defined
data elements.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attributeGroup ref="witsml:attgrp_uid">
<xsd:annotation>
<xsd:documentation>Unique identifier for the well completion.</xsd:documentation>
</xsd:annotation>
</xsd:attributeGroup>
</xsd:complexType>
<!-- -->
<xsd:complexType name="co_wellTest">
<xsd:sequence>
<xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Human recognizable context for the well test. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="witsml:grp_wellTest" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The non-contextual content for a well test.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A container element that contains elements that are common to all data
objects. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A container element that can contain custom or user defined
data elements.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attributeGroup ref="witsml:attgrp_uid">
<xsd:annotation>
<xsd:documentation>Unique identifier for the well test.</xsd:documentation>
</xsd:annotation>
</xsd:attributeGroup>
</xsd:complexType>
<!-- -->
<xsd:complexType name="co_wellboreInterval">
<xsd:sequence>
<xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Human recognizable context for the wellbore interval. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="witsml:grp_wellboreInterval" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>The non-contextual content for a wellbore interval.</xsd:documentation>
</xsd:annotation>
</xsd:group>
<xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A container element that contains elements that are common to all data
objects. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>A container element that can contain custom or user defined
data elements.</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
<xsd:attributeGroup ref="witsml:attgrp_uid">
<xsd:annotation>
<xsd:documentation>Unique identifier for the wellbore interval.</xsd:documentation>
</xsd:annotation>
</xsd:attributeGroup>
</xsd:complexType>
<!-- -->
</xsd:schema>