obj_wellTest.xsd
4.48 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
<?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="grp_wellTest.xsd"/>
<xsd:include schemaLocation="cs_commonData.xsd"/>
<xsd:include schemaLocation="cs_customData.xsd"/>
<xsd:include schemaLocation="cs_documentInfo.xsd"/>
<xsd:include schemaLocation="attgrp_uid.xsd"/>
<!-- -->
<xsd:annotation>
<xsd:documentation> WITSML - Well Test schema </xsd:documentation>
</xsd:annotation>
<!-- -->
<xsd:element name="wellTests" type="witsml:obj_wellTests">
<xsd:annotation>
<xsd:documentation>The WITSML API mandated plural root element which allows
multiple singular objects to be sent. The plural name is formed by adding
an "s" to the singular name.</xsd:documentation>
</xsd:annotation>
</xsd:element>
<!-- -->
<xsd:complexType name="obj_wellTests">
<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="wellTest" type="witsml:obj_wellTest" minOccurs="1" maxOccurs="unbounded">
<xsd:annotation>
<xsd:documentation>Information about a single well test.</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>
<!-- -->
<xsd:complexType name="obj_wellTest">
<xsd:sequence>
<xsd:element name="nameWell" type="witsml:nameString" minOccurs="1" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Human recognizable context for the well that contains the well test. </xsd:documentation>
</xsd:annotation>
</xsd:element>
<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 elements 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:attribute name="uidWell" type="witsml:uidString" use="required">
<xsd:annotation>
<xsd:documentation>Unique identifier for the well. This uniquely represents
the well referenced by the (possibly non-unique) nameWell. </xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<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:schema>