David Price

Deleted unused old XSDs

Showing 238 changed files with 0 additions and 4854 deletions
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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 - <!-- -->
18 - <!-- -->
19 - <xsd:attributeGroup name="attgrp_uid">
20 - <xsd:attribute name="uid" type="witsml:uidString" use="optional">
21 - <xsd:annotation>
22 - <xsd:documentation>The unique identifier of a container element.
23 - This attribute is generally required within the context of a WITSML server.
24 - There should be no assumption as to the semantic content of this attribute.
25 - This should only be used with recurring container types (i.e., maxOccurs greater than one).
26 - The value is only required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
27 - </xsd:annotation>
28 - </xsd:attribute>
29 - </xsd:attributeGroup>
30 - <!-- -->
31 -</xsd:schema>
1 -<?xml version="1.0"?>
2 -<xsd:schema
3 - elementFormDefault="qualified"
4 - attributeFormDefault="unqualified"
5 - targetNamespace="http://www.witsml.org/schemas/131/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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="attgrp_uid.xsd"/>
18 - <!-- -->
19 - <xsd:complexType name="cs_alarm">
20 - <xsd:annotation>
21 - <xsd:documentation>A structure to record informaion about a single alarm.</xsd:documentation>
22 - </xsd:annotation>
23 - <xsd:sequence>
24 - <xsd:element name="dTim" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
25 - <xsd:annotation>
26 - <xsd:documentation>The date and time when the alarms went off.</xsd:documentation>
27 - </xsd:annotation>
28 - </xsd:element>
29 - <xsd:element name="area" type="witsml:nameString" minOccurs="0" maxOccurs="1">
30 - <xsd:annotation>
31 - <xsd:documentation>The area where the alarm went off.</xsd:documentation>
32 - </xsd:annotation>
33 - </xsd:element>
34 - <xsd:element name="type" type="witsml:kindString" minOccurs="0" maxOccurs="1">
35 - <xsd:annotation>
36 - <xsd:documentation>The type of alarm that went off.</xsd:documentation>
37 - </xsd:annotation>
38 - </xsd:element>
39 - <xsd:element name="reason" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">
40 - <xsd:annotation>
41 - <xsd:documentation>The reason for the alarm going off.</xsd:documentation>
42 - </xsd:annotation>
43 - </xsd:element>
44 - <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
45 - <xsd:annotation>
46 - <xsd:documentation>A general comment relevant for the alarm.</xsd:documentation>
47 - </xsd:annotation>
48 - </xsd:element>
49 - </xsd:sequence>
50 - <xsd:attributeGroup ref="witsml:attgrp_uid">
51 - <xsd:annotation>
52 - <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
53 - </xsd:annotation>
54 - </xsd:attributeGroup>
55 - </xsd:complexType>
56 - <!-- -->
57 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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 - <!-- -->
18 - <xsd:complexType name="cs_bottomholeData">
19 - <xsd:annotation>
20 - <xsd:documentation>Well test data gathered at the bottomhole.</xsd:documentation>
21 - </xsd:annotation>
22 - <xsd:sequence>
23 - <xsd:element name="bottomholePres" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
24 - <xsd:annotation>
25 - <xsd:documentation>The pressure at the bottomhole of the well.</xsd:documentation>
26 - </xsd:annotation>
27 - </xsd:element>
28 - <xsd:element name="bottomholeTemp" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
29 - <xsd:annotation>
30 - <xsd:documentation>The temperature at the bottomhole of the well.</xsd:documentation>
31 - </xsd:annotation>
32 - </xsd:element>
33 - <xsd:element name="bottomholePOverZ" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
34 - <xsd:annotation>
35 - <xsd:documentation>The P/Z value at the bottomhole. This is P/Z, pressure
36 - over gas compressibility factor (z), at the bottomhole of the well.
37 - Note that the uom is units of pressure., since Z is dimensionless.</xsd:documentation>
38 - </xsd:annotation>
39 - </xsd:element>
40 - <xsd:element name="bottomholeMD" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
41 - <xsd:annotation>
42 - <xsd:documentation>The measured depth of the bottomhole.</xsd:documentation>
43 - </xsd:annotation>
44 - </xsd:element>
45 - </xsd:sequence>
46 - </xsd:complexType>
47 - <!-- -->
48 -</xsd:schema>
1 -<?xml version="1.0"?>
2 -<xsd:schema
3 - elementFormDefault="qualified"
4 - attributeFormDefault="unqualified"
5 - targetNamespace="http://www.witsml.org/schemas/131/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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 implies agreement with the POSC License Agreement.
14 - -->
15 - <!-- -->
16 - <xsd:include schemaLocation="cs_personName.xsd"/>
17 - <xsd:include schemaLocation="cs_generalAddress.xsd"/>
18 - <xsd:include schemaLocation="typ_dataTypes_New.xsd"/>
19 - <xsd:include schemaLocation="attgrp_uid.xsd"/>
20 - <!-- -->
21 - <!-- -->
22 - <xsd:complexType name="cs_businessAssociate">
23 - <xsd:annotation>
24 - <xsd:documentation>The business associate describes any company, person,
25 - group, consultant, etc, which is associated within a context (e.g., a well).
26 - The information contained in this module is:
27 - (1) contact information, such as address, phone numbers, email,
28 - (2) alternate name, or aliases, and
29 - (3) associations, such as the business associate that this one is associated
30 - with, or a contact who is associated with this business associate. </xsd:documentation>
31 - </xsd:annotation>
32 - <xsd:sequence>
33 - <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
34 - <xsd:annotation>
35 - <xsd:documentation>The name of the business associate.
36 - This can be the name of a person, business, group, etc.</xsd:documentation>
37 - </xsd:annotation>
38 - </xsd:element>
39 - <xsd:element name="role" type="witsml:nameStruct" minOccurs="1" maxOccurs="unbounded">
40 - <xsd:annotation>
41 - <xsd:documentation>The role of the business associate within the
42 - context. For example, "driller" or "operator",
43 - "lead agency - CEQA compliance" "regulatory contact", "safety contact".
44 - A business associate will generally have one role
45 - but the role may be called different things in different naming systems.</xsd:documentation>
46 - </xsd:annotation>
47 - </xsd:element>
48 - <xsd:element name="personName" type="witsml:cs_personName" minOccurs="0" maxOccurs="1">
49 - <xsd:annotation>
50 - <xsd:documentation>If the business associate is a person, this specifies
51 - the component names of the person.</xsd:documentation>
52 - </xsd:annotation>
53 - </xsd:element>
54 - <xsd:element name="alias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
55 - <xsd:annotation>
56 - <xsd:documentation>The alias is an alternate name of a
57 - business associate. It is generally associated with a
58 - naming system. An alias is not necessarily unique
59 - within the naming system. </xsd:documentation>
60 - </xsd:annotation>
61 - </xsd:element>
62 - <xsd:element name="address" type="witsml:cs_generalAddress" minOccurs="0" maxOccurs="unbounded">
63 - <xsd:annotation>
64 - <xsd:documentation>Note that address may occur more than
65 - once, because it may be necessary to give a physical
66 - address, a mailing address, or both. </xsd:documentation>
67 - </xsd:annotation>
68 - </xsd:element>
69 - <xsd:element name="phoneNumber" type="witsml:phoneNumberStruct" minOccurs="0" maxOccurs="unbounded">
70 - <xsd:annotation>
71 - <xsd:documentation>The various types of phone numbers may
72 - be given. The may be office or home, they may be a
73 - number for a cell phone, or for a fax, etc. Attributes
74 - of PhoneNumber declare the type of phone number that is
75 - being given. </xsd:documentation>
76 - </xsd:annotation>
77 - </xsd:element>
78 - <xsd:element name="email" type="witsml:emailQualifierStruct" minOccurs="0" maxOccurs="unbounded">
79 - <xsd:annotation>
80 - <xsd:documentation>The email address may be home, office,
81 - or permanent. More than one may be given. </xsd:documentation>
82 - </xsd:annotation>
83 - </xsd:element>
84 - <xsd:element name="contactPreference" type="witsml:ContactPreference" minOccurs="0" maxOccurs="unbounded">
85 - <xsd:annotation>
86 - <xsd:documentation>The preferred method of being contacted within the context
87 - of this role. </xsd:documentation>
88 - </xsd:annotation>
89 - </xsd:element>
90 - <xsd:element name="associatedWith" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
91 - <xsd:annotation>
92 - <xsd:documentation>A pointer to another business associate that this
93 - business associate is associated with. The most common situation is that
94 - of an employee being associated with a company. But it may also be, for
95 - example, a work group associated with a university.</xsd:documentation>
96 - </xsd:annotation>
97 - </xsd:element>
98 - <xsd:element name="contact" type="witsml:refNameString" minOccurs="0" maxOccurs="unbounded">
99 - <xsd:annotation>
100 - <xsd:documentation>A pointer to a business associate
101 - (generally a person) who serves as a contact for this
102 - business associate. </xsd:documentation>
103 - </xsd:annotation>
104 - </xsd:element>
105 - <xsd:element name="personnelCount" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
106 - <xsd:annotation>
107 - <xsd:documentation>The count of the number of personnel in a group.</xsd:documentation>
108 - </xsd:annotation>
109 - </xsd:element>
110 - <xsd:element name="comment" type="witsml:commentString" minOccurs="0">
111 - <xsd:annotation>
112 - <xsd:documentation>A general comment. This should not
113 - be used to carry semantic information. This is not
114 - intended to be machine interpretable. </xsd:documentation>
115 - </xsd:annotation>
116 - </xsd:element>
117 - </xsd:sequence>
118 - <xsd:attributeGroup ref="witsml:attgrp_uid">
119 - <xsd:annotation>
120 - <xsd:documentation>Unique identifier for the business associate. </xsd:documentation>
121 - </xsd:annotation>
122 - </xsd:attributeGroup>
123 - </xsd:complexType>
124 - <!-- -->
125 -</xsd:schema>
1 -<?xml version="1.0"?>
2 -<xsd:schema
3 - elementFormDefault="qualified"
4 - attributeFormDefault="unqualified"
5 - targetNamespace="http://www.witsml.org/schemas/131/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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_datedComment.xsd"/>
18 - <xsd:include schemaLocation="attgrp_uid.xsd"/>
19 - <!-- -->
20 - <xsd:complexType name="cs_cargoShipOperation">
21 - <xsd:annotation>
22 - <xsd:documentation>Infomation about a cargo ship operation.</xsd:documentation>
23 - </xsd:annotation>
24 - <xsd:sequence>
25 - <xsd:element name="vesselName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
26 - <xsd:annotation>
27 - <xsd:documentation>Name of the cargo vessel for the installation.</xsd:documentation>
28 - </xsd:annotation>
29 - </xsd:element>
30 - <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
31 - <xsd:annotation>
32 - <xsd:documentation>The date and time that the vessel arrived.</xsd:documentation>
33 - </xsd:annotation>
34 - </xsd:element>
35 - <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
36 - <xsd:annotation>
37 - <xsd:documentation>The date and time that the vessel left.</xsd:documentation>
38 - </xsd:annotation>
39 - </xsd:element>
40 - <xsd:element name="captain" type="witsml:nameString" minOccurs="0" maxOccurs="1">
41 - <xsd:annotation>
42 - <xsd:documentation>Name of the captain of the vessel.</xsd:documentation>
43 - </xsd:annotation>
44 - </xsd:element>
45 - <xsd:element name="cargo" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">
46 - <xsd:annotation>
47 - <xsd:documentation>Description of cargo on the vessel.</xsd:documentation>
48 - </xsd:annotation>
49 - </xsd:element>
50 - <xsd:element name="oilGrossStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
51 - <xsd:annotation>
52 - <xsd:documentation>Gross oil loaded to the ship during the report period.
53 - Gross oil includes BS and W.
54 - This volume has been corrected to standard conditions of temperature and pressure.</xsd:documentation>
55 - </xsd:annotation>
56 - </xsd:element>
57 - <xsd:element name="oilGrossTotalStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
58 - <xsd:annotation>
59 - <xsd:documentation>Gross oil loaded to the ship in total during the operation.
60 - Gross oil includes BS and W.
61 - This volume has been corrected to standard conditions of temperature and pressure.</xsd:documentation>
62 - </xsd:annotation>
63 - </xsd:element>
64 - <xsd:element name="oilNetStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
65 - <xsd:annotation>
66 - <xsd:documentation>Net oil loaded to the ship during the report period.
67 - Net oil excludes BS and W, fuel, spill and leaks.
68 - This volume has been corrected to standard conditions of temperature and pressure.</xsd:documentation>
69 - </xsd:annotation>
70 - </xsd:element>
71 - <xsd:element name="oilNetMonthToDateStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
72 - <xsd:annotation>
73 - <xsd:documentation>Net oil loaded to the ship from the beginning of the
74 - month to the end of the reporting period.
75 - Net oil excludes BS and W, fuel, spill and leaks.
76 - This volume has been corrected to standard conditions of temperature and pressur.e</xsd:documentation>
77 - </xsd:annotation>
78 - </xsd:element>
79 - <xsd:element name="densityStdTempPres" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
80 - <xsd:annotation>
81 - <xsd:documentation>Density of the liquid loaded to the tanker.
82 - This density has been corrected to standard conditions of temperature and pressure</xsd:documentation>
83 - </xsd:annotation>
84 - </xsd:element>
85 - <xsd:element name="density" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
86 - <xsd:annotation>
87 - <xsd:documentation>Density of the liquid loaded to the tanker.</xsd:documentation>
88 - </xsd:annotation>
89 - </xsd:element>
90 - <xsd:element name="rvp" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
91 - <xsd:annotation>
92 - <xsd:documentation>Reid vapor pressure of the liquid.</xsd:documentation>
93 - </xsd:annotation>
94 - </xsd:element>
95 - <xsd:element name="bsw" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
96 - <xsd:annotation>
97 - <xsd:documentation>Basic sediment and water is measured from a liquid sample
98 - of the production stream. It includes free water, sediment and emulsion and
99 - is measured as a volume percentage of the liquid.</xsd:documentation>
100 - </xsd:annotation>
101 - </xsd:element>
102 - <xsd:element name="salt" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
103 - <xsd:annotation>
104 - <xsd:documentation>Salt content. The product formed by neutralization of an acid
105 - and a base. The term is more specifically applied to sodium chloride.</xsd:documentation>
106 - </xsd:annotation>
107 - </xsd:element>
108 - <xsd:element name="comment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
109 - <xsd:annotation>
110 - <xsd:documentation>A commnet about the operation.</xsd:documentation>
111 - </xsd:annotation>
112 - </xsd:element>
113 - </xsd:sequence>
114 - <xsd:attributeGroup ref="witsml:attgrp_uid">
115 - <xsd:annotation>
116 - <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
117 - </xsd:annotation>
118 - </xsd:attributeGroup>
119 - </xsd:complexType>
120 - <!-- -->
121 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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 - <!-- -->
18 - <xsd:complexType name="cs_commonData">
19 - <xsd:annotation>
20 - <xsd:documentation> WITSML - Common Data Component Schema </xsd:documentation>
21 - </xsd:annotation>
22 - <xsd:sequence>
23 - <xsd:element name="sourceName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
24 - <xsd:annotation>
25 - <xsd:documentation>An identifier to indicate the data originator.
26 - This identifies the server that originally created
27 - the object and thus most of the uids in the object (but not
28 - necessarily the uids of the parents). This is typically a url. </xsd:documentation>
29 - </xsd:annotation>
30 - </xsd:element>
31 - <xsd:element name="dTimCreation" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
32 - <xsd:annotation>
33 - <xsd:documentation>When the data was created at the persistent data store. </xsd:documentation>
34 - </xsd:annotation>
35 - </xsd:element>
36 - <xsd:element name="dTimLastChange" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
37 - <xsd:annotation>
38 - <xsd:documentation>Last change of any element of the data at the persistent data store.
39 - The change time is not updated for a growing object while it is growing. </xsd:documentation>
40 - </xsd:annotation>
41 - </xsd:element>
42 - <xsd:element name="itemState" type="witsml:ItemState" minOccurs="0" maxOccurs="1">
43 - <xsd:annotation>
44 - <xsd:documentation>The item state for the data object. </xsd:documentation>
45 - </xsd:annotation>
46 - </xsd:element>
47 - <xsd:element name="comments" type="witsml:commentString" minOccurs="0" maxOccurs="1">
48 - <xsd:annotation>
49 - <xsd:documentation>Comments and remarks. </xsd:documentation>
50 - </xsd:annotation>
51 - </xsd:element>
52 - </xsd:sequence>
53 - </xsd:complexType>
54 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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="attgrp_uid.xsd"/>
18 - <xsd:include schemaLocation="cs_event.xsd"/>
19 - <xsd:include schemaLocation="cs_deviceProperty.xsd"/>
20 - <xsd:include schemaLocation="typ_dataTypes_compStr.xsd"/>
21 - <!-- -->
22 - <xsd:complexType name="cs_completionComponent">
23 - <xsd:sequence>
24 - <xsd:element name="kind" type="witsml:CompletionComponentKind" minOccurs="1" maxOccurs="1">
25 - <xsd:annotation>
26 - <xsd:documentation>The kind of device.</xsd:documentation>
27 - </xsd:annotation>
28 - </xsd:element>
29 - <xsd:element name="type" type="witsml:kindString" minOccurs="0" maxOccurs="1">
30 - <xsd:annotation>
31 - <xsd:documentation>The sub classification of the component. For example, the type of packer.</xsd:documentation>
32 - </xsd:annotation>
33 - </xsd:element>
34 - <xsd:element name="topDepth" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
35 - <xsd:annotation>
36 - <xsd:documentation>The measured depth at the top of the component.</xsd:documentation>
37 - </xsd:annotation>
38 - </xsd:element>
39 - <xsd:element name="Length" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
40 - <xsd:annotation>
41 - <xsd:documentation>The overall length of the component. TopDepth plus Length equals BaseDepth.</xsd:documentation>
42 - </xsd:annotation>
43 - </xsd:element>
44 - <xsd:element name="topTVD" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1">
45 - <xsd:annotation>
46 - <xsd:documentation>The true vertical depth at the top.</xsd:documentation>
47 - </xsd:annotation>
48 - </xsd:element>
49 - <xsd:element name="baseTVD" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1">
50 - <xsd:annotation>
51 - <xsd:documentation>The true vertical depth at the base.</xsd:documentation>
52 - </xsd:annotation>
53 - </xsd:element>
54 - <xsd:sequence>
55 - <xsd:annotation>
56 - <xsd:documentation>Characteristics primarily intended for a tubular segment.</xsd:documentation>
57 - </xsd:annotation>
58 - <xsd:element name="jointCount" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
59 - <xsd:annotation>
60 - <xsd:documentation>The number of joints in this segment.</xsd:documentation>
61 - </xsd:annotation>
62 - </xsd:element>
63 - <xsd:element name="jointWeight" type="witsml:massPerLengthMeasure" minOccurs="0" maxOccurs="1">
64 - <xsd:annotation>
65 - <xsd:documentation>The weight of the joints per unit length.</xsd:documentation>
66 - </xsd:annotation>
67 - </xsd:element>
68 - <xsd:element name="jointLength" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
69 - <xsd:annotation>
70 - <xsd:documentation>The length of each joint.</xsd:documentation>
71 - </xsd:annotation>
72 - </xsd:element>
73 - <xsd:element name="wallThickness" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
74 - <xsd:annotation>
75 - <xsd:documentation>This describes the thickness of a tubular wall.</xsd:documentation>
76 - </xsd:annotation>
77 - </xsd:element>
78 - <xsd:element name="driftDiameter" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
79 - <xsd:annotation>
80 - <xsd:documentation>The effective diameter after compensating for a lack of straightness.</xsd:documentation>
81 - </xsd:annotation>
82 - </xsd:element>
83 - <xsd:element name="effectiveLength" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
84 - <xsd:annotation>
85 - <xsd:documentation>The effective length of the component.</xsd:documentation>
86 - </xsd:annotation>
87 - </xsd:element>
88 - <xsd:element name="effectiveVolume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
89 - <xsd:annotation>
90 - <xsd:documentation>The effective volume of the component.</xsd:documentation>
91 - </xsd:annotation>
92 - </xsd:element>
93 - <xsd:element name="effectiveRoughness" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
94 - <xsd:annotation>
95 - <xsd:documentation>xxxxxxxxxxxxxxxxxx</xsd:documentation>
96 - </xsd:annotation>
97 - </xsd:element>
98 - <xsd:element name="internalPressureResistance" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
99 - <xsd:annotation>
100 - <xsd:documentation>xxxxxxxxxxxxxxxxxx</xsd:documentation>
101 - </xsd:annotation>
102 - </xsd:element>
103 - <xsd:element name="jointStrength" type="witsml:forceMeasure" minOccurs="0" maxOccurs="1">
104 - <xsd:annotation>
105 - <xsd:documentation>xxxxxxxxxxxxxxxxxx</xsd:documentation>
106 - </xsd:annotation>
107 - </xsd:element>
108 - </xsd:sequence>
109 - <xsd:sequence>
110 - <xsd:annotation>
111 - <xsd:documentation>Characteristics primarily intended for a device.</xsd:documentation>
112 - </xsd:annotation>
113 - <xsd:element name="weight" type="witsml:massMeasure" minOccurs="0" maxOccurs="1">
114 - <xsd:annotation>
115 - <xsd:documentation>The weight of the device</xsd:documentation>
116 - </xsd:annotation>
117 - </xsd:element>
118 - <xsd:element name="maximumOperatingTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
119 - <xsd:annotation>
120 - <xsd:documentation>The maximum temperature at which the device is designed to operate.</xsd:documentation>
121 - </xsd:annotation>
122 - </xsd:element>
123 - <xsd:element name="maximumFlowRate" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">
124 - <xsd:annotation>
125 - <xsd:documentation>xxxxxxxxxxxxxxxxxx of a subsurface safety valve.</xsd:documentation>
126 - </xsd:annotation>
127 - </xsd:element>
128 - <xsd:element name="minimumTubingPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
129 - <xsd:annotation>
130 - <xsd:documentation>xxxxxxxxxxxxxxxxxx of a subsurface safety valve.</xsd:documentation>
131 - </xsd:annotation>
132 - </xsd:element>
133 - <xsd:element name="sleevePosition" type="witsml:SlidingSleevePosition" minOccurs="0" maxOccurs="1">
134 - <xsd:annotation>
135 - <xsd:documentation>The position of the sleeve with regards to being open or closed.</xsd:documentation>
136 - </xsd:annotation>
137 - </xsd:element>
138 - <xsd:element name="holeDiameter" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
139 - <xsd:annotation>
140 - <xsd:documentation>The diameter of a hole in a tubular.</xsd:documentation>
141 - </xsd:annotation>
142 - </xsd:element>
143 - <xsd:element name="settingPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
144 - <xsd:annotation>
145 - <xsd:documentation>The setting pressure of a valve.</xsd:documentation>
146 - </xsd:annotation>
147 - </xsd:element>
148 - </xsd:sequence>
149 - <xsd:element name="overall" type="witsml:cs_deviceProperty" minOccurs="0" maxOccurs="1">
150 - <xsd:annotation>
151 - <xsd:documentation>Properties which apply to the overall device or to both ends.</xsd:documentation>
152 - </xsd:annotation>
153 - </xsd:element>
154 - <xsd:element name="top" type="witsml:cs_deviceProperty" minOccurs="0" maxOccurs="1">
155 - <xsd:annotation>
156 - <xsd:documentation>Properties which only apply to the top end (smaller measured depth) of the device.</xsd:documentation>
157 - </xsd:annotation>
158 - </xsd:element>
159 - <xsd:element name="bottom" type="witsml:cs_deviceProperty" minOccurs="0" maxOccurs="1">
160 - <xsd:annotation>
161 - <xsd:documentation>Properties which only apply to the bottom end (larger measured depth) of the device.</xsd:documentation>
162 - </xsd:annotation>
163 - </xsd:element>
164 - <xsd:element name="grade" type="witsml:materialGradeStruct" minOccurs="0" maxOccurs="1">
165 - <xsd:annotation>
166 - <xsd:documentation>The grade of the material.</xsd:documentation>
167 - </xsd:annotation>
168 - </xsd:element>
169 - <xsd:element name="maximumOperatingPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
170 - <xsd:annotation>
171 - <xsd:documentation>The maximum pressure at which this device is designed to operate.</xsd:documentation>
172 - </xsd:annotation>
173 - </xsd:element>
174 - <xsd:element name="manufacturer" type="witsml:nameString" minOccurs="0" maxOccurs="1">
175 - <xsd:annotation>
176 - <xsd:documentation>The manufacturer of the component.</xsd:documentation>
177 - </xsd:annotation>
178 - </xsd:element>
179 - <xsd:element name="model" type="witsml:nameString" minOccurs="0" maxOccurs="1">
180 - <xsd:annotation>
181 - <xsd:documentation>The model designation of the component.</xsd:documentation>
182 - </xsd:annotation>
183 - </xsd:element>
184 - <xsd:element name="event" type="witsml:cs_event" minOccurs="0" maxOccurs="unbounded">
185 - <xsd:annotation>
186 - <xsd:documentation>An event related to the component.</xsd:documentation>
187 - </xsd:annotation>
188 - </xsd:element>
189 - <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
190 - <xsd:annotation>
191 - <xsd:documentation>Comments and Remarks about the copmponent.</xsd:documentation>
192 - </xsd:annotation>
193 - </xsd:element>
194 - </xsd:sequence>
195 - <xsd:attributeGroup ref="witsml:attgrp_uid">
196 - <xsd:annotation>
197 - <xsd:documentation>The unique identifier of the element.</xsd:documentation>
198 - </xsd:annotation>
199 - </xsd:attributeGroup>
200 - </xsd:complexType>
201 - <!-- -->
202 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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="attgrp_uid.xsd"/>
18 - <!-- -->
19 - <xsd:complexType name="cs_connectedNode">
20 - <xsd:annotation>
21 - <xsd:documentation>WITSML - Product Flow Connected Node Component Schema.</xsd:documentation>
22 - </xsd:annotation>
23 - <xsd:sequence>
24 - <xsd:element name="node" type="witsml:nameString" minOccurs="1" maxOccurs="1">
25 - <xsd:annotation>
26 - <xsd:documentation>Defines the node to which this port is connected.
27 - There are no semantics for the node except common connection.
28 - All ports that are connected to a node with the the same name are inherently connected to each other.
29 - The name of the node is only required to be unique within the context of the
30 - current Product Flow Network (that is, not the overall model).
31 - All ports must be connected to a node and whether or not any other port is connected
32 - to the same node depends on the requirements of the network.
33 - Any node that is internally connected to only one node is presumably a candidate
34 - to be connected to an external node.
35 - The behavior of ports connected at a common node is as follows:
36 - a) There is no pressure drop across the node. All ports connected to the node have
37 - the same pressure. That is, there is an assumption of steady state fluid flow.
38 - b) Conservation of mass exists across the node. The mass into the node via all
39 - connected ports equals the mass out of the node via all connected ports.
40 - c) The flow direction of a port connected to the node may be transient. That is, flow
41 - direction may change toward any port(s) if the relative internal pressure of
42 - the Product Flow Units change and a new steady state is achieved.</xsd:documentation>
43 - </xsd:annotation>
44 - </xsd:element>
45 - <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
46 - <xsd:annotation>
47 - <xsd:documentation>The date and time that the connection was activated.</xsd:documentation>
48 - </xsd:annotation>
49 - </xsd:element>
50 - <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
51 - <xsd:annotation>
52 - <xsd:documentation>The date and time that the connection was terminated.</xsd:documentation>
53 - </xsd:annotation>
54 - </xsd:element>
55 - <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
56 - <xsd:annotation>
57 - <xsd:documentation>A descriptive remark associated with this connection, possibly including a reason for termination.</xsd:documentation>
58 - </xsd:annotation>
59 - </xsd:element>
60 - </xsd:sequence>
61 - <xsd:attributeGroup ref="witsml:attgrp_uid">
62 - <xsd:annotation>
63 - <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
64 - </xsd:annotation>
65 - </xsd:attributeGroup>
66 - </xsd:complexType>
67 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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 -
18 -<xsd:complexType name="cs_cumulative">
19 - <xsd:annotation>
20 - <xsd:documentation>The cumulative amounts of the fluids at the time of the well test.
21 - The fluids are oil, gas, and water.</xsd:documentation>
22 - </xsd:annotation>
23 - <xsd:sequence>
24 - <xsd:element name="cumulativeOil" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
25 - <xsd:annotation>
26 - <xsd:documentation>The cumulative amount of oil.</xsd:documentation>
27 - </xsd:annotation>
28 - </xsd:element>
29 - <xsd:element name="cumulativeGas" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
30 - <xsd:annotation>
31 - <xsd:documentation>The cumulative amount of gas.</xsd:documentation>
32 - </xsd:annotation>
33 - </xsd:element>
34 - <xsd:element name="cumulativeWater" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
35 - <xsd:annotation>
36 - <xsd:documentation>The cumulative amount of water.</xsd:documentation>
37 - </xsd:annotation>
38 - </xsd:element>
39 - </xsd:sequence>
40 -</xsd:complexType>
41 -
42 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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:complexType name="cs_customData" final="extension">
17 - <xsd:annotation>
18 - <xsd:documentation> WITSML - Custom or User Defined Element and Attributes Component Schema.
19 - Specify custom element, attributes, and types in the custom data area.</xsd:documentation>
20 - </xsd:annotation>
21 - <xsd:sequence>
22 - <xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded">
23 - <xsd:annotation>
24 - <xsd:documentation>Any element or attribute in any namespace.
25 - It is strongly recommended that all custom data definitions be added to a unique namespace.
26 - </xsd:documentation>
27 - </xsd:annotation>
28 - </xsd:any>
29 - </xsd:sequence>
30 - </xsd:complexType>
31 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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="attgrp_uid.xsd"/>
18 - <!-- -->
19 - <xsd:complexType name="cs_datedComment">
20 - <xsd:annotation>
21 - <xsd:documentation>A general timestamped comment structure.</xsd:documentation>
22 - </xsd:annotation>
23 - <xsd:sequence>
24 - <xsd:element name="who" type="witsml:nameString" minOccurs="0" maxOccurs="1">
25 - <xsd:annotation>
26 - <xsd:documentation>The name of the person providing the comment.</xsd:documentation>
27 - </xsd:annotation>
28 - </xsd:element>
29 - <xsd:element name="role" type="witsml:kindString" minOccurs="0" maxOccurs="1">
30 - <xsd:annotation>
31 - <xsd:documentation>The role of the person providing the comment.
32 - This is the role of the person within the context of comment.</xsd:documentation>
33 - </xsd:annotation>
34 - </xsd:element>
35 - <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
36 - <xsd:annotation>
37 - <xsd:documentation>The date and time where the comment begins to be valid.</xsd:documentation>
38 - </xsd:annotation>
39 - </xsd:element>
40 - <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
41 - <xsd:annotation>
42 - <xsd:documentation>The date and time where the comment is no longer valid.</xsd:documentation>
43 - </xsd:annotation>
44 - </xsd:element>
45 - <xsd:element name="comment" type="witsml:commentString" minOccurs="1" maxOccurs="1">
46 - <xsd:annotation>
47 - <xsd:documentation>The relevant comment.</xsd:documentation>
48 - </xsd:annotation>
49 - </xsd:element>
50 - </xsd:sequence>
51 - <xsd:attributeGroup ref="witsml:attgrp_uid">
52 - <xsd:annotation>
53 - <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
54 - </xsd:annotation>
55 - </xsd:attributeGroup>
56 - </xsd:complexType>
57 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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 - <!-- -->
18 - <xsd:complexType name="cs_deviceProperty">
19 - <xsd:annotation>
20 - <xsd:documentation>Characteristics which may be different on each end of a device.</xsd:documentation>
21 - </xsd:annotation>
22 - <xsd:sequence>
23 - <xsd:element name="innerDiameter" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
24 - <xsd:annotation>
25 - <xsd:documentation>The inner diameter of the component.</xsd:documentation>
26 - </xsd:annotation>
27 - </xsd:element>
28 - <xsd:element name="outerDiameter" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
29 - <xsd:annotation>
30 - <xsd:documentation>The outer diameter of the component.</xsd:documentation>
31 - </xsd:annotation>
32 - </xsd:element>
33 - <xsd:element name="threadKind" type="witsml:kindString" minOccurs="0" maxOccurs="1">
34 - <xsd:annotation>
35 - <xsd:documentation>The type of the thread on the devide.</xsd:documentation>
36 - </xsd:annotation>
37 - </xsd:element>
38 - <xsd:element name="threadSize" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
39 - <xsd:annotation>
40 - <xsd:documentation>The size of the thread.</xsd:documentation>
41 - </xsd:annotation>
42 - </xsd:element>
43 - </xsd:sequence>
44 - </xsd:complexType>
45 - <!-- -->
46 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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 - <!-- -->
18 - <xsd:complexType name="cs_documentInfo">
19 - <xsd:annotation>
20 - <xsd:documentation>A schema to capture a set of data that is
21 - relevant for many exchange documents. It includes information about the
22 - file that was created, and high-level information about the data that is
23 - being exchanged within the file.</xsd:documentation>
24 - </xsd:annotation>
25 - <xsd:sequence>
26 - <xsd:element name="DocumentName" type="witsml:nameStruct" minOccurs="1" maxOccurs="1">
27 - <xsd:annotation>
28 - <xsd:documentation>An identifier for the document. This is
29 - intended to be unique within the context of the NamingSystem.</xsd:documentation>
30 - </xsd:annotation>
31 - </xsd:element>
32 - <xsd:element name="DocumentAlias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
33 - <xsd:annotation>
34 - <xsd:documentation>Zero or more alternate names for the document.
35 - These names do not need to be unique within the naming system.</xsd:documentation>
36 - </xsd:annotation>
37 - </xsd:element>
38 - <xsd:element name="DocumentDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
39 - <xsd:annotation>
40 - <xsd:documentation>The date of the creation of the document.
41 - This is not the same as the date that the file was created.
42 - For this date, the document is considered to be the set of
43 - information associated with this document information.
44 - For example, the document may be a seismic binset.
45 - This represents the date that the binset was created.
46 - The FileCreation information would capture the date that
47 - the XML file was created to send or exchange the binset.</xsd:documentation>
48 - </xsd:annotation>
49 - </xsd:element>
50 - <xsd:element name="documentClass" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
51 - <xsd:annotation>
52 - <xsd:documentation>A document class. Examples of classes would be a
53 - metadata classification or a set of keywords. </xsd:documentation>
54 - </xsd:annotation>
55 - </xsd:element>
56 - <xsd:element name="FileCreationInformation" type="witsml:fileCreationType" minOccurs="0" maxOccurs="1">
57 - <xsd:annotation>
58 - <xsd:documentation>The information about the creation of the
59 - exchange file. This is not about the creation of the data within
60 - the file, but the creation of the file itself.</xsd:documentation>
61 - </xsd:annotation>
62 - </xsd:element>
63 - <xsd:element name="SecurityInformation" type="witsml:securityInfoType" minOccurs="0" maxOccurs="5">
64 - <xsd:annotation>
65 - <xsd:documentation>Information about the security to be applied to
66 - this file. More than one classification can be given.</xsd:documentation>
67 - </xsd:annotation>
68 - </xsd:element>
69 - <xsd:element name="Disclaimer" type="witsml:commentString" minOccurs="0" maxOccurs="1">
70 - <xsd:annotation>
71 - <xsd:documentation>A free-form string that allows a disclaimer to
72 - accompany the information.</xsd:documentation>
73 - </xsd:annotation>
74 - </xsd:element>
75 - <xsd:element name="AuditTrail" type="witsml:auditType" minOccurs="0" maxOccurs="1">
76 - <xsd:annotation>
77 - <xsd:documentation>A collection of events that can document the
78 - history of the data.</xsd:documentation>
79 - </xsd:annotation>
80 - </xsd:element>
81 - <xsd:element name="Owner" type="witsml:nameString" minOccurs="0" maxOccurs="1">
82 - <xsd:annotation>
83 - <xsd:documentation>The owner of the data.</xsd:documentation>
84 - </xsd:annotation>
85 - </xsd:element>
86 - <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
87 - <xsd:annotation>
88 - <xsd:documentation>An optional comment about the document.</xsd:documentation>
89 - </xsd:annotation>
90 - </xsd:element>
91 - </xsd:sequence>
92 - </xsd:complexType>
93 - <!-- -->
94 - <xsd:complexType name="fileCreationType">
95 - <xsd:annotation>
96 - <xsd:documentation>A block of information about the creation of the XML file.
97 - This is different than the creation of the data that is included within the file.</xsd:documentation>
98 - </xsd:annotation>
99 - <xsd:sequence>
100 - <xsd:element name="FileCreationDate" type="witsml:timestamp" minOccurs="1" maxOccurs="1">
101 - <xsd:annotation>
102 - <xsd:documentation>The date and time that the file was created.</xsd:documentation>
103 - </xsd:annotation>
104 - </xsd:element>
105 - <xsd:element name="SoftwareName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
106 - <xsd:annotation>
107 - <xsd:documentation>If appropriate, the software that created the file.
108 - This is a free form string, and may include whatever information
109 - is deemed relevant.</xsd:documentation>
110 - </xsd:annotation>
111 - </xsd:element>
112 - <xsd:element name="FileCreator" type="witsml:nameString" minOccurs="0" maxOccurs="1">
113 - <xsd:annotation>
114 - <xsd:documentation>The person or business associate that created
115 - the file.</xsd:documentation>
116 - </xsd:annotation>
117 - </xsd:element>
118 - <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
119 - <xsd:annotation>
120 - <xsd:documentation>Any comment that would be useful to further
121 - explain the creation of this instance document.</xsd:documentation>
122 - </xsd:annotation>
123 - </xsd:element>
124 - </xsd:sequence>
125 - </xsd:complexType>
126 - <!-- -->
127 - <xsd:complexType name="securityInfoType">
128 - <xsd:annotation>
129 - <xsd:documentation>Information about the security classification of the document.
130 - This is intended as a documentation of the security so that the file will not
131 - inadvertently be sent to someone who is not allowed access to the data.
132 - This block also carries a date that the security classification expires.
133 - For example, a well log is confidential for a period of time, and then
134 - becomes open.
135 - All security classes are characterized by their classification systems.</xsd:documentation>
136 - </xsd:annotation>
137 - <xsd:sequence>
138 - <xsd:element name="Class" type="witsml:kindString" minOccurs="0" maxOccurs="1">
139 - <xsd:annotation>
140 - <xsd:documentation>The security class in which this document is
141 - classified. Examples would be confidential, partner confidential,
142 - tight. The meaning of the class is determined by the System in which
143 - it is defined.</xsd:documentation>
144 - </xsd:annotation>
145 - </xsd:element>
146 - <xsd:element name="System" type="witsml:kindString" minOccurs="0" maxOccurs="1">
147 - <xsd:annotation>
148 - <xsd:documentation>The security classification system.
149 - This gives context to the meaning of the Class value.</xsd:documentation>
150 - </xsd:annotation>
151 - </xsd:element>
152 - <xsd:element name="EndDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
153 - <xsd:annotation>
154 - <xsd:documentation>The date on which this security class is no
155 - longer applicable.</xsd:documentation>
156 - </xsd:annotation>
157 - </xsd:element>
158 - <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
159 - <xsd:annotation>
160 - <xsd:documentation>A general comment to further define the security
161 - class.</xsd:documentation>
162 - </xsd:annotation>
163 - </xsd:element>
164 - </xsd:sequence>
165 - </xsd:complexType>
166 - <!-- -->
167 - <xsd:complexType name="auditType">
168 - <xsd:annotation>
169 - <xsd:documentation>The audit records what happened to the data, to produce
170 - the data that is in this file. It consists of one or more events.</xsd:documentation>
171 - </xsd:annotation>
172 - <xsd:sequence>
173 - <xsd:element name="Event" type="witsml:eventType" minOccurs="1" maxOccurs="unbounded"/>
174 - </xsd:sequence>
175 - </xsd:complexType>
176 - <!-- -->
177 - <xsd:complexType name="eventType">
178 - <xsd:annotation>
179 - <xsd:documentation>An event type captures the basic information about an
180 - event that has affected the data.</xsd:documentation>
181 - </xsd:annotation>
182 - <xsd:sequence>
183 - <xsd:element name="EventDate" type="witsml:timestamp" minOccurs="1" maxOccurs="1">
184 - <xsd:annotation>
185 - <xsd:documentation>The date on which the event took place.</xsd:documentation>
186 - </xsd:annotation>
187 - </xsd:element>
188 - <xsd:element name="ResponsibleParty" type="witsml:nameString" minOccurs="0" maxOccurs="1">
189 - <xsd:annotation>
190 - <xsd:documentation>The party responsible for the event.</xsd:documentation>
191 - </xsd:annotation>
192 - </xsd:element>
193 - <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
194 - <xsd:annotation>
195 - <xsd:documentation>A free form comment that can further
196 - define the event that occurred.</xsd:documentation>
197 - </xsd:annotation>
198 - </xsd:element>
199 - </xsd:sequence>
200 - </xsd:complexType>
201 - <!-- -->
202 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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="typ_dataTypes_New.xsd"/>
18 - <xsd:include schemaLocation="attgrp_uid.xsd"/>
19 - <!-- -->
20 - <xsd:complexType name="cs_event">
21 - <xsd:annotation>
22 - <xsd:documentation>An event.</xsd:documentation>
23 - </xsd:annotation>
24 - <xsd:sequence>
25 - <xsd:element name="type" type="witsml:kindString" minOccurs="0" maxOccurs="1">
26 - <xsd:annotation>
27 - <xsd:documentation>The kind of event.</xsd:documentation>
28 - </xsd:annotation>
29 - </xsd:element>
30 - <xsd:choice minOccurs="0" maxOccurs="1">
31 - <xsd:element name="date" type="witsml:date" minOccurs="0" maxOccurs="1">
32 - <xsd:annotation>
33 - <xsd:documentation>The date at which the event occurred.</xsd:documentation>
34 - </xsd:annotation>
35 - </xsd:element>
36 - <xsd:element name="dTim" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
37 - <xsd:annotation>
38 - <xsd:documentation>The date and time at which the event occurred.</xsd:documentation>
39 - </xsd:annotation>
40 - </xsd:element>
41 - </xsd:choice>
42 - <xsd:element name="responsibleParty" type="witsml:nameString" minOccurs="0" maxOccurs="1">
43 - <xsd:annotation>
44 - <xsd:documentation>The person or company that was responsible for the event.</xsd:documentation>
45 - </xsd:annotation>
46 - </xsd:element>
47 - <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
48 - <xsd:annotation>
49 - <xsd:documentation>A remark about the event.</xsd:documentation>
50 - </xsd:annotation>
51 - </xsd:element>
52 - </xsd:sequence>
53 - <xsd:attributeGroup ref="witsml:attgrp_uid">
54 - <xsd:annotation>
55 - <xsd:documentation>The unique identifier of the event.</xsd:documentation>
56 - </xsd:annotation>
57 - </xsd:attributeGroup>
58 - </xsd:complexType>
59 - <!-- -->
60 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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 - <!-- -->
18 - <xsd:complexType name="cs_fluidLevelTest">
19 - <xsd:sequence>
20 - <xsd:element name="fluidLevel" type="witsml:lengthMeasure" minOccurs="1" maxOccurs="1">
21 - <xsd:annotation>
22 - <xsd:documentation>The fluid level achieved in the well.
23 - The value is given as length units from the top of the well.</xsd:documentation>
24 - </xsd:annotation>
25 - </xsd:element>
26 - <xsd:element name="baseUsableWater" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
27 - <xsd:annotation>
28 - <xsd:documentation>The lowest usable water depth as measured from the
29 - surface. See TxRRC H-15.</xsd:documentation>
30 - </xsd:annotation>
31 - </xsd:element>
32 - <xsd:element name="testedBy" type="witsml:nameString" minOccurs="0" maxOccurs="1">
33 - <xsd:annotation>
34 - <xsd:documentation>The business associate that conducted the test. This is generally a person.</xsd:documentation>
35 - </xsd:annotation>
36 - </xsd:element>
37 - </xsd:sequence>
38 - </xsd:complexType>
39 - <!-- -->
40 -</xsd:schema>
41 -
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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 - <!-- -->
18 - <xsd:complexType name="cs_fluidRate">
19 - <xsd:sequence>
20 - <xsd:element name="fluidRate" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">
21 - <xsd:annotation>
22 - <xsd:documentation>The fluid flow rate.</xsd:documentation>
23 - </xsd:annotation>
24 - </xsd:element>
25 - <xsd:element name="fluidRateStdTempPres" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">
26 - <xsd:annotation>
27 - <xsd:documentation>The fluid flow rate that has been corrected to standard temperature and pressure.</xsd:documentation>
28 - </xsd:annotation>
29 - </xsd:element>
30 - <xsd:element name="gasClass" type="witsml:kindString" minOccurs="0" maxOccurs="1">
31 - <xsd:annotation>
32 - <xsd:documentation>Class for Natural Gas. This is not valid for oil or water.</xsd:documentation>
33 - </xsd:annotation>
34 - </xsd:element>
35 - </xsd:sequence>
36 - </xsd:complexType>
37 - <!-- -->
38 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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="attgrp_uid.xsd"/>
18 - <!-- -->
19 - <xsd:complexType name="cs_fracAdditive">
20 - <xsd:sequence>
21 - <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">
22 - <xsd:annotation>
23 - <xsd:documentation>The name of the additive.</xsd:documentation>
24 - </xsd:annotation>
25 - </xsd:element>
26 - <xsd:element name="type" type="witsml:kindString">
27 - <xsd:annotation>
28 - <xsd:documentation>The type of additive.</xsd:documentation>
29 - </xsd:annotation>
30 - </xsd:element>
31 - <xsd:element name="amount" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
32 - <xsd:annotation>
33 - <xsd:documentation>The amount of additive that was used.</xsd:documentation>
34 - </xsd:annotation>
35 - </xsd:element>
36 - <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
37 - <xsd:annotation>
38 - <xsd:documentation>A remark about the additive.</xsd:documentation>
39 - </xsd:annotation>
40 - </xsd:element>
41 - </xsd:sequence>
42 - <xsd:attributeGroup ref="witsml:attgrp_uid">
43 - <xsd:annotation>
44 - <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
45 - </xsd:annotation>
46 - </xsd:attributeGroup>
47 - </xsd:complexType>
48 - <!-- -->
49 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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="attgrp_uid.xsd"/>
18 - <xsd:include schemaLocation="cs_fracAdditive.xsd"/>
19 - <!-- -->
20 - <xsd:complexType name="cs_fracStage">
21 - <xsd:sequence>
22 - <xsd:element name="number" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
23 - <xsd:annotation>
24 - <xsd:documentation>The stage number.</xsd:documentation>
25 - </xsd:annotation>
26 - </xsd:element>
27 - <xsd:element name="fracType" type="witsml:kindString" minOccurs="0" maxOccurs="1">
28 - <xsd:annotation>
29 - <xsd:documentation>The type of fracturing technique.</xsd:documentation>
30 - </xsd:annotation>
31 - </xsd:element>
32 - <xsd:element name="fracAdditive" type="witsml:cs_fracAdditive" minOccurs="0" maxOccurs="unbounded">
33 - <xsd:annotation>
34 - <xsd:documentation>The fluid additive used for the stage.</xsd:documentation>
35 - </xsd:annotation>
36 - </xsd:element>
37 - <xsd:element name="baseFluidType" type="witsml:kindString" minOccurs="0" maxOccurs="1">
38 - <xsd:annotation>
39 - <xsd:documentation>The base fluid type used for the stage.</xsd:documentation>
40 - </xsd:annotation>
41 - </xsd:element>
42 - <xsd:element name="stageVolume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
43 - <xsd:annotation>
44 - <xsd:documentation>The volume of fluid used in this stage.</xsd:documentation>
45 - </xsd:annotation>
46 - </xsd:element>
47 - <xsd:element name="treatmentPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
48 - <xsd:annotation>
49 - <xsd:documentation>The pressure used for the treatment.</xsd:documentation>
50 - </xsd:annotation>
51 - </xsd:element>
52 - <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
53 - <xsd:annotation>
54 - <xsd:documentation>A remark about the stage.</xsd:documentation>
55 - </xsd:annotation>
56 - </xsd:element>
57 - </xsd:sequence>
58 - <xsd:attributeGroup ref="witsml:attgrp_uid">
59 - <xsd:annotation>
60 - <xsd:documentation>The unique identifier of the event.</xsd:documentation>
61 - </xsd:annotation>
62 - </xsd:attributeGroup>
63 - </xsd:complexType>
64 - <!-- -->
65 -</xsd:schema>
1 -<?xml version="1.0"?>
2 -<xsd:schema
3 - elementFormDefault="qualified"
4 - attributeFormDefault="unqualified"
5 - targetNamespace="http://www.witsml.org/schemas/131/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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 - <xsd:include schemaLocation="typ_dataTypes.xsd"/>
16 - <xsd:include schemaLocation="typ_catalog_New.xsd"/>
17 - <xsd:include schemaLocation="attgrp_uid.xsd"/>
18 - <!-- -->
19 - <xsd:complexType name="cs_generalAddress">
20 - <xsd:annotation>
21 - <xsd:documentation>An general address structure. This form is appropriate for
22 - most countries. </xsd:documentation>
23 - </xsd:annotation>
24 - <xsd:sequence>
25 - <xsd:element name="name" type="witsml:nameString" minOccurs="0">
26 - <xsd:annotation>
27 - <xsd:documentation>The Name line of an address.
28 - If missing, use the Name of the business associate.</xsd:documentation>
29 - </xsd:annotation>
30 - </xsd:element>
31 - <xsd:element name="street" type="witsml:nameString" maxOccurs="4">
32 - <xsd:annotation>
33 - <xsd:documentation>The Street is a generic term for the
34 - middle lines of an address. They may be a street
35 - address, PO Box, Suite number, or any lines that come
36 - between the "name" and "city" lines. This may be repeated
37 - for up to four, ordered lines.</xsd:documentation>
38 - </xsd:annotation>
39 - </xsd:element>
40 - <xsd:element name="city" type="witsml:nameString">
41 - <xsd:annotation>
42 - <xsd:documentation>The City for the business associate's
43 - address</xsd:documentation>
44 - </xsd:annotation>
45 - </xsd:element>
46 - <xsd:choice minOccurs="0" maxOccurs="1">
47 - <xsd:annotation>
48 - <xsd:documentation>The GeneralAddress allows the choice of a
49 - State, Province, or County element. It is assumed that
50 - different elements would be appropriate in different
51 - countries. A user community should choose which element is
52 - appropriate in the various countries.</xsd:documentation>
53 - </xsd:annotation>
54 - <xsd:element name="state" type="witsml:nameString"/>
55 - <xsd:element name="province" type="witsml:nameString"/>
56 - <xsd:element name="county" type="witsml:nameString"/>
57 - </xsd:choice>
58 - <xsd:element name="country" type="witsml:nameString" minOccurs="0">
59 - <xsd:annotation>
60 - <xsd:documentation>The Country may be included. Although
61 - this is optional, it is probably required for most uses.</xsd:documentation>
62 - </xsd:annotation>
63 - </xsd:element>
64 - <xsd:element name="postalCode" type="witsml:kindString" minOccurs="0">
65 - <xsd:annotation>
66 - <xsd:documentation>A postal code, if appropriate for the country.
67 - In the USA this would be the five or nine digit zip code.</xsd:documentation>
68 - </xsd:annotation>
69 - </xsd:element>
70 - </xsd:sequence>
71 - <xsd:attribute name="kind" use="optional" type="witsml:AddressKindEnum">
72 - <xsd:annotation>
73 - <xsd:documentation>The type of address: mailing, physical, or both.</xsd:documentation>
74 - </xsd:annotation>
75 - </xsd:attribute>
76 - <xsd:attributeGroup ref="witsml:attgrp_uid">
77 - <xsd:annotation>
78 - <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
79 - </xsd:annotation>
80 - </xsd:attributeGroup>
81 - </xsd:complexType>
82 - <!-- -->
83 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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 - <!-- -->
18 - <xsd:complexType name="cs_geodeticModel">
19 - <xsd:annotation>
20 - <xsd:documentation>WITSML - Geodetic Model Component Schema</xsd:documentation>
21 - </xsd:annotation>
22 - <xsd:sequence>
23 - <xsd:element name="nameCRS" type="witsml:wellKnownNameStruct" minOccurs="0" maxOccurs="1">
24 - <xsd:annotation>
25 - <xsd:documentation>The name of the coordinate reference system in a particular naming system.
26 - An optional short name (code) can also be specified. Specifying a well known system is highly desired.
27 - An example would be to specify a name of 'ED50' with a code of '4230' in
28 - the 'EPSG' naming system. Note that specifying a name in the EPSG naming system is asserting
29 - that the parameters in the EPSG database are appropriate for this CRS. This is
30 - also true for any other naming system. If in doubt, contact your local geodesist.</xsd:documentation>
31 - </xsd:annotation>
32 - </xsd:element>
33 - <xsd:element name="geodeticDatumCode" type="witsml:GeodeticDatum" minOccurs="0" maxOccurs="1">
34 - <xsd:annotation>
35 - <xsd:documentation>Geodetic datum code. This defines a system in the Geoshare naming system
36 - and should probably not be used with CRSName. </xsd:documentation>
37 - </xsd:annotation>
38 - </xsd:element>
39 - <xsd:element name="xTranslation" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
40 - <xsd:annotation>
41 - <xsd:documentation>Ellipsoid translation (3). Units are meters by convention. </xsd:documentation>
42 - </xsd:annotation>
43 - </xsd:element>
44 - <xsd:element name="yTranslation" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
45 - <xsd:annotation>
46 - <xsd:documentation>Ellipsoid translation (3). Units are meters by convention. </xsd:documentation>
47 - </xsd:annotation>
48 - </xsd:element>
49 - <xsd:element name="zTranslation" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
50 - <xsd:annotation>
51 - <xsd:documentation>Ellipsoid translation (3). Units are meters by convention. </xsd:documentation>
52 - </xsd:annotation>
53 - </xsd:element>
54 - <xsd:element name="xRotation" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
55 - <xsd:annotation>
56 - <xsd:documentation>Ellipsoid rotation (3). Seconds of arc by convention. </xsd:documentation>
57 - </xsd:annotation>
58 - </xsd:element>
59 - <xsd:element name="yRotation" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
60 - <xsd:annotation>
61 - <xsd:documentation>Ellipsoid rotation (3). Seconds of arc by convention. </xsd:documentation>
62 - </xsd:annotation>
63 - </xsd:element>
64 - <xsd:element name="zRotation" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
65 - <xsd:annotation>
66 - <xsd:documentation>Ellipsoid rotation (3). Seconds of arc by convention. </xsd:documentation>
67 - </xsd:annotation>
68 - </xsd:element>
69 - <xsd:element name="scaleFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">
70 - <xsd:annotation>
71 - <xsd:documentation>Ellipsoid scale factor. </xsd:documentation>
72 - </xsd:annotation>
73 - </xsd:element>
74 - <xsd:element name="ellipsoidCode" type="witsml:Ellipsoid" minOccurs="0" maxOccurs="1">
75 - <xsd:annotation>
76 - <xsd:documentation>Ellipsoid code (spheroid) defining geographic or planar coordinates.
77 - Implied if geodeticDatumCode is specified (and is not user defined). </xsd:documentation>
78 - </xsd:annotation>
79 - </xsd:element>
80 - <xsd:element name="ellipsoidSemiMajorAxis" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
81 - <xsd:annotation>
82 - <xsd:documentation>Ellipsoid semi-major axis size. Implied if geodeticDatumCode or ellipsoidCode
83 - specified. </xsd:documentation>
84 - </xsd:annotation>
85 - </xsd:element>
86 - <xsd:element name="ellipsoidInverseFlattening" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">
87 - <xsd:annotation>
88 - <xsd:documentation>Ellipsoid inverse flattening value (ie. 1/x). Implied if geodeticDatumCode
89 - or ellipsoidCode specified. </xsd:documentation>
90 - </xsd:annotation>
91 - </xsd:element>
92 - </xsd:sequence>
93 - </xsd:complexType>
94 -</xsd:schema>
1 -<?xml version="1.0"?>
2 -<xsd:schema
3 - elementFormDefault="qualified"
4 - attributeFormDefault="unqualified"
5 - targetNamespace="http://www.witsml.org/schemas/131/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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 implies agreement with the POSC License Agreement.
14 - -->
15 - <!-- -->
16 - <xsd:include schemaLocation="cs_offshoreLocation.xsd"/>
17 - <!-- -->
18 - <xsd:complexType name="cs_geographicContext">
19 - <xsd:annotation>
20 - <xsd:documentation>A geographic contaect of a report.</xsd:documentation>
21 - </xsd:annotation>
22 - <xsd:sequence>
23 - <xsd:element name="country" type="witsml:nameString" minOccurs="0" maxOccurs="1">
24 - <xsd:annotation>
25 - <xsd:documentation>The name of the country.</xsd:documentation>
26 - </xsd:annotation>
27 - </xsd:element>
28 - <xsd:element name="state" type="witsml:nameString" minOccurs="0" maxOccurs="1">
29 - <xsd:annotation>
30 - <xsd:documentation>The state of province within the country.</xsd:documentation>
31 - </xsd:annotation>
32 - </xsd:element>
33 - <xsd:element name="field" type="witsml:nameStruct" minOccurs="0" maxOccurs="1">
34 - <xsd:annotation>
35 - <xsd:documentation>The name of the field within whose context the report exists.</xsd:documentation>
36 - </xsd:annotation>
37 - </xsd:element>
38 - <xsd:element name="offshoreLocation" type="witsml:cs_offshoreLocation" minOccurs="0" maxOccurs="1">
39 - <xsd:annotation>
40 - <xsd:documentation>An offshore context.</xsd:documentation>
41 - </xsd:annotation>
42 - </xsd:element>
43 - <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
44 - <xsd:annotation>
45 - <xsd:documentation>An general comment that further explains the
46 - offshore location.</xsd:documentation>
47 - </xsd:annotation>
48 - </xsd:element>
49 - </xsd:sequence>
50 - </xsd:complexType>
51 - <!-- -->
52 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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_wellTestInterval.xsd"/>
17 - <xsd:include schemaLocation="cs_cumulative.xsd"/>
18 - <xsd:include schemaLocation="cs_injectionTestResults.xsd"/>
19 - <xsd:include schemaLocation="typ_catalog_wellTest.xsd"/>
20 - <!-- -->
21 - <xsd:complexType name="cs_injectionTestData">
22 - <xsd:sequence>
23 - <xsd:element name="testDuration" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
24 - <xsd:annotation>
25 - <xsd:documentation>The time length (with uom) of the well test.</xsd:documentation>
26 - </xsd:annotation>
27 - </xsd:element>
28 - <xsd:element name="testInterval" type="witsml:cs_wellTestInterval" minOccurs="0" maxOccurs="1">
29 - <xsd:annotation>
30 - <xsd:documentation>The interval tested. This element includes a top and base
31 - depth, and the formation tested.</xsd:documentation>
32 - </xsd:annotation>
33 - </xsd:element>
34 - <xsd:element name="InjectedFluid" type="witsml:InjectionFluid" minOccurs="0" maxOccurs="1">
35 - <xsd:annotation>
36 - <xsd:documentation>The fluid that is being injected. </xsd:documentation>
37 - </xsd:annotation>
38 - </xsd:element>
39 - <xsd:element name="wellTestCumulative" type="witsml:cs_cumulative" minOccurs="0" maxOccurs="1">
40 - <xsd:annotation>
41 - <xsd:documentation>The cumulative volumes of fluids at the time of the
42 - well test. The fluids are oil, gas, and water.</xsd:documentation>
43 - </xsd:annotation>
44 - </xsd:element>
45 - <xsd:element name="minimumAnnularPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
46 - <xsd:annotation>
47 - <xsd:documentation>The minimum pressure measured at the annulus.</xsd:documentation>
48 - </xsd:annotation>
49 - </xsd:element>
50 - <xsd:element name="maximumAnnularPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
51 - <xsd:annotation>
52 - <xsd:documentation>The maximum pressure measured at the annulus.</xsd:documentation>
53 - </xsd:annotation>
54 - </xsd:element>
55 - <xsd:element name="wellheadFlowingPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
56 - <xsd:annotation>
57 - <xsd:documentation>The flowing pressure measured at the wellhead during the test.</xsd:documentation>
58 - </xsd:annotation>
59 - </xsd:element>
60 - <xsd:element name="wellheadMaximumPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
61 - <xsd:annotation>
62 - <xsd:documentation>The maximum pressure measured at the wellhead during the well test.</xsd:documentation>
63 - </xsd:annotation>
64 - </xsd:element>
65 - <xsd:element name="injectionTestResults" type="witsml:cs_injectionTestResults" minOccurs="0" maxOccurs="1">
66 - <xsd:annotation>
67 - <xsd:documentation>The production results of the test.</xsd:documentation>
68 - </xsd:annotation>
69 - </xsd:element>
70 - </xsd:sequence>
71 - </xsd:complexType>
72 - <!-- -->
73 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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_testVolume.xsd"/>
17 - <xsd:include schemaLocation="cs_fluidRate.xsd"/>
18 - <!-- -->
19 - <xsd:complexType name="cs_injectionTestResults">
20 - <xsd:annotation>
21 - <xsd:documentation>Oil, gas, and water volumes and rates measured during the well test.
22 - The volumes allow either actual volumes or standard (corrected) volumes.
23 - The densities are also recorded with the volumes.</xsd:documentation>
24 - </xsd:annotation>
25 - <xsd:sequence>
26 - <xsd:element name="oilVolume" type="witsml:cs_testVolume" minOccurs="0" maxOccurs="1">
27 - <xsd:annotation>
28 - <xsd:documentation>Oil volumes measured during the well test.</xsd:documentation>
29 - </xsd:annotation>
30 - </xsd:element>
31 - <xsd:element name="oilRate" type="witsml:cs_fluidRate" minOccurs="0" maxOccurs="1">
32 - <xsd:annotation>
33 - <xsd:documentation>Oil rates measured during the well test.</xsd:documentation>
34 - </xsd:annotation>
35 - </xsd:element>
36 - <xsd:element name="gasVolume" type="witsml:cs_testVolume" minOccurs="0" maxOccurs="1">
37 - <xsd:annotation>
38 - <xsd:documentation>Gas volumes measured during the well test.</xsd:documentation>
39 - </xsd:annotation>
40 - </xsd:element>
41 - <xsd:element name="gasRate" type="witsml:cs_fluidRate" minOccurs="0" maxOccurs="1">
42 - <xsd:annotation>
43 - <xsd:documentation>Gas rates measured during the well test.</xsd:documentation>
44 - </xsd:annotation>
45 - </xsd:element>
46 - <xsd:element name="waterVolume" type="witsml:cs_testVolume" minOccurs="0" maxOccurs="1">
47 - <xsd:annotation>
48 - <xsd:documentation>Water volumes measured during the well test.</xsd:documentation>
49 - </xsd:annotation>
50 - </xsd:element>
51 - <xsd:element name="waterRate" type="witsml:cs_fluidRate" minOccurs="0" maxOccurs="1">
52 - <xsd:annotation>
53 - <xsd:documentation>Water rates measured during the well test.</xsd:documentation>
54 - </xsd:annotation>
55 - </xsd:element>
56 - </xsd:sequence>
57 - </xsd:complexType>
58 - <!-- -->
59 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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_operationalHSE.xsd"/>
17 - <xsd:include schemaLocation="cs_productionActivity.xsd"/>
18 - <xsd:include schemaLocation="cs_geographicContext.xsd"/>
19 - <xsd:include schemaLocation="attgrp_uid.xsd"/>
20 - <!-- -->
21 - <xsd:complexType name="cs_installationReport">
22 - <xsd:annotation>
23 - <xsd:documentation>WITSML -Installation Report Component Schema</xsd:documentation>
24 - </xsd:annotation>
25 - <xsd:sequence>
26 - <xsd:element name="installation" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
27 - <xsd:annotation>
28 - <xsd:documentation>The installation represented by this report.</xsd:documentation>
29 - </xsd:annotation>
30 - </xsd:element>
31 - <xsd:element name="bedsAvailable" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
32 - <xsd:annotation>
33 - <xsd:documentation>Total count of beds available on the installation.</xsd:documentation>
34 - </xsd:annotation>
35 - </xsd:element>
36 - <xsd:element name="crewCount" type="witsml:crewCount" minOccurs="0" maxOccurs="1">
37 - <xsd:annotation>
38 - <xsd:documentation>The count of personnel on a type of crew.
39 - One of the types is all personnel on board.</xsd:documentation>
40 - </xsd:annotation>
41 - </xsd:element>
42 - <xsd:element name="work" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
43 - <xsd:annotation>
44 - <xsd:documentation>The total cumulative amount of time worked during the
45 - reporting period.
46 - Commonly specified in units of hours.
47 - Note that a day unit translates to 24 hours worked.</xsd:documentation>
48 - </xsd:annotation>
49 - </xsd:element>
50 - <xsd:element name="workMonthToDate" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
51 - <xsd:annotation>
52 - <xsd:documentation>The total cumulative amount of time worked from the beginning of
53 - the month to the end of reporting period.
54 - Commonly specified in units of hours.
55 - Note that a day unit translates to 24 hours worked.</xsd:documentation>
56 - </xsd:annotation>
57 - </xsd:element>
58 - <xsd:element name="workYearToDate" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
59 - <xsd:annotation>
60 - <xsd:documentation>The total cumulative amount of time worked from the beginning of
61 - the year to the end of reporting period.
62 - Commonly specified in units of hours.
63 - Note that a day unit translates to 24 hours worked.</xsd:documentation>
64 - </xsd:annotation>
65 - </xsd:element>
66 - <xsd:element name="operationalHSE" type="witsml:cs_operationalHSE" minOccurs="0" maxOccurs="unbounded">
67 - <xsd:annotation>
68 - <xsd:documentation>Health, Safety and Environmenal information.</xsd:documentation>
69 - </xsd:annotation>
70 - </xsd:element>
71 - <xsd:element name="productionActivity" type="witsml:cs_productionActivity" minOccurs="0" maxOccurs="1">
72 - <xsd:annotation>
73 - <xsd:documentation>Production activities..</xsd:documentation>
74 - </xsd:annotation>
75 - </xsd:element>
76 - </xsd:sequence>
77 - <xsd:attributeGroup ref="witsml:attgrp_uid">
78 - <xsd:annotation>
79 - <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
80 - </xsd:annotation>
81 - </xsd:attributeGroup>
82 - </xsd:complexType>
83 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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 - <!-- -->
18 - <xsd:complexType name="cs_localCRS">
19 - <xsd:sequence>
20 - <xsd:choice minOccurs="0" maxOccurs="1">
21 - <xsd:element name="usesWellAsOrigin" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
22 - <xsd:annotation>
23 - <xsd:documentation>True ("true" or "1") indicates that the well surface
24 - point is the origin of this CRS.
25 - False ("false" or "0") or not given indicates otherwise.</xsd:documentation>
26 - </xsd:annotation>
27 - </xsd:element>
28 - <xsd:element name="origin" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
29 - <xsd:annotation>
30 - <xsd:documentation>A pointer to the reference point that is the origin
31 - of this CRS.</xsd:documentation>
32 - </xsd:annotation>
33 - </xsd:element>
34 - <xsd:element name="originDescription" type="witsml:commentString" minOccurs="0" maxOccurs="1">
35 - <xsd:annotation>
36 - <xsd:documentation>A textual description of the origin.</xsd:documentation>
37 - </xsd:annotation>
38 - </xsd:element>
39 - </xsd:choice>
40 - <xsd:element name="yAxisAzimuth" type="witsml:yAxisAzimuth" minOccurs="0" maxOccurs="1">
41 - <xsd:annotation>
42 - <xsd:documentation>The angle of the Y axis from North (as described
43 - in attribute northDirection). Defaults to zero. Positive clockwise.</xsd:documentation>
44 - </xsd:annotation>
45 - </xsd:element>
46 - <xsd:element name="yAxisDescription" type="witsml:commentString" minOccurs="0" maxOccurs="1">
47 - <xsd:annotation>
48 - <xsd:documentation>A free-form description of the Y axis.
49 - Examples would be 'parallel to the west side of the platform', or
50 - 'along the main entry road'.</xsd:documentation>
51 - </xsd:annotation>
52 - </xsd:element>
53 - <xsd:element name="xRotationCounterClockwise" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
54 - <xsd:annotation>
55 - <xsd:documentation>True ("true" or "1") indicates that the X axis is rotated
56 - counter-clockwise from the Y axis when viewed from above the earth looking down.
57 - False ("false" or "0") or not given indicates a clockwise rotation.
58 - Generally the X axis is rotated clockwise.</xsd:documentation>
59 - </xsd:annotation>
60 - </xsd:element>
61 - </xsd:sequence>
62 - </xsd:complexType>
63 - <!-- -->
64 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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="attgrp_uid.xsd"/>
18 - <!-- -->
19 - <xsd:complexType name="cs_location">
20 - <xsd:annotation>
21 - <xsd:documentation>WITSML Location Component Schema
22 - This is a location that is expressed in terms of 2D coordinates.
23 - In order that the location be understood, the coordinate reference system (CRS)
24 - must be known.</xsd:documentation>
25 - </xsd:annotation>
26 - <xsd:sequence>
27 - <xsd:element name="wellCRS" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
28 - <xsd:annotation>
29 - <xsd:documentation>A pointer to the wellCRS that defines the CRS for the coordinates.
30 - While optional, it is strongly recommended that this be specified.</xsd:documentation>
31 - </xsd:annotation>
32 - </xsd:element>
33 - <xsd:choice minOccurs="0" maxOccurs="1">
34 - <xsd:annotation>
35 - <xsd:documentation>The survey location is given by a pair of tagged values.
36 - The pairs may be:
37 - (1) latitude/longitude,
38 - (2) easting/northing,
39 - (3) westing/southing,
40 - (4) projectedX/projectedY, or
41 - (5) localX/localY.
42 - The appropriate pair must be chosen for the data.</xsd:documentation>
43 - </xsd:annotation>
44 - <xsd:sequence minOccurs="0" maxOccurs="1">
45 - <xsd:element name="latitude" type="witsml:planeAngleMeasure" minOccurs="1" maxOccurs="1">
46 - <xsd:annotation>
47 - <xsd:documentation>The latitude with north being positive.</xsd:documentation>
48 - </xsd:annotation>
49 - </xsd:element>
50 - <xsd:element name="longitude" type="witsml:planeAngleMeasure" minOccurs="1" maxOccurs="1">
51 - <xsd:annotation>
52 - <xsd:documentation>The longitude with east being positive.</xsd:documentation>
53 - </xsd:annotation>
54 - </xsd:element>
55 - </xsd:sequence>
56 - <xsd:sequence minOccurs="0" maxOccurs="1">
57 - <xsd:element name="easting" type="witsml:lengthMeasure" minOccurs="1" maxOccurs="1">
58 - <xsd:annotation>
59 - <xsd:documentation>The projected coordinate with east being positive.
60 - This is the most common type of projected coordinates.
61 - UTM coordinates are expressed in Easting and Northing.</xsd:documentation>
62 - </xsd:annotation>
63 - </xsd:element>
64 - <xsd:element name="northing" type="witsml:lengthMeasure" minOccurs="1" maxOccurs="1">
65 - <xsd:annotation>
66 - <xsd:documentation>The projected coordinate with north being positive.
67 - This is the most common type of projected coordinates.
68 - UTM coordinates are expressed in Easting and Northing.</xsd:documentation>
69 - </xsd:annotation>
70 - </xsd:element>
71 - </xsd:sequence>
72 - <xsd:sequence minOccurs="0" maxOccurs="1">
73 - <xsd:element name="westing" type="witsml:lengthMeasure" minOccurs="1" maxOccurs="1">
74 - <xsd:annotation>
75 - <xsd:documentation>The projected coordinate with west being positive.
76 - The positive directions are reversed from the usual Easting and Northing values.
77 - These values are generally located in the southern hemisphere,
78 - most notably in South Africa and Australia.</xsd:documentation>
79 - </xsd:annotation>
80 - </xsd:element>
81 - <xsd:element name="southing" type="witsml:lengthMeasure" minOccurs="1" maxOccurs="1">
82 - <xsd:annotation>
83 - <xsd:documentation>The projected coordinate with south being positive.
84 - The positive directions are reversed from the usual Easting and Northing values.
85 - These values are generally located in the southern hemisphere,
86 - most notably in South Africa and Australia.</xsd:documentation>
87 - </xsd:annotation>
88 - </xsd:element>
89 - </xsd:sequence>
90 - <xsd:sequence minOccurs="0" maxOccurs="1">
91 - <xsd:element name="projectedX" type="witsml:lengthMeasure" minOccurs="1" maxOccurs="1">
92 - <xsd:annotation>
93 - <xsd:documentation>The projected X coordinate with the positive direction unknown.
94 - ProjectedX and ProjectedY are used when it is not
95 - known what the meaning of the coordinates is. If the meaning is known,
96 - the Easting/Northing or Westing/Southing should be used. Use of this pair
97 - implies a lack of knowledge on the part of the sender.</xsd:documentation>
98 - </xsd:annotation>
99 - </xsd:element>
100 - <xsd:element name="projectedY" type="witsml:lengthMeasure" minOccurs="1" maxOccurs="1">
101 - <xsd:annotation>
102 - <xsd:documentation>The projected Y coordinate with the positive direction unknown.
103 - ProjectedX and ProjectedY are used when it is not
104 - known what the meaning of the coordinates is. If the meaning is known,
105 - the Easting/Northing or Westing/Southing should be used. Use of this pair
106 - implies a lack of knowledge on the part of the sender.</xsd:documentation>
107 - </xsd:annotation>
108 - </xsd:element>
109 - </xsd:sequence>
110 - <xsd:sequence minOccurs="0" maxOccurs="1">
111 - <xsd:element name="localX" type="witsml:lengthMeasure" minOccurs="1" maxOccurs="1">
112 - <xsd:annotation>
113 - <xsd:documentation>The local (engineering) X coordinate.
114 - The CRS will define the orientation of the axis.</xsd:documentation>
115 - </xsd:annotation>
116 - </xsd:element>
117 - <xsd:element name="localY" type="witsml:lengthMeasure" minOccurs="1" maxOccurs="1">
118 - <xsd:annotation>
119 - <xsd:documentation>The local (engineering) Y coordinate.
120 - The CRS will define the orientation of the axis.</xsd:documentation>
121 - </xsd:annotation>
122 - </xsd:element>
123 - </xsd:sequence>
124 - </xsd:choice>
125 - <xsd:element name="original" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
126 - <xsd:annotation>
127 - <xsd:documentation>Flag indicating (if "true" or "1") that this pair of values was
128 - the original data given for the location. If the pair of values was
129 - calculated from an original pair of values, this flag should be "false" (or "0"),
130 - or not present.</xsd:documentation>
131 - </xsd:annotation>
132 - </xsd:element>
133 - <xsd:element name="description" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">
134 - <xsd:annotation>
135 - <xsd:documentation>A Comment, generally given to help the reader
136 - interpret the coordinates if the CRS and the chosen pair do not make them clear.</xsd:documentation>
137 - </xsd:annotation>
138 - </xsd:element>
139 - </xsd:sequence>
140 - <xsd:attributeGroup ref="witsml:attgrp_uid">
141 - <xsd:annotation>
142 - <xsd:documentation>The unique identifier of the location.</xsd:documentation>
143 - </xsd:annotation>
144 - </xsd:attributeGroup>
145 - </xsd:complexType>
146 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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_thirdPartyProcessing.xsd"/>
17 - <xsd:include schemaLocation="typ_dataTypes_prodOper.xsd"/>
18 - <!-- -->
19 - <xsd:complexType name="cs_lostProduction">
20 - <xsd:annotation>
21 - <xsd:documentation>WITSML - Lost Production Component Schema.</xsd:documentation>
22 - </xsd:annotation>
23 - <xsd:sequence>
24 - <xsd:element name="volumeAndReason" type="witsml:lostVolumeAndReason" minOccurs="0" maxOccurs="unbounded">
25 - <xsd:annotation>
26 - <xsd:documentation>A estimated lost volume and the reason for the loss.</xsd:documentation>
27 - </xsd:annotation>
28 - </xsd:element>
29 - <xsd:element name="thirdPartyProcessing" type="witsml:cs_thirdPartyProcessing" minOccurs="0" maxOccurs="unbounded">
30 - <xsd:annotation>
31 - <xsd:documentation>The estimated amount of oil and gas lost due to
32 - third party processing at an installation.</xsd:documentation>
33 - </xsd:annotation>
34 - </xsd:element>
35 - </xsd:sequence>
36 - </xsd:complexType>
37 -</xsd:schema>
1 -<?xml version="1.0"?>
2 -<xsd:schema
3 - elementFormDefault="qualified"
4 - attributeFormDefault="unqualified"
5 - targetNamespace="http://www.witsml.org/schemas/131/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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_datedComment.xsd"/>
17 - <xsd:include schemaLocation="attgrp_uid.xsd"/>
18 - <!-- -->
19 - <xsd:complexType name="cs_marineOperation">
20 - <xsd:annotation>
21 - <xsd:documentation>Infomation about a marine operation.</xsd:documentation>
22 - </xsd:annotation>
23 - <xsd:sequence>
24 - <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
25 - <xsd:annotation>
26 - <xsd:documentation>The beginning date and time that the information represents.</xsd:documentation>
27 - </xsd:annotation>
28 - </xsd:element>
29 - <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
30 - <xsd:annotation>
31 - <xsd:documentation>The ending date and time that the comment represents.</xsd:documentation>
32 - </xsd:annotation>
33 - </xsd:element>
34 - <xsd:element name="generalComment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
35 - <xsd:annotation>
36 - <xsd:documentation>A general comment on marine activity in the area</xsd:documentation>
37 - </xsd:annotation>
38 - </xsd:element>
39 - <xsd:element name="supplyShip" type="witsml:nameString" minOccurs="0" maxOccurs="1">
40 - <xsd:annotation>
41 - <xsd:documentation>Name of supply vessel for the installation.</xsd:documentation>
42 - </xsd:annotation>
43 - </xsd:element>
44 - <xsd:element name="standbyVessel" type="witsml:nameString" minOccurs="0" maxOccurs="1">
45 - <xsd:annotation>
46 - <xsd:documentation>Name of standby vessel for the installation.</xsd:documentation>
47 - </xsd:annotation>
48 - </xsd:element>
49 - <xsd:element name="supplyShipComment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
50 - <xsd:annotation>
51 - <xsd:documentation>Comment regarding the supply ship.</xsd:documentation>
52 - </xsd:annotation>
53 - </xsd:element>
54 - <xsd:element name="standbyVesselComment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
55 - <xsd:annotation>
56 - <xsd:documentation>Comment regarding the standby vessel.</xsd:documentation>
57 - </xsd:annotation>
58 - </xsd:element>
59 - <xsd:element name="basketMovement" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
60 - <xsd:annotation>
61 - <xsd:documentation>Report of any basket movement to and from the installation.</xsd:documentation>
62 - </xsd:annotation>
63 - </xsd:element>
64 - <xsd:element name="activity" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
65 - <xsd:annotation>
66 - <xsd:documentation>A comment on a special event in the marine area.</xsd:documentation>
67 - </xsd:annotation>
68 - </xsd:element>
69 - </xsd:sequence>
70 - <xsd:attributeGroup ref="witsml:attgrp_uid">
71 - <xsd:annotation>
72 - <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
73 - </xsd:annotation>
74 - </xsd:attributeGroup>
75 - </xsd:complexType>
76 - <!-- -->
77 -</xsd:schema>
1 -<?xml version="1.0"?>
2 -<xsd:schema
3 - elementFormDefault="qualified"
4 - attributeFormDefault="unqualified"
5 - targetNamespace="http://www.witsml.org/schemas/131/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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 implies agreement with the POSC License Agreement.
14 - -->
15 - <!--PPDM Schema Incorporated
16 - This file incorporates a block of schema from PPDM (area hierarchy) with
17 - the permission of PPDM.
18 - All rights for this block are retained by PPDM.
19 - -->
20 - <!-- -->
21 - <xsd:include schemaLocation="typ_dataTypes.xsd"/>
22 - <!-- -->
23 - <xsd:complexType name="cs_northSeaOffshore">
24 - <xsd:annotation>
25 - <xsd:documentation>A type of offshore location that captures the North Sea Offshore
26 - terminology.</xsd:documentation>
27 - </xsd:annotation>
28 - <xsd:sequence>
29 - <xsd:element name="areaName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
30 - <xsd:annotation>
31 - <xsd:documentation>An optional, uncontrolled value, which may be
32 - used to describe the general area of offshore North Sea in which the
33 - point is located.</xsd:documentation>
34 - </xsd:annotation>
35 - </xsd:element>
36 - <xsd:element name="quadrant" type="witsml:nameString" minOccurs="1" maxOccurs="1">
37 - <xsd:annotation>
38 - <xsd:documentation>The number or letter of the quadrant in
39 - the North Sea.</xsd:documentation>
40 - </xsd:annotation>
41 - </xsd:element>
42 - <xsd:element name="blockSuffix" type="witsml:str2" minOccurs="0" maxOccurs="1">
43 - <xsd:annotation>
44 - <xsd:documentation>A lower case letter assigned if a block is subdivided.</xsd:documentation>
45 - </xsd:annotation>
46 - </xsd:element>
47 - </xsd:sequence>
48 - </xsd:complexType>
49 - <!-- -->
50 -</xsd:schema>
1 -<?xml version="1.0"?>
2 -<xsd:schema
3 - elementFormDefault="qualified"
4 - attributeFormDefault="unqualified"
5 - targetNamespace="http://www.witsml.org/schemas/131/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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 implies agreement with the POSC License Agreement.
14 - -->
15 - <!--PPDM Schema Incorporated
16 - This file incorporates a block of schema from PPDM (area hierarchy) with
17 - the permission of PPDM.
18 - All rights for this block are retained by PPDM.
19 - -->
20 - <!-- -->
21 - <xsd:include schemaLocation="cs_northSeaOffshore.xsd"/>
22 - <!-- -->
23 - <xsd:complexType name="cs_offshoreLocation">
24 - <xsd:annotation>
25 - <xsd:documentation>A generic type of offshore location. This allows
26 - an offshore location to be given by an Area Name, and up to four
27 - block names. A comment is also allowed.</xsd:documentation>
28 - </xsd:annotation>
29 - <xsd:sequence>
30 - <xsd:element name="areaName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
31 - <xsd:annotation>
32 - <xsd:documentation>A general meaning of Area. It may be as
33 - general as 'UK North Sea' or 'Viosca Knoll'. The
34 - user community must agree on the meaning of this element.</xsd:documentation>
35 - </xsd:annotation>
36 - </xsd:element>
37 - <xsd:element name="blockID" type="witsml:nameString" minOccurs="1" maxOccurs="4">
38 - <xsd:annotation>
39 - <xsd:documentation>One to four block ID's, that can more tightly
40 - locate the object. The BlockID should be an identifying name or code.
41 - The user community must agree on the exact meaning of this element.</xsd:documentation>
42 - </xsd:annotation>
43 - </xsd:element>
44 - <xsd:element name="northSeaOffshore" type="witsml:cs_northSeaOffshore" minOccurs="1" maxOccurs="1">
45 - <xsd:annotation>
46 - <xsd:documentation>An offshore location using the North Sea Offshore
47 - terminology.</xsd:documentation>
48 - </xsd:annotation>
49 - </xsd:element>
50 - <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
51 - <xsd:annotation>
52 - <xsd:documentation>An general comment that further explains the
53 - offshore location.</xsd:documentation>
54 - </xsd:annotation>
55 - </xsd:element>
56 - </xsd:sequence>
57 - </xsd:complexType>
58 - <!-- -->
59 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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="typ_catalog_prodOper.xsd"/>
18 - <xsd:include schemaLocation="attgrp_uid.xsd"/>
19 - <!-- -->
20 - <xsd:complexType name="cs_operationalComment">
21 - <xsd:annotation>
22 - <xsd:documentation>WITSML - Operational Comments Component Schema.</xsd:documentation>
23 - </xsd:annotation>
24 - <xsd:sequence>
25 - <xsd:element name="type" type="witsml:OperationKind" minOccurs="0" maxOccurs="1">
26 - <xsd:annotation>
27 - <xsd:documentation>The kind of operation</xsd:documentation>
28 - </xsd:annotation>
29 - </xsd:element>
30 - <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
31 - <xsd:annotation>
32 - <xsd:documentation>The beginning date and time that the comment represents.</xsd:documentation>
33 - </xsd:annotation>
34 - </xsd:element>
35 - <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
36 - <xsd:annotation>
37 - <xsd:documentation>The ending date and time that the comment represents.</xsd:documentation>
38 - </xsd:annotation>
39 - </xsd:element>
40 - <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="unbounded">
41 - <xsd:annotation>
42 - <xsd:documentation>A comment about the operation and/or the activities
43 - within the operation.</xsd:documentation>
44 - </xsd:annotation>
45 - </xsd:element>
46 - </xsd:sequence>
47 - <xsd:attributeGroup ref="witsml:attgrp_uid">
48 - <xsd:annotation>
49 - <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
50 - </xsd:annotation>
51 - </xsd:attributeGroup>
52 - </xsd:complexType>
53 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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_weather.xsd"/>
17 - <xsd:include schemaLocation="cs_safety.xsd"/>
18 - <xsd:include schemaLocation="attgrp_uid.xsd"/>
19 - <!-- -->
20 - <xsd:complexType name="cs_operationalHSE">
21 - <xsd:annotation>
22 - <xsd:documentation>WITSML - Operational Health, Safety and Environment Component Schema.</xsd:documentation>
23 - </xsd:annotation>
24 - <xsd:sequence>
25 - <xsd:element name="IncidentCount" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
26 - <xsd:annotation>
27 - <xsd:documentation>the number of incidents of accidents and injuries that were
28 - reported.</xsd:documentation>
29 - </xsd:annotation>
30 - </xsd:element>
31 - <xsd:element name="sinceLostTime" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
32 - <xsd:annotation>
33 - <xsd:documentation>The amount of time since the most recent Lost Time Accident.</xsd:documentation>
34 - </xsd:annotation>
35 - </xsd:element>
36 - <xsd:element name="sincePreventionExercise" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
37 - <xsd:annotation>
38 - <xsd:documentation>The amount of time since the most recent accident prevention exercise.</xsd:documentation>
39 - </xsd:annotation>
40 - </xsd:element>
41 - <xsd:element name="sinceDefinedSituation" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
42 - <xsd:annotation>
43 - <xsd:documentation>The amount of time since the most recent defined hazard and accident situation (Norwegian DFU). </xsd:documentation>
44 - </xsd:annotation>
45 - </xsd:element>
46 - <xsd:element name="alarmCount" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
47 - <xsd:annotation>
48 - <xsd:documentation>The number of system alarms that have occurred.</xsd:documentation>
49 - </xsd:annotation>
50 - </xsd:element>
51 - <xsd:element name="safetyIntroCount" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
52 - <xsd:annotation>
53 - <xsd:documentation>The number of personnel safety introductions that have occurred.</xsd:documentation>
54 - </xsd:annotation>
55 - </xsd:element>
56 - <xsd:element name="safetyDescription" type="witsml:commentString" minOccurs="0" maxOccurs="1">
57 - <xsd:annotation>
58 - <xsd:documentation>A textual description of safety considerations.</xsd:documentation>
59 - </xsd:annotation>
60 - </xsd:element>
61 - <xsd:element name="safety" type="witsml:cs_safety" minOccurs="0" maxOccurs="unbounded">
62 - <xsd:annotation>
63 - <xsd:documentation>Safety information at a specific installatino.</xsd:documentation>
64 - </xsd:annotation>
65 - </xsd:element>
66 - <xsd:element name="weather" type="witsml:cs_weather" minOccurs="0" maxOccurs="unbounded">
67 - <xsd:annotation>
68 - <xsd:documentation>Information about the weather at a point in time.</xsd:documentation>
69 - </xsd:annotation>
70 - </xsd:element>
71 - </xsd:sequence>
72 - <xsd:attributeGroup ref="witsml:attgrp_uid">
73 - <xsd:annotation>
74 - <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
75 - </xsd:annotation>
76 - </xsd:attributeGroup>
77 - </xsd:complexType>
78 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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="typ_catalog_interval.xsd"/>
18 - <!-- -->
19 - <xsd:complexType name="cs_perforation">
20 - <xsd:sequence>
21 - <xsd:element name="type" type="witsml:PerforationType" minOccurs="0" maxOccurs="1">
22 - <xsd:annotation>
23 - <xsd:documentation>The type of mechanism used to create the perforations.</xsd:documentation>
24 - </xsd:annotation>
25 - </xsd:element>
26 - <xsd:element name="shotCount" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
27 - <xsd:annotation>
28 - <xsd:documentation>The total number of perforations in the interval.</xsd:documentation>
29 - </xsd:annotation>
30 - </xsd:element>
31 - <xsd:element name="shotDensity" type="witsml:perLengthMeasure" minOccurs="0" maxOccurs="1">
32 - <xsd:annotation>
33 - <xsd:documentation>The shot density of the perforated interval in
34 - number of perforations per length.</xsd:documentation>
35 - </xsd:annotation>
36 - </xsd:element>
37 - <xsd:element name="shotDiameter" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
38 - <xsd:annotation>
39 - <xsd:documentation>The diameter of the perforation entrance holes.</xsd:documentation>
40 - </xsd:annotation>
41 - </xsd:element>
42 - <xsd:element name="shotLength" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
43 - <xsd:annotation>
44 - <xsd:documentation>The average length of the perforations measured
45 - from the casing to the end of the perforation.</xsd:documentation>
46 - </xsd:annotation>
47 - </xsd:element>
48 - <xsd:element name="shotAngle" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
49 - <xsd:annotation>
50 - <xsd:documentation>The angular range of perforations created by a
51 - perforating gun set up for directional shooting,
52 - expressed clockwise from north. If perforations
53 - are from due north to due east, the angle is 90
54 - degrees.</xsd:documentation>
55 - </xsd:annotation>
56 - </xsd:element>
57 - <xsd:element name="shotPhase" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
58 - <xsd:annotation>
59 - <xsd:documentation>The angle between perforations with respect to
60 - the centerline of the wellbore. Examples are 120
61 - deg. for perforations oriented at 0, 120 and 240
62 - deg., and 180 deg. for perforations oriented at
63 - opposite sides of the wellbore.</xsd:documentation>
64 - </xsd:annotation>
65 - </xsd:element>
66 - <xsd:element name="crushZoneDiameter" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
67 - <xsd:annotation>
68 - <xsd:documentation>The assumed diameter of the crushed zone in each
69 - perforation in the interval.</xsd:documentation>
70 - </xsd:annotation>
71 - </xsd:element>
72 - <xsd:element name="crushDamageRatio" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">
73 - <xsd:annotation>
74 - <xsd:documentation>The ratio of the crush zone permeability to the
75 - damaged zone permeability around the perforations.</xsd:documentation>
76 - </xsd:annotation>
77 - </xsd:element>
78 - <xsd:element name="gunSize" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
79 - <xsd:annotation>
80 - <xsd:documentation>The length of the gun.</xsd:documentation>
81 - </xsd:annotation>
82 - </xsd:element>
83 - <xsd:element name="gunType" type="witsml:kindString" minOccurs="0" maxOccurs="1">
84 - <xsd:annotation>
85 - <xsd:documentation>The type of gun used to create the perforation.</xsd:documentation>
86 - </xsd:annotation>
87 - </xsd:element>
88 - <xsd:element name="chargeSize" type="witsml:massMeasure" minOccurs="0" maxOccurs="1">
89 - <xsd:annotation>
90 - <xsd:documentation>The size of the explosive charge.</xsd:documentation>
91 - </xsd:annotation>
92 - </xsd:element>
93 - <xsd:element name="chargeType" type="witsml:kindString" minOccurs="0" maxOccurs="1">
94 - <xsd:annotation>
95 - <xsd:documentation>The type of explosive charge.</xsd:documentation>
96 - </xsd:annotation>
97 - </xsd:element>
98 - <xsd:element name="formationName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
99 - <xsd:annotation>
100 - <xsd:documentation>Name of formation penetrated.</xsd:documentation>
101 - </xsd:annotation>
102 - </xsd:element>
103 - <xsd:element name="lithostratigraphicName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
104 - <xsd:annotation>
105 - <xsd:documentation>Name of formation, regionally dependent.</xsd:documentation>
106 - </xsd:annotation>
107 - </xsd:element>
108 - </xsd:sequence>
109 - </xsd:complexType>
110 - <!-- -->
111 -</xsd:schema>
1 -<?xml version="1.0"?>
2 -<xsd:schema
3 - elementFormDefault="qualified"
4 - attributeFormDefault="unqualified"
5 - targetNamespace="http://www.witsml.org/schemas/131/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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 - <!-- -->
18 - <xsd:complexType name="cs_personName" final="#all">
19 - <xsd:annotation>
20 - <xsd:documentation>The components of a persons name.</xsd:documentation>
21 - </xsd:annotation>
22 - <xsd:sequence>
23 - <xsd:element name="prefix" type="witsml:nameString" minOccurs="0" maxOccurs="1">
24 - <xsd:annotation>
25 - <xsd:documentation>A name prefix. Such as, Dr, Ms, Miss, Mr, etc.</xsd:documentation>
26 - </xsd:annotation>
27 - </xsd:element>
28 - <xsd:element name="first" type="witsml:nameString" minOccurs="1" maxOccurs="1">
29 - <xsd:annotation>
30 - <xsd:documentation>The persons first name.</xsd:documentation>
31 - </xsd:annotation>
32 - </xsd:element>
33 - <xsd:element name="middle" type="witsml:nameString" minOccurs="0" maxOccurs="1">
34 - <xsd:annotation>
35 - <xsd:documentation>The persons middle name or initial name.</xsd:documentation>
36 - </xsd:annotation>
37 - </xsd:element>
38 - <xsd:element name="last" type="witsml:nameString" minOccurs="1" maxOccurs="1">
39 - <xsd:annotation>
40 - <xsd:documentation>The persons last or given name.</xsd:documentation>
41 - </xsd:annotation>
42 - </xsd:element>
43 - <xsd:element name="suffix" type="witsml:nameString" minOccurs="0" maxOccurs="9">
44 - <xsd:annotation>
45 - <xsd:documentation>A name suffix. Such as Esq, Phd, etc.</xsd:documentation>
46 - </xsd:annotation>
47 - </xsd:element>
48 - </xsd:sequence>
49 - </xsd:complexType>
50 - <!-- -->
51 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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_catalog_New.xsd"/>
17 - <xsd:include schemaLocation="attgrp_uid.xsd"/>
18 - <!-- -->
19 - <xsd:complexType name="cs_productFlowExpectedPair">
20 - <xsd:annotation>
21 - <xsd:documentation>WITSML - Product Flow Expected Pair Component Schema.</xsd:documentation>
22 - </xsd:annotation>
23 - <xsd:sequence>
24 - <xsd:element name="flow" type="witsml:ReportingFlow" minOccurs="1" maxOccurs="1">
25 - <xsd:annotation>
26 - <xsd:documentation>The expected kind of flow.</xsd:documentation>
27 - </xsd:annotation>
28 - </xsd:element>
29 - <xsd:element name="product" type="witsml:ReportingProduct" minOccurs="1" maxOccurs="1">
30 - <xsd:annotation>
31 - <xsd:documentation>The expected kind of product within the flow.</xsd:documentation>
32 - </xsd:annotation>
33 - </xsd:element>
34 - </xsd:sequence>
35 - <xsd:attributeGroup ref="witsml:attgrp_uid">
36 - <xsd:annotation>
37 - <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
38 - </xsd:annotation>
39 - </xsd:attributeGroup>
40 - </xsd:complexType>
41 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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_New.xsd"/>
17 - <xsd:include schemaLocation="attgrp_uid.xsd"/>
18 - <!-- -->
19 - <xsd:complexType name="cs_productFlowExternalReference">
20 - <xsd:annotation>
21 - <xsd:documentation>A reference to an external port within a different Product Flow Model.
22 - This value represents a foreign key from one element to another.</xsd:documentation>
23 - </xsd:annotation>
24 - <xsd:sequence>
25 - <xsd:element name="port" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
26 - <xsd:annotation>
27 - <xsd:documentation>A pointer to the external port in the network
28 - that represents the current Model.
29 - This is the port to which a different model is being connected.</xsd:documentation>
30 - </xsd:annotation>
31 - </xsd:element>
32 - <xsd:element name="connectedPort" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
33 - <xsd:annotation>
34 - <xsd:documentation>A pointer to the external port within the connected Model.
35 - This is the port on a different model to which the port on this model is connected.</xsd:documentation>
36 - </xsd:annotation>
37 - </xsd:element>
38 - <xsd:element name="connectedModel" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
39 - <xsd:annotation>
40 - <xsd:documentation>A pointer to the Product Flow Model that contains the connected port.</xsd:documentation>
41 - </xsd:annotation>
42 - </xsd:element>
43 - <xsd:element name="connectedInstallation" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
44 - <xsd:annotation>
45 - <xsd:documentation>The name of the facility that is represented by the connected model.
46 - The name can be qualified by a naming system.
47 - This also defines the kind of facility.</xsd:documentation>
48 - </xsd:annotation>
49 - </xsd:element>
50 - </xsd:sequence>
51 - <xsd:attributeGroup ref="witsml:attgrp_uid">
52 - <xsd:annotation>
53 - <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
54 - </xsd:annotation>
55 - </xsd:attributeGroup>
56 - </xsd:complexType>
57 - <!-- -->
58 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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_productFlowUnit.xsd"/>
17 - <xsd:include schemaLocation="cs_productFlowlExternalPort.xsd"/>
18 - <xsd:include schemaLocation="attgrp_uid.xsd"/>
19 - <!-- -->
20 - <xsd:complexType name="cs_productFlowNetwork">
21 - <xsd:annotation>
22 - <xsd:documentation>The non-contextual content of a WITSML Product Flow Network object.</xsd:documentation>
23 - </xsd:annotation>
24 - <xsd:sequence>
25 - <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
26 - <xsd:annotation>
27 - <xsd:documentation>The name of the Product Flow Network.
28 - This must be unique within the context of the overall Product Flow Model.</xsd:documentation>
29 - </xsd:annotation>
30 - </xsd:element>
31 - <xsd:element name="representedUnit" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
32 - <xsd:annotation>
33 - <xsd:documentation>A pointer to the Flow Unit that this network represents.
34 - The Unit must exist in a different Network.
35 - If a unit is not specified then the network represents the model.
36 - A model should only be represented by one network.
37 - The model network represents the overall installation.
38 - All other networks represent internal detail and should not be referenced from
39 - outside this model. The external ports on the model network represent
40 - the external ports to the overall Product Flow Model.
41 - A pointer to an external port on the Product Flow Model does not require the name
42 - of the model network because it is redundant to knowledge of the model name
43 - (i.e., there is a one-to-one correspondence).
44 - A unit model defines the internal behavior of a Flow Unit.</xsd:documentation>
45 - </xsd:annotation>
46 - </xsd:element>
47 - <xsd:element name="port" type="witsml:cs_productFlowlExternalPort" minOccurs="0" maxOccurs="unbounded">
48 - <xsd:annotation>
49 - <xsd:documentation>An external port. This exposes an internal node for the purpose
50 - of allowing connections to the internal behavior of the network.
51 - Networks that represent a Flow Unit should always have external ports.
52 - If this network represents a Unit then the name of the external port must match
53 - the name of a port on the Unit (i.e., they are logically the same port).</xsd:documentation>
54 - </xsd:annotation>
55 - </xsd:element>
56 - <xsd:element name="unit" type="witsml:cs_productFlowUnit" minOccurs="1" maxOccurs="unbounded">
57 - <xsd:annotation>
58 - <xsd:documentation>A flow behavior for one unit. Within this context, a unit
59 - represents a usage of equipment for some purpose. The unit is generally identified
60 - by its function rather than the actual equipment used to realize the function.
61 - A unit might represent something complex like a field or separator or something simple
62 - like a valve or pump.</xsd:documentation>
63 - </xsd:annotation>
64 - </xsd:element>
65 - <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
66 - <xsd:annotation>
67 - <xsd:documentation>A descriptive remark about the network.</xsd:documentation>
68 - </xsd:annotation>
69 - </xsd:element>
70 - </xsd:sequence>
71 - <xsd:attributeGroup ref="witsml:attgrp_uid">
72 - <xsd:annotation>
73 - <xsd:documentation>Unique identifier for the network. </xsd:documentation>
74 - </xsd:annotation>
75 - </xsd:attributeGroup>
76 - </xsd:complexType>
77 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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_productFlowExpectedPair.xsd"/>
17 - <xsd:include schemaLocation="cs_productFlowPortConstraint.xsd"/>
18 - <xsd:include schemaLocation="cs_connectedNode.xsd"/>
19 - <xsd:include schemaLocation="typ_dataTypes_New.xsd"/>
20 - <xsd:include schemaLocation="attgrp_uid.xsd"/>
21 - <!-- -->
22 - <xsd:complexType name="cs_productFlowPort">
23 - <xsd:annotation>
24 - <xsd:documentation>WITSML - Product Flow Port Component Schema.</xsd:documentation>
25 - </xsd:annotation>
26 - <xsd:sequence>
27 - <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
28 - <xsd:annotation>
29 - <xsd:documentation>The name of the port within the context of the Product Flow Unit.</xsd:documentation>
30 - </xsd:annotation>
31 - </xsd:element>
32 - <xsd:element name="direction" type="witsml:ProductFlowPortType" minOccurs="1" maxOccurs="1">
33 - <xsd:annotation>
34 - <xsd:documentation>Defines whether this port is an inlet or outlet.
35 - This is a nominal intended direction.</xsd:documentation>
36 - </xsd:annotation>
37 - </xsd:element>
38 - <xsd:element name="facility" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
39 - <xsd:annotation>
40 - <xsd:documentation>The name of the facility represented by this Product Flow Port
41 - The name can be qualified by a naming system.
42 - The facility name is assumed to be unique within the context of the facility
43 - represented by the unit.
44 - This also defines the kind of facility.</xsd:documentation>
45 - </xsd:annotation>
46 - </xsd:element>
47 - <xsd:element name="connectedNode" type="witsml:cs_connectedNode" minOccurs="1" maxOccurs="unbounded">
48 - <xsd:annotation>
49 - <xsd:documentation>Defines the node to which this port is connected.
50 - A timestamp activates and deactivates the connection.
51 - Only one connectedNode should be active at any one point in time.
52 - There are no semantics for the node except common connection.
53 - All ports that are connected to a node with the the same name are inherently connected to each other.
54 - The name of the node is only required to be unique within the context of the
55 - current Product Flow Network (that is, not the overall model).
56 - All ports must be connected to a node and whether or not any other port is connected
57 - to the same node depends on the requirements of the network.
58 - Any node that is internally connected to only one port is presumably a candidate
59 - to be connected to an external node.
60 - The behavior of ports connected at a common node is as follows:
61 - a) There is no pressure drop across the node. All ports connected to the node have
62 - the same pressure. That is, there is an assumption of steady state fluid flow.
63 - b) Conservation of mass exists across the node. The mass into the node via all
64 - connected ports equals the mass out of the node via all connected ports.
65 - c) The flow direction of a port connected to the node may be transient. That is, flow
66 - direction may change toward any port(s) if the relative internal pressure of
67 - the Product Flow Units change and a new steady state is achieved.</xsd:documentation>
68 - </xsd:annotation>
69 - </xsd:element>
70 - <xsd:element name="constraint" type="witsml:cs_productFlowPortConstraint" minOccurs="0" maxOccurs="unbounded">
71 - <xsd:annotation>
72 - <xsd:documentation>Defines a constraint or setpoint between this port and one other port.
73 - By convention, this should be defined on the outlet port of an inlet outlet pair.</xsd:documentation>
74 - </xsd:annotation>
75 - </xsd:element>
76 - <xsd:element name="expectedFlowProduct" type="witsml:cs_productFlowExpectedPair" minOccurs="0" maxOccurs="unbounded">
77 - <xsd:annotation>
78 - <xsd:documentation>Defines the expected flow and product pairs to be
79 - assigned to this port by a Product Volume report.</xsd:documentation>
80 - </xsd:annotation>
81 - </xsd:element>
82 - <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
83 - <xsd:annotation>
84 - <xsd:documentation>A descriptive remark associated with this port.</xsd:documentation>
85 - </xsd:annotation>
86 - </xsd:element>
87 - </xsd:sequence>
88 - <xsd:attributeGroup ref="witsml:attgrp_uid">
89 - <xsd:annotation>
90 - <xsd:documentation>Unique identifier for the port. </xsd:documentation>
91 - </xsd:annotation>
92 - </xsd:attributeGroup>
93 - </xsd:complexType>
94 -</xsd:schema>
1 -<?xml version="1.0"?>
2 -<xsd:schema
3 - elementFormDefault="qualified"
4 - attributeFormDefault="unqualified"
5 - targetNamespace="http://www.witsml.org/schemas/131/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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="attgrp_uid.xsd"/>
18 - <!-- -->
19 - <xsd:complexType name="cs_productFlowPortConstraint" final="#all">
20 - <xsd:annotation>
21 - <xsd:documentation>Product Flow Port constraint.</xsd:documentation>
22 - </xsd:annotation>
23 - <xsd:sequence>
24 - <xsd:element name="port" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
25 - <xsd:annotation>
26 - <xsd:documentation>A port on the other end of an internal connection.</xsd:documentation>
27 - </xsd:annotation>
28 - </xsd:element>
29 - <xsd:element name="recommended" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
30 - <xsd:annotation>
31 - <xsd:documentation>True ("true" or "1") indicates that this is a recomended setting rather than an actual setting.
32 - False ("false" or "0") or not given indicates otherwise.</xsd:documentation>
33 - </xsd:annotation>
34 - </xsd:element>
35 - <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
36 - <xsd:annotation>
37 - <xsd:documentation>The date and time that the constraint was activated.</xsd:documentation>
38 - </xsd:annotation>
39 - </xsd:element>
40 - <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
41 - <xsd:annotation>
42 - <xsd:documentation>The date and time that the constraint was terminated.</xsd:documentation>
43 - </xsd:annotation>
44 - </xsd:element>
45 - <xsd:element name="flowRate" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">
46 - <xsd:annotation>
47 - <xsd:documentation>The flow rate across the ports. This defines a setpoint
48 - such that something (e.g., the choke size) should vary in order to achieve this rate.</xsd:documentation>
49 - </xsd:annotation>
50 - </xsd:element>
51 - <xsd:element name="presDiff" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
52 - <xsd:annotation>
53 - <xsd:documentation>The differential pressure between the ports. This defines a setpoint
54 - such that something (e.g., the choke size) should vary in order to achieve this difference.</xsd:documentation>
55 - </xsd:annotation>
56 - </xsd:element>
57 - <xsd:element name="chokeRelative" type="witsml:lengthPerLengthMeasure" minOccurs="0" maxOccurs="1">
58 - <xsd:annotation>
59 - <xsd:documentation>The relative size of the choke restriction between the ports.
60 - This characterizes the overall unit with respect to the flow restriction between
61 - the ports. The restriction might be implemented using a valve or an actual choke.
62 - For block values, this should either be either 100 percent (closed) or zero percent (open).</xsd:documentation>
63 - </xsd:annotation>
64 - </xsd:element>
65 - </xsd:sequence>
66 - <xsd:attributeGroup ref="witsml:attgrp_uid">
67 - <xsd:annotation>
68 - <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
69 - </xsd:annotation>
70 - </xsd:attributeGroup>
71 - </xsd:complexType>
72 - <!-- -->
73 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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_productFlowPort.xsd"/>
17 - <xsd:include schemaLocation="typ_dataTypes_New.xsd"/>
18 - <xsd:include schemaLocation="attgrp_uid.xsd"/>
19 - <!-- -->
20 - <xsd:complexType name="cs_productFlowUnit">
21 - <xsd:annotation>
22 - <xsd:documentation>WITSML - Product Flow Unit Component Schema.</xsd:documentation>
23 - </xsd:annotation>
24 - <xsd:sequence>
25 - <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">
26 - <xsd:annotation>
27 - <xsd:documentation>The name of the Product Flow Unit within the
28 - context of the Product Flow Network.</xsd:documentation>
29 - </xsd:annotation>
30 - </xsd:element>
31 - <xsd:element name="facility" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
32 - <xsd:annotation>
33 - <xsd:documentation>The name of the facility for which this Product Flow Unit
34 - describes fluid flow connecton behavior. The name can be qualified by a naming system.
35 - This also defines the kind of facility.</xsd:documentation>
36 - </xsd:annotation>
37 - </xsd:element>
38 - <xsd:element name="facilityParent1" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
39 - <xsd:annotation>
40 - <xsd:documentation>For facilities whose name is unique within the context of another
41 - facility, the name of the parent facility this named facility.
42 - The name can be qualified by a naming system.
43 - This also defines the kind of facility.</xsd:documentation>
44 - </xsd:annotation>
45 - </xsd:element>
46 - <xsd:element name="facilityParent2" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
47 - <xsd:annotation>
48 - <xsd:documentation>For facilities whose name is unique within the context of another
49 - facility, the name of the parent facility of facilityParent1.
50 - The name can be qualified by a naming system.
51 - This also defines the kind of facility.</xsd:documentation>
52 - </xsd:annotation>
53 - </xsd:element>
54 - <xsd:element name="contextFacility" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="unbounded">
55 - <xsd:annotation>
56 - <xsd:documentation>The name and type of a facility whose context is relevant to the represented facility.</xsd:documentation>
57 - </xsd:annotation>
58 - </xsd:element>
59 - <xsd:element name="port" type="witsml:cs_productFlowPort" minOccurs="1" maxOccurs="unbounded">
60 - <xsd:annotation>
61 - <xsd:documentation>An inlet or outlet port associated with this unit.
62 - If there is an internal network then the name of this port must match the name of
63 - an external port for that network.
64 - Any properties (e.g., volume, pressure, temperature) that are assigned to this port
65 - are inherently assigned to the corresponding external port on the internal network.
66 - That is, the ports are logically the same port.
67 - Similar to a node, there is no pressure drop across a port.
68 - Also similar to a node, conservation of mass exists across the port and
69 - the flow direction across the port can change over time if the relative pressures
70 - across connected units change.</xsd:documentation>
71 - </xsd:annotation>
72 - </xsd:element>
73 - <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
74 - <xsd:annotation>
75 - <xsd:documentation>"A descriptive remark associated with this unit.</xsd:documentation>
76 - </xsd:annotation>
77 - </xsd:element>
78 - </xsd:sequence>
79 - <xsd:attributeGroup ref="witsml:attgrp_uid">
80 - <xsd:annotation>
81 - <xsd:documentation>Unique identifier for the Unit.</xsd:documentation>
82 - </xsd:annotation>
83 - </xsd:attributeGroup>
84 - </xsd:complexType>
85 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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_New.xsd"/>
17 - <xsd:include schemaLocation="typ_catalog_New.xsd"/>
18 - <xsd:include schemaLocation="attgrp_uid.xsd"/>
19 - <!-- -->
20 - <xsd:complexType name="cs_productFlowlExternalPort">
21 - <xsd:annotation>
22 - <xsd:documentation>WITSML - Product Flow Network External Port Component Schema.</xsd:documentation>
23 - </xsd:annotation>
24 - <xsd:sequence>
25 - <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
26 - <xsd:annotation>
27 - <xsd:documentation>The name of the external port within the context of
28 - the current Product Flow Network.</xsd:documentation>
29 - </xsd:annotation>
30 - </xsd:element>
31 - <xsd:element name="direction" type="witsml:ProductFlowPortType" minOccurs="1" maxOccurs="1">
32 - <xsd:annotation>
33 - <xsd:documentation>Defines whether this port is an inlet or outlet.
34 - Note that this is a nominal intended direction.</xsd:documentation>
35 - </xsd:annotation>
36 - </xsd:element>
37 - <xsd:element name="connectedNode" type="witsml:nameString" minOccurs="1" maxOccurs="1">
38 - <xsd:annotation>
39 - <xsd:documentation>Defines the internal node to which this external port is connected.
40 - All ports (whether internal or external) that are connected to a node with the
41 - same name are connected to each other. Node names are unique to each network.
42 - The purpose of the external port is to provide input to or output from the internal network.
43 - Similar to a node, there is no pressure drop across a port. Thus, if another external port connects
44 - to the same node as this external port, there should not be an internal pressure drop
45 - across those ports. Also similar to a node, conservation of mass exists across the port and
46 - the flow direction across the port can change over time if the relative pressures
47 - across connected units change.</xsd:documentation>
48 - </xsd:annotation>
49 - </xsd:element>
50 - <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
51 - <xsd:annotation>
52 - <xsd:documentation>A descriptive remark about the port.</xsd:documentation>
53 - </xsd:annotation>
54 - </xsd:element>
55 - </xsd:sequence>
56 - <xsd:attributeGroup ref="witsml:attgrp_uid">
57 - <xsd:annotation>
58 - <xsd:documentation>Unique identifier for the port. </xsd:documentation>
59 - </xsd:annotation>
60 - </xsd:attributeGroup>
61 - </xsd:complexType>
62 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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="typ_catalog_New.xsd"/>
18 - <xsd:include schemaLocation="attgrp_uid.xsd"/>
19 - <!-- -->
20 - <xsd:complexType name="cs_productVolumeComponentContent">
21 - <xsd:annotation>
22 - <xsd:documentation>WITSML - Product Volume Component Content Component Schema.</xsd:documentation>
23 - </xsd:annotation>
24 - <xsd:sequence>
25 - <xsd:element name="kind" type="witsml:ReportingProduct" minOccurs="1" maxOccurs="1">
26 - <xsd:annotation>
27 - <xsd:documentation>The type of product whose relative content is being described.
28 - This should be a specific component (e.g., water) rather than a phase (e.g., aqueous).</xsd:documentation>
29 - </xsd:annotation>
30 - </xsd:element>
31 - <xsd:element name="density" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
32 - <xsd:annotation>
33 - <xsd:documentation>The density of the product.</xsd:documentation>
34 - </xsd:annotation>
35 - </xsd:element>
36 - <xsd:element name="densityStd" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
37 - <xsd:annotation>
38 - <xsd:documentation>The density of the product after it has been
39 - corrected to standard temperature and pressure.</xsd:documentation>
40 - </xsd:annotation>
41 - </xsd:element>
42 - <xsd:element name="concentration" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
43 - <xsd:annotation>
44 - <xsd:documentation>The concentration of the product as a volume
45 - percentage of the product stream.</xsd:documentation>
46 - </xsd:annotation>
47 - </xsd:element>
48 - </xsd:sequence>
49 - <xsd:attributeGroup ref="witsml:attgrp_uid">
50 - <xsd:annotation>
51 - <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
52 - </xsd:annotation>
53 - </xsd:attributeGroup>
54 - </xsd:complexType>
55 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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_datedComment.xsd"/>
18 - <xsd:include schemaLocation="cs_productVolumeFlow.xsd"/>
19 - <xsd:include schemaLocation="attgrp_uid.xsd"/>
20 - <!-- -->
21 - <xsd:complexType name="cs_productVolumeFacility">
22 - <xsd:annotation>
23 - <xsd:documentation>WITSML - Report Facility Component Schema.</xsd:documentation>
24 - </xsd:annotation>
25 - <xsd:sequence>
26 - <xsd:element name="name" type="witsml:facilityIdentifierStruct" minOccurs="1" maxOccurs="1">
27 - <xsd:annotation>
28 - <xsd:documentation>The name of the facility. The name can be qualified by a naming system.
29 - This also defines the kind of facility.</xsd:documentation>
30 - </xsd:annotation>
31 - </xsd:element>
32 - <xsd:element name="facilityParent1" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
33 - <xsd:annotation>
34 - <xsd:documentation>For facilities whose name is unique within the context of another
35 - facility, the name of the parent facility. For example, if name represents a completion,
36 - then facilityParent1 would represent the name of the well within which name was unique.
37 - The name can be qualified by a naming system.
38 - This also defines the kind of facility.</xsd:documentation>
39 - </xsd:annotation>
40 - </xsd:element>
41 - <xsd:element name="facilityParent2" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
42 - <xsd:annotation>
43 - <xsd:documentation>For facilities whose name is unique within the context of another
44 - facility, the name of the parent facility of parent1.
45 - The name can be qualified by a naming system.
46 - This also defines the kind of facility.</xsd:documentation>
47 - </xsd:annotation>
48 - </xsd:element>
49 - <xsd:sequence minOccurs="0" maxOccurs="1">
50 - <xsd:element name="unit" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
51 - <xsd:annotation>
52 - <xsd:documentation>The Product Flow Unit representing the facility.
53 - This must be unique within the context of the Product Flow Network.</xsd:documentation>
54 - </xsd:annotation>
55 - </xsd:element>
56 - <xsd:element name="network" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
57 - <xsd:annotation>
58 - <xsd:documentation>The Product Flow Network representing the facility.
59 - This can only be given if unit is given.
60 - This is only required if the network is not the same as the primary network
61 - that represents the Product Flow Model.
62 - This must be unique within the context of the Product Flow Model represented
63 - by this report.</xsd:documentation>
64 - </xsd:annotation>
65 - </xsd:element>
66 - </xsd:sequence>
67 - <xsd:element name="contextFacility" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="unbounded">
68 - <xsd:annotation>
69 - <xsd:documentation>The name and type of a facility whose context is relevant to this facility.</xsd:documentation>
70 - </xsd:annotation>
71 - </xsd:element>
72 - <xsd:element name="wellProducing" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
73 - <xsd:annotation>
74 - <xsd:documentation>True (or 1) indicates that the well is producing.
75 - False (or 0) or not given indicates that the well is not producing.
76 - This only applies if the facility is a well or wellbore.</xsd:documentation>
77 - </xsd:annotation>
78 - </xsd:element>
79 - <xsd:element name="wellInjecting" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
80 - <xsd:annotation>
81 - <xsd:documentation>True (or 1) indicates that the well is injecting.
82 - False (or 0) or not given indicates that the well is not injecting.
83 - This only applies if the facility is a well or wellbore.</xsd:documentation>
84 - </xsd:annotation>
85 - </xsd:element>
86 - <xsd:element name="capacity" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
87 - <xsd:annotation>
88 - <xsd:documentation>The storage capacity of the facility (e.g., a tank).</xsd:documentation>
89 - </xsd:annotation>
90 - </xsd:element>
91 - <xsd:element name="operationTime" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
92 - <xsd:annotation>
93 - <xsd:documentation>The amount of time that the facility was active during the
94 - reporting period.</xsd:documentation>
95 - </xsd:annotation>
96 - </xsd:element>
97 - <xsd:element name="downtimeReason" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
98 - <xsd:annotation>
99 - <xsd:documentation>The reason for any down time during the reporting period.</xsd:documentation>
100 - </xsd:annotation>
101 - </xsd:element>
102 - <xsd:element name="flow" type="witsml:cs_productVolumeFlow" minOccurs="1" maxOccurs="unbounded">
103 - <xsd:annotation>
104 - <xsd:documentation>Reports a flow of a product.</xsd:documentation>
105 - </xsd:annotation>
106 - </xsd:element>
107 - <xsd:element name="comment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
108 - <xsd:annotation>
109 - <xsd:documentation>A timestamped remark about the facility.</xsd:documentation>
110 - </xsd:annotation>
111 - </xsd:element>
112 - </xsd:sequence>
113 - <xsd:attributeGroup ref="witsml:attgrp_uid">
114 - <xsd:annotation>
115 - <xsd:documentation>Unique identifier for the Product Volume Facility. </xsd:documentation>
116 - </xsd:annotation>
117 - </xsd:attributeGroup>
118 - </xsd:complexType>
119 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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_productVolumeRelatedFacility.xsd"/>
17 - <xsd:include schemaLocation="cs_productVolumeProduct.xsd"/>
18 - <xsd:include schemaLocation="cs_productVolumelPortDifference.xsd"/>
19 - <xsd:include schemaLocation="cs_datedComment.xsd"/>
20 - <xsd:include schemaLocation="typ_catalog_prodVol.xsd"/>
21 - <xsd:include schemaLocation="attgrp_uid.xsd"/>
22 - <!-- -->
23 - <xsd:complexType name="cs_productVolumeFlow">
24 - <xsd:annotation>
25 - <xsd:documentation>WITSML - Product Volume Flow Component Schema.</xsd:documentation>
26 - </xsd:annotation>
27 - <xsd:sequence>
28 - <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
29 - <xsd:annotation>
30 - <xsd:documentation>The name of this flow within the context of this report.
31 - This might reflect some combination of the kind of flow, port, qualifier and related facility.</xsd:documentation>
32 - </xsd:annotation>
33 - </xsd:element>
34 - <xsd:element name="kind" type="witsml:ReportingFlow" minOccurs="1" maxOccurs="1">
35 - <xsd:annotation>
36 - <xsd:documentation>Indicates the type of flow that is being reported.
37 - The type of flow is an indication of the overall source or target of the flow.
38 - A production flow has one or more wells as the originating source.
39 - An injection flow has one or more wells as the ultimate target.
40 - An import flow has an offsite source.
41 - An export flow has an offiste target.
42 - A consumption flow generally has a kind of equipment as a target.</xsd:documentation>
43 - </xsd:annotation>
44 - </xsd:element>
45 - <xsd:choice minOccurs="1" maxOccurs="1">
46 - <xsd:element name="port" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
47 - <xsd:annotation>
48 - <xsd:documentation>The Product Flow Port to which the flow is assigned.
49 - This is the port on the Product Flow Unit that represents the facility.
50 - Only one flow should be assigned to each port within the context of this report.</xsd:documentation>
51 - </xsd:annotation>
52 - </xsd:element>
53 - <xsd:element name="direction" type="witsml:ProductFlowPortType" minOccurs="0" maxOccurs="1">
54 - <xsd:annotation>
55 - <xsd:documentation>The kind of port that this flow represents: inlet or outlet.
56 - This should only be specified if a Product Flow Model is not being referenced.</xsd:documentation>
57 - </xsd:annotation>
58 - </xsd:element>
59 - </xsd:choice>
60 - <xsd:element name="qualifier" type="witsml:FlowQualifier" minOccurs="0" maxOccurs="1">
61 - <xsd:annotation>
62 - <xsd:documentation>Qualifies the type of flow that is being reported.</xsd:documentation>
63 - </xsd:annotation>
64 - </xsd:element>
65 - <xsd:element name="relatedFacility" type="witsml:cs_productVolumeRelatedFacility" minOccurs="0" maxOccurs="1">
66 - <xsd:annotation>
67 - <xsd:documentation>A second facility related to this flow.
68 - For a production flow, this would represent a role of 'produced for'.
69 - For an import flow, this would represent a role of 'inport from'.
70 - For an export flow, this would represent a role of 'export to'.</xsd:documentation>
71 - </xsd:annotation>
72 - </xsd:element>
73 - <xsd:element name="version" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
74 - <xsd:annotation>
75 - <xsd:documentation>A timestamp representing the version of this data.
76 - A flow (same port and products) with a more recent timestamp will represent
77 - the "current" version.</xsd:documentation>
78 - </xsd:annotation>
79 - </xsd:element>
80 - <xsd:element name="sourceFlow" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
81 - <xsd:annotation>
82 - <xsd:documentation>This is a pointer to the flow from which this flow was derived.</xsd:documentation>
83 - </xsd:annotation>
84 - </xsd:element>
85 - <xsd:element name="gor" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
86 - <xsd:annotation>
87 - <xsd:documentation>Gas oil ratio. The ratio between the total produced gas volume and the total produced
88 - oil volume including oil and gas volumes used on the installation.</xsd:documentation>
89 - </xsd:annotation>
90 - </xsd:element>
91 - <xsd:element name="gorMTD" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
92 - <xsd:annotation>
93 - <xsd:documentation>Gas oil ratio month to date. The gas oil ratio from the beginning of the month
94 - to the end of the reporting priod.</xsd:documentation>
95 - </xsd:annotation>
96 - </xsd:element>
97 - <xsd:element name="waterConcMass" type="witsml:massConcentrationMeasure" minOccurs="0" maxOccurs="1">
98 - <xsd:annotation>
99 - <xsd:documentation>Water concentration mass basis.
100 - The ratio of water produced compared to the mass of total liquids produced.</xsd:documentation>
101 - </xsd:annotation>
102 - </xsd:element>
103 - <xsd:element name="waterConcVol" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
104 - <xsd:annotation>
105 - <xsd:documentation>Water concentration volume basis.
106 - The ratio of water produced compared to the mass of total liquids produced.</xsd:documentation>
107 - </xsd:annotation>
108 - </xsd:element>
109 - <xsd:element name="atmosphere" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
110 - <xsd:annotation>
111 - <xsd:documentation>The average atmospheric pressure during the reporting period.</xsd:documentation>
112 - </xsd:annotation>
113 - </xsd:element>
114 - <xsd:element name="temp" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
115 - <xsd:annotation>
116 - <xsd:documentation>Temperature of the port. Specifying the temperature here (as opposed to in Period)
117 - implies that the temperature is constant for all periods of the flow.</xsd:documentation>
118 - </xsd:annotation>
119 - </xsd:element>
120 - <xsd:element name="pres" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
121 - <xsd:annotation>
122 - <xsd:documentation>Pressure of the port. Specifying the pressure here (as opposed to in Period)
123 - implies that the pressure is constant for all periods of the flow.</xsd:documentation>
124 - </xsd:annotation>
125 - </xsd:element>
126 - <xsd:element name="absoluteMinPres" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
127 - <xsd:annotation>
128 - <xsd:documentation>Absolute minimum pressure before the system will give an alarm.</xsd:documentation>
129 - </xsd:annotation>
130 - </xsd:element>
131 - <xsd:element name="portDiff" type="witsml:cs_productVolumelPortDifference" minOccurs="0" maxOccurs="unbounded">
132 - <xsd:annotation>
133 - <xsd:documentation>The internal differences between this port and one other port on this unit.</xsd:documentation>
134 - </xsd:annotation>
135 - </xsd:element>
136 - <xsd:element name="product" type="witsml:cs_productVolumeProduct" minOccurs="0" maxOccurs="unbounded">
137 - <xsd:annotation>
138 - <xsd:documentation>Reports a product flow stream.</xsd:documentation>
139 - </xsd:annotation>
140 - </xsd:element>
141 - <xsd:element name="comment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
142 - <xsd:annotation>
143 - <xsd:documentation>A timestamped remark about the flow.</xsd:documentation>
144 - </xsd:annotation>
145 - </xsd:element>
146 - </xsd:sequence>
147 - <xsd:attributeGroup ref="witsml:attgrp_uid">
148 - <xsd:annotation>
149 - <xsd:documentation>Unique identifier for the Product Volume Flow. </xsd:documentation>
150 - </xsd:annotation>
151 - </xsd:attributeGroup>
152 - </xsd:complexType>
153 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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_datedComment.xsd"/>
17 - <xsd:include schemaLocation="typ_dataTypes_New.xsd"/>
18 - <xsd:include schemaLocation="typ_catalog_New.xsd"/>
19 - <xsd:include schemaLocation="typ_catalog_prodVol.xsd"/>
20 - <xsd:include schemaLocation="typ_dataTypes_prodVol.xsd"/>
21 - <xsd:include schemaLocation="attgrp_uid.xsd"/>
22 - <!-- -->
23 - <xsd:complexType name="cs_productVolumePeriod">
24 - <xsd:annotation>
25 - <xsd:documentation>WITSML - Product Volume Period Component Schema.</xsd:documentation>
26 - </xsd:annotation>
27 - <xsd:sequence>
28 - <xsd:element name="kind" type="witsml:ReportingPeriod" minOccurs="0" maxOccurs="1">
29 - <xsd:annotation>
30 - <xsd:documentation>The type of period that is being reported. If not
31 - specified and a time is not given then the period is defined by the reporting period.</xsd:documentation>
32 - </xsd:annotation>
33 - </xsd:element>
34 - <xsd:choice minOccurs="0" maxOccurs="1">
35 - <xsd:annotation>
36 - <xsd:documentation>A reporting period that is different from the overall report period.
37 - For example, a particular day within a monthly report.
38 - This period must conform to the kind of interval.
39 - If one value from a pair are given then both values must be given.</xsd:documentation>
40 - </xsd:annotation>
41 - <xsd:element name="dTim" type="witsml:timestamp" minOccurs="1" maxOccurs="1">
42 - <xsd:annotation>
43 - <xsd:documentation>The beginning date and time that the period represents.</xsd:documentation>
44 - </xsd:annotation>
45 - </xsd:element>
46 - <xsd:sequence>
47 - <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="1" maxOccurs="1">
48 - <xsd:annotation>
49 - <xsd:documentation>The beginning date and time that the period represents.</xsd:documentation>
50 - </xsd:annotation>
51 - </xsd:element>
52 - <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
53 - <xsd:annotation>
54 - <xsd:documentation>The ending date and time that the period represents.</xsd:documentation>
55 - </xsd:annotation>
56 - </xsd:element>
57 - </xsd:sequence>
58 - <xsd:sequence>
59 - <xsd:element name="dateStart" type="witsml:date" minOccurs="1" maxOccurs="1">
60 - <xsd:annotation>
61 - <xsd:documentation>The beginning date that the period represents.</xsd:documentation>
62 - </xsd:annotation>
63 - </xsd:element>
64 - <xsd:element name="dateEnd" type="witsml:date" minOccurs="0" maxOccurs="1">
65 - <xsd:annotation>
66 - <xsd:documentation>The ending date that the period represents.</xsd:documentation>
67 - </xsd:annotation>
68 - </xsd:element>
69 - </xsd:sequence>
70 - </xsd:choice>
71 - <xsd:element name="volume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
72 - <xsd:annotation>
73 - <xsd:documentation>The uncorrected volume of the product.
74 - A positive value for an inlet port indicates flow into the port.
75 - A negative value for an inlet port indicates flow out of the port.
76 - A positive value for an outlet port indicates flow out of the port.
77 - A negative value for an outlet port indicates flow into of the port.
78 - This convention is designed such that a positive sign indicates
79 - an expected condition based on the intended port direction
80 - while a negative sign indicates an anomolous condition.</xsd:documentation>
81 - </xsd:annotation>
82 - </xsd:element>
83 - <xsd:element name="volumeStd" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
84 - <xsd:annotation>
85 - <xsd:documentation>The volume of the fluid, corrected to standard
86 - conditions of temperature and pressure. The sign of the value
87 - should conform to the above description of volume.</xsd:documentation>
88 - </xsd:annotation>
89 - </xsd:element>
90 - <xsd:element name="flowRate" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">
91 - <xsd:annotation>
92 - <xsd:documentation>The flow rate of the product. The sign of the value
93 - should conform to the above description of volume.</xsd:documentation>
94 - </xsd:annotation>
95 - </xsd:element>
96 - <xsd:element name="temp" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
97 - <xsd:annotation>
98 - <xsd:documentation>Temperature of the product.</xsd:documentation>
99 - </xsd:annotation>
100 - </xsd:element>
101 - <xsd:element name="pres" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
102 - <xsd:annotation>
103 - <xsd:documentation>Pressure of the product.</xsd:documentation>
104 - </xsd:annotation>
105 - </xsd:element>
106 - <xsd:element name="mass" type="witsml:massMeasure" minOccurs="0" maxOccurs="1">
107 - <xsd:annotation>
108 - <xsd:documentation>The mass of the product.</xsd:documentation>
109 - </xsd:annotation>
110 - </xsd:element>
111 - <xsd:element name="work" type="witsml:workMeasure" minOccurs="0" maxOccurs="1">
112 - <xsd:annotation>
113 - <xsd:documentation>The electrical energy represented by the product.</xsd:documentation>
114 - </xsd:annotation>
115 - </xsd:element>
116 - <xsd:element name="comment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
117 - <xsd:annotation>
118 - <xsd:documentation>A timestamped remark about the amounts.</xsd:documentation>
119 - </xsd:annotation>
120 - </xsd:element>
121 - </xsd:sequence>
122 - <xsd:attributeGroup ref="witsml:attgrp_uid">
123 - <xsd:annotation>
124 - <xsd:documentation>Unique identifier for the Product Volume Period. </xsd:documentation>
125 - </xsd:annotation>
126 - </xsd:attributeGroup>
127 - </xsd:complexType>
128 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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_productVolumePeriod.xsd"/>
17 - <xsd:include schemaLocation="cs_refProductFlow.xsd"/>
18 - <xsd:include schemaLocation="cs_productVolumeComponentContent.xsd"/>
19 - <xsd:include schemaLocation="typ_dataTypes_prodVol.xsd"/>
20 - <xsd:include schemaLocation="attgrp_uid.xsd"/>
21 - <!-- -->
22 - <xsd:complexType name="cs_productVolumeProduct">
23 - <xsd:annotation>
24 - <xsd:documentation>WITSML - Product Volume Product Component Schema.</xsd:documentation>
25 - </xsd:annotation>
26 - <xsd:sequence>
27 - <xsd:element name="kind" type="witsml:ReportingProduct" minOccurs="1" maxOccurs="1">
28 - <xsd:annotation>
29 - <xsd:documentation>The type of product that is being reported.</xsd:documentation>
30 - </xsd:annotation>
31 - </xsd:element>
32 - <xsd:element name="name" type="witsml:nameStruct" minOccurs="0" maxOccurs="1">
33 - <xsd:annotation>
34 - <xsd:documentation>The name of product that is being reported.
35 - This is reserved for generic kinds like chemical.</xsd:documentation>
36 - </xsd:annotation>
37 - </xsd:element>
38 - <xsd:element name="splitFactor" type="witsml:nonNegativeFraction" minOccurs="0" maxOccurs="1">
39 - <xsd:annotation>
40 - <xsd:documentation>This factor describes the fraction of fluid in the source flow
41 - that is allocated to this product stream. The volumes reported here are derived from the
42 - source flow based on this split factor. This should be an allocation flow.</xsd:documentation>
43 - </xsd:annotation>
44 - </xsd:element>
45 - <xsd:element name="sourceFlow" type="witsml:cs_refProductFlow" minOccurs="0" maxOccurs="1">
46 - <xsd:annotation>
47 - <xsd:documentation>A reference to the source flow whose volumes are used
48 - to determine the volumes within this target product stream based on the split factor.</xsd:documentation>
49 - </xsd:annotation>
50 - </xsd:element>
51 - <xsd:element name="rvp" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
52 - <xsd:annotation>
53 - <xsd:documentation>Reid vapor pressure of the product. The absolute vapor pressure of volatile crude oil and
54 - volatile petroleum liquids, except liquefied petroleum gases, as determined in
55 - accordance with American Society for Testing and Materials
56 - under the designation ASTM D323-56.</xsd:documentation>
57 - </xsd:annotation>
58 - </xsd:element>
59 - <xsd:element name="tvp" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
60 - <xsd:annotation>
61 - <xsd:documentation>True vapor pressure of the product. The equilibrium partial pressure exerted by a petroleum liquid
62 - as determined in accordance with standard methods.</xsd:documentation>
63 - </xsd:annotation>
64 - </xsd:element>
65 - <xsd:element name="bsw" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
66 - <xsd:annotation>
67 - <xsd:documentation>Basic sediment and water is measured from a liquid sample
68 - of the production stream. It includes free water, sediment and emulsion and
69 - is measured as a volume percentage of the production stream.</xsd:documentation>
70 - </xsd:annotation>
71 - </xsd:element>
72 - <xsd:element name="bswPrevious" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
73 - <xsd:annotation>
74 - <xsd:documentation>The basic sediment and water as measured on the
75 - previous reporting period (e.g., day).</xsd:documentation>
76 - </xsd:annotation>
77 - </xsd:element>
78 - <xsd:element name="density" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
79 - <xsd:annotation>
80 - <xsd:documentation>The density of the product.</xsd:documentation>
81 - </xsd:annotation>
82 - </xsd:element>
83 - <xsd:element name="densityStd" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
84 - <xsd:annotation>
85 - <xsd:documentation>The density of the product after it has been
86 - corrected to standard temperature and pressure.</xsd:documentation>
87 - </xsd:annotation>
88 - </xsd:element>
89 - <xsd:element name="sg" type="witsml:dimensionlessMeasure" minOccurs="0" maxOccurs="1">
90 - <xsd:annotation>
91 - <xsd:documentation>The specific gravity of the product.</xsd:documentation>
92 - </xsd:annotation>
93 - </xsd:element>
94 - <xsd:element name="hcDewpoint" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
95 - <xsd:annotation>
96 - <xsd:documentation>The temperature at which the heavier hydrocarbons come out of solution.</xsd:documentation>
97 - </xsd:annotation>
98 - </xsd:element>
99 - <xsd:element name="waterDewpoint" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
100 - <xsd:annotation>
101 - <xsd:documentation>The temperature at which the first water comes out of solution.</xsd:documentation>
102 - </xsd:annotation>
103 - </xsd:element>
104 - <xsd:element name="wobbeIndex" type="witsml:modulusOfCompressionMeasure" minOccurs="0" maxOccurs="1">
105 - <xsd:annotation>
106 - <xsd:documentation>Wobbe Index. A number which indicates interchangeability of fuel
107 - gasses and is obtained by dividing the heating value of a gas by the
108 - square root of its specific gravity.</xsd:documentation>
109 - </xsd:annotation>
110 - </xsd:element>
111 - <xsd:element name="grossCalorificValueStd" type="witsml:modulusOfCompressionMeasure" minOccurs="0" maxOccurs="1">
112 - <xsd:annotation>
113 - <xsd:documentation>The amount of heat which would be released by the complete
114 - combustion in air of a specific quantity of product at standard temperature and pressure.</xsd:documentation>
115 - </xsd:annotation>
116 - </xsd:element>
117 - <xsd:element name="rvpStabilizedCrude" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
118 - <xsd:annotation>
119 - <xsd:documentation>Reid vapor pressure of stabilized crude.</xsd:documentation>
120 - </xsd:annotation>
121 - </xsd:element>
122 - <xsd:element name="bswStabilizedCrude" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
123 - <xsd:annotation>
124 - <xsd:documentation>Basic sediment and water content in stabilized crude.</xsd:documentation>
125 - </xsd:annotation>
126 - </xsd:element>
127 - <xsd:element name="densityStabilizedCrude" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
128 - <xsd:annotation>
129 - <xsd:documentation>The density of stabilized crude.</xsd:documentation>
130 - </xsd:annotation>
131 - </xsd:element>
132 - <xsd:element name="componentContent" type="witsml:cs_productVolumeComponentContent" minOccurs="0" maxOccurs="unbounded">
133 - <xsd:annotation>
134 - <xsd:documentation>The relative amount of a component product in the product stream.</xsd:documentation>
135 - </xsd:annotation>
136 - </xsd:element>
137 - <xsd:element name="period" type="witsml:cs_productVolumePeriod" minOccurs="1" maxOccurs="unbounded">
138 - <xsd:annotation>
139 - <xsd:documentation>Product amounts for a specific period.</xsd:documentation>
140 - </xsd:annotation>
141 - </xsd:element>
142 - <xsd:element name="comment" type="witsml:datedCommentString" minOccurs="0" maxOccurs="unbounded">
143 - <xsd:annotation>
144 - <xsd:documentation>A remark about the product.</xsd:documentation>
145 - </xsd:annotation>
146 - </xsd:element>
147 - </xsd:sequence>
148 - <xsd:attributeGroup ref="witsml:attgrp_uid">
149 - <xsd:annotation>
150 - <xsd:documentation>Unique identifier for the Product Volume Product. </xsd:documentation>
151 - </xsd:annotation>
152 - </xsd:attributeGroup>
153 - </xsd:complexType>
154 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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_New.xsd"/>
17 - <xsd:include schemaLocation="typ_catalog_New.xsd"/>
18 - <!-- -->
19 - <xsd:complexType name="cs_productVolumeRelatedFacility">
20 - <xsd:annotation>
21 - <xsd:documentation>WITSML - Report Facility Component Schema.</xsd:documentation>
22 - </xsd:annotation>
23 - <xsd:sequence>
24 - <xsd:sequence minOccurs="1" maxOccurs="1">
25 - <xsd:sequence minOccurs="0" maxOccurs="1">
26 - <xsd:element name="name" type="witsml:facilityIdentifierStruct" minOccurs="1" maxOccurs="1">
27 - <xsd:annotation>
28 - <xsd:documentation>The name of the facility. The name can be qualified by a naming system.
29 - This can also define the kind of facility.</xsd:documentation>
30 - </xsd:annotation>
31 - </xsd:element>
32 - <xsd:element name="facilityParent1" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
33 - <xsd:annotation>
34 - <xsd:documentation>For facilities whose name is unique within the context of another
35 - facility, the name of the parent facility.
36 - The name can be qualified by a naming system.
37 - This also defines the kind of facility.</xsd:documentation>
38 - </xsd:annotation>
39 - </xsd:element>
40 - <xsd:element name="facilityParent2" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
41 - <xsd:annotation>
42 - <xsd:documentation>For facilities whose name is unique within the context of another
43 - facility, the name of the parent facility of parent1.
44 - The name can be qualified by a naming system.
45 - This also defines the kind of facility.</xsd:documentation>
46 - </xsd:annotation>
47 - </xsd:element>
48 - </xsd:sequence>
49 - <xsd:element name="kind" type="witsml:ReportingFacility" minOccurs="0" maxOccurs="1">
50 - <xsd:annotation>
51 - <xsd:documentation>A kind of facility where the specific name is not relevant.</xsd:documentation>
52 - </xsd:annotation>
53 - </xsd:element>
54 - <xsd:sequence minOccurs="0" maxOccurs="1">
55 - <xsd:element name="port" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
56 - <xsd:annotation>
57 - <xsd:documentation>The Product Flow Port associated with the Product Flow Unit.</xsd:documentation>
58 - </xsd:annotation>
59 - </xsd:element>
60 - <xsd:element name="unit" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
61 - <xsd:annotation>
62 - <xsd:documentation>The Product Flow Unit representing the facility.</xsd:documentation>
63 - </xsd:annotation>
64 - </xsd:element>
65 - <xsd:element name="network" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
66 - <xsd:annotation>
67 - <xsd:documentation>The Product Flow Network representing the facility.
68 - This is only required if the network is not the same as the primary network
69 - that represents the Product Flow Model.
70 - This must be unique within the context of the Product Flow Model represented
71 - by this report.</xsd:documentation>
72 - </xsd:annotation>
73 - </xsd:element>
74 - </xsd:sequence>
75 - </xsd:sequence>
76 - </xsd:sequence>
77 - </xsd:complexType>
78 -</xsd:schema>
1 -<?xml version="1.0"?>
2 -<xsd:schema
3 - elementFormDefault="qualified"
4 - attributeFormDefault="unqualified"
5 - targetNamespace="http://www.witsml.org/schemas/131/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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="attgrp_uid.xsd"/>
18 - <!-- -->
19 - <xsd:complexType name="cs_productVolumelPortDifference" final="#all">
20 - <xsd:annotation>
21 - <xsd:documentation>Product Volume Port Differential characteristics.</xsd:documentation>
22 - </xsd:annotation>
23 - <xsd:sequence>
24 - <xsd:element name="port" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
25 - <xsd:annotation>
26 - <xsd:documentation>A port on the other end of an internal connection.
27 - This should always be specified if a Product Flow Network is being referenced by this report.
28 - If this is not specified then there is an assumption that there is only one
29 - other port for the unit. For example, if this end of the connection represents
30 - an inlet port then the implied other end is the outlet port for the unit.</xsd:documentation>
31 - </xsd:annotation>
32 - </xsd:element>
33 - <xsd:element name="presDiff" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
34 - <xsd:annotation>
35 - <xsd:documentation>The differential pressure between the ports.</xsd:documentation>
36 - </xsd:annotation>
37 - </xsd:element>
38 - <xsd:element name="tempDiff" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
39 - <xsd:annotation>
40 - <xsd:documentation>The differential temperature between the ports.</xsd:documentation>
41 - </xsd:annotation>
42 - </xsd:element>
43 - <xsd:element name="chokeSize" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
44 - <xsd:annotation>
45 - <xsd:documentation>The size of the choke.
46 - This characterizes the overall unit with respect to the flow restriction between
47 - the ports. The restriction might be implemented using a valve or an actual choke.</xsd:documentation>
48 - </xsd:annotation>
49 - </xsd:element>
50 - <xsd:element name="chokeRelative" type="witsml:lengthPerLengthMeasure" minOccurs="0" maxOccurs="1">
51 - <xsd:annotation>
52 - <xsd:documentation>The relative size of the choke restriction.
53 - This characterizes the overall unit with respect to the flow restriction between
54 - the ports. The restriction might be implemented using a valve or an actual choke.</xsd:documentation>
55 - </xsd:annotation>
56 - </xsd:element>
57 - </xsd:sequence>
58 - <xsd:attributeGroup ref="witsml:attgrp_uid">
59 - <xsd:annotation>
60 - <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
61 - </xsd:annotation>
62 - </xsd:attributeGroup>
63 - </xsd:complexType>
64 - <!-- -->
65 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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_alarm.xsd"/>
17 - <xsd:include schemaLocation="cs_cargoShipOperation.xsd"/>
18 - <xsd:include schemaLocation="cs_lostProduction.xsd"/>
19 - <xsd:include schemaLocation="cs_marineOperation.xsd"/>
20 - <xsd:include schemaLocation="cs_operationalComment.xsd"/>
21 - <xsd:include schemaLocation="cs_shutdown.xsd"/>
22 - <xsd:include schemaLocation="cs_waterCleaningQuality.xsd"/>
23 - <!-- -->
24 - <xsd:complexType name="cs_productionActivity">
25 - <xsd:annotation>
26 - <xsd:documentation>WITSML - Production Activity Component Schema.</xsd:documentation>
27 - </xsd:annotation>
28 - <xsd:sequence>
29 - <xsd:element name="lostProduction" type="witsml:cs_lostProduction" minOccurs="0" maxOccurs="1">
30 - <xsd:annotation>
31 - <xsd:documentation>Infomation about a lost production.</xsd:documentation>
32 - </xsd:annotation>
33 - </xsd:element>
34 - <xsd:element name="waterCleaningQuality" type="witsml:cs_waterCleaningQuality" minOccurs="0" maxOccurs="unbounded">
35 - <xsd:annotation>
36 - <xsd:documentation>Information about the contaminants in water, and the general water quality.</xsd:documentation>
37 - </xsd:annotation>
38 - </xsd:element>
39 - <xsd:element name="shutdown" type="witsml:cs_shutdown" minOccurs="0" maxOccurs="unbounded">
40 - <xsd:annotation>
41 - <xsd:documentation>Infomation about a shutdown event.</xsd:documentation>
42 - </xsd:annotation>
43 - </xsd:element>
44 - <xsd:element name="alarm" type="witsml:cs_alarm" minOccurs="0" maxOccurs="unbounded">
45 - <xsd:annotation>
46 - <xsd:documentation>Infomation about an alarm.</xsd:documentation>
47 - </xsd:annotation>
48 - </xsd:element>
49 - <xsd:element name="marineOperation" type="witsml:cs_marineOperation" minOccurs="0" maxOccurs="unbounded">
50 - <xsd:annotation>
51 - <xsd:documentation>Information about a marine operation.</xsd:documentation>
52 - </xsd:annotation>
53 - </xsd:element>
54 - <xsd:element name="cargoShipOperation" type="witsml:cs_cargoShipOperation" minOccurs="0" maxOccurs="unbounded">
55 - <xsd:annotation>
56 - <xsd:documentation>Information about a cargo operation.</xsd:documentation>
57 - </xsd:annotation>
58 - </xsd:element>
59 - <xsd:element name="operationalComment" type="witsml:cs_operationalComment" minOccurs="0" maxOccurs="unbounded">
60 - <xsd:annotation>
61 - <xsd:documentation>A comment about a kind of operation.
62 - The time of the operation can be specified.</xsd:documentation>
63 - </xsd:annotation>
64 - </xsd:element>
65 - </xsd:sequence>
66 - </xsd:complexType>
67 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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_wellTestInterval.xsd"/>
17 - <xsd:include schemaLocation="cs_bottomholeData.xsd"/>
18 - <xsd:include schemaLocation="cs_wellheadData.xsd"/>
19 - <xsd:include schemaLocation="cs_cumulative.xsd"/>
20 - <xsd:include schemaLocation="cs_separatorData.xsd"/>
21 - <xsd:include schemaLocation="cs_productionTestResults.xsd"/>
22 - <!-- -->
23 - <xsd:complexType name="cs_productionTestData">
24 - <xsd:sequence>
25 - <xsd:element name="testDuration" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
26 - <xsd:annotation>
27 - <xsd:documentation>The time length (with uom) of the well test.</xsd:documentation>
28 - </xsd:annotation>
29 - </xsd:element>
30 - <xsd:element name="testInterval" type="witsml:cs_wellTestInterval" minOccurs="0" maxOccurs="1">
31 - <xsd:annotation>
32 - <xsd:documentation>The interval tested. This element includes a top and base depth, and the formation tested.</xsd:documentation>
33 - </xsd:annotation>
34 - </xsd:element>
35 - <xsd:element name="wellheadData" type="witsml:cs_wellheadData" minOccurs="0" maxOccurs="1">
36 - <xsd:annotation>
37 - <xsd:documentation>This element records measurements made and settings made at the wellhead.</xsd:documentation>
38 - </xsd:annotation>
39 - </xsd:element>
40 - <xsd:element name="bottomholeData" type="witsml:cs_bottomholeData" minOccurs="0">
41 - <xsd:annotation>
42 - <xsd:documentation>This element records measurements made at the bottomhole.</xsd:documentation>
43 - </xsd:annotation>
44 - </xsd:element>
45 - <xsd:element name="separatorData" type="witsml:cs_separatorData" minOccurs="0" maxOccurs="1">
46 - <xsd:annotation>
47 - <xsd:documentation>This element records the measurements (pressure and temperature) at the separator.</xsd:documentation>
48 - </xsd:annotation>
49 - </xsd:element>
50 - <xsd:element name="operatingMethod" type="witsml:kindString" minOccurs="0" maxOccurs="1">
51 - <xsd:annotation>
52 - <xsd:documentation>The method being used to operate the well. Examples are 'flowing', 'pumping', 'gas lift'.</xsd:documentation>
53 - </xsd:annotation>
54 - </xsd:element>
55 - <xsd:element name="wellTestCumulative" type="witsml:cs_cumulative" minOccurs="0" maxOccurs="1">
56 - <xsd:annotation>
57 - <xsd:documentation>The cumulative volumes of fluids at the time of the well test. The fluids are oil, gas, and water.</xsd:documentation>
58 - </xsd:annotation>
59 - </xsd:element>
60 - <xsd:element name="productionTestResults" type="witsml:cs_productionTestResults" minOccurs="0" maxOccurs="1">
61 - <xsd:annotation>
62 - <xsd:documentation>The production results of the test.</xsd:documentation>
63 - </xsd:annotation>
64 - </xsd:element>
65 - </xsd:sequence>
66 - </xsd:complexType>
67 - <!-- -->
68 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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_testVolume.xsd"/>
17 - <xsd:include schemaLocation="cs_fluidRate.xsd"/>
18 - <!-- -->
19 - <xsd:complexType name="cs_productionTestResults">
20 - <xsd:annotation>
21 - <xsd:documentation>Oil, gas, and water volumes and rates measured during the well test.
22 - The volumes allow either actual volumes or standard (corrected) volumes.
23 - The densities are also recorded with the volumes.</xsd:documentation>
24 - </xsd:annotation>
25 - <xsd:sequence>
26 - <xsd:element name="oilVolume" type="witsml:cs_testVolume" minOccurs="0" maxOccurs="1">
27 - <xsd:annotation>
28 - <xsd:documentation>Oil volumes measured during the well test.</xsd:documentation>
29 - </xsd:annotation>
30 - </xsd:element>
31 - <xsd:element name="oilRate" type="witsml:cs_fluidRate" minOccurs="0" maxOccurs="1">
32 - <xsd:annotation>
33 - <xsd:documentation>Oil rates measured during the well test.</xsd:documentation>
34 - </xsd:annotation>
35 - </xsd:element>
36 - <xsd:element name="gasVolume" type="witsml:cs_testVolume" minOccurs="0" maxOccurs="1">
37 - <xsd:annotation>
38 - <xsd:documentation>Gas volumes measured during the well test.</xsd:documentation>
39 - </xsd:annotation>
40 - </xsd:element>
41 - <xsd:element name="gasRate" type="witsml:cs_fluidRate" minOccurs="0" maxOccurs="1">
42 - <xsd:annotation>
43 - <xsd:documentation>Gas rates measured during the well test.</xsd:documentation>
44 - </xsd:annotation>
45 - </xsd:element>
46 - <xsd:element name="waterVolume" type="witsml:cs_testVolume" minOccurs="0" maxOccurs="1">
47 - <xsd:annotation>
48 - <xsd:documentation>Water volumes measured during the well test.</xsd:documentation>
49 - </xsd:annotation>
50 - </xsd:element>
51 - <xsd:element name="waterRate" type="witsml:cs_fluidRate" minOccurs="0" maxOccurs="1">
52 - <xsd:annotation>
53 - <xsd:documentation>Water rates measured during the well test.</xsd:documentation>
54 - </xsd:annotation>
55 - </xsd:element>
56 - <xsd:element name="gasOilRatio" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
57 - <xsd:annotation>
58 - <xsd:documentation>The ratio of the volume of gas and the volume of oil that was produced.</xsd:documentation>
59 - </xsd:annotation>
60 - </xsd:element>
61 - <xsd:element name="condensateYield" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
62 - <xsd:annotation>
63 - <xsd:documentation>This is the condensate yeld, which describes the amount
64 - of condensate per unit of natural gas produced</xsd:documentation>
65 - </xsd:annotation>
66 - </xsd:element>
67 - <xsd:element name="basicSedimentAndWater" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
68 - <xsd:annotation>
69 - <xsd:documentation>This is the measured of impurities present in crude oil
70 - as it comes from the well. BSandW content is commonly used as a measure for
71 - treating performance of hydrocarbon liquids</xsd:documentation>
72 - </xsd:annotation>
73 - </xsd:element>
74 - <xsd:element name="oilPotential" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">
75 - <xsd:annotation>
76 - <xsd:documentation>This is the the potential of the well to produce crude oil.
77 - This represents the flow rate that could be achieved under maximum drawdown.</xsd:documentation>
78 - </xsd:annotation>
79 - </xsd:element>
80 - <xsd:element name="gasPotential" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">
81 - <xsd:annotation>
82 - <xsd:documentation>This is the potential of the well to produce natural gas.
83 - This represents the flow rate that could be achieved under maximum drawdown.</xsd:documentation>
84 - </xsd:annotation>
85 - </xsd:element>
86 - <xsd:element name="sandVolume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
87 - <xsd:annotation>
88 - <xsd:documentation>the volume of sand that was produced.</xsd:documentation>
89 - </xsd:annotation>
90 - </xsd:element>
91 - </xsd:sequence>
92 - </xsd:complexType>
93 - <!-- -->
94 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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 - <!-- -->
18 - <xsd:complexType name="cs_projectionx">
19 - <xsd:annotation>
20 - <xsd:documentation>WITSML Element Types</xsd:documentation>
21 - </xsd:annotation>
22 - <xsd:sequence>
23 - <xsd:element name="nameCRS" type="witsml:wellKnownNameStruct" minOccurs="0" maxOccurs="1">
24 - <xsd:annotation>
25 - <xsd:documentation>The name of the coordinate reference system in a particular naming system.
26 - An optional short name (code) can also be specified. Specifying a well known system is highly desired.
27 - An example would be to specify a name of 'WGS 84 / UTM zone 10N' with a code of '32610' in
28 - the 'EPSG' naming system. Note that specifying a name in the EPSG naming system is asserting
29 - that the parameters in the EPSG database are appropriate for this CRS. This is
30 - also true for any other naming system. If in doubt, contact your local geodesist.</xsd:documentation>
31 - </xsd:annotation>
32 - </xsd:element>
33 - <xsd:element name="projectionCode" type="witsml:Projection" minOccurs="0" maxOccurs="1">
34 - <xsd:annotation>
35 - <xsd:documentation>A code to identify the type of projection. </xsd:documentation>
36 - </xsd:annotation>
37 - </xsd:element>
38 - <xsd:element name="projectedFrom" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
39 - <xsd:annotation>
40 - <xsd:documentation>A pointer to the wellCRS that represents the geographic
41 - system from which this system was projected.</xsd:documentation>
42 - </xsd:annotation>
43 - </xsd:element>
44 - <xsd:element name="stdParallel1" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
45 - <xsd:annotation>
46 - <xsd:documentation>Latitude of first standard parallel. </xsd:documentation>
47 - </xsd:annotation>
48 - </xsd:element>
49 - <xsd:element name="stdParallel2" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
50 - <xsd:annotation>
51 - <xsd:documentation>Latitude of second standard parallel, if used. </xsd:documentation>
52 - </xsd:annotation>
53 - </xsd:element>
54 - <xsd:element name="centralMeridian" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
55 - <xsd:annotation>
56 - <xsd:documentation>Longitude of the Y axis of the resulting map. </xsd:documentation>
57 - </xsd:annotation>
58 - </xsd:element>
59 - <xsd:element name="originLatitude" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
60 - <xsd:annotation>
61 - <xsd:documentation>Latitude at which the X axis intersects the central meridian. </xsd:documentation>
62 - </xsd:annotation>
63 - </xsd:element>
64 - <xsd:element name="originLongitude" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
65 - <xsd:annotation>
66 - <xsd:documentation>Longitude of the central meridian. </xsd:documentation>
67 - </xsd:annotation>
68 - </xsd:element>
69 - <xsd:element name="latitude1" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
70 - <xsd:annotation>
71 - <xsd:documentation>Latitude of the first point if the two-point specification
72 - of the central line is used. </xsd:documentation>
73 - </xsd:annotation>
74 - </xsd:element>
75 - <xsd:element name="longitude1" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
76 - <xsd:annotation>
77 - <xsd:documentation>Longitude of the first point if the two-point specification
78 - of the central line is used. </xsd:documentation>
79 - </xsd:annotation>
80 - </xsd:element>
81 - <xsd:element name="latitude2" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
82 - <xsd:annotation>
83 - <xsd:documentation>Latitude of the second point if the two-point specification
84 - of the central line is used. </xsd:documentation>
85 - </xsd:annotation>
86 - </xsd:element>
87 - <xsd:element name="longitude2" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
88 - <xsd:annotation>
89 - <xsd:documentation>Longitude of the second point if the two-point specification
90 - of the central line is used. </xsd:documentation>
91 - </xsd:annotation>
92 - </xsd:element>
93 - <xsd:element name="latitudeForScale" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
94 - <xsd:annotation>
95 - <xsd:documentation>Latitude of a point for which the scale factor is specified exactly.
96 - Default to origin. </xsd:documentation>
97 - </xsd:annotation>
98 - </xsd:element>
99 - <xsd:element name="longitudeForScale" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
100 - <xsd:annotation>
101 - <xsd:documentation>Longitude of a point for which the scale factor is specified exactly.
102 - Default to origin. </xsd:documentation>
103 - </xsd:annotation>
104 - </xsd:element>
105 - <xsd:element name="trueScaleLatitude" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
106 - <xsd:annotation>
107 - <xsd:documentation>Latitude at which the scale on the map is exact. If none is provided,
108 - scale is assumed to be exact at the equator. </xsd:documentation>
109 - </xsd:annotation>
110 - </xsd:element>
111 - <xsd:element name="spheroidRadius" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
112 - <xsd:annotation>
113 - <xsd:documentation>Spheroid radius. </xsd:documentation>
114 - </xsd:annotation>
115 - </xsd:element>
116 - <xsd:element name="scaleFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">
117 - <xsd:annotation>
118 - <xsd:documentation>Ellipsoid scale factor. </xsd:documentation>
119 - </xsd:annotation>
120 - </xsd:element>
121 - <xsd:element name="methodVariant" type="witsml:ProjectionVariantsObliqueMercator" minOccurs="0" maxOccurs="1">
122 - <xsd:annotation>
123 - <xsd:documentation>Projection method variant - establishes minor variations of the projection.
124 - Geoshare proposal. </xsd:documentation>
125 - </xsd:annotation>
126 - </xsd:element>
127 - <xsd:element name="perspectiveHeight" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
128 - <xsd:annotation>
129 - <xsd:documentation>Height above the surface origin location from which the perspective is taken. </xsd:documentation>
130 - </xsd:annotation>
131 - </xsd:element>
132 - <xsd:element name="zone" type="witsml:geodeticZoneString" minOccurs="0" maxOccurs="1">
133 - <xsd:annotation>
134 - <xsd:documentation>Zone for the type of projection. Zones have values from 1 to 60
135 - with a required direction of "N" (North) or "S" (South). For example, "21N". </xsd:documentation>
136 - </xsd:annotation>
137 - </xsd:element>
138 - <xsd:element name="NADType" type="witsml:NADTypes" minOccurs="0" maxOccurs="1">
139 - <xsd:annotation>
140 - <xsd:documentation>North American Datum type. </xsd:documentation>
141 - </xsd:annotation>
142 - </xsd:element>
143 - <xsd:element name="falseEasting" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
144 - <xsd:annotation>
145 - <xsd:documentation>Artificial value added to the X axis. </xsd:documentation>
146 - </xsd:annotation>
147 - </xsd:element>
148 - <xsd:element name="falseNorthing" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
149 - <xsd:annotation>
150 - <xsd:documentation>Artificial value added to the Y axis. </xsd:documentation>
151 - </xsd:annotation>
152 - </xsd:element>
153 - <xsd:element name="bearing" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
154 - <xsd:annotation>
155 - <xsd:documentation>Bearing angle of the great circle with respect to north at the central
156 - point. </xsd:documentation>
157 - </xsd:annotation>
158 - </xsd:element>
159 - <xsd:element name="hemisphere" type="witsml:Hemispheres" minOccurs="0" maxOccurs="1">
160 - <xsd:annotation>
161 - <xsd:documentation>Is the projection in the northern hemisphere or the southern hemisphere. </xsd:documentation>
162 - </xsd:annotation>
163 - </xsd:element>
164 - <xsd:element name="description" type="witsml:commentString" minOccurs="0" maxOccurs="1">
165 - <xsd:annotation>
166 - <xsd:documentation>Description of item and details. </xsd:documentation>
167 - </xsd:annotation>
168 - </xsd:element>
169 - <xsd:element name="parameter" type="witsml:indexedObject" minOccurs="0" maxOccurs="unbounded">
170 - <xsd:annotation>
171 - <xsd:documentation>Parameter describing the user-defined projection. </xsd:documentation>
172 - </xsd:annotation>
173 - </xsd:element>
174 - </xsd:sequence>
175 - </xsd:complexType>
176 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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 - <!-- -->
18 - <!-- -->
19 - <xsd:complexType name="cs_refProductFlow" final="#all">
20 - <xsd:annotation>
21 - <xsd:documentation>A reference to a Flow within the current product volume report.
22 - This represents a foreign key from one element to another.</xsd:documentation>
23 - </xsd:annotation>
24 - <xsd:sequence>
25 - <xsd:element name="referencedFlow" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
26 - <xsd:annotation>
27 - <xsd:documentation>A pointer to the flow within the facility.</xsd:documentation>
28 - </xsd:annotation>
29 - </xsd:element>
30 - <xsd:element name="parentfacility" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
31 - <xsd:annotation>
32 - <xsd:documentation>A pointer to the facility that contains the flow.</xsd:documentation>
33 - </xsd:annotation>
34 - </xsd:element>
35 - </xsd:sequence>
36 - </xsd:complexType>
37 - <!-- -->
38 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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 - <!-- -->
18 - <!-- -->
19 - <!-- -->
20 - <xsd:complexType name="cs_refWellWellbore">
21 - <xsd:annotation>
22 - <xsd:documentation>Data that represents a foreign key to a wellbore.
23 - The wellbore may be defined within the context of another well.</xsd:documentation>
24 - </xsd:annotation>
25 - <xsd:sequence>
26 - <xsd:element name="wellboreReference" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
27 - <xsd:annotation>
28 - <xsd:documentation>A pointer the wellbore with which there is a relationship.</xsd:documentation>
29 - </xsd:annotation>
30 - </xsd:element>
31 - <xsd:element name="wellParent" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
32 - <xsd:annotation>
33 - <xsd:documentation>A pointer to the well that contains the wellboreReference.
34 - This is not needed unless the referenced wellbore is outside the
35 - context of a common parent well.</xsd:documentation>
36 - </xsd:annotation>
37 - </xsd:element>
38 - </xsd:sequence>
39 - </xsd:complexType>
40 - <!-- -->
41 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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 - <!-- -->
18 - <!-- -->
19 - <xsd:complexType name="cs_refWellWellboreRig">
20 - <xsd:annotation>
21 - <xsd:documentation>A reference to a rig within a wellbore.
22 - The wellbore may be defined within the context of another well.
23 - This value represents a foreign key from one node to another.</xsd:documentation>
24 - </xsd:annotation>
25 - <xsd:sequence>
26 - <xsd:element name="rigReference" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
27 - <xsd:annotation>
28 - <xsd:documentation>A pointer to the rig with which there is a relationship.</xsd:documentation>
29 - </xsd:annotation>
30 - </xsd:element>
31 - <xsd:element name="wellboreParent" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
32 - <xsd:annotation>
33 - <xsd:documentation>A pointer to the wellbore that contains the rigReference.
34 - This is not needed unless the referenced rig is outside the
35 - context of a common parent wellbore.</xsd:documentation>
36 - </xsd:annotation>
37 - </xsd:element>
38 - <xsd:element name="wellParent" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
39 - <xsd:annotation>
40 - <xsd:documentation>A pointer to the well that contains the wellboreParent.
41 - This is not needed unless the referenced wellbore is outside the
42 - context of a common parent well.</xsd:documentation>
43 - </xsd:annotation>
44 - </xsd:element>
45 - </xsd:sequence>
46 - </xsd:complexType>
47 - <!-- -->
48 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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 - <!-- -->
18 - <xsd:complexType name="cs_refWellboreCompletionString">
19 - <xsd:annotation>
20 - <xsd:documentation>A pointer to one completion string.</xsd:documentation>
21 - </xsd:annotation>
22 - <xsd:sequence>
23 - <xsd:element name="completionString" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
24 - <xsd:annotation>
25 - <xsd:documentation>A pointer to the comletion string within the wellbore.</xsd:documentation>
26 - </xsd:annotation>
27 - </xsd:element>
28 - <xsd:element name="wellboreReference" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
29 - <xsd:annotation>
30 - <xsd:documentation>A pointer to the wellbore that contains the completion string.</xsd:documentation>
31 - </xsd:annotation>
32 - </xsd:element>
33 - </xsd:sequence>
34 - </xsd:complexType>
35 - <!-- -->
36 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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 - <!-- -->
18 - <xsd:complexType name="cs_refWellboreWellboreInterval">
19 - <xsd:annotation>
20 - <xsd:documentation>A pointer to one wellbore interval.</xsd:documentation>
21 - </xsd:annotation>
22 - <xsd:sequence>
23 - <xsd:element name="wellboreInterval" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
24 - <xsd:annotation>
25 - <xsd:documentation>A pointer to the wellbore interval within the wellbore.</xsd:documentation>
26 - </xsd:annotation>
27 - </xsd:element>
28 - <xsd:element name="wellboreReference" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
29 - <xsd:annotation>
30 - <xsd:documentation>A pointer to the wellbore that contains the wellbore interval.</xsd:documentation>
31 - </xsd:annotation>
32 - </xsd:element>
33 - </xsd:sequence>
34 - </xsd:complexType>
35 - <!-- -->
36 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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_location.xsd"/>
17 - <xsd:include schemaLocation="attgrp_uid.xsd"/>
18 - <!-- -->
19 - <xsd:complexType name="cs_referencePoint">
20 - <xsd:annotation>
21 - <xsd:documentation>WITSML - Reference Point Component Schema.</xsd:documentation>
22 - </xsd:annotation>
23 - <xsd:sequence>
24 - <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
25 - <xsd:annotation>
26 - <xsd:documentation>Human recognizable context for the point. </xsd:documentation>
27 - </xsd:annotation>
28 - </xsd:element>
29 - <xsd:element name="type" type="witsml:kindString" minOccurs="0" maxOccurs="1">
30 - <xsd:annotation>
31 - <xsd:documentation>The kind of point. For example,
32 - 'well reference point', 'platform reference point', 'sea surface',
33 - 'sea bottom'. </xsd:documentation>
34 - </xsd:annotation>
35 - </xsd:element>
36 - <xsd:element name="elevation" type="witsml:wellElevationCoord" minOccurs="0" maxOccurs="1">
37 - <xsd:annotation>
38 - <xsd:documentation>The gravity based elevation coordinate of this point
39 - as measured from a datum. Positive moving upward from the elevation datum. </xsd:documentation>
40 - </xsd:annotation>
41 - </xsd:element>
42 - <xsd:element name="measuredDepth" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
43 - <xsd:annotation>
44 - <xsd:documentation>The measured depth coordinate of this reference point.
45 - Positive moving toward the bottomhole from the measured depth datum.
46 - This should be given when the reference is "downhole", such as an ocean
47 - bottom template, or when the reference point is also used as a vertical well datum.
48 - The measured depth value can be used to determine if the reference point
49 - and a vertical well datum are at the same point.</xsd:documentation>
50 - </xsd:annotation>
51 - </xsd:element>
52 - <xsd:element name="location" type="witsml:cs_location" minOccurs="1" maxOccurs="unbounded">
53 - <xsd:annotation>
54 - <xsd:documentation>Two dimensional coordinates that locate the point. </xsd:documentation>
55 - </xsd:annotation>
56 - </xsd:element>
57 - <xsd:element name="description" type="witsml:commentString" minOccurs="0" maxOccurs="1">
58 - <xsd:annotation>
59 - <xsd:documentation>A textual description of the point. </xsd:documentation>
60 - </xsd:annotation>
61 - </xsd:element>
62 - </xsd:sequence>
63 - <xsd:attributeGroup ref="witsml:attgrp_uid">
64 - <xsd:annotation>
65 - <xsd:documentation>Unique identifier for the point. </xsd:documentation>
66 - </xsd:annotation>
67 - </xsd:attributeGroup>
68 - </xsd:complexType>
69 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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_event.xsd"/>
18 - <!-- -->
19 - <xsd:complexType name="cs_rodPump">
20 - <xsd:sequence>
21 - <xsd:element name="type" type="witsml:kindString" minOccurs="0" maxOccurs="1">
22 - <xsd:annotation>
23 - <xsd:documentation>The kind of pump.</xsd:documentation>
24 - </xsd:annotation>
25 - </xsd:element>
26 - <xsd:element name="settingDepth" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
27 - <xsd:annotation>
28 - <xsd:documentation>The depth at which the pump was installed.</xsd:documentation>
29 - </xsd:annotation>
30 - </xsd:element>
31 - <xsd:element name="barrelLength" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
32 - <xsd:annotation>
33 - <xsd:documentation>the length of the pump.</xsd:documentation>
34 - </xsd:annotation>
35 - </xsd:element>
36 - <xsd:element name="innerDiameter" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
37 - <xsd:annotation>
38 - <xsd:documentation>The inner diameter of the pump.</xsd:documentation>
39 - </xsd:annotation>
40 - </xsd:element>
41 - <xsd:element name="event" type="witsml:cs_event" minOccurs="0" maxOccurs="unbounded">
42 - <xsd:annotation>
43 - <xsd:documentation>An event associated with the pump.</xsd:documentation>
44 - </xsd:annotation>
45 - </xsd:element>
46 - <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
47 - <xsd:annotation>
48 - <xsd:documentation>A remark about the pump.</xsd:documentation>
49 - </xsd:annotation>
50 - </xsd:element>
51 - </xsd:sequence>
52 - </xsd:complexType>
53 - <!-- -->
54 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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="attgrp_uid.xsd"/>
18 - <xsd:include schemaLocation="cs_event.xsd"/>
19 - <xsd:include schemaLocation="typ_catalog_compStr.xsd"/>
20 - <!-- -->
21 - <xsd:complexType name="cs_rodSegment">
22 - <xsd:sequence>
23 - <xsd:element name="diameter" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
24 - <xsd:annotation>
25 - <xsd:documentation>The diameter of the rod.</xsd:documentation>
26 - </xsd:annotation>
27 - </xsd:element>
28 - <xsd:element name="rodCount" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
29 - <xsd:annotation>
30 - <xsd:documentation>The number of rods in the segment.</xsd:documentation>
31 - </xsd:annotation>
32 - </xsd:element>
33 - <xsd:element name="length" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
34 - <xsd:annotation>
35 - <xsd:documentation>The overall length of the segment.</xsd:documentation>
36 - </xsd:annotation>
37 - </xsd:element>
38 - <xsd:element name="rodGrade" type="witsml:RodGrade" minOccurs="0" maxOccurs="1">
39 - <xsd:annotation>
40 - <xsd:documentation>The material grade of each rod.</xsd:documentation>
41 - </xsd:annotation>
42 - </xsd:element>
43 - <xsd:element name="rodLength" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
44 - <xsd:annotation>
45 - <xsd:documentation>The length of each rod.</xsd:documentation>
46 - </xsd:annotation>
47 - </xsd:element>
48 - <xsd:element name="rodWeight" type="witsml:massPerLengthMeasure" minOccurs="0" maxOccurs="1">
49 - <xsd:annotation>
50 - <xsd:documentation>The weight per length of each rod.</xsd:documentation>
51 - </xsd:annotation>
52 - </xsd:element>
53 - <xsd:element name="outerDiameter" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
54 - <xsd:annotation>
55 - <xsd:documentation>The outer diameter of the rod.</xsd:documentation>
56 - </xsd:annotation>
57 - </xsd:element>
58 - <xsd:element name="rodCouplingDiameter" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
59 - <xsd:annotation>
60 - <xsd:documentation>The diameter of the rod coupling.</xsd:documentation>
61 - </xsd:annotation>
62 - </xsd:element>
63 - <xsd:element name="rodCouplingOuterDiameter" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
64 - <xsd:annotation>
65 - <xsd:documentation>The outer diameter of the rod coupling.</xsd:documentation>
66 - </xsd:annotation>
67 - </xsd:element>
68 - <xsd:element name="rodCouplingType" type="witsml:kindString" minOccurs="0" maxOccurs="1">
69 - <xsd:annotation>
70 - <xsd:documentation>The type of coupling</xsd:documentation>
71 - </xsd:annotation>
72 - </xsd:element>
73 - <xsd:element name="event" type="witsml:cs_event" minOccurs="0" maxOccurs="unbounded">
74 - <xsd:annotation>
75 - <xsd:documentation>An event associated with the segment.</xsd:documentation>
76 - </xsd:annotation>
77 - </xsd:element>
78 - <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
79 - <xsd:annotation>
80 - <xsd:documentation>A remark about the segment.</xsd:documentation>
81 - </xsd:annotation>
82 - </xsd:element>
83 - </xsd:sequence>
84 - <xsd:attributeGroup ref="witsml:attgrp_uid">
85 - <xsd:annotation>
86 - <xsd:documentation>The unique identifier of the element.</xsd:documentation>
87 - </xsd:annotation>
88 - </xsd:attributeGroup>
89 - </xsd:complexType>
90 - <!-- -->
91 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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_rodSegment.xsd"/>
18 - <xsd:include schemaLocation="cs_rodPump.xsd"/>
19 - <xsd:include schemaLocation="cs_statusRecord.xsd"/>
20 - <xsd:include schemaLocation="cs_event.xsd"/>
21 - <!-- -->
22 - <xsd:complexType name="cs_rodString">
23 - <xsd:sequence>
24 - <xsd:element name="type" type="witsml:kindString" minOccurs="0" maxOccurs="1">
25 - <xsd:annotation>
26 - <xsd:documentation>The type of rod.</xsd:documentation>
27 - </xsd:annotation>
28 - </xsd:element>
29 - <xsd:element name="diameter" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
30 - <xsd:annotation>
31 - <xsd:documentation>The diamater of the rod.</xsd:documentation>
32 - </xsd:annotation>
33 - </xsd:element>
34 - <xsd:element name="length" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
35 - <xsd:annotation>
36 - <xsd:documentation>The length of the rod.</xsd:documentation>
37 - </xsd:annotation>
38 - </xsd:element>
39 - <xsd:element name="rodWeight" type="witsml:massPerLengthMeasure" minOccurs="0" maxOccurs="1">
40 - <xsd:annotation>
41 - <xsd:documentation>The weight of the rod.</xsd:documentation>
42 - </xsd:annotation>
43 - </xsd:element>
44 - <xsd:element name="rodSegment" type="witsml:cs_rodSegment" minOccurs="0" maxOccurs="unbounded">
45 - <xsd:annotation>
46 - <xsd:documentation>The description of a segment of the rod.</xsd:documentation>
47 - </xsd:annotation>
48 - </xsd:element>
49 - <xsd:element name="rodPump" type="witsml:cs_rodPump" minOccurs="0" maxOccurs="1">
50 - <xsd:annotation>
51 - <xsd:documentation>The description of the rod pump</xsd:documentation>
52 - </xsd:annotation>
53 - </xsd:element>
54 - <xsd:element name="statusRecord" type="witsml:cs_statusRecord" minOccurs="0" maxOccurs="unbounded">
55 - <xsd:annotation>
56 - <xsd:documentation>The recording of a status associated with the string.</xsd:documentation>
57 - </xsd:annotation>
58 - </xsd:element>
59 - <xsd:element name="event" type="witsml:cs_event" minOccurs="0" maxOccurs="unbounded">
60 - <xsd:annotation>
61 - <xsd:documentation>An event associated with the string.</xsd:documentation>
62 - </xsd:annotation>
63 - </xsd:element>
64 - <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
65 - <xsd:annotation>
66 - <xsd:documentation>A remark about the string.</xsd:documentation>
67 - </xsd:annotation>
68 - </xsd:element>
69 - </xsd:sequence>
70 - </xsd:complexType>
71 - <!-- -->
72 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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_prodOper.xsd"/>
17 - <xsd:include schemaLocation="cs_datedComment.xsd"/>
18 - <xsd:include schemaLocation="attgrp_uid.xsd"/>
19 - <!-- -->
20 - <xsd:complexType name="cs_safety">
21 - <xsd:annotation>
22 - <xsd:documentation>WITSML - Safety Component Schema.</xsd:documentation>
23 - </xsd:annotation>
24 - <xsd:sequence>
25 - <xsd:element name="meantimeIncident" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
26 - <xsd:annotation>
27 - <xsd:documentation>The mean time between safety incidents.</xsd:documentation>
28 - </xsd:annotation>
29 - </xsd:element>
30 - <xsd:element name="safetyCount" type="witsml:safetyCount" minOccurs="0" maxOccurs="unbounded">
31 - <xsd:annotation>
32 - <xsd:documentation>The count of a type of safety issue.</xsd:documentation>
33 - </xsd:annotation>
34 - </xsd:element>
35 - <xsd:element name="comment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
36 - <xsd:annotation>
37 - <xsd:documentation>Safety related comment. </xsd:documentation>
38 - </xsd:annotation>
39 - </xsd:element>
40 - </xsd:sequence>
41 - <xsd:attributeGroup ref="witsml:attgrp_uid">
42 - <xsd:annotation>
43 - <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
44 - </xsd:annotation>
45 - </xsd:attributeGroup>
46 - </xsd:complexType>
47 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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 - <!-- -->
18 - <xsd:complexType name="cs_separatorData">
19 - <xsd:annotation>
20 - <xsd:documentation>Well test data gathered at the separator.</xsd:documentation>
21 - </xsd:annotation>
22 - <xsd:sequence>
23 - <xsd:element name="separatorPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
24 - <xsd:annotation>
25 - <xsd:documentation>The pressure measured at the separator during the well test.</xsd:documentation>
26 - </xsd:annotation>
27 - </xsd:element>
28 - <xsd:element name="separatorTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
29 - <xsd:annotation>
30 - <xsd:documentation>The temperature measured at the separator during the well test.</xsd:documentation>
31 - </xsd:annotation>
32 - </xsd:element>
33 - </xsd:sequence>
34 - </xsd:complexType>
35 - <!-- -->
36 -</xsd:schema>
1 -<?xml version="1.0"?>
2 -<xsd:schema
3 - elementFormDefault="qualified"
4 - attributeFormDefault="unqualified"
5 - targetNamespace="http://www.witsml.org/schemas/131/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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_New.xsd"/>
17 - <xsd:include schemaLocation="cs_datedComment.xsd"/>
18 - <xsd:include schemaLocation="attgrp_uid.xsd"/>
19 - <!-- -->
20 - <xsd:complexType name="cs_shutdown">
21 - <xsd:annotation>
22 - <xsd:documentation>Infomation about a shutdown event.</xsd:documentation>
23 - </xsd:annotation>
24 - <xsd:sequence>
25 - <xsd:element name="installation" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
26 - <xsd:annotation>
27 - <xsd:documentation>The name of the installation which was shut down.
28 - The name can be qualified by a naming system.
29 - This also defines the kind of facility.</xsd:documentation>
30 - </xsd:annotation>
31 - </xsd:element>
32 - <xsd:element name="description" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">
33 - <xsd:annotation>
34 - <xsd:documentation>A general description of the shutdown with reason and
35 - other relevant information. </xsd:documentation>
36 - </xsd:annotation>
37 - </xsd:element>
38 - <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
39 - <xsd:annotation>
40 - <xsd:documentation>The time the shutdown started.</xsd:documentation>
41 - </xsd:annotation>
42 - </xsd:element>
43 - <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
44 - <xsd:annotation>
45 - <xsd:documentation>The time the shutdown ended.</xsd:documentation>
46 - </xsd:annotation>
47 - </xsd:element>
48 - <xsd:element name="volumetricDownTime" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
49 - <xsd:annotation>
50 - <xsd:documentation>Downtime when the installation is unable to produce 100% of its capability. </xsd:documentation>
51 - </xsd:annotation>
52 - </xsd:element>
53 - <xsd:element name="lossOilStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
54 - <xsd:annotation>
55 - <xsd:documentation>Estimated loss of oil deliveries because of the shutdown.
56 - This volume has been corrected to standard conditions of temperature and pressure.</xsd:documentation>
57 - </xsd:annotation>
58 - </xsd:element>
59 - <xsd:element name="lossGasStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
60 - <xsd:annotation>
61 - <xsd:documentation>Estimated loss of gas deliveries because of the shutdown.
62 - This volume has been corrected to standard conditions of temperature and pressure.</xsd:documentation>
63 - </xsd:annotation>
64 - </xsd:element>
65 - <xsd:element name="activity" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
66 - <xsd:annotation>
67 - <xsd:documentation>A description of main activities from time to time during the shutdown period. </xsd:documentation>
68 - </xsd:annotation>
69 - </xsd:element>
70 - </xsd:sequence>
71 - <xsd:attributeGroup ref="witsml:attgrp_uid">
72 - <xsd:annotation>
73 - <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
74 - </xsd:annotation>
75 - </xsd:attributeGroup>
76 - </xsd:complexType>
77 - <!-- -->
78 -</xsd:schema>
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/addendum/combo"
6 - xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo"
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="typ_dataTypes_New.xsd"/>
18 - <xsd:include schemaLocation="attgrp_uid.xsd"/>
19 - <!-- -->
20 - <xsd:complexType name="cs_statusRecord">
21 - <xsd:annotation>
22 - <xsd:documentation>Records a status of something.</xsd:documentation>
23 - </xsd:annotation>
24 - <xsd:sequence>
25 - <xsd:element name="status" type="witsml:kindString" minOccurs="1" maxOccurs="1">
26 - <xsd:annotation>
27 - <xsd:documentation>The type of status.</xsd:documentation>
28 - </xsd:annotation>
29 - </xsd:element>
30 - <xsd:choice minOccurs="0" maxOccurs="1">
31 - <xsd:element name="date" type="witsml:date" minOccurs="0" maxOccurs="1">
32 - <xsd:annotation>
33 - <xsd:documentation>The date on which the status was effective.</xsd:documentation>
34 - </xsd:annotation>
35 - </xsd:element>
36 - <xsd:element name="dTim" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
37 - <xsd:annotation>
38 - <xsd:documentation>The date and time at which the status was effective.</xsd:documentation>
39 - </xsd:annotation>
40 - </xsd:element>
41 - </xsd:choice>
42 - <xsd:element name="comment" type="witsml:commentString" minOccurs="1" maxOccurs="1">
43 - <xsd:annotation>
44 - <xsd:documentation>A remark about the status.</xsd:documentation>
45 - </xsd:annotation>
46 - </xsd:element>
47 - </xsd:sequence>
48 - <xsd:attributeGroup ref="witsml:attgrp_uid">
49 - <xsd:annotation>
50 - <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
51 - </xsd:annotation>
52 - </xsd:attributeGroup>
53 - </xsd:complexType>
54 - <!-- -->
55 -</xsd:schema>
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff is collapsed. Click to expand it.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.