FILE COMPARISON
Produced: 13.11.2008 13:20:46
   
Mode:  All Lines  
   
Left file: C:\Projects\IIP MTD\TE - MPR\EC_MPR_SCHEMAS\MPR_SCHEMA\obj_object_profiled_data_schema.xsd  
Right file: C:\temp\dnv\obj_object_profiled_data_schema.xsd  
1 <?xml version="1.0" encoding="utf-8"?> = 1 <?xml version="1.0" encoding="utf-8"?>
2 <xsd:schema   2 <xsd:schema
3         elementFormDefault="qualified"   3         elementFormDefault="qualified"
4         attributeFormDefault="unqualified"   4         attributeFormDefault="unqualified"
5         targetNamespace="http://www.witsml.org/schemas/131"   5         targetNamespace="http://www.witsml.org/schemas/131"
6         xmlns:witsml="http://www.witsml.org/schemas/131"   6         xmlns:witsml="http://www.witsml.org/schemas/131"
7         xmlns:xsd="http://www.w3.org/2001/XMLSchema"   7         xmlns:xsd="http://www.w3.org/2001/XMLSchema"
8         version="1.3.1">   8         version="1.3.1">
9    <!--                                                                                -->   9    <!--                                                                                -->
10    <!-- Energistics License Agreement                                                  -->   10    <!-- Energistics License Agreement                                                  -->
11    <!-- This file is distributed under the Energistics License Agreement at            -->   11    <!-- This file is distributed under the Energistics License Agreement at            -->
12    <!-- http://www.posc.org/about/license.shtml.                                       -->   12    <!-- http://www.posc.org/about/license.shtml.                                       -->
13    <!-- Use of this file constitutes agreement with the Energistics License Agreement. -->   13    <!-- Use of this file constitutes agreement with the Energistics License Agreement. -->
14    <!--                                                                                -->   14    <!--                                                                                -->
15    <xsd:attributeGroup name="attgrp_uid">   15    <xsd:attributeGroup name="attgrp_uid">
16       <xsd:attribute name="uid" type="witsml:uidString" use="optional">   16       <xsd:attribute name="uid" type="witsml:uidString" use="optional">
17          <xsd:annotation>   17          <xsd:annotation>
18             <xsd:documentation>The unique identifier of a container element. This attribute is generally required within the context of a WITSML server. There should be no   18             <xsd:documentation>The unique identifier of a container element. This attribute is generally required within the context of a WITSML server. There should be no
19             assumption as to the semantic content of this attribute. This should only be used with recurring container types (i.e., maxOccurs greater than one). The value is only   19             assumption as to the semantic content of this attribute. This should only be used with recurring container types (i.e., maxOccurs greater than one). The value is only
20             required to be unique within the context of the nearest recurring parent element.</xsd:documentation>   20             required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
21          </xsd:annotation>   21          </xsd:annotation>
22       </xsd:attribute>   22       </xsd:attribute>
23    </xsd:attributeGroup>   23    </xsd:attributeGroup>
24    <xsd:complexType name="cs_businessAssociate">   24    <xsd:complexType name="cs_businessAssociate">
25       <xsd:annotation>   25       <xsd:annotation>
26          <xsd:documentation>The business associate describes any company, person, group, consultant, etc, which is associated within a context (e.g., a well). The information   26          <xsd:documentation>The business associate describes any company, person, group, consultant, etc, which is associated within a context (e.g., a well). The information
27          contained in this module is: (1) contact information, such as address, phone numbers, email, (2) alternate name, or aliases, and (3) associations, such as the business   27          contained in this module is: (1) contact information, such as address, phone numbers, email, (2) alternate name, or aliases, and (3) associations, such as the business
28          associate that this one is associated with, or a contact who is associated with this business associate.</xsd:documentation>   28          associate that this one is associated with, or a contact who is associated with this business associate.</xsd:documentation>
29       </xsd:annotation>   29       </xsd:annotation>
30       <xsd:sequence>   30       <xsd:sequence>
31          <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">   31          <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
32             <xsd:annotation>   32             <xsd:annotation>
33                <xsd:documentation>The name of the business associate. This can be the name of a person, business, group, etc.</xsd:documentation>   33                <xsd:documentation>The name of the business associate. This can be the name of a person, business, group, etc.</xsd:documentation>
34             </xsd:annotation>   34             </xsd:annotation>
35          </xsd:element>   35          </xsd:element>
36          <xsd:element name="role" type="witsml:nameStruct" minOccurs="1" maxOccurs="unbounded">   36          <xsd:element name="role" type="witsml:nameStruct" minOccurs="1" maxOccurs="unbounded">
37             <xsd:annotation>   37             <xsd:annotation>
38                <xsd:documentation>The role of the business associate within the context. For example, "driller" or "operator", "lead agency - CEQA compliance" "regulatory   38                <xsd:documentation>The role of the business associate within the context. For example, "driller" or "operator", "lead agency - CEQA compliance" "regulatory
39                contact", "safety contact". A business associate will generally have one role but the role may be called different things in different naming   39                contact", "safety contact". A business associate will generally have one role but the role may be called different things in different naming
40                systems.</xsd:documentation>   40                systems.</xsd:documentation>
41             </xsd:annotation>   41             </xsd:annotation>
42          </xsd:element>   42          </xsd:element>
43          <xsd:element name="personName" type="witsml:cs_personName" minOccurs="0" maxOccurs="1">   43          <xsd:element name="personName" type="witsml:cs_personName" minOccurs="0" maxOccurs="1">
44             <xsd:annotation>   44             <xsd:annotation>
45                <xsd:documentation>If the business associate is a person, this specifies the component names of the person.</xsd:documentation>   45                <xsd:documentation>If the business associate is a person, this specifies the component names of the person.</xsd:documentation>
46             </xsd:annotation>   46             </xsd:annotation>
47          </xsd:element>   47          </xsd:element>
48          <xsd:element name="alias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">   48          <xsd:element name="alias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
49             <xsd:annotation>   49             <xsd:annotation>
50                <xsd:documentation>The alias is an alternate name of a business associate. It is generally associated with a naming system. An alias is not necessarily unique   50                <xsd:documentation>The alias is an alternate name of a business associate. It is generally associated with a naming system. An alias is not necessarily unique
51                within the naming system.</xsd:documentation>   51                within the naming system.</xsd:documentation>
52             </xsd:annotation>   52             </xsd:annotation>
53          </xsd:element>   53          </xsd:element>
54          <xsd:element name="address" type="witsml:cs_generalAddress" minOccurs="0" maxOccurs="unbounded">   54          <xsd:element name="address" type="witsml:cs_generalAddress" minOccurs="0" maxOccurs="unbounded">
55             <xsd:annotation>   55             <xsd:annotation>
56                <xsd:documentation>Note that address may occur more than once, because it may be necessary to give a physical address, a mailing address, or   56                <xsd:documentation>Note that address may occur more than once, because it may be necessary to give a physical address, a mailing address, or
57                both.</xsd:documentation>   57                both.</xsd:documentation>
58             </xsd:annotation>   58             </xsd:annotation>
59          </xsd:element>   59          </xsd:element>
60          <xsd:element name="phoneNumber" type="witsml:phoneNumberStruct" minOccurs="0" maxOccurs="unbounded">   60          <xsd:element name="phoneNumber" type="witsml:phoneNumberStruct" minOccurs="0" maxOccurs="unbounded">
61             <xsd:annotation>   61             <xsd:annotation>
62                <xsd:documentation>The various types of phone numbers may be given. The may be office or home, they may be a number for a cell phone, or for a fax, etc. Attributes   62                <xsd:documentation>The various types of phone numbers may be given. The may be office or home, they may be a number for a cell phone, or for a fax, etc. Attributes
63                of PhoneNumber declare the type of phone number that is being given.</xsd:documentation>   63                of PhoneNumber declare the type of phone number that is being given.</xsd:documentation>
64             </xsd:annotation>   64             </xsd:annotation>
65          </xsd:element>   65          </xsd:element>
66          <xsd:element name="email" type="witsml:emailQualifierStruct" minOccurs="0" maxOccurs="unbounded">   66          <xsd:element name="email" type="witsml:emailQualifierStruct" minOccurs="0" maxOccurs="unbounded">
67             <xsd:annotation>   67             <xsd:annotation>
68                <xsd:documentation>The email address may be home, office, or permanent. More than one may be given.</xsd:documentation>   68                <xsd:documentation>The email address may be home, office, or permanent. More than one may be given.</xsd:documentation>
69             </xsd:annotation>   69             </xsd:annotation>
70          </xsd:element>   70          </xsd:element>
71          <xsd:element name="contactPreference" type="witsml:ContactPreference" minOccurs="0" maxOccurs="unbounded">   71          <xsd:element name="contactPreference" type="witsml:ContactPreference" minOccurs="0" maxOccurs="unbounded">
72             <xsd:annotation>   72             <xsd:annotation>
73                <xsd:documentation>The preferred method of being contacted within the context of this role.</xsd:documentation>   73                <xsd:documentation>The preferred method of being contacted within the context of this role.</xsd:documentation>
74             </xsd:annotation>   74             </xsd:annotation>
75          </xsd:element>   75          </xsd:element>
76          <xsd:element name="associatedWith" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   76          <xsd:element name="associatedWith" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
77             <xsd:annotation>   77             <xsd:annotation>
78                <xsd:documentation>A pointer to another business associate that this business associate is associated with. The most common situation is that of an employee being   78                <xsd:documentation>A pointer to another business associate that this business associate is associated with. The most common situation is that of an employee being
79                associated with a company. But it may also be, for example, a work group associated with a university.</xsd:documentation>   79                associated with a company. But it may also be, for example, a work group associated with a university.</xsd:documentation>
80             </xsd:annotation>   80             </xsd:annotation>
81          </xsd:element>   81          </xsd:element>
82          <xsd:element name="contact" type="witsml:refNameString" minOccurs="0" maxOccurs="unbounded">   82          <xsd:element name="contact" type="witsml:refNameString" minOccurs="0" maxOccurs="unbounded">
83             <xsd:annotation>   83             <xsd:annotation>
84                <xsd:documentation>A pointer to a business associate (generally a person) who serves as a contact for this business associate.</xsd:documentation>   84                <xsd:documentation>A pointer to a business associate (generally a person) who serves as a contact for this business associate.</xsd:documentation>
85             </xsd:annotation>   85             </xsd:annotation>
86          </xsd:element>   86          </xsd:element>
87          <xsd:element name="personnelCount" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">   87          <xsd:element name="personnelCount" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
88             <xsd:annotation>   88             <xsd:annotation>
89                <xsd:documentation>The count of the number of personnel in a group.</xsd:documentation>   89                <xsd:documentation>The count of the number of personnel in a group.</xsd:documentation>
90             </xsd:annotation>   90             </xsd:annotation>
91          </xsd:element>   91          </xsd:element>
92          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">   92          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
93             <xsd:annotation>   93             <xsd:annotation>
94                <xsd:documentation>A general comment. This should not be used to carry semantic information. This is not intended to be machine interpretable.</xsd:documentation>   94                <xsd:documentation>A general comment. This should not be used to carry semantic information. This is not intended to be machine interpretable.</xsd:documentation>
95             </xsd:annotation>   95             </xsd:annotation>
96          </xsd:element>   96          </xsd:element>
97       </xsd:sequence>   97       </xsd:sequence>
98       <xsd:attributeGroup ref="witsml:attgrp_uid">   98       <xsd:attributeGroup ref="witsml:attgrp_uid">
99          <xsd:annotation>   99          <xsd:annotation>
100             <xsd:documentation>Unique identifier for the business associate.</xsd:documentation>   100             <xsd:documentation>Unique identifier for the business associate.</xsd:documentation>
101          </xsd:annotation>   101          </xsd:annotation>
102       </xsd:attributeGroup>   102       </xsd:attributeGroup>
103    </xsd:complexType>   103    </xsd:complexType>
104    <xsd:complexType name="cs_commonData">   104    <xsd:complexType name="cs_commonData">
105       <xsd:annotation>   105       <xsd:annotation>
106          <xsd:documentation>WITSML - Common Data Component Schema</xsd:documentation>   106          <xsd:documentation>WITSML - Common Data Component Schema</xsd:documentation>
107       </xsd:annotation>   107       </xsd:annotation>
108       <xsd:sequence>   108       <xsd:sequence>
109          <xsd:element name="sourceName" type="witsml:nameString" minOccurs="0" maxOccurs="1">   109          <xsd:element name="sourceName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
110             <xsd:annotation>   110             <xsd:annotation>
111                <xsd:documentation>An identifier to indicate the data originator. This identifies the server that originally created the object and thus most of the uids in the   111                <xsd:documentation>An identifier to indicate the data originator. This identifies the server that originally created the object and thus most of the uids in the
112                object (but not necessarily the uids of the parents). This is typically a url.</xsd:documentation>   112                object (but not necessarily the uids of the parents). This is typically a url.</xsd:documentation>
113             </xsd:annotation>   113             </xsd:annotation>
114          </xsd:element>   114          </xsd:element>
115          <xsd:element name="dTimCreation" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   115          <xsd:element name="dTimCreation" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
116             <xsd:annotation>   116             <xsd:annotation>
117                <xsd:documentation>When the data was created at the persistent data store.</xsd:documentation>   117                <xsd:documentation>When the data was created at the persistent data store.</xsd:documentation>
118             </xsd:annotation>   118             </xsd:annotation>
119          </xsd:element>   119          </xsd:element>
120          <xsd:element name="dTimLastChange" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   120          <xsd:element name="dTimLastChange" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
121             <xsd:annotation>   121             <xsd:annotation>
122                <xsd:documentation>Last change of any element of the data at the persistent data store. The change time is not updated for a growing object while it is   122                <xsd:documentation>Last change of any element of the data at the persistent data store. The change time is not updated for a growing object while it is
123                growing.</xsd:documentation>   123                growing.</xsd:documentation>
124             </xsd:annotation>   124             </xsd:annotation>
125          </xsd:element>   125          </xsd:element>
126          <xsd:element name="itemState" type="witsml:ItemState" minOccurs="0" maxOccurs="1">   126          <xsd:element name="itemState" type="witsml:ItemState" minOccurs="0" maxOccurs="1">
127             <xsd:annotation>   127             <xsd:annotation>
128                <xsd:documentation>The item state for the data object.</xsd:documentation>   128                <xsd:documentation>The item state for the data object.</xsd:documentation>
129             </xsd:annotation>   129             </xsd:annotation>
130          </xsd:element>   130          </xsd:element>
131          <xsd:element name="comments" type="witsml:commentString" minOccurs="0" maxOccurs="1">   131          <xsd:element name="comments" type="witsml:commentString" minOccurs="0" maxOccurs="1">
132             <xsd:annotation>   132             <xsd:annotation>
133                <xsd:documentation>Comments and remarks.</xsd:documentation>   133                <xsd:documentation>Comments and remarks.</xsd:documentation>
134             </xsd:annotation>   134             </xsd:annotation>
135          </xsd:element>   135          </xsd:element>
136       </xsd:sequence>   136       </xsd:sequence>
137    </xsd:complexType>   137    </xsd:complexType>
138    <xsd:complexType name="cs_connectedNode">   138    <xsd:complexType name="cs_connectedNode">
139       <xsd:annotation>   139       <xsd:annotation>
140          <xsd:documentation>WITSML - Product Flow Connected Node Component Schema.</xsd:documentation>   140          <xsd:documentation>WITSML - Product Flow Connected Node Component Schema.</xsd:documentation>
141       </xsd:annotation>   141       </xsd:annotation>
142       <xsd:sequence>   142       <xsd:sequence>
143          <xsd:element name="node" type="witsml:nameString" minOccurs="1" maxOccurs="1">   143          <xsd:element name="node" type="witsml:nameString" minOccurs="1" maxOccurs="1">
144             <xsd:annotation>   144             <xsd:annotation>
145                <xsd:documentation>Defines the node to which this port is connected. Only two ports should be actively connected to the same node at the same point in time. That   145                <xsd:documentation>Defines the node to which this port is connected. Only two ports should be actively connected to the same node at the same point in time. That
146                is, a port should only be connected to one other port. There are no semantics for the node except common connection. All ports that are connected to a node with the   146                is, a port should only be connected to one other port. There are no semantics for the node except common connection. All ports that are connected to a node with the
147                the same name are inherently connected to each other. The name of the node is only required to be unique within the context of the current Product Flow Network   147                the same name are inherently connected to each other. The name of the node is only required to be unique within the context of the current Product Flow Network
148                (that is, not the overall model). All ports must be connected to a node and whether or not any other port is connected to the same node depends on the requirements   148                (that is, not the overall model). All ports must be connected to a node and whether or not any other port is connected to the same node depends on the requirements
149                of the network. Any node that is internally connected to only one node is presumably a candidate to be connected to an external node. The behavior of ports   149                of the network. Any node that is internally connected to only one node is presumably a candidate to be connected to an external node. The behavior of ports
150                connected at a common node is as follows: a) There is no pressure drop across the node. All ports connected to the node have the same pressure. That is, there is an   150                connected at a common node is as follows: a) There is no pressure drop across the node. All ports connected to the node have the same pressure. That is, there is an
151                assumption of steady state fluid flow. b) Conservation of mass exists across the node. The mass into the node via all connected ports equals the mass out of the   151                assumption of steady state fluid flow. b) Conservation of mass exists across the node. The mass into the node via all connected ports equals the mass out of the
152                node via all connected ports. c) The flow direction of a port connected to the node may be transient. That is, flow direction may change toward any port if the   152                node via all connected ports. c) The flow direction of a port connected to the node may be transient. That is, flow direction may change toward any port if the
153                relative internal pressure of the Product Flow Units change and a new steady state is achieved.</xsd:documentation>   153                relative internal pressure of the Product Flow Units change and a new steady state is achieved.</xsd:documentation>
154             </xsd:annotation>   154             </xsd:annotation>
155          </xsd:element>   155          </xsd:element>
156          <xsd:element name="planName" type="witsml:nameString" minOccurs="0" maxOccurs="1">   156          <xsd:element name="planName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
157             <xsd:annotation>   157             <xsd:annotation>
158                <xsd:documentation>The name of a network plan. This indicates a planned connection. The connected port must be part of the same plan or be an actual. Not specified   158                <xsd:documentation>The name of a network plan. This indicates a planned connection. The connected port must be part of the same plan or be an actual. Not specified
159                indicates an actual connection.</xsd:documentation>   159                indicates an actual connection.</xsd:documentation>
160             </xsd:annotation>   160             </xsd:annotation>
161          </xsd:element>   161          </xsd:element>
162          <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   162          <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
163             <xsd:annotation>   163             <xsd:annotation>
164                <xsd:documentation>The date and time that the connection was activated.</xsd:documentation>   164                <xsd:documentation>The date and time that the connection was activated.</xsd:documentation>
165             </xsd:annotation>   165             </xsd:annotation>
166          </xsd:element>   166          </xsd:element>
167          <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   167          <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
168             <xsd:annotation>   168             <xsd:annotation>
169                <xsd:documentation>The date and time that the connection was terminated.</xsd:documentation>   169                <xsd:documentation>The date and time that the connection was terminated.</xsd:documentation>
170             </xsd:annotation>   170             </xsd:annotation>
171          </xsd:element>   171          </xsd:element>
172          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">   172          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
173             <xsd:annotation>   173             <xsd:annotation>
174                <xsd:documentation>A descriptive remark associated with this connection, possibly including a reason for termination.</xsd:documentation>   174                <xsd:documentation>A descriptive remark associated with this connection, possibly including a reason for termination.</xsd:documentation>
175             </xsd:annotation>   175             </xsd:annotation>
176          </xsd:element>   176          </xsd:element>
177       </xsd:sequence>   177       </xsd:sequence>
178       <xsd:attributeGroup ref="witsml:attgrp_uid">   178       <xsd:attributeGroup ref="witsml:attgrp_uid">
179          <xsd:annotation>   179          <xsd:annotation>
180             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>   180             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
181          </xsd:annotation>   181          </xsd:annotation>
182       </xsd:attributeGroup>   182       </xsd:attributeGroup>
183    </xsd:complexType>   183    </xsd:complexType>
184    <xsd:complexType name="cs_curveData">   184    <xsd:complexType name="cs_curveData">
185       <xsd:sequence>   185       <xsd:sequence>
186          <xsd:element name="index" type="witsml:unitlessQuantity" minOccurs="1" maxOccurs="unbounded">   186          <xsd:element name="index" type="witsml:unitlessQuantity" minOccurs="1" maxOccurs="unbounded">
187             <xsd:annotation>   187             <xsd:annotation>
188                <xsd:documentation>The value of an independent (index) variable in a row of the curve table. The units of measure are specified in the curve definition. The first   188                <xsd:documentation>The value of an independent (index) variable in a row of the curve table. The units of measure are specified in the curve definition. The first
189                value corresponds to order=1 for colums where isIndex is true. The second to order=2. And so on. The number of index and data values must match the number of   189                value corresponds to order=1 for colums where isIndex is true. The second to order=2. And so on. The number of index and data values must match the number of
190                columns in the table.</xsd:documentation>   190                columns in the table.</xsd:documentation>
191             </xsd:annotation>   191             </xsd:annotation>
192          </xsd:element>   192          </xsd:element>
193          <xsd:element name="value" type="witsml:unitlessQuantity" minOccurs="1" maxOccurs="unbounded">   193          <xsd:element name="value" type="witsml:unitlessQuantity" minOccurs="1" maxOccurs="unbounded">
194             <xsd:annotation>   194             <xsd:annotation>
195                <xsd:documentation>The value of a dependent (data) variable in a row of the curve table. The units of measure are specified in the curve definition. The first value   195                <xsd:documentation>The value of a dependent (data) variable in a row of the curve table. The units of measure are specified in the curve definition. The first value
196                corresponds to order=1 for columns where isIndex is false. The second to order=2. And so on. The number of index and data values must match the number of columns in   196                corresponds to order=1 for columns where isIndex is false. The second to order=2. And so on. The number of index and data values must match the number of columns in
197                the table.</xsd:documentation>   197                the table.</xsd:documentation>
198             </xsd:annotation>   198             </xsd:annotation>
199          </xsd:element>   199          </xsd:element>
200       </xsd:sequence>   200       </xsd:sequence>
201    </xsd:complexType>   201    </xsd:complexType>
202    <xsd:complexType name="cs_curveDefinition">   202    <xsd:complexType name="cs_curveDefinition">
203       <xsd:annotation>   203       <xsd:annotation>
204          <xsd:documentation>The definition of a curve.</xsd:documentation>   204          <xsd:documentation>The definition of a curve.</xsd:documentation>
205       </xsd:annotation>   205       </xsd:annotation>
206       <xsd:sequence>   206       <xsd:sequence>
207          <xsd:element name="order" type="witsml:positiveCount" minOccurs="1" maxOccurs="1">   207          <xsd:element name="order" type="witsml:positiveCount" minOccurs="1" maxOccurs="1">
208             <xsd:annotation>   208             <xsd:annotation>
209                <xsd:documentation>The order of the value in the index or data tuple. If isIndex is true this is the order of the (independent) index element. If isIndex is false,   209                <xsd:documentation>The order of the value in the index or data tuple. If isIndex is true this is the order of the (independent) index element. If isIndex is false,
210                this is the order of the (dependent) value element.</xsd:documentation>   210                this is the order of the (dependent) value element.</xsd:documentation>
211             </xsd:annotation>   211             </xsd:annotation>
212          </xsd:element>   212          </xsd:element>
213          <xsd:element name="parameter" type="witsml:kindString" minOccurs="1" maxOccurs="1">   213          <xsd:element name="parameter" type="witsml:kindString" minOccurs="1" maxOccurs="1">
214             <xsd:annotation>   214             <xsd:annotation>
215                <xsd:documentation>The name of the variable in this curve.</xsd:documentation>   215                <xsd:documentation>The name of the variable in this curve.</xsd:documentation>
216             </xsd:annotation>   216             </xsd:annotation>
217          </xsd:element>   217          </xsd:element>
218          <xsd:element name="isIndex" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">   218          <xsd:element name="isIndex" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
219             <xsd:annotation>   219             <xsd:annotation>
220                <xsd:documentation>True (equal "1" or "true") indicates that this is an independent variable in this curve. At least one column column should be flagged as   220                <xsd:documentation>True (equal "1" or "true") indicates that this is an independent variable in this curve. At least one column column should be flagged as
221                independent.</xsd:documentation>   221                independent.</xsd:documentation>
222             </xsd:annotation>   222             </xsd:annotation>
223          </xsd:element>   223          </xsd:element>
224          <xsd:element name="measureClass" type="witsml:MeasureClass" minOccurs="1" maxOccurs="1">   224          <xsd:element name="measureClass" type="witsml:MeasureClass" minOccurs="1" maxOccurs="1">
225             <xsd:annotation>   225             <xsd:annotation>
226                <xsd:documentation>The measure class of the variable. This defines which units of measure are valid for the value.</xsd:documentation>   226                <xsd:documentation>The measure class of the variable. This defines which units of measure are valid for the value.</xsd:documentation>
227             </xsd:annotation>   227             </xsd:annotation>
228          </xsd:element>   228          </xsd:element>
229          <xsd:element name="unit" type="witsml:uomString" minOccurs="1" maxOccurs="1">   229          <xsd:element name="unit" type="witsml:uomString" minOccurs="1" maxOccurs="1">
230             <xsd:annotation>   230             <xsd:annotation>
231                <xsd:documentation>The unit of measure of the variable. The unit of measure must match a unit allowed by the measure class.</xsd:documentation>   231                <xsd:documentation>The unit of measure of the variable. The unit of measure must match a unit allowed by the measure class.</xsd:documentation>
232             </xsd:annotation>   232             </xsd:annotation>
233          </xsd:element>   233          </xsd:element>
234       </xsd:sequence>   234       </xsd:sequence>
235       <xsd:attributeGroup ref="witsml:attgrp_uid">   235       <xsd:attributeGroup ref="witsml:attgrp_uid">
236          <xsd:annotation>   236          <xsd:annotation>
237             <xsd:documentation>Unique identifier for the port.</xsd:documentation>   237             <xsd:documentation>Unique identifier for the port.</xsd:documentation>
238          </xsd:annotation>   238          </xsd:annotation>
239       </xsd:attributeGroup>   239       </xsd:attributeGroup>
240    </xsd:complexType>   240    </xsd:complexType>
241    <xsd:complexType name="cs_customData">   241    <xsd:complexType name="cs_customData">
242       <xsd:annotation>   242       <xsd:annotation>
243          <xsd:documentation>WITSML - Custom or User Defined Element and Attributes Component Schema. Specify custom element, attributes, and types in the custom data   243          <xsd:documentation>WITSML - Custom or User Defined Element and Attributes Component Schema. Specify custom element, attributes, and types in the custom data
244          area.</xsd:documentation>   244          area.</xsd:documentation>
245       </xsd:annotation>   245       </xsd:annotation>
246       <xsd:sequence>   246       <xsd:sequence>
247          <xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded">   247          <xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded">
248             <xsd:annotation>   248             <xsd:annotation>
249                <xsd:documentation>Any element or attribute in any namespace. It is strongly recommended that all custom data definitions be added to a unique   249                <xsd:documentation>Any element or attribute in any namespace. It is strongly recommended that all custom data definitions be added to a unique
250                namespace.</xsd:documentation>   250                namespace.</xsd:documentation>
251             </xsd:annotation>   251             </xsd:annotation>
252          </xsd:any>   252          </xsd:any>
253       </xsd:sequence>   253       </xsd:sequence>
254    </xsd:complexType>   254    </xsd:complexType>
255    <xsd:complexType name="cs_datedComment">   255    <xsd:complexType name="cs_datedComment">
256       <xsd:annotation>   256       <xsd:annotation>
257          <xsd:documentation>A general timestamped comment structure.</xsd:documentation>   257          <xsd:documentation>A general timestamped comment structure.</xsd:documentation>
258       </xsd:annotation>   258       </xsd:annotation>
259       <xsd:sequence>   259       <xsd:sequence>
260          <xsd:element name="who" type="witsml:nameString" minOccurs="0" maxOccurs="1">   260          <xsd:element name="who" type="witsml:nameString" minOccurs="0" maxOccurs="1">
261             <xsd:annotation>   261             <xsd:annotation>
262                <xsd:documentation>The name of the person providing the comment.</xsd:documentation>   262                <xsd:documentation>The name of the person providing the comment.</xsd:documentation>
263             </xsd:annotation>   263             </xsd:annotation>
264          </xsd:element>   264          </xsd:element>
265          <xsd:element name="role" type="witsml:kindString" minOccurs="0" maxOccurs="1">   265          <xsd:element name="role" type="witsml:kindString" minOccurs="0" maxOccurs="1">
266             <xsd:annotation>   266             <xsd:annotation>
267                <xsd:documentation>The role of the person providing the comment. This is the role of the person within the context of comment.</xsd:documentation>   267                <xsd:documentation>The role of the person providing the comment. This is the role of the person within the context of comment.</xsd:documentation>
268             </xsd:annotation>   268             </xsd:annotation>
269          </xsd:element>   269          </xsd:element>
270          <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   270          <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
271             <xsd:annotation>   271             <xsd:annotation>
272                <xsd:documentation>The date and time where the comment begins to be valid.</xsd:documentation>   272                <xsd:documentation>The date and time where the comment begins to be valid.</xsd:documentation>
273             </xsd:annotation>   273             </xsd:annotation>
274          </xsd:element>   274          </xsd:element>
275          <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   275          <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
276             <xsd:annotation>   276             <xsd:annotation>
277                <xsd:documentation>The date and time where the comment is no longer valid.</xsd:documentation>   277                <xsd:documentation>The date and time where the comment is no longer valid.</xsd:documentation>
278             </xsd:annotation>   278             </xsd:annotation>
279          </xsd:element>   279          </xsd:element>
280          <xsd:element name="remark" type="witsml:commentString" minOccurs="1" maxOccurs="1">   280          <xsd:element name="remark" type="witsml:commentString" minOccurs="1" maxOccurs="1">
281             <xsd:annotation>   281             <xsd:annotation>
282                <xsd:documentation>The relevant comment.</xsd:documentation>   282                <xsd:documentation>The relevant comment.</xsd:documentation>
283             </xsd:annotation>   283             </xsd:annotation>
284          </xsd:element>   284          </xsd:element>
285       </xsd:sequence>   285       </xsd:sequence>
286       <xsd:attributeGroup ref="witsml:attgrp_uid">   286       <xsd:attributeGroup ref="witsml:attgrp_uid">
287          <xsd:annotation>   287          <xsd:annotation>
288             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>   288             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
289          </xsd:annotation>   289          </xsd:annotation>
290       </xsd:attributeGroup>   290       </xsd:attributeGroup>
291    </xsd:complexType>   291    </xsd:complexType>
292    <xsd:complexType name="cs_densityValue">   292    <xsd:complexType name="cs_densityValue">
293       <xsd:annotation>   293       <xsd:annotation>
294          <xsd:documentation>A possibly temperature and pressure corrected desity value.</xsd:documentation>   294          <xsd:documentation>A possibly temperature and pressure corrected desity value.</xsd:documentation>
295       </xsd:annotation>   295       </xsd:annotation>
296       <xsd:sequence>   296       <xsd:sequence>
297          <xsd:element name="density" type="witsml:densityMeasure" minOccurs="1" maxOccurs="1">   297          <xsd:element name="density" type="witsml:densityMeasure" minOccurs="1" maxOccurs="1">
298             <xsd:annotation>   298             <xsd:annotation>
299                <xsd:documentation>The density of the product.</xsd:documentation>   299                <xsd:documentation>The density of the product.</xsd:documentation>
300             </xsd:annotation>   300             </xsd:annotation>
301          </xsd:element>   301          </xsd:element>
302          <xsd:element name="temp" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">   302          <xsd:element name="temp" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
303             <xsd:annotation>   303             <xsd:annotation>
304                <xsd:documentation>The temperature to which the density has been corrected. If not given then the ambient temperature is assumed. If given, then a pressure should   304                <xsd:documentation>The temperature to which the density has been corrected. If not given then the ambient temperature is assumed. If given, then a pressure should
305                also be given. Common standard temperatures are: 0 degC, 15 degC, 60 degF.</xsd:documentation>   305                also be given. Common standard temperatures are: 0 degC, 15 degC, 60 degF.</xsd:documentation>
306             </xsd:annotation>   306             </xsd:annotation>
307          </xsd:element>   307          </xsd:element>
308          <xsd:element name="pres" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   308          <xsd:element name="pres" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
309             <xsd:annotation>   309             <xsd:annotation>
310                <xsd:documentation>The pressure to which the density has been corrected. If not given then the ambient pressure is assumed. If given, then a temperature should also   310                <xsd:documentation>The pressure to which the density has been corrected. If not given then the ambient pressure is assumed. If given, then a temperature should also
311                be given. Common standard pressures are: 1 atm and 14.696 psi (which are equivalent).</xsd:documentation>   311                be given. Common standard pressures are: 1 atm and 14.696 psi (which are equivalent).</xsd:documentation>
312             </xsd:annotation>   312             </xsd:annotation>
313          </xsd:element>   313          </xsd:element>
314       </xsd:sequence>   314       </xsd:sequence>
315    </xsd:complexType>   315    </xsd:complexType>
316    <xsd:complexType name="cs_documentInfo">   316    <xsd:complexType name="cs_documentInfo">
317       <xsd:annotation>   317       <xsd:annotation>
318          <xsd:documentation>A schema to capture a set of data that is relevant for many exchange documents. It includes information about the file that was created, and high-level   318          <xsd:documentation>A schema to capture a set of data that is relevant for many exchange documents. It includes information about the file that was created, and high-level
319          information about the data that is being exchanged within the file.</xsd:documentation>   319          information about the data that is being exchanged within the file.</xsd:documentation>
320       </xsd:annotation>   320       </xsd:annotation>
321       <xsd:sequence>   321       <xsd:sequence>
322          <xsd:element name="DocumentName" type="witsml:nameStruct" minOccurs="1" maxOccurs="1">   322          <xsd:element name="DocumentName" type="witsml:nameStruct" minOccurs="1" maxOccurs="1">
323             <xsd:annotation>   323             <xsd:annotation>
324                <xsd:documentation>An identifier for the document. This is intended to be unique within the context of the NamingSystem.</xsd:documentation>   324                <xsd:documentation>An identifier for the document. This is intended to be unique within the context of the NamingSystem.</xsd:documentation>
325             </xsd:annotation>   325             </xsd:annotation>
326          </xsd:element>   326          </xsd:element>
327          <xsd:element name="DocumentAlias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">   327          <xsd:element name="DocumentAlias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
328             <xsd:annotation>   328             <xsd:annotation>
329                <xsd:documentation>Zero or more alternate names for the document. These names do not need to be unique within the naming system.</xsd:documentation>   329                <xsd:documentation>Zero or more alternate names for the document. These names do not need to be unique within the naming system.</xsd:documentation>
330             </xsd:annotation>   330             </xsd:annotation>
331          </xsd:element>   331          </xsd:element>
332          <xsd:element name="DocumentDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   332          <xsd:element name="DocumentDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
333             <xsd:annotation>   333             <xsd:annotation>
334                <xsd:documentation>The date of the creation of the document. This is not the same as the date that the file was created. For this date, the document is considered   334                <xsd:documentation>The date of the creation of the document. This is not the same as the date that the file was created. For this date, the document is considered
335                to be the set of information associated with this document information. For example, the document may be a seismic binset. This represents the date that the binset   335                to be the set of information associated with this document information. For example, the document may be a seismic binset. This represents the date that the binset
336                was created. The FileCreation information would capture the date that the XML file was created to send or exchange the binset.</xsd:documentation>   336                was created. The FileCreation information would capture the date that the XML file was created to send or exchange the binset.</xsd:documentation>
337             </xsd:annotation>   337             </xsd:annotation>
338          </xsd:element>   338          </xsd:element>
339          <!--added msv te-->   339          <!--added msv te-->
340          <xsd:element name="DocumentVersion" type="witsml:commentString" minOccurs="0" maxOccurs="1"/>   340          <xsd:element name="DocumentVersion" type="witsml:commentString" minOccurs="0" maxOccurs="1"/>
341          <xsd:element name="documentClass" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">   341          <xsd:element name="documentClass" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
342             <xsd:annotation>   342             <xsd:annotation>
343                <xsd:documentation>A document class. Examples of classes would be a metadata classification or a set of keywords.</xsd:documentation>   343                <xsd:documentation>A document class. Examples of classes would be a metadata classification or a set of keywords.</xsd:documentation>
344             </xsd:annotation>   344             </xsd:annotation>
345          </xsd:element>   345          </xsd:element>
346          <xsd:element name="FileCreationInformation" type="witsml:fileCreationType" minOccurs="0" maxOccurs="1">   346          <xsd:element name="FileCreationInformation" type="witsml:fileCreationType" minOccurs="0" maxOccurs="1">
347             <xsd:annotation>   347             <xsd:annotation>
348                <xsd:documentation>The information about the creation of the exchange file. This is not about the creation of the data within the file, but the creation of the file   348                <xsd:documentation>The information about the creation of the exchange file. This is not about the creation of the data within the file, but the creation of the file
349                itself.</xsd:documentation>   349                itself.</xsd:documentation>
350             </xsd:annotation>   350             </xsd:annotation>
351          </xsd:element>   351          </xsd:element>
352          <xsd:element name="SecurityInformation" type="witsml:securityInfoType" minOccurs="0" maxOccurs="5">   352          <xsd:element name="SecurityInformation" type="witsml:securityInfoType" minOccurs="0" maxOccurs="5">
353             <xsd:annotation>   353             <xsd:annotation>
354                <xsd:documentation>Information about the security to be applied to this file. More than one classification can be given.</xsd:documentation>   354                <xsd:documentation>Information about the security to be applied to this file. More than one classification can be given.</xsd:documentation>
355             </xsd:annotation>   355             </xsd:annotation>
356          </xsd:element>   356          </xsd:element>
357          <xsd:element name="Disclaimer" type="witsml:commentString" minOccurs="0" maxOccurs="1">   357          <xsd:element name="Disclaimer" type="witsml:commentString" minOccurs="0" maxOccurs="1">
358             <xsd:annotation>   358             <xsd:annotation>
359                <xsd:documentation>A free-form string that allows a disclaimer to accompany the information.</xsd:documentation>   359                <xsd:documentation>A free-form string that allows a disclaimer to accompany the information.</xsd:documentation>
360             </xsd:annotation>   360             </xsd:annotation>
361          </xsd:element>   361          </xsd:element>
362          <xsd:element name="AuditTrail" type="witsml:auditType" minOccurs="0" maxOccurs="1">   362          <xsd:element name="AuditTrail" type="witsml:auditType" minOccurs="0" maxOccurs="1">
363             <xsd:annotation>   363             <xsd:annotation>
364                <xsd:documentation>A collection of events that can document the history of the data.</xsd:documentation>   364                <xsd:documentation>A collection of events that can document the history of the data.</xsd:documentation>
365             </xsd:annotation>   365             </xsd:annotation>
366          </xsd:element>   366          </xsd:element>
367          <xsd:element name="Owner" type="witsml:nameString" minOccurs="0" maxOccurs="1">   367          <xsd:element name="Owner" type="witsml:nameString" minOccurs="0" maxOccurs="1">
368             <xsd:annotation>   368             <xsd:annotation>
369                <xsd:documentation>The owner of the data.</xsd:documentation>   369                <xsd:documentation>The owner of the data.</xsd:documentation>
370             </xsd:annotation>   370             </xsd:annotation>
371          </xsd:element>   371          </xsd:element>
372          <xsd:element name="QueryParam" type="witsml:queryParam" minOccurs="0" maxOccurs="1">   372          <xsd:element name="QueryParam" type="witsml:queryParam" minOccurs="0" maxOccurs="1">
373             <xsd:annotation>   373             <xsd:annotation>
374                <xsd:documentation>WITSML query parameters.</xsd:documentation>   374                <xsd:documentation>WITSML query parameters.</xsd:documentation>
375             </xsd:annotation>   375             </xsd:annotation>
376          </xsd:element>   376          </xsd:element>
377          <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">   377          <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
378             <xsd:annotation>   378             <xsd:annotation>
379                <xsd:documentation>An optional comment about the document.</xsd:documentation>   379                <xsd:documentation>An optional comment about the document.</xsd:documentation>
380             </xsd:annotation>   380             </xsd:annotation>
381          </xsd:element>   381          </xsd:element>
382       </xsd:sequence>   382       </xsd:sequence>
383    </xsd:complexType>   383    </xsd:complexType>
384    <xsd:complexType name="queryParam">   384    <xsd:complexType name="queryParam">
385       <xsd:annotation>   385       <xsd:annotation>
386          <xsd:documentation>A structure for WITSML query parameters. The intent is to allow a query for all objects within an index range (whether or not the object is growing).   386          <xsd:documentation>A structure for WITSML query parameters. The intent is to allow a query for all objects within an index range (whether or not the object is growing).
387          These would typically be something like a daily report.</xsd:documentation>   387          These would typically be something like a daily report.</xsd:documentation>
388       </xsd:annotation>   388       </xsd:annotation>
389       <xsd:sequence>   389       <xsd:sequence>
390          <xsd:element name="dTimMin" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">   390          <xsd:element name="dTimMin" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
391             <xsd:annotation>   391             <xsd:annotation>
392                <xsd:documentation>The minimum start time for an object. This only applies to objects with a root level date and/or dateTime element(s). The objects may or not be   392                <xsd:documentation>The minimum start time for an object. This only applies to objects with a root level date and/or dateTime element(s). The objects may or not be
393                growing objects but the See the API specification for behavior related to this query parameter.</xsd:documentation>   393                growing objects but the See the API specification for behavior related to this query parameter.</xsd:documentation>
394             </xsd:annotation>   394             </xsd:annotation>
395          </xsd:element>   395          </xsd:element>
396          <xsd:element name="dTimMax" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">   396          <xsd:element name="dTimMax" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
397             <xsd:annotation>   397             <xsd:annotation>
398                <xsd:documentation>The maximum start time for an object. This only applies to objects with a root level date and/or dateTime element(s). See the API specification   398                <xsd:documentation>The maximum start time for an object. This only applies to objects with a root level date and/or dateTime element(s). See the API specification
399                for behavior related to this query parameter.</xsd:documentation>   399                for behavior related to this query parameter.</xsd:documentation>
400             </xsd:annotation>   400             </xsd:annotation>
401          </xsd:element>   401          </xsd:element>
402       </xsd:sequence>   402       </xsd:sequence>
403    </xsd:complexType>   403    </xsd:complexType>
404    <xsd:complexType name="fileCreationType">   404    <xsd:complexType name="fileCreationType">
405       <xsd:annotation>   405       <xsd:annotation>
406          <xsd:documentation>A block of information about the creation of the XML file. This is different than the creation of the data that is included within the   406          <xsd:documentation>A block of information about the creation of the XML file. This is different than the creation of the data that is included within the
407          file.</xsd:documentation>   407          file.</xsd:documentation>
408       </xsd:annotation>   408       </xsd:annotation>
409       <xsd:sequence>   409       <xsd:sequence>
410          <xsd:element name="FileCreationDate" type="witsml:timestamp" minOccurs="1" maxOccurs="1">   410          <xsd:element name="FileCreationDate" type="witsml:timestamp" minOccurs="1" maxOccurs="1">
411             <xsd:annotation>   411             <xsd:annotation>
412                <xsd:documentation>The date and time that the file was created.</xsd:documentation>   412                <xsd:documentation>The date and time that the file was created.</xsd:documentation>
413             </xsd:annotation>   413             </xsd:annotation>
414          </xsd:element>   414          </xsd:element>
415          <xsd:element name="SoftwareName" type="witsml:nameString" minOccurs="0" maxOccurs="1">   415          <xsd:element name="SoftwareName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
416             <xsd:annotation>   416             <xsd:annotation>
417                <xsd:documentation>If appropriate, the software that created the file. This is a free form string, and may include whatever information is deemed   417                <xsd:documentation>If appropriate, the software that created the file. This is a free form string, and may include whatever information is deemed
418                relevant.</xsd:documentation>   418                relevant.</xsd:documentation>
419             </xsd:annotation>   419             </xsd:annotation>
420          </xsd:element>   420          </xsd:element>
421          <xsd:element name="FileCreator" type="witsml:nameString" minOccurs="0" maxOccurs="1">   421          <xsd:element name="FileCreator" type="witsml:nameString" minOccurs="0" maxOccurs="1">
422             <xsd:annotation>   422             <xsd:annotation>
423                <xsd:documentation>The person or business associate that created the file.</xsd:documentation>   423                <xsd:documentation>The person or business associate that created the file.</xsd:documentation>
424             </xsd:annotation>   424             </xsd:annotation>
425          </xsd:element>   425          </xsd:element>
426          <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">   426          <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
427             <xsd:annotation>   427             <xsd:annotation>
428                <xsd:documentation>Any comment that would be useful to further explain the creation of this instance document.</xsd:documentation>   428                <xsd:documentation>Any comment that would be useful to further explain the creation of this instance document.</xsd:documentation>
429             </xsd:annotation>   429             </xsd:annotation>
430          </xsd:element>   430          </xsd:element>
431       </xsd:sequence>   431       </xsd:sequence>
432    </xsd:complexType>   432    </xsd:complexType>
433    <xsd:complexType name="securityInfoType">   433    <xsd:complexType name="securityInfoType">
434       <xsd:annotation>   434       <xsd:annotation>
435          <xsd:documentation>Information about the security classification of the document. This is intended as a documentation of the security so that the file will not   435          <xsd:documentation>Information about the security classification of the document. This is intended as a documentation of the security so that the file will not
436          inadvertently be sent to someone who is not allowed access to the data. This block also carries a date that the security classification expires. For example, a well log   436          inadvertently be sent to someone who is not allowed access to the data. This block also carries a date that the security classification expires. For example, a well log
437          is confidential for a period of time, and then becomes open. All security classes are characterized by their classification systems.</xsd:documentation>   437          is confidential for a period of time, and then becomes open. All security classes are characterized by their classification systems.</xsd:documentation>
438       </xsd:annotation>   438       </xsd:annotation>
439       <xsd:sequence>   439       <xsd:sequence>
440          <xsd:element name="Class" type="witsml:kindString" minOccurs="0" maxOccurs="1">   440          <xsd:element name="Class" type="witsml:kindString" minOccurs="0" maxOccurs="1">
441             <xsd:annotation>   441             <xsd:annotation>
442                <xsd:documentation>The security class in which this document is classified. Examples would be confidential, partner confidential, tight. The meaning of the class is   442                <xsd:documentation>The security class in which this document is classified. Examples would be confidential, partner confidential, tight. The meaning of the class is
443                determined by the System in which it is defined.</xsd:documentation>   443                determined by the System in which it is defined.</xsd:documentation>
444             </xsd:annotation>   444             </xsd:annotation>
445          </xsd:element>   445          </xsd:element>
446          <xsd:element name="SecuritySystem" type="witsml:kindString" minOccurs="0" maxOccurs="1">   446          <xsd:element name="SecuritySystem" type="witsml:kindString" minOccurs="0" maxOccurs="1">
447             <xsd:annotation>   447             <xsd:annotation>
448                <xsd:documentation>The security classification system. This gives context to the meaning of the Class value.</xsd:documentation>   448                <xsd:documentation>The security classification system. This gives context to the meaning of the Class value.</xsd:documentation>
449             </xsd:annotation>   449             </xsd:annotation>
450          </xsd:element>   450          </xsd:element>
451          <xsd:element name="EndDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   451          <xsd:element name="EndDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
452             <xsd:annotation>   452             <xsd:annotation>
453                <xsd:documentation>The date on which this security class is no longer applicable.</xsd:documentation>   453                <xsd:documentation>The date on which this security class is no longer applicable.</xsd:documentation>
454             </xsd:annotation>   454             </xsd:annotation>
455          </xsd:element>   455          </xsd:element>
456          <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">   456          <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
457             <xsd:annotation>   457             <xsd:annotation>
458                <xsd:documentation>A general comment to further define the security class.</xsd:documentation>   458                <xsd:documentation>A general comment to further define the security class.</xsd:documentation>
459             </xsd:annotation>   459             </xsd:annotation>
460          </xsd:element>   460          </xsd:element>
461       </xsd:sequence>   461       </xsd:sequence>
462    </xsd:complexType>   462    </xsd:complexType>
463    <xsd:complexType name="auditType">   463    <xsd:complexType name="auditType">
464       <xsd:annotation>   464       <xsd:annotation>
465          <xsd:documentation>The audit records what happened to the data, to produce the data that is in this file. It consists of one or more events.</xsd:documentation>   465          <xsd:documentation>The audit records what happened to the data, to produce the data that is in this file. It consists of one or more events.</xsd:documentation>
466       </xsd:annotation>   466       </xsd:annotation>
467       <xsd:sequence>   467       <xsd:sequence>
468          <xsd:element name="Event" type="witsml:eventType" minOccurs="1" maxOccurs="unbounded" />   468          <xsd:element name="Event" type="witsml:eventType" minOccurs="1" maxOccurs="unbounded" />
469       </xsd:sequence>   469       </xsd:sequence>
470    </xsd:complexType>   470    </xsd:complexType>
471    <xsd:complexType name="eventType">   471    <xsd:complexType name="eventType">
472       <xsd:annotation>   472       <xsd:annotation>
473          <xsd:documentation>An event type captures the basic information about an event that has affected the data.</xsd:documentation>   473          <xsd:documentation>An event type captures the basic information about an event that has affected the data.</xsd:documentation>
474       </xsd:annotation>   474       </xsd:annotation>
475       <xsd:sequence>   475       <xsd:sequence>
476          <xsd:element name="EventDate" type="witsml:timestamp" minOccurs="1" maxOccurs="1">   476          <xsd:element name="EventDate" type="witsml:timestamp" minOccurs="1" maxOccurs="1">
477             <xsd:annotation>   477             <xsd:annotation>
478                <xsd:documentation>The date on which the event took place.</xsd:documentation>   478                <xsd:documentation>The date on which the event took place.</xsd:documentation>
479             </xsd:annotation>   479             </xsd:annotation>
480          </xsd:element>   480          </xsd:element>
481          <xsd:element name="ResponsibleParty" type="witsml:nameString" minOccurs="0" maxOccurs="1">   481          <xsd:element name="ResponsibleParty" type="witsml:nameString" minOccurs="0" maxOccurs="1">
482             <xsd:annotation>   482             <xsd:annotation>
483                <xsd:documentation>The party responsible for the event.</xsd:documentation>   483                <xsd:documentation>The party responsible for the event.</xsd:documentation>
484             </xsd:annotation>   484             </xsd:annotation>
485          </xsd:element>   485          </xsd:element>
486          <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">   486          <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
487             <xsd:annotation>   487             <xsd:annotation>
488                <xsd:documentation>A free form comment that can further define the event that occurred.</xsd:documentation>   488                <xsd:documentation>A free form comment that can further define the event that occurred.</xsd:documentation>
489             </xsd:annotation>   489             </xsd:annotation>
490          </xsd:element>   490          </xsd:element>
491       </xsd:sequence>   491       </xsd:sequence>
492    </xsd:complexType>   492    </xsd:complexType>
493    <xsd:complexType name="cs_dtsBoxInformation">   493    <xsd:complexType name="cs_dtsBoxInformation">
494       <xsd:annotation>   494       <xsd:annotation>
495          <xsd:documentation>The instrument box used for distributed temperature surveys</xsd:documentation>   495          <xsd:documentation>The instrument box used for distributed temperature surveys</xsd:documentation>
496       </xsd:annotation>   496       </xsd:annotation>
497       <xsd:sequence>   497       <xsd:sequence>
498          <xsd:element name="installationDate" type="witsml:date" minOccurs="0" maxOccurs="1">   498          <xsd:element name="installationDate" type="witsml:date" minOccurs="0" maxOccurs="1">
499             <xsd:annotation>   499             <xsd:annotation>
500                <xsd:documentation>The date the instrument box was installed.</xsd:documentation>   500                <xsd:documentation>The date the instrument box was installed.</xsd:documentation>
501             </xsd:annotation>   501             </xsd:annotation>
502          </xsd:element>   502          </xsd:element>
503          <xsd:element name="installationCompany" type="witsml:nameString" minOccurs="0" maxOccurs="1">   503          <xsd:element name="installationCompany" type="witsml:nameString" minOccurs="0" maxOccurs="1">
504             <xsd:annotation>   504             <xsd:annotation>
505                <xsd:documentation>The company that installed the instrument box in the wellbore measurement system.</xsd:documentation>   505                <xsd:documentation>The company that installed the instrument box in the wellbore measurement system.</xsd:documentation>
506             </xsd:annotation>   506             </xsd:annotation>
507          </xsd:element>   507          </xsd:element>
508          <xsd:element name="deInstallationDate" type="witsml:date" minOccurs="0" maxOccurs="1">   508          <xsd:element name="deInstallationDate" type="witsml:date" minOccurs="0" maxOccurs="1">
509             <xsd:annotation>   509             <xsd:annotation>
510                <xsd:documentation>The date the instrument box was de-installed from the wellbore.</xsd:documentation>   510                <xsd:documentation>The date the instrument box was de-installed from the wellbore.</xsd:documentation>
511             </xsd:annotation>   511             </xsd:annotation>
512          </xsd:element>   512          </xsd:element>
513          <xsd:element name="instrumentBox" type="witsml:cs_dtsInstrumentBox" minOccurs="0" maxOccurs="1">   513          <xsd:element name="instrumentBox" type="witsml:cs_dtsInstrumentBox" minOccurs="0" maxOccurs="1">
514             <xsd:annotation>   514             <xsd:annotation>
515                <xsd:documentation>The properties of the instrument box.</xsd:documentation>   515                <xsd:documentation>The properties of the instrument box.</xsd:documentation>
516             </xsd:annotation>   516             </xsd:annotation>
517          </xsd:element>   517          </xsd:element>
518       </xsd:sequence>   518       </xsd:sequence>
519       <xsd:attributeGroup ref="witsml:attgrp_uid">   519       <xsd:attributeGroup ref="witsml:attgrp_uid">
520          <xsd:annotation>   520          <xsd:annotation>
521             <xsd:documentation>Unique identifier for the box information.</xsd:documentation>   521             <xsd:documentation>Unique identifier for the box information.</xsd:documentation>
522          </xsd:annotation>   522          </xsd:annotation>
523       </xsd:attributeGroup>   523       </xsd:attributeGroup>
524    </xsd:complexType>   524    </xsd:complexType>
525    <xsd:complexType name="cs_dtsCalibration">   525    <xsd:complexType name="cs_dtsCalibration">
526       <xsd:annotation>   526       <xsd:annotation>
527          <xsd:documentation>Calibration parameters vary from vendor to vendor, depending on the calibration method being used. This is a general type that allows a calibration   527          <xsd:documentation>Calibration parameters vary from vendor to vendor, depending on the calibration method being used. This is a general type that allows a calibration
528          date, business associate, and many name/value pairs.</xsd:documentation>   528          date, business associate, and many name/value pairs.</xsd:documentation>
529       </xsd:annotation>   529       </xsd:annotation>
530       <xsd:sequence>   530       <xsd:sequence>
531          <xsd:element name="dTimCalibration" type="witsml:date" minOccurs="0" maxOccurs="1">   531          <xsd:element name="dTimCalibration" type="witsml:date" minOccurs="0" maxOccurs="1">
532             <xsd:annotation>   532             <xsd:annotation>
533                <xsd:documentation>The date of the calibration</xsd:documentation>   533                <xsd:documentation>The date of the calibration</xsd:documentation>
534             </xsd:annotation>   534             </xsd:annotation>
535          </xsd:element>   535          </xsd:element>
536          <xsd:element name="calibratedBy" type="witsml:nameString" minOccurs="0" maxOccurs="1">   536          <xsd:element name="calibratedBy" type="witsml:nameString" minOccurs="0" maxOccurs="1">
537             <xsd:annotation>   537             <xsd:annotation>
538                <xsd:documentation>The business associate that performed the calibration.</xsd:documentation>   538                <xsd:documentation>The business associate that performed the calibration.</xsd:documentation>
539             </xsd:annotation>   539             </xsd:annotation>
540          </xsd:element>   540          </xsd:element>
541          <xsd:element name="calibrationProtocol" type="witsml:nameString" minOccurs="0" maxOccurs="1">   541          <xsd:element name="calibrationProtocol" type="witsml:nameString" minOccurs="0" maxOccurs="1">
542             <xsd:annotation>   542             <xsd:annotation>
543                <xsd:documentation>This may be a standard protocol, or a software application.</xsd:documentation>   543                <xsd:documentation>This may be a standard protocol, or a software application.</xsd:documentation>
544             </xsd:annotation>   544             </xsd:annotation>
545          </xsd:element>   545          </xsd:element>
546          <xsd:element name="parameter" type="witsml:cs_dtsCalibrationParameter" minOccurs="0" maxOccurs="unbounded">   546          <xsd:element name="parameter" type="witsml:cs_dtsCalibrationParameter" minOccurs="0" maxOccurs="unbounded">
547             <xsd:annotation>   547             <xsd:annotation>
548                <xsd:documentation>Attribute name is the name of the parameter. Optional attribute uom is the unit of measure of the parameter. The value of the element is the   548                <xsd:documentation>Attribute name is the name of the parameter. Optional attribute uom is the unit of measure of the parameter. The value of the element is the
549                value of the parameter. Note that a string value may appear as a parameter.</xsd:documentation>   549                value of the parameter. Note that a string value may appear as a parameter.</xsd:documentation>
550             </xsd:annotation>   550             </xsd:annotation>
551          </xsd:element>   551          </xsd:element>
552          <xsd:element name="remarks" type="witsml:commentString" minOccurs="0" maxOccurs="1">   552          <xsd:element name="remarks" type="witsml:commentString" minOccurs="0" maxOccurs="1">
553             <xsd:annotation>   553             <xsd:annotation>
554                <xsd:documentation>Any remarks that may be useful, regarding the calibration information.</xsd:documentation>   554                <xsd:documentation>Any remarks that may be useful, regarding the calibration information.</xsd:documentation>
555             </xsd:annotation>   555             </xsd:annotation>
556          </xsd:element>   556          </xsd:element>
557       </xsd:sequence>   557       </xsd:sequence>
558       <xsd:attributeGroup ref="witsml:attgrp_uid">   558       <xsd:attributeGroup ref="witsml:attgrp_uid">
559          <xsd:annotation>   559          <xsd:annotation>
560             <xsd:documentation>Unique identifier for the calibration.</xsd:documentation>   560             <xsd:documentation>Unique identifier for the calibration.</xsd:documentation>
561          </xsd:annotation>   561          </xsd:annotation>
562       </xsd:attributeGroup>   562       </xsd:attributeGroup>
563    </xsd:complexType>   563    </xsd:complexType>
564    <xsd:complexType name="cs_dtsCalibrationParameter">   564    <xsd:complexType name="cs_dtsCalibrationParameter">
565       <xsd:annotation>   565       <xsd:annotation>
566          <xsd:documentation>Parameters are given by name/ value pairs, with optional uom. The parameter name and uom are attributes, and the value is the value of the   566          <xsd:documentation>Parameters are given by name/ value pairs, with optional uom. The parameter name and uom are attributes, and the value is the value of the
567          element.</xsd:documentation>   567          element.</xsd:documentation>
568       </xsd:annotation>   568       </xsd:annotation>
569       <xsd:simpleContent>   569       <xsd:simpleContent>
570          <xsd:extension base="witsml:abstractNameString">   570          <xsd:extension base="witsml:abstractNameString">
571             <xsd:attribute name="uom" type="witsml:uomString" use="optional">   571             <xsd:attribute name="uom" type="witsml:uomString" use="optional">
572                <xsd:annotation>   572                <xsd:annotation>
573                   <xsd:documentation>The unit of measure of the parameter value.</xsd:documentation>   573                   <xsd:documentation>The unit of measure of the parameter value.</xsd:documentation>
574                </xsd:annotation>   574                </xsd:annotation>
575             </xsd:attribute>   575             </xsd:attribute>
576             <xsd:attribute name="name" type="witsml:nameString" use="required">   576             <xsd:attribute name="name" type="witsml:nameString" use="required">
577                <xsd:annotation>   577                <xsd:annotation>
578                   <xsd:documentation>The name of the parameter.</xsd:documentation>   578                   <xsd:documentation>The name of the parameter.</xsd:documentation>
579                </xsd:annotation>   579                </xsd:annotation>
580             </xsd:attribute>   580             </xsd:attribute>
581          </xsd:extension>   581          </xsd:extension>
582       </xsd:simpleContent>   582       </xsd:simpleContent>
583    </xsd:complexType>   583    </xsd:complexType>
584    <xsd:complexType name="cs_dtsErrorReport">   584    <xsd:complexType name="cs_dtsErrorReport">
585       <xsd:annotation>   585       <xsd:annotation>
586          <xsd:documentation>A simple structure that allows an error report to be exchanged. The strucutre will allow for an error name, error id (generally a numerical code), and   586          <xsd:documentation>A simple structure that allows an error report to be exchanged. The strucutre will allow for an error name, error id (generally a numerical code), and
587          a description.</xsd:documentation>   587          a description.</xsd:documentation>
588       </xsd:annotation>   588       </xsd:annotation>
589       <xsd:sequence>   589       <xsd:sequence>
590          <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">   590          <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">
591             <xsd:annotation>   591             <xsd:annotation>
592                <xsd:documentation>A name of the error.</xsd:documentation>   592                <xsd:documentation>A name of the error.</xsd:documentation>
593             </xsd:annotation>   593             </xsd:annotation>
594          </xsd:element>   594          </xsd:element>
595          <xsd:element name="id" type="witsml:kindString" minOccurs="0" maxOccurs="1">   595          <xsd:element name="id" type="witsml:kindString" minOccurs="0" maxOccurs="1">
596             <xsd:annotation>   596             <xsd:annotation>
597                <xsd:documentation>A code, or other id, for the error.</xsd:documentation>   597                <xsd:documentation>A code, or other id, for the error.</xsd:documentation>
598             </xsd:annotation>   598             </xsd:annotation>
599          </xsd:element>   599          </xsd:element>
600          <xsd:element name="description" type="witsml:commentString" minOccurs="0" maxOccurs="1">   600          <xsd:element name="description" type="witsml:commentString" minOccurs="0" maxOccurs="1">
601             <xsd:annotation>   601             <xsd:annotation>
602                <xsd:documentation>A description of the error.</xsd:documentation>   602                <xsd:documentation>A description of the error.</xsd:documentation>
603             </xsd:annotation>   603             </xsd:annotation>
604          </xsd:element>   604          </xsd:element>
605       </xsd:sequence>   605       </xsd:sequence>
606       <xsd:attributeGroup ref="witsml:attgrp_uid">   606       <xsd:attributeGroup ref="witsml:attgrp_uid">
607          <xsd:annotation>   607          <xsd:annotation>
608             <xsd:documentation>Unique identifier for the error report.</xsd:documentation>   608             <xsd:documentation>Unique identifier for the error report.</xsd:documentation>
609          </xsd:annotation>   609          </xsd:annotation>
610       </xsd:attributeGroup>   610       </xsd:attributeGroup>
611    </xsd:complexType>   611    </xsd:complexType>
612    <xsd:complexType name="cs_dtsFiber">   612    <xsd:complexType name="cs_dtsFiber">
613       <xsd:annotation>   613       <xsd:annotation>
614          <xsd:documentation>The optical fiber used for distributed temperature surveys</xsd:documentation>   614          <xsd:documentation>The optical fiber used for distributed temperature surveys</xsd:documentation>
615       </xsd:annotation>   615       </xsd:annotation>
616       <xsd:sequence>   616       <xsd:sequence>
617          <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">   617          <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">
618             <xsd:annotation>   618             <xsd:annotation>
619                <xsd:documentation>A human understandable name for the fiber. This is used for identification of the instance.</xsd:documentation>   619                <xsd:documentation>A human understandable name for the fiber. This is used for identification of the instance.</xsd:documentation>
620             </xsd:annotation>   620             </xsd:annotation>
621          </xsd:element>   621          </xsd:element>
622          <xsd:element name="mode" type="witsml:FiberMode" minOccurs="1" maxOccurs="1">   622          <xsd:element name="mode" type="witsml:FiberMode" minOccurs="1" maxOccurs="1">
623             <xsd:annotation>   623             <xsd:annotation>
624                <xsd:documentation>The mode of fiber.</xsd:documentation>   624                <xsd:documentation>The mode of fiber.</xsd:documentation>
625             </xsd:annotation>   625             </xsd:annotation>
626          </xsd:element>   626          </xsd:element>
627          <xsd:element name="type" type="witsml:typeOptionalClassString" minOccurs="0" maxOccurs="unbounded">   627          <xsd:element name="type" type="witsml:typeOptionalClassString" minOccurs="0" maxOccurs="unbounded">
628             <xsd:annotation>   628             <xsd:annotation>
629                <xsd:documentation>Zero or more instances that allow other classifications to be assigned to the fiber.</xsd:documentation>   629                <xsd:documentation>Zero or more instances that allow other classifications to be assigned to the fiber.</xsd:documentation>
630             </xsd:annotation>   630             </xsd:annotation>
631          </xsd:element>   631          </xsd:element>
632          <xsd:element name="coating" type="witsml:kindString" minOccurs="0" maxOccurs="1">   632          <xsd:element name="coating" type="witsml:kindString" minOccurs="0" maxOccurs="1">
633             <xsd:annotation>   633             <xsd:annotation>
634                <xsd:documentation>The type of coating on the fiber.</xsd:documentation>   634                <xsd:documentation>The type of coating on the fiber.</xsd:documentation>
635             </xsd:annotation>   635             </xsd:annotation>
636          </xsd:element>   636          </xsd:element>
637          <xsd:element name="jacket" type="witsml:kindString" minOccurs="0" maxOccurs="1">   637          <xsd:element name="jacket" type="witsml:kindString" minOccurs="0" maxOccurs="1">
638             <xsd:annotation>   638             <xsd:annotation>
639                <xsd:documentation>The type of jacket covering the fiber.</xsd:documentation>   639                <xsd:documentation>The type of jacket covering the fiber.</xsd:documentation>
640             </xsd:annotation>   640             </xsd:annotation>
641          </xsd:element>   641          </xsd:element>
642          <xsd:element name="coreDiameter" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">   642          <xsd:element name="coreDiameter" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
643             <xsd:annotation>   643             <xsd:annotation>
644                <xsd:documentation>The inner diameter of the core, generally measured in microns (um).</xsd:documentation>   644                <xsd:documentation>The inner diameter of the core, generally measured in microns (um).</xsd:documentation>
645             </xsd:annotation>   645             </xsd:annotation>
646          </xsd:element>   646          </xsd:element>
647          <xsd:element name="claddedDiameter" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">   647          <xsd:element name="claddedDiameter" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
648             <xsd:annotation>   648             <xsd:annotation>
649                <xsd:documentation>The diameter of the core plus the cladding, generally measured in microns (um).</xsd:documentation>   649                <xsd:documentation>The diameter of the core plus the cladding, generally measured in microns (um).</xsd:documentation>
650             </xsd:annotation>   650             </xsd:annotation>
651          </xsd:element>   651          </xsd:element>
652          <xsd:element name="outsideDiameter" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">   652          <xsd:element name="outsideDiameter" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
653             <xsd:annotation>   653             <xsd:annotation>
654                <xsd:documentation>The diameter of the cable and all its sheathing, generally measured in microns (um). This is intended to be the diameter of the cable on the   654                <xsd:documentation>The diameter of the cable and all its sheathing, generally measured in microns (um). This is intended to be the diameter of the cable on the
655                spool.</xsd:documentation>   655                spool.</xsd:documentation>
656             </xsd:annotation>   656             </xsd:annotation>
657          </xsd:element>   657          </xsd:element>
658          <xsd:element name="refractiveIndex" type="witsml:cs_dtsRefractiveIndex" minOccurs="0" maxOccurs="unbounded">   658          <xsd:element name="refractiveIndex" type="witsml:cs_dtsRefractiveIndex" minOccurs="0" maxOccurs="unbounded">
659             <xsd:annotation>   659             <xsd:annotation>
660                <xsd:documentation>The refractive index of the fiber. Also included is the frequency in Hz for which this refractive index is valid. There may be multiple instances   660                <xsd:documentation>The refractive index of the fiber. Also included is the frequency in Hz for which this refractive index is valid. There may be multiple instances
661                of this element.</xsd:documentation>   661                of this element.</xsd:documentation>
662             </xsd:annotation>   662             </xsd:annotation>
663          </xsd:element>   663          </xsd:element>
664          <xsd:element name="oneWayLoss" type="witsml:cs_dtsOneWayLoss" minOccurs="0" maxOccurs="unbounded">   664          <xsd:element name="oneWayLoss" type="witsml:cs_dtsOneWayLoss" minOccurs="0" maxOccurs="unbounded">
665             <xsd:annotation>   665             <xsd:annotation>
666                <xsd:documentation>The power loss (usually in decibels) per unit of length of the fiber. Also included is the frequency for which this loss is measured. There ay be   666                <xsd:documentation>The power loss (usually in decibels) per unit of length of the fiber. Also included is the frequency for which this loss is measured. There ay be
667                multiple instances of this element.</xsd:documentation>   667                multiple instances of this element.</xsd:documentation>
668             </xsd:annotation>   668             </xsd:annotation>
669          </xsd:element>   669          </xsd:element>
670          <xsd:element name="parameter" type="witsml:indexedObject" minOccurs="0" maxOccurs="unbounded">   670          <xsd:element name="parameter" type="witsml:indexedObject" minOccurs="0" maxOccurs="unbounded">
671             <xsd:annotation>   671             <xsd:annotation>
672                <xsd:documentation>Additional parameters to define the fiber as a material. These should not be parameters to define the installation of the fiber in a well, or   672                <xsd:documentation>Additional parameters to define the fiber as a material. These should not be parameters to define the installation of the fiber in a well, or
673                other system. This element should be used only if an appropriate parameter is not available as an element, or in the calibration operation.</xsd:documentation>   673                other system. This element should be used only if an appropriate parameter is not available as an element, or in the calibration operation.</xsd:documentation>
674             </xsd:annotation>   674             </xsd:annotation>
675          </xsd:element>   675          </xsd:element>
676          <xsd:element name="spoolNumberTag" type="witsml:kindString" minOccurs="0" maxOccurs="1">   676          <xsd:element name="spoolNumberTag" type="witsml:kindString" minOccurs="0" maxOccurs="1">
677             <xsd:annotation>   677             <xsd:annotation>
678                <xsd:documentation>The spool number located on the particular spool. The spool number may contain alphanumeric characters.</xsd:documentation>   678                <xsd:documentation>The spool number located on the particular spool. The spool number may contain alphanumeric characters.</xsd:documentation>
679             </xsd:annotation>   679             </xsd:annotation>
680          </xsd:element>   680          </xsd:element>
681          <xsd:element name="spoolLength" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">   681          <xsd:element name="spoolLength" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
682             <xsd:annotation>   682             <xsd:annotation>
683                <xsd:documentation>The length of the fiber on the spool when purchased.</xsd:documentation>   683                <xsd:documentation>The length of the fiber on the spool when purchased.</xsd:documentation>
684             </xsd:annotation>   684             </xsd:annotation>
685          </xsd:element>   685          </xsd:element>
686          <xsd:element name="supplyDate" type="witsml:date" minOccurs="0" maxOccurs="1">   686          <xsd:element name="supplyDate" type="witsml:date" minOccurs="0" maxOccurs="1">
687             <xsd:annotation>   687             <xsd:annotation>
688                <xsd:documentation>A fiber may go through several manufacturers for its various parts. The supplier is the final company in the chain that supplies the fiber to the   688                <xsd:documentation>A fiber may go through several manufacturers for its various parts. The supplier is the final company in the chain that supplies the fiber to the
689                end user.</xsd:documentation>   689                end user.</xsd:documentation>
690             </xsd:annotation>   690             </xsd:annotation>
691          </xsd:element>   691          </xsd:element>
692          <xsd:element name="supplier" type="witsml:nameString" minOccurs="0" maxOccurs="1">   692          <xsd:element name="supplier" type="witsml:nameString" minOccurs="0" maxOccurs="1">
693             <xsd:annotation>   693             <xsd:annotation>
694                <xsd:documentation>A fiber may go through several manufacturers for its various parts. The supplier is the final company in the chain that supplies the fiber to the   694                <xsd:documentation>A fiber may go through several manufacturers for its various parts. The supplier is the final company in the chain that supplies the fiber to the
695                end user.</xsd:documentation>   695                end user.</xsd:documentation>
696             </xsd:annotation>   696             </xsd:annotation>
697          </xsd:element>   697          </xsd:element>
698          <xsd:element name="supplierModelNumber" type="witsml:nameString" minOccurs="0" maxOccurs="1">   698          <xsd:element name="supplierModelNumber" type="witsml:nameString" minOccurs="0" maxOccurs="1">
699             <xsd:annotation>   699             <xsd:annotation>
700                <xsd:documentation>The model number (alphanumeric) that is used by the supplier to reference the type of fiber that is supplied to the user.</xsd:documentation>   700                <xsd:documentation>The model number (alphanumeric) that is used by the supplier to reference the type of fiber that is supplied to the user.</xsd:documentation>
701             </xsd:annotation>   701             </xsd:annotation>
702          </xsd:element>   702          </xsd:element>
703          <xsd:element name="factoryCalibration" type="witsml:cs_dtsCalibration" minOccurs="0" maxOccurs="unbounded">   703          <xsd:element name="factoryCalibration" type="witsml:cs_dtsCalibration" minOccurs="0" maxOccurs="unbounded">
704             <xsd:annotation>   704             <xsd:annotation>
705                <xsd:documentation>Information about calibrations and quality checks that were performed on the cable at the factory. This is not to include calibrations that are   705                <xsd:documentation>Information about calibrations and quality checks that were performed on the cable at the factory. This is not to include calibrations that are
706                run at installation time and at measurement time.</xsd:documentation>   706                run at installation time and at measurement time.</xsd:documentation>
707             </xsd:annotation>   707             </xsd:annotation>
708          </xsd:element>   708          </xsd:element>
709          <xsd:element name="installationHistory" type="witsml:refNameString" minOccurs="0" maxOccurs="unbounded">   709          <xsd:element name="installationHistory" type="witsml:refNameString" minOccurs="0" maxOccurs="unbounded">
710             <xsd:annotation>   710             <xsd:annotation>
711                <xsd:documentation>A reference to a dtsInstalledSytem object that previously used the fiber.</xsd:documentation>   711                <xsd:documentation>A reference to a dtsInstalledSytem object that previously used the fiber.</xsd:documentation>
712             </xsd:annotation>   712             </xsd:annotation>
713          </xsd:element>   713          </xsd:element>
714       </xsd:sequence>   714       </xsd:sequence>
715       <xsd:attributeGroup ref="witsml:attgrp_uid">   715       <xsd:attributeGroup ref="witsml:attgrp_uid">
716          <xsd:annotation>   716          <xsd:annotation>
717             <xsd:documentation>Unique identifier for the fiber.</xsd:documentation>   717             <xsd:documentation>Unique identifier for the fiber.</xsd:documentation>
718          </xsd:annotation>   718          </xsd:annotation>
719       </xsd:attributeGroup>   719       </xsd:attributeGroup>
720    </xsd:complexType>   720    </xsd:complexType>
721    <xsd:complexType name="cs_dtsFiberEndPoint">   721    <xsd:complexType name="cs_dtsFiberEndPoint">
722       <xsd:annotation>   722       <xsd:annotation>
723          <xsd:documentation>A fiber installed in a "U" configuration has two end points that a cable may hook to. When making a measurement, it is useful to be able to say which   723          <xsd:documentation>A fiber installed in a "U" configuration has two end points that a cable may hook to. When making a measurement, it is useful to be able to say which
724          end was hooked to the input from the instrument box. In order to do this, the fiber ends must be identified. The identifier is a name, along with a description to further   724          end was hooked to the input from the instrument box. In order to do this, the fiber ends must be identified. The identifier is a name, along with a description to further
725          aid the interpreter in determining which end was used as the input</xsd:documentation>   725          aid the interpreter in determining which end was used as the input</xsd:documentation>
726       </xsd:annotation>   726       </xsd:annotation>
727       <xsd:sequence>   727       <xsd:sequence>
728          <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">   728          <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
729             <xsd:annotation>   729             <xsd:annotation>
730                <xsd:documentation>A name, unique within the context of the well, for an instrument box cable to hook to.</xsd:documentation>   730                <xsd:documentation>A name, unique within the context of the well, for an instrument box cable to hook to.</xsd:documentation>
731             </xsd:annotation>   731             </xsd:annotation>
732          </xsd:element>   732          </xsd:element>
733          <xsd:element name="description" type="witsml:commentString" minOccurs="0" maxOccurs="1">   733          <xsd:element name="description" type="witsml:commentString" minOccurs="0" maxOccurs="1">
734             <xsd:annotation>   734             <xsd:annotation>
735                <xsd:documentation>Any description of the node that may be useful in identifying the hookup.</xsd:documentation>   735                <xsd:documentation>Any description of the node that may be useful in identifying the hookup.</xsd:documentation>
736             </xsd:annotation>   736             </xsd:annotation>
737          </xsd:element>   737          </xsd:element>
738       </xsd:sequence>   738       </xsd:sequence>
739       <xsd:attributeGroup ref="witsml:attgrp_uid">   739       <xsd:attributeGroup ref="witsml:attgrp_uid">
740          <xsd:annotation>   740          <xsd:annotation>
741             <xsd:documentation>Unique identifier for the end point.</xsd:documentation>   741             <xsd:documentation>Unique identifier for the end point.</xsd:documentation>
742          </xsd:annotation>   742          </xsd:annotation>
743       </xsd:attributeGroup>   743       </xsd:attributeGroup>
744    </xsd:complexType>   744    </xsd:complexType>
745    <xsd:complexType name="cs_dtsFiberInformation">   745    <xsd:complexType name="cs_dtsFiberInformation">
746       <xsd:annotation>   746       <xsd:annotation>
747          <xsd:documentation>The optical fiber used for distributed temperature surveys</xsd:documentation>   747          <xsd:documentation>The optical fiber used for distributed temperature surveys</xsd:documentation>
748       </xsd:annotation>   748       </xsd:annotation>
749       <xsd:sequence>   749       <xsd:sequence>
750          <xsd:element name="installationDate" type="witsml:date" minOccurs="0" maxOccurs="1">   750          <xsd:element name="installationDate" type="witsml:date" minOccurs="0" maxOccurs="1">
751             <xsd:annotation>   751             <xsd:annotation>
752                <xsd:documentation>The date the fiber is installed.</xsd:documentation>   752                <xsd:documentation>The date the fiber is installed.</xsd:documentation>
753             </xsd:annotation>   753             </xsd:annotation>
754          </xsd:element>   754          </xsd:element>
755          <xsd:element name="installationCompany" type="witsml:nameString" minOccurs="0" maxOccurs="1">   755          <xsd:element name="installationCompany" type="witsml:nameString" minOccurs="0" maxOccurs="1">
756             <xsd:annotation>   756             <xsd:annotation>
757                <xsd:documentation>The company that installed the fiber in the wellbore.</xsd:documentation>   757                <xsd:documentation>The company that installed the fiber in the wellbore.</xsd:documentation>
758             </xsd:annotation>   758             </xsd:annotation>
759          </xsd:element>   759          </xsd:element>
760          <xsd:element name="deInstallationDate" type="witsml:date" minOccurs="0" maxOccurs="1">   760          <xsd:element name="deInstallationDate" type="witsml:date" minOccurs="0" maxOccurs="1">
761             <xsd:annotation>   761             <xsd:annotation>
762                <xsd:documentation>The date the fiber was de-installed from the wellbore.</xsd:documentation>   762                <xsd:documentation>The date the fiber was de-installed from the wellbore.</xsd:documentation>
763             </xsd:annotation>   763             </xsd:annotation>
764          </xsd:element>   764          </xsd:element>
765          <xsd:element name="capillaryTubeDiameter" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">   765          <xsd:element name="capillaryTubeDiameter" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
766             <xsd:annotation>   766             <xsd:annotation>
767                <xsd:documentation>The diameter of the capillary tube into which one or more fibers will be installed. If the installation has fibers that go to different   767                <xsd:documentation>The diameter of the capillary tube into which one or more fibers will be installed. If the installation has fibers that go to different
768                wellbores, only those fibers installed in the parent wellbore should be included in this instance.</xsd:documentation>   768                wellbores, only those fibers installed in the parent wellbore should be included in this instance.</xsd:documentation>
769             </xsd:annotation>   769             </xsd:annotation>
770          </xsd:element>   770          </xsd:element>
771          <xsd:element name="fiber" type="witsml:cs_dtsFiber" minOccurs="0" maxOccurs="unbounded">   771          <xsd:element name="fiber" type="witsml:cs_dtsFiber" minOccurs="0" maxOccurs="unbounded">
772             <xsd:annotation>   772             <xsd:annotation>
773                <xsd:documentation>The properties of the fiber or fibers installed in the wellbore.</xsd:documentation>   773                <xsd:documentation>The properties of the fiber or fibers installed in the wellbore.</xsd:documentation>
774             </xsd:annotation>   774             </xsd:annotation>
775          </xsd:element>   775          </xsd:element>
776       </xsd:sequence>   776       </xsd:sequence>
777    </xsd:complexType>   777    </xsd:complexType>
778    <xsd:complexType name="cs_dtsFiberInstalledPoints">   778    <xsd:complexType name="cs_dtsFiberInstalledPoints">
779       <xsd:annotation>   779       <xsd:annotation>
780          <xsd:documentation>A wrapper for multiple instances of the point in a well.</xsd:documentation>   780          <xsd:documentation>A wrapper for multiple instances of the point in a well.</xsd:documentation>
781       </xsd:annotation>   781       </xsd:annotation>
782       <xsd:sequence>   782       <xsd:sequence>
783          <xsd:element name="installedPoint" type="witsml:cs_dtsSingleInstalledPoint" minOccurs="1" maxOccurs="unbounded">   783          <xsd:element name="installedPoint" type="witsml:cs_dtsSingleInstalledPoint" minOccurs="1" maxOccurs="unbounded">
784             <xsd:annotation>   784             <xsd:annotation>
785                <xsd:documentation>This carries the information about one point</xsd:documentation>   785                <xsd:documentation>This carries the information about one point</xsd:documentation>
786             </xsd:annotation>   786             </xsd:annotation>
787          </xsd:element>   787          </xsd:element>
788       </xsd:sequence>   788       </xsd:sequence>
789    </xsd:complexType>   789    </xsd:complexType>
790    <xsd:complexType name="cs_dtsInstrumentBox">   790    <xsd:complexType name="cs_dtsInstrumentBox">
791       <xsd:annotation>   791       <xsd:annotation>
792          <xsd:documentation>The instrument box used for distributed temperature surveys</xsd:documentation>   792          <xsd:documentation>The instrument box used for distributed temperature surveys</xsd:documentation>
793       </xsd:annotation>   793       </xsd:annotation>
794       <xsd:sequence>   794       <xsd:sequence>
795          <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">   795          <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">
796             <xsd:annotation>   796             <xsd:annotation>
797                <xsd:documentation>A name for the instrument box. This can be used to access the instrument box.</xsd:documentation>   797                <xsd:documentation>A name for the instrument box. This can be used to access the instrument box.</xsd:documentation>
798             </xsd:annotation>   798             </xsd:annotation>
799          </xsd:element>   799          </xsd:element>
800          <xsd:element name="manufacturer" type="witsml:nameString" minOccurs="0" maxOccurs="1">   800          <xsd:element name="manufacturer" type="witsml:nameString" minOccurs="0" maxOccurs="1">
801             <xsd:annotation>   801             <xsd:annotation>
802                <xsd:documentation>The ultimate manufacturer of the instrument box.</xsd:documentation>   802                <xsd:documentation>The ultimate manufacturer of the instrument box.</xsd:documentation>
803             </xsd:annotation>   803             </xsd:annotation>
804          </xsd:element>   804          </xsd:element>
805          <xsd:element name="manufacturingDate" type="witsml:date" minOccurs="0" maxOccurs="1">   805          <xsd:element name="manufacturingDate" type="witsml:date" minOccurs="0" maxOccurs="1">
806             <xsd:annotation>   806             <xsd:annotation>
807                <xsd:documentation>The date the manufacturing of the instrument box was completed.</xsd:documentation>   807                <xsd:documentation>The date the manufacturing of the instrument box was completed.</xsd:documentation>
808             </xsd:annotation>   808             </xsd:annotation>
809          </xsd:element>   809          </xsd:element>
810          <xsd:element name="type" type="witsml:kindString" minOccurs="0" maxOccurs="1">   810          <xsd:element name="type" type="witsml:kindString" minOccurs="0" maxOccurs="1">
811             <xsd:annotation>   811             <xsd:annotation>
812                <xsd:documentation>The type of instrument box used.</xsd:documentation>   812                <xsd:documentation>The type of instrument box used.</xsd:documentation>
813             </xsd:annotation>   813             </xsd:annotation>
814          </xsd:element>   814          </xsd:element>
815          <xsd:element name="nameTag" type="witsml:cs_nameTag" minOccurs="0" maxOccurs="unbounded">   815          <xsd:element name="nameTag" type="witsml:cs_nameTag" minOccurs="0" maxOccurs="unbounded">
816             <xsd:annotation>   816             <xsd:annotation>
817                <xsd:documentation>An identification tag for the instrument box. A serial number is a type of identification tag however some tags contain many pieces of   817                <xsd:documentation>An identification tag for the instrument box. A serial number is a type of identification tag however some tags contain many pieces of
818                information. This structure just identifies the tag and does not describe the contents.</xsd:documentation>   818                information. This structure just identifies the tag and does not describe the contents.</xsd:documentation>
819             </xsd:annotation>   819             </xsd:annotation>
820          </xsd:element>   820          </xsd:element>
821          <xsd:element name="softwareVersion" type="witsml:nameString" minOccurs="0" maxOccurs="1">   821          <xsd:element name="softwareVersion" type="witsml:nameString" minOccurs="0" maxOccurs="1">
822             <xsd:annotation>   822             <xsd:annotation>
823                <xsd:documentation>The version of the software installed in the instrument box.</xsd:documentation>   823                <xsd:documentation>The version of the software installed in the instrument box.</xsd:documentation>
824             </xsd:annotation>   824             </xsd:annotation>
825          </xsd:element>   825          </xsd:element>
826          <xsd:element name="factoryCalibration" type="witsml:cs_dtsInstrumentBoxCalibration" minOccurs="0" maxOccurs="unbounded">   826          <xsd:element name="factoryCalibration" type="witsml:cs_dtsInstrumentBoxCalibration" minOccurs="0" maxOccurs="unbounded">
827             <xsd:annotation>   827             <xsd:annotation>
828                <xsd:documentation>Information about the calibration of the instrument box that was performed. This includes factory calibrations before shipping, and bench   828                <xsd:documentation>Information about the calibration of the instrument box that was performed. This includes factory calibrations before shipping, and bench
829                calibrations. This does not include calibrations made in preparation for taking measurements.</xsd:documentation>   829                calibrations. This does not include calibrations made in preparation for taking measurements.</xsd:documentation>
830             </xsd:annotation>   830             </xsd:annotation>
831          </xsd:element>   831          </xsd:element>
832          <xsd:element name="internalOvenLocationNear" type="witsml:lengthMeasure" minOccurs="1" maxOccurs="1">   832          <xsd:element name="internalOvenLocationNear" type="witsml:lengthMeasure" minOccurs="1" maxOccurs="1">
833             <xsd:annotation>   833             <xsd:annotation>
834                <xsd:documentation>Near distance of the oven from the beginning of the fiber.</xsd:documentation>   834                <xsd:documentation>Near distance of the oven from the beginning of the fiber.</xsd:documentation>
835             </xsd:annotation>   835             </xsd:annotation>
836          </xsd:element>   836          </xsd:element>
837          <xsd:element name="internalOvenLocationFar" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">   837          <xsd:element name="internalOvenLocationFar" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
838             <xsd:annotation>   838             <xsd:annotation>
839                <xsd:documentation>Far distance of the oven from the beginning of the fiber.</xsd:documentation>   839                <xsd:documentation>Far distance of the oven from the beginning of the fiber.</xsd:documentation>
840             </xsd:annotation>   840             </xsd:annotation>
841          </xsd:element>   841          </xsd:element>
842          <xsd:element name="ovenSetPoint" type="witsml:thermodynamicTemperatureMeasure" minOccurs="1" maxOccurs="1">   842          <xsd:element name="ovenSetPoint" type="witsml:thermodynamicTemperatureMeasure" minOccurs="1" maxOccurs="1">
843             <xsd:annotation>   843             <xsd:annotation>
844                <xsd:documentation>The temperature of the oven.</xsd:documentation>   844                <xsd:documentation>The temperature of the oven.</xsd:documentation>
845             </xsd:annotation>   845             </xsd:annotation>
846          </xsd:element>   846          </xsd:element>
847          <xsd:element name="testCable" type="witsml:nameString" minOccurs="0" maxOccurs="1">   847          <xsd:element name="testCable" type="witsml:nameString" minOccurs="0" maxOccurs="1">
848             <xsd:annotation>   848             <xsd:annotation>
849                <xsd:documentation>The cable used to test the instrument box.</xsd:documentation>   849                <xsd:documentation>The cable used to test the instrument box.</xsd:documentation>
850             </xsd:annotation>   850             </xsd:annotation>
851          </xsd:element>   851          </xsd:element>
852          <xsd:element name="offset" type="witsml:nameString" minOccurs="0" maxOccurs="1">   852          <xsd:element name="offset" type="witsml:nameString" minOccurs="0" maxOccurs="1">
853             <xsd:annotation>   853             <xsd:annotation>
854                <xsd:documentation>The offset setting applied to the instrument box based on the factory or bench calibration.</xsd:documentation>   854                <xsd:documentation>The offset setting applied to the instrument box based on the factory or bench calibration.</xsd:documentation>
855             </xsd:annotation>   855             </xsd:annotation>
856          </xsd:element>   856          </xsd:element>
857          <xsd:element name="differentialLossSetting" type="witsml:generalMeasureType" minOccurs="0" maxOccurs="1">   857          <xsd:element name="differentialLossSetting" type="witsml:generalMeasureType" minOccurs="0" maxOccurs="1">
858             <xsd:annotation>   858             <xsd:annotation>
859                <xsd:documentation>The power loss over the length of the cable.</xsd:documentation>   859                <xsd:documentation>The power loss over the length of the cable.</xsd:documentation>
860             </xsd:annotation>   860             </xsd:annotation>
861          </xsd:element>   861          </xsd:element>
862          <xsd:element name="parameter" type="witsml:indexedObject" minOccurs="0" maxOccurs="unbounded">   862          <xsd:element name="parameter" type="witsml:indexedObject" minOccurs="0" maxOccurs="unbounded">
863             <xsd:annotation>   863             <xsd:annotation>
864                <xsd:documentation>Additional parameters to define the instrument box as a piece of equipment. These should not be parameters to define the installation or use of   864                <xsd:documentation>Additional parameters to define the instrument box as a piece of equipment. These should not be parameters to define the installation or use of
865                the box in the wellbore, or other system. This element should be used only if an appropriate parameter is not available as an element, or in the calibration   865                the box in the wellbore, or other system. This element should be used only if an appropriate parameter is not available as an element, or in the calibration
866                operation.</xsd:documentation>   866                operation.</xsd:documentation>
867             </xsd:annotation>   867             </xsd:annotation>
868          </xsd:element>   868          </xsd:element>
869       </xsd:sequence>   869       </xsd:sequence>
870       <xsd:attributeGroup ref="witsml:attgrp_uid">   870       <xsd:attributeGroup ref="witsml:attgrp_uid">
871          <xsd:annotation>   871          <xsd:annotation>
872             <xsd:documentation>Unique identifier for the instrument box.</xsd:documentation>   872             <xsd:documentation>Unique identifier for the instrument box.</xsd:documentation>
873          </xsd:annotation>   873          </xsd:annotation>
874       </xsd:attributeGroup>   874       </xsd:attributeGroup>
875    </xsd:complexType>   875    </xsd:complexType>
876    <xsd:complexType name="cs_dtsInstrumentBoxCalibration">   876    <xsd:complexType name="cs_dtsInstrumentBoxCalibration">
877       <xsd:annotation>   877       <xsd:annotation>
878          <xsd:documentation>Calibration parameters vary from vendor to vendor, depending on the calibration method being used. This is an extension of the general   878          <xsd:documentation>Calibration parameters vary from vendor to vendor, depending on the calibration method being used. This is an extension of the general
879          cs_dtsCalibration, and allows for specific parameters associated with an instrument box. The two additional parameters are the offset temperature calibration, and the   879          cs_dtsCalibration, and allows for specific parameters associated with an instrument box. The two additional parameters are the offset temperature calibration, and the
880          slope calibration. These allow for a linear shift in temperature vs measurements. Additional offset and slope calibrations may be performed at measurement   880          slope calibration. These allow for a linear shift in temperature vs measurements. Additional offset and slope calibrations may be performed at measurement
881          time.</xsd:documentation>   881          time.</xsd:documentation>
882       </xsd:annotation>   882       </xsd:annotation>
883       <xsd:sequence>   883       <xsd:sequence>
884          <xsd:element name="dTimCalibration" type="witsml:date" minOccurs="0" maxOccurs="1">   884          <xsd:element name="dTimCalibration" type="witsml:date" minOccurs="0" maxOccurs="1">
885             <xsd:annotation>   885             <xsd:annotation>
886                <xsd:documentation>The date of the calibration</xsd:documentation>   886                <xsd:documentation>The date of the calibration</xsd:documentation>
887             </xsd:annotation>   887             </xsd:annotation>
888          </xsd:element>   888          </xsd:element>
889          <xsd:element name="calibratedBy" type="witsml:nameString" minOccurs="0" maxOccurs="1">   889          <xsd:element name="calibratedBy" type="witsml:nameString" minOccurs="0" maxOccurs="1">
890             <xsd:annotation>   890             <xsd:annotation>
891                <xsd:documentation>The business associate that performed the calibration.</xsd:documentation>   891                <xsd:documentation>The business associate that performed the calibration.</xsd:documentation>
892             </xsd:annotation>   892             </xsd:annotation>
893          </xsd:element>   893          </xsd:element>
894          <xsd:element name="calibrationProtocol" type="witsml:nameString" minOccurs="0" maxOccurs="1">   894          <xsd:element name="calibrationProtocol" type="witsml:nameString" minOccurs="0" maxOccurs="1">
895             <xsd:annotation>   895             <xsd:annotation>
896                <xsd:documentation>This may be a standard protocol, or a software application.</xsd:documentation>   896                <xsd:documentation>This may be a standard protocol, or a software application.</xsd:documentation>
897             </xsd:annotation>   897             </xsd:annotation>
898          </xsd:element>   898          </xsd:element>
899          <xsd:element name="parameter" type="witsml:cs_dtsCalibrationParameter" minOccurs="0" maxOccurs="unbounded">   899          <xsd:element name="parameter" type="witsml:cs_dtsCalibrationParameter" minOccurs="0" maxOccurs="unbounded">
900             <xsd:annotation>   900             <xsd:annotation>
901                <xsd:documentation>Attribute name is the name of the parameter. Optional attribute uom is the unit of measure of the parameter. The value of the element is the   901                <xsd:documentation>Attribute name is the name of the parameter. Optional attribute uom is the unit of measure of the parameter. The value of the element is the
902                value of the parameter. Note that a string value may appear as a parameter.</xsd:documentation>   902                value of the parameter. Note that a string value may appear as a parameter.</xsd:documentation>
903             </xsd:annotation>   903             </xsd:annotation>
904          </xsd:element>   904          </xsd:element>
905          <xsd:element name="remarks" type="witsml:commentString" minOccurs="0" maxOccurs="1">   905          <xsd:element name="remarks" type="witsml:commentString" minOccurs="0" maxOccurs="1">
906             <xsd:annotation>   906             <xsd:annotation>
907                <xsd:documentation>Any remarks that may be useful, regarding the calibration information.</xsd:documentation>   907                <xsd:documentation>Any remarks that may be useful, regarding the calibration information.</xsd:documentation>
908             </xsd:annotation>   908             </xsd:annotation>
909          </xsd:element>   909          </xsd:element>
910          <xsd:element name="offsetTemperatureCalibration" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">   910          <xsd:element name="offsetTemperatureCalibration" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
911             <xsd:annotation>   911             <xsd:annotation>
912                <xsd:documentation>The temperature offset correction that is applied to the dts instrument box.</xsd:documentation>   912                <xsd:documentation>The temperature offset correction that is applied to the dts instrument box.</xsd:documentation>
913             </xsd:annotation>   913             </xsd:annotation>
914          </xsd:element>   914          </xsd:element>
915          <xsd:element name="slopeCalibration" type="witsml:temperatureSlopeMeasure" minOccurs="0" maxOccurs="1">   915          <xsd:element name="slopeCalibration" type="witsml:temperatureSlopeMeasure" minOccurs="0" maxOccurs="1">
916             <xsd:annotation>   916             <xsd:annotation>
917                <xsd:documentation>The temperature slope correction that is applied to the dts instrument box.</xsd:documentation>   917                <xsd:documentation>The temperature slope correction that is applied to the dts instrument box.</xsd:documentation>
918             </xsd:annotation>   918             </xsd:annotation>
919          </xsd:element>   919          </xsd:element>
920       </xsd:sequence>   920       </xsd:sequence>
921       <xsd:attributeGroup ref="witsml:attgrp_uid">   921       <xsd:attributeGroup ref="witsml:attgrp_uid">
922          <xsd:annotation>   922          <xsd:annotation>
923             <xsd:documentation>Unique identifier for the calibration.</xsd:documentation>   923             <xsd:documentation>Unique identifier for the calibration.</xsd:documentation>
924          </xsd:annotation>   924          </xsd:annotation>
925       </xsd:attributeGroup>   925       </xsd:attributeGroup>
926    </xsd:complexType>   926    </xsd:complexType>
927    <xsd:complexType name="cs_dtsOneWayLoss">   927    <xsd:complexType name="cs_dtsOneWayLoss">
928       <xsd:annotation>   928       <xsd:annotation>
929          <xsd:documentation>The The power loss for one way travel of a beam of light, usually measured in decibels per unit length. It is necessary to include both the value (and   929          <xsd:documentation>The The power loss for one way travel of a beam of light, usually measured in decibels per unit length. It is necessary to include both the value (and
930          its unit) and the wavelength. The wavelength varies with the refractive index, while the frequency remains constant. The wavelength given to specify this type is the   930          its unit) and the wavelength. The wavelength varies with the refractive index, while the frequency remains constant. The wavelength given to specify this type is the
931          wavelength in a vacuum (refractive index = 1).</xsd:documentation>   931          wavelength in a vacuum (refractive index = 1).</xsd:documentation>
932       </xsd:annotation>   932       </xsd:annotation>
933       <xsd:sequence>   933       <xsd:sequence>
934          <xsd:element name="value" type="witsml:generalMeasureType" minOccurs="1" maxOccurs="1">   934          <xsd:element name="value" type="witsml:generalMeasureType" minOccurs="1" maxOccurs="1">
935             <xsd:annotation>   935             <xsd:annotation>
936                <xsd:documentation>The value of the one way loss per unit of length. The usual uom is decibels per kilometre (dB/km), although this might vary depending on the   936                <xsd:documentation>The value of the one way loss per unit of length. The usual uom is decibels per kilometre (dB/km), although this might vary depending on the
937                calibration method used.</xsd:documentation>   937                calibration method used.</xsd:documentation>
938             </xsd:annotation>   938             </xsd:annotation>
939          </xsd:element>   939          </xsd:element>
940          <xsd:element name="frequency" type="witsml:frequencyMeasure" minOccurs="0" maxOccurs="1">   940          <xsd:element name="frequency" type="witsml:frequencyMeasure" minOccurs="0" maxOccurs="1">
941             <xsd:annotation>   941             <xsd:annotation>
942                <xsd:documentation>The frequency (and uom) for which the one-way loss is measured.</xsd:documentation>   942                <xsd:documentation>The frequency (and uom) for which the one-way loss is measured.</xsd:documentation>
943             </xsd:annotation>   943             </xsd:annotation>
944          </xsd:element>   944          </xsd:element>
945          <xsd:element name="wavelength" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">   945          <xsd:element name="wavelength" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
946             <xsd:annotation>   946             <xsd:annotation>
947                <xsd:documentation>The wavelength (and uom) for which the one-way loss is measured. The reported wavelength should be the wavelength of the light in a   947                <xsd:documentation>The wavelength (and uom) for which the one-way loss is measured. The reported wavelength should be the wavelength of the light in a
948                vacuum.</xsd:documentation>   948                vacuum.</xsd:documentation>
949             </xsd:annotation>   949             </xsd:annotation>
950          </xsd:element>   950          </xsd:element>
951       </xsd:sequence>   951       </xsd:sequence>
952       <xsd:attributeGroup ref="witsml:attgrp_uid">   952       <xsd:attributeGroup ref="witsml:attgrp_uid">
953          <xsd:annotation>   953          <xsd:annotation>
954             <xsd:documentation>Unique identifier for the loss.</xsd:documentation>   954             <xsd:documentation>Unique identifier for the loss.</xsd:documentation>
955          </xsd:annotation>   955          </xsd:annotation>
956       </xsd:attributeGroup>   956       </xsd:attributeGroup>
957    </xsd:complexType>   957    </xsd:complexType>
958    <xsd:complexType name="cs_dtsOtdr">   958    <xsd:complexType name="cs_dtsOtdr">
959       <xsd:annotation>   959       <xsd:annotation>
960          <xsd:documentation>This records the result arrays, along with context information, from an Optical Time Domain Reflectometry (OTDR) run. The arrays will define the   960          <xsd:documentation>This records the result arrays, along with context information, from an Optical Time Domain Reflectometry (OTDR) run. The arrays will define the
961          relative scattered power from the Rayleigh scattering vs distance along the fiber. The actual data values are recorded in a wellLog object, which is referenced in a   961          relative scattered power from the Rayleigh scattering vs distance along the fiber. The actual data values are recorded in a wellLog object, which is referenced in a
962          subelement.</xsd:documentation>   962          subelement.</xsd:documentation>
963       </xsd:annotation>   963       </xsd:annotation>
964       <xsd:sequence>   964       <xsd:sequence>
965          <xsd:element name="reasonForRun" type="witsml:OTDRReason" minOccurs="1" maxOccurs="1">   965          <xsd:element name="reasonForRun" type="witsml:OTDRReason" minOccurs="1" maxOccurs="1">
966             <xsd:annotation>   966             <xsd:annotation>
967                <xsd:documentation>The reason the OTDR test was run. The three main reasons are 'pre-installation', which is before the installation of the fiber;   967                <xsd:documentation>The reason the OTDR test was run. The three main reasons are 'pre-installation', which is before the installation of the fiber;
968                'post-installation', which is used to validate a successful fiber installation; and 'DTS run', which is a quality check of the fiber prior to a DTS run. A fourth   968                'post-installation', which is used to validate a successful fiber installation; and 'DTS run', which is a quality check of the fiber prior to a DTS run. A fourth
969                permitted value is 'other'.</xsd:documentation>   969                permitted value is 'other'.</xsd:documentation>
970             </xsd:annotation>   970             </xsd:annotation>
971          </xsd:element>   971          </xsd:element>
972          <xsd:element name="dTimRun" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   972          <xsd:element name="dTimRun" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
973             <xsd:annotation>   973             <xsd:annotation>
974                <xsd:documentation>The dateTime of the run.</xsd:documentation>   974                <xsd:documentation>The dateTime of the run.</xsd:documentation>
975             </xsd:annotation>   975             </xsd:annotation>
976          </xsd:element>   976          </xsd:element>
977          <xsd:element name="dataInWellLog" type="witsml:refNameString" minOccurs="1" maxOccurs="1">   977          <xsd:element name="dataInWellLog" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
978             <xsd:annotation>   978             <xsd:annotation>
979                <xsd:documentation>A reference to the well log used to record the table of data.</xsd:documentation>   979                <xsd:documentation>A reference to the well log used to record the table of data.</xsd:documentation>
980             </xsd:annotation>   980             </xsd:annotation>
981          </xsd:element>   981          </xsd:element>
982          <xsd:element name="fiberEndConncected" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   982          <xsd:element name="fiberEndConncected" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
983             <xsd:annotation>   983             <xsd:annotation>
984                <xsd:documentation>A pointer to the fiber connection node. If more than one node is available for a well/wellbore, this element is used to specify which node is   984                <xsd:documentation>A pointer to the fiber connection node. If more than one node is available for a well/wellbore, this element is used to specify which node is
985                connected to the instrument box. This name should correspond to the fiberEndPoint/name that is recorded in the installed system object.</xsd:documentation>   985                connected to the instrument box. This name should correspond to the fiberEndPoint/name that is recorded in the installed system object.</xsd:documentation>
986             </xsd:annotation>   986             </xsd:annotation>
987          </xsd:element>   987          </xsd:element>
988          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">   988          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
989             <xsd:annotation>   989             <xsd:annotation>
990                <xsd:documentation>A general comment about the OTDR run.</xsd:documentation>   990                <xsd:documentation>A general comment about the OTDR run.</xsd:documentation>
991             </xsd:annotation>   991             </xsd:annotation>
992          </xsd:element>   992          </xsd:element>
993       </xsd:sequence>   993       </xsd:sequence>
994       <xsd:attributeGroup ref="witsml:attgrp_uid">   994       <xsd:attributeGroup ref="witsml:attgrp_uid">
995          <xsd:annotation>   995          <xsd:annotation>
996             <xsd:documentation>Unique identifier for the run.</xsd:documentation>   996             <xsd:documentation>Unique identifier for the run.</xsd:documentation>
997          </xsd:annotation>   997          </xsd:annotation>
998       </xsd:attributeGroup>   998       </xsd:attributeGroup>
999    </xsd:complexType>   999    </xsd:complexType>
1000    <xsd:complexType name="cs_dtsProcessedWellLog">   1000    <xsd:complexType name="cs_dtsProcessedWellLog">
1001       <xsd:annotation>   1001       <xsd:annotation>
1002          <xsd:documentation>Captures information about one processed wellLog.</xsd:documentation>   1002          <xsd:documentation>Captures information about one processed wellLog.</xsd:documentation>
1003       </xsd:annotation>   1003       </xsd:annotation>
1004       <xsd:sequence>   1004       <xsd:sequence>
1005          <xsd:element name="processing" type="witsml:kindString" minOccurs="1" maxOccurs="unbounded">   1005          <xsd:element name="processing" type="witsml:kindString" minOccurs="1" maxOccurs="unbounded">
1006             <xsd:annotation>   1006             <xsd:annotation>
1007                <xsd:documentation>The kind of processing used to create the new log.</xsd:documentation>   1007                <xsd:documentation>The kind of processing used to create the new log.</xsd:documentation>
1008             </xsd:annotation>   1008             </xsd:annotation>
1009          </xsd:element>   1009          </xsd:element>
1010          <xsd:element name="derivedWellLog" type="witsml:refNameString" minOccurs="1" maxOccurs="1">   1010          <xsd:element name="derivedWellLog" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
1011             <xsd:annotation>   1011             <xsd:annotation>
1012                <xsd:documentation>The resultant wellLog.</xsd:documentation>   1012                <xsd:documentation>The resultant wellLog.</xsd:documentation>
1013             </xsd:annotation>   1013             </xsd:annotation>
1014          </xsd:element>   1014          </xsd:element>
1015          <xsd:element name="sourceWellLog" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   1015          <xsd:element name="sourceWellLog" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
1016             <xsd:annotation>   1016             <xsd:annotation>
1017                <xsd:documentation>The wellLog which was the primary source for creating the derived log.</xsd:documentation>   1017                <xsd:documentation>The wellLog which was the primary source for creating the derived log.</xsd:documentation>
1018             </xsd:annotation>   1018             </xsd:annotation>
1019          </xsd:element>   1019          </xsd:element>
1020          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">   1020          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
1021             <xsd:annotation>   1021             <xsd:annotation>
1022                <xsd:documentation>A textual comment about the processing.</xsd:documentation>   1022                <xsd:documentation>A textual comment about the processing.</xsd:documentation>
1023             </xsd:annotation>   1023             </xsd:annotation>
1024          </xsd:element>   1024          </xsd:element>
1025       </xsd:sequence>   1025       </xsd:sequence>
1026       <xsd:attributeGroup ref="witsml:attgrp_uid">   1026       <xsd:attributeGroup ref="witsml:attgrp_uid">
1027          <xsd:annotation>   1027          <xsd:annotation>
1028             <xsd:documentation>Unique identifier for the node.</xsd:documentation>   1028             <xsd:documentation>Unique identifier for the node.</xsd:documentation>
1029          </xsd:annotation>   1029          </xsd:annotation>
1030       </xsd:attributeGroup>   1030       </xsd:attributeGroup>
1031    </xsd:complexType>   1031    </xsd:complexType>
1032    <xsd:complexType name="cs_dtsPumpActivity">   1032    <xsd:complexType name="cs_dtsPumpActivity">
1033       <xsd:annotation>   1033       <xsd:annotation>
1034          <xsd:documentation>The activity of pumping the fiber downhole.</xsd:documentation>   1034          <xsd:documentation>The activity of pumping the fiber downhole.</xsd:documentation>
1035       </xsd:annotation>   1035       </xsd:annotation>
1036       <xsd:sequence>   1036       <xsd:sequence>
1037          <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">   1037          <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">
1038             <xsd:annotation>   1038             <xsd:annotation>
1039                <xsd:documentation>A name which can be used to reference the pumping activity. In general, a pumping activity does not have a natural name, so that this element   1039                <xsd:documentation>A name which can be used to reference the pumping activity. In general, a pumping activity does not have a natural name, so that this element
1040                will not be often used.</xsd:documentation>   1040                will not be often used.</xsd:documentation>
1041             </xsd:annotation>   1041             </xsd:annotation>
1042          </xsd:element>   1042          </xsd:element>
1043          <xsd:element name="installedFiber" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   1043          <xsd:element name="installedFiber" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
1044             <xsd:annotation>   1044             <xsd:annotation>
1045                <xsd:documentation>The name of the InstalledFiberInstance that this activity relates to.</xsd:documentation>   1045                <xsd:documentation>The name of the InstalledFiberInstance that this activity relates to.</xsd:documentation>
1046             </xsd:annotation>   1046             </xsd:annotation>
1047          </xsd:element>   1047          </xsd:element>
1048          <xsd:element name="pumpingDate" type="witsml:date" minOccurs="0" maxOccurs="1">   1048          <xsd:element name="pumpingDate" type="witsml:date" minOccurs="0" maxOccurs="1">
1049             <xsd:annotation>   1049             <xsd:annotation>
1050                <xsd:documentation>The date of the pumping activity.</xsd:documentation>   1050                <xsd:documentation>The date of the pumping activity.</xsd:documentation>
1051             </xsd:annotation>   1051             </xsd:annotation>
1052          </xsd:element>   1052          </xsd:element>
1053          <xsd:element name="engineerName" type="witsml:nameString" minOccurs="0" maxOccurs="1">   1053          <xsd:element name="engineerName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
1054             <xsd:annotation>   1054             <xsd:annotation>
1055                <xsd:documentation>The person in charge of the pumping activity.</xsd:documentation>   1055                <xsd:documentation>The person in charge of the pumping activity.</xsd:documentation>
1056             </xsd:annotation>   1056             </xsd:annotation>
1057          </xsd:element>   1057          </xsd:element>
1058          <xsd:element name="serviceCompany" type="witsml:nameString" minOccurs="0" maxOccurs="1">   1058          <xsd:element name="serviceCompany" type="witsml:nameString" minOccurs="0" maxOccurs="1">
1059             <xsd:annotation>   1059             <xsd:annotation>
1060                <xsd:documentation>The company that performed the pumping activity.</xsd:documentation>   1060                <xsd:documentation>The company that performed the pumping activity.</xsd:documentation>
1061             </xsd:annotation>   1061             </xsd:annotation>
1062          </xsd:element>   1062          </xsd:element>
1063          <xsd:element name="pumpFluidType" type="witsml:kindString" minOccurs="0" maxOccurs="1">   1063          <xsd:element name="pumpFluidType" type="witsml:kindString" minOccurs="0" maxOccurs="1">
1064             <xsd:annotation>   1064             <xsd:annotation>
1065                <xsd:documentation>The type of fluid used in the pump.</xsd:documentation>   1065                <xsd:documentation>The type of fluid used in the pump.</xsd:documentation>
1066             </xsd:annotation>   1066             </xsd:annotation>
1067          </xsd:element>   1067          </xsd:element>
1068          <xsd:element name="controlLineFluid" type="witsml:kindString" minOccurs="0" maxOccurs="1">   1068          <xsd:element name="controlLineFluid" type="witsml:kindString" minOccurs="0" maxOccurs="1">
1069             <xsd:annotation>   1069             <xsd:annotation>
1070                <xsd:documentation>The type of fluid used in the control line.</xsd:documentation>   1070                <xsd:documentation>The type of fluid used in the control line.</xsd:documentation>
1071             </xsd:annotation>   1071             </xsd:annotation>
1072          </xsd:element>   1072          </xsd:element>
1073          <xsd:element name="pumpDirection" type="witsml:kindString" minOccurs="0" maxOccurs="1">   1073          <xsd:element name="pumpDirection" type="witsml:kindString" minOccurs="0" maxOccurs="1">
1074             <xsd:annotation>   1074             <xsd:annotation>
1075                <xsd:documentation>The direction of the pumping.</xsd:documentation>   1075                <xsd:documentation>The direction of the pumping.</xsd:documentation>
1076             </xsd:annotation>   1076             </xsd:annotation>
1077          </xsd:element>   1077          </xsd:element>
1078          <xsd:element name="fiberEndSeal" type="witsml:kindString" minOccurs="0" maxOccurs="1">   1078          <xsd:element name="fiberEndSeal" type="witsml:kindString" minOccurs="0" maxOccurs="1">
1079             <xsd:annotation>   1079             <xsd:annotation>
1080                <xsd:documentation>The type of end seal on the fiber.</xsd:documentation>   1080                <xsd:documentation>The type of end seal on the fiber.</xsd:documentation>
1081             </xsd:annotation>   1081             </xsd:annotation>
1082          </xsd:element>   1082          </xsd:element>
1083          <xsd:element name="cableMeterType" type="witsml:kindString" minOccurs="0" maxOccurs="1">   1083          <xsd:element name="cableMeterType" type="witsml:kindString" minOccurs="0" maxOccurs="1">
1084             <xsd:annotation>   1084             <xsd:annotation>
1085                <xsd:documentation>The type of cable meter.</xsd:documentation>   1085                <xsd:documentation>The type of cable meter.</xsd:documentation>
1086             </xsd:annotation>   1086             </xsd:annotation>
1087          </xsd:element>   1087          </xsd:element>
1088          <xsd:element name="cableMeterSerialNumber" type="witsml:nameString" minOccurs="0" maxOccurs="1">   1088          <xsd:element name="cableMeterSerialNumber" type="witsml:nameString" minOccurs="0" maxOccurs="1">
1089             <xsd:annotation>   1089             <xsd:annotation>
1090                <xsd:documentation>The serial number of the cable meter.</xsd:documentation>   1090                <xsd:documentation>The serial number of the cable meter.</xsd:documentation>
1091             </xsd:annotation>   1091             </xsd:annotation>
1092          </xsd:element>   1092          </xsd:element>
1093          <xsd:element name="cableMeterCalibrationDate" type="witsml:date" minOccurs="0" maxOccurs="1">   1093          <xsd:element name="cableMeterCalibrationDate" type="witsml:date" minOccurs="0" maxOccurs="1">
1094             <xsd:annotation>   1094             <xsd:annotation>
1095                <xsd:documentation>The date the cable meter was calibrated.</xsd:documentation>   1095                <xsd:documentation>The date the cable meter was calibrated.</xsd:documentation>
1096             </xsd:annotation>   1096             </xsd:annotation>
1097          </xsd:element>   1097          </xsd:element>
1098          <xsd:choice>   1098          <xsd:choice>
1099             <xsd:element name="wasDriftRunPerformed" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">   1099             <xsd:element name="wasDriftRunPerformed" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
1100                <xsd:annotation>   1100                <xsd:annotation>
1101                   <xsd:documentation>True or False. Was a drift run performed? This element should be used to indicate if a drift run was performed or not, where the instance of   1101                   <xsd:documentation>True or False. Was a drift run performed? This element should be used to indicate if a drift run was performed or not, where the instance of
1102                   the drift run (OTDR) is not available. If the OTDR is available, use the OTDRPerformed element to specify the OTDR instance.</xsd:documentation>   1102                   the drift run (OTDR) is not available. If the OTDR is available, use the OTDRPerformed element to specify the OTDR instance.</xsd:documentation>
1103                </xsd:annotation>   1103                </xsd:annotation>
1104             </xsd:element>   1104             </xsd:element>
1105             <xsd:element name="OTDRPerformed" type="witsml:refNameString" minOccurs="0" maxOccurs="unbounded">   1105             <xsd:element name="OTDRPerformed" type="witsml:refNameString" minOccurs="0" maxOccurs="unbounded">
1106                <xsd:annotation>   1106                <xsd:annotation>
1107                   <xsd:documentation>A reference to the OTDR that was run. If an OTDR was run, but there is not instance of the OTDR to reference, choose the wasDriftRunPerformed   1107                   <xsd:documentation>A reference to the OTDR that was run. If an OTDR was run, but there is not instance of the OTDR to reference, choose the wasDriftRunPerformed
1108                   element, and set it to True.</xsd:documentation>   1108                   element, and set it to True.</xsd:documentation>
1109                </xsd:annotation>   1109                </xsd:annotation>
1110             </xsd:element>   1110             </xsd:element>
1111          </xsd:choice>   1111          </xsd:choice>
1112          <xsd:element name="excessFiberRecovered" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">   1112          <xsd:element name="excessFiberRecovered" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
1113             <xsd:annotation>   1113             <xsd:annotation>
1114                <xsd:documentation>The length of the excess fiber that was removed.</xsd:documentation>   1114                <xsd:documentation>The length of the excess fiber that was removed.</xsd:documentation>
1115             </xsd:annotation>   1115             </xsd:annotation>
1116          </xsd:element>   1116          </xsd:element>
1117          <xsd:element name="pumpLog" type="witsml:cs_dtsPumpLogTable" minOccurs="0" maxOccurs="1">   1117          <xsd:element name="pumpLog" type="witsml:cs_dtsPumpLogTable" minOccurs="0" maxOccurs="1">
1118             <xsd:annotation>   1118             <xsd:annotation>
1119                <xsd:documentation>Information about the pumping activity, that is captured in the pump log.</xsd:documentation>   1119                <xsd:documentation>Information about the pumping activity, that is captured in the pump log.</xsd:documentation>
1120             </xsd:annotation>   1120             </xsd:annotation>
1121          </xsd:element>   1121          </xsd:element>
1122       </xsd:sequence>   1122       </xsd:sequence>
1123       <xsd:attributeGroup ref="witsml:attgrp_uid">   1123       <xsd:attributeGroup ref="witsml:attgrp_uid">
1124          <xsd:annotation>   1124          <xsd:annotation>
1125             <xsd:documentation>Unique identifier for the pump activity.</xsd:documentation>   1125             <xsd:documentation>Unique identifier for the pump activity.</xsd:documentation>
1126          </xsd:annotation>   1126          </xsd:annotation>
1127       </xsd:attributeGroup>   1127       </xsd:attributeGroup>
1128    </xsd:complexType>   1128    </xsd:complexType>
1129    <xsd:complexType name="cs_dtsPumpLogRow">   1129    <xsd:complexType name="cs_dtsPumpLogRow">
1130       <xsd:annotation>   1130       <xsd:annotation>
1131          <xsd:documentation>The pump log row are elements defined in the sequence below.</xsd:documentation>   1131          <xsd:documentation>The pump log row are elements defined in the sequence below.</xsd:documentation>
1132       </xsd:annotation>   1132       </xsd:annotation>
1133       <xsd:sequence>   1133       <xsd:sequence>
1134          <xsd:element name="cableSpeed" type="witsml:velocityMeasure" minOccurs="0" maxOccurs="1">   1134          <xsd:element name="cableSpeed" type="witsml:velocityMeasure" minOccurs="0" maxOccurs="1">
1135             <xsd:annotation>   1135             <xsd:annotation>
1136                <xsd:documentation>The speed of the cable.</xsd:documentation>   1136                <xsd:documentation>The speed of the cable.</xsd:documentation>
1137             </xsd:annotation>   1137             </xsd:annotation>
1138          </xsd:element>   1138          </xsd:element>
1139          <xsd:element name="fiberPumpedLength" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">   1139          <xsd:element name="fiberPumpedLength" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
1140             <xsd:annotation>   1140             <xsd:annotation>
1141                <xsd:documentation>The length of fiber pumped into the wellbore.</xsd:documentation>   1141                <xsd:documentation>The length of fiber pumped into the wellbore.</xsd:documentation>
1142             </xsd:annotation>   1142             </xsd:annotation>
1143          </xsd:element>   1143          </xsd:element>
1144          <xsd:element name="pumpPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   1144          <xsd:element name="pumpPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
1145             <xsd:annotation>   1145             <xsd:annotation>
1146                <xsd:documentation>The operating pressure of the pump.</xsd:documentation>   1146                <xsd:documentation>The operating pressure of the pump.</xsd:documentation>
1147             </xsd:annotation>   1147             </xsd:annotation>
1148          </xsd:element>   1148          </xsd:element>
1149          <xsd:element name="pumpFluid" type="witsml:kindString" minOccurs="0" maxOccurs="1">   1149          <xsd:element name="pumpFluid" type="witsml:kindString" minOccurs="0" maxOccurs="1">
1150             <xsd:annotation>   1150             <xsd:annotation>
1151                <xsd:documentation>The fluid used in the pumping operation.</xsd:documentation>   1151                <xsd:documentation>The fluid used in the pumping operation.</xsd:documentation>
1152             </xsd:annotation>   1152             </xsd:annotation>
1153          </xsd:element>   1153          </xsd:element>
1154          <xsd:element name="temperatureIn" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">   1154          <xsd:element name="temperatureIn" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
1155             <xsd:annotation>   1155             <xsd:annotation>
1156                <xsd:documentation>The temperature going into the wellbore.</xsd:documentation>   1156                <xsd:documentation>The temperature going into the wellbore.</xsd:documentation>
1157             </xsd:annotation>   1157             </xsd:annotation>
1158          </xsd:element>   1158          </xsd:element>
1159          <xsd:element name="temperatureOut" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">   1159          <xsd:element name="temperatureOut" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
1160             <xsd:annotation>   1160             <xsd:annotation>
1161                <xsd:documentation>The temperature at the end of the operation</xsd:documentation>   1161                <xsd:documentation>The temperature at the end of the operation</xsd:documentation>
1162             </xsd:annotation>   1162             </xsd:annotation>
1163          </xsd:element>   1163          </xsd:element>
1164          <xsd:element name="remarks" type="witsml:commentString" minOccurs="0" maxOccurs="1">   1164          <xsd:element name="remarks" type="witsml:commentString" minOccurs="0" maxOccurs="1">
1165             <xsd:annotation>   1165             <xsd:annotation>
1166                <xsd:documentation>Any general remarks about the pumping operation.</xsd:documentation>   1166                <xsd:documentation>Any general remarks about the pumping operation.</xsd:documentation>
1167             </xsd:annotation>   1167             </xsd:annotation>
1168          </xsd:element>   1168          </xsd:element>
1169       </xsd:sequence>   1169       </xsd:sequence>
1170       <xsd:attributeGroup ref="witsml:attgrp_uid">   1170       <xsd:attributeGroup ref="witsml:attgrp_uid">
1171          <xsd:annotation>   1171          <xsd:annotation>
1172             <xsd:documentation>Unique identifier for the row.</xsd:documentation>   1172             <xsd:documentation>Unique identifier for the row.</xsd:documentation>
1173          </xsd:annotation>   1173          </xsd:annotation>
1174       </xsd:attributeGroup>   1174       </xsd:attributeGroup>
1175    </xsd:complexType>   1175    </xsd:complexType>
1176    <xsd:complexType name="cs_dtsPumpLogTable">   1176    <xsd:complexType name="cs_dtsPumpLogTable">
1177       <xsd:annotation>   1177       <xsd:annotation>
1178          <xsd:documentation>Data type supporting a pump log for DST fiber installation data.</xsd:documentation>   1178          <xsd:documentation>Data type supporting a pump log for DST fiber installation data.</xsd:documentation>
1179       </xsd:annotation>   1179       </xsd:annotation>
1180       <xsd:sequence>   1180       <xsd:sequence>
1181          <xsd:element name="tableRow" type="witsml:cs_dtsPumpLogRow" minOccurs="1" maxOccurs="unbounded">   1181          <xsd:element name="tableRow" type="witsml:cs_dtsPumpLogRow" minOccurs="1" maxOccurs="unbounded">
1182             <xsd:annotation>   1182             <xsd:annotation>
1183                <xsd:documentation>This is a row of the pump log table.</xsd:documentation>   1183                <xsd:documentation>This is a row of the pump log table.</xsd:documentation>
1184             </xsd:annotation>   1184             </xsd:annotation>
1185          </xsd:element>   1185          </xsd:element>
1186       </xsd:sequence>   1186       </xsd:sequence>
1187    </xsd:complexType>   1187    </xsd:complexType>
1188    <xsd:complexType name="cs_dtsRefractiveIndex">   1188    <xsd:complexType name="cs_dtsRefractiveIndex">
1189       <xsd:annotation>   1189       <xsd:annotation>
1190          <xsd:documentation>The refractive index of a material depends on the frequency or wavelength of the light. Hence it is necessary to include both the value (a unitless   1190          <xsd:documentation>The refractive index of a material depends on the frequency or wavelength of the light. Hence it is necessary to include both the value (a unitless
1191          number) and the frequency or wavelength. The frequency will be a quantity type with a frequency unit, such as Hz, kHz, or MHz. The wavelength will be a quantity type with   1191          number) and the frequency or wavelength. The frequency will be a quantity type with a frequency unit, such as Hz, kHz, or MHz. The wavelength will be a quantity type with
1192          a length unit, such as m, cm, um, in, or ft.</xsd:documentation>   1192          a length unit, such as m, cm, um, in, or ft.</xsd:documentation>
1193       </xsd:annotation>   1193       </xsd:annotation>
1194       <xsd:sequence>   1194       <xsd:sequence>
1195          <xsd:element name="value" type="witsml:unitlessQuantity" minOccurs="1" maxOccurs="1">   1195          <xsd:element name="value" type="witsml:unitlessQuantity" minOccurs="1" maxOccurs="1">
1196             <xsd:annotation>   1196             <xsd:annotation>
1197                <xsd:documentation>The value of the refractive index.</xsd:documentation>   1197                <xsd:documentation>The value of the refractive index.</xsd:documentation>
1198             </xsd:annotation>   1198             </xsd:annotation>
1199          </xsd:element>   1199          </xsd:element>
1200          <xsd:element name="frequency" type="witsml:frequencyMeasure" minOccurs="0" maxOccurs="1">   1200          <xsd:element name="frequency" type="witsml:frequencyMeasure" minOccurs="0" maxOccurs="1">
1201             <xsd:annotation>   1201             <xsd:annotation>
1202                <xsd:documentation>The frequency (and uom) for which the refractive index is measured.</xsd:documentation>   1202                <xsd:documentation>The frequency (and uom) for which the refractive index is measured.</xsd:documentation>
1203             </xsd:annotation>   1203             </xsd:annotation>
1204          </xsd:element>   1204          </xsd:element>
1205          <xsd:element name="wavelength" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">   1205          <xsd:element name="wavelength" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
1206             <xsd:annotation>   1206             <xsd:annotation>
1207                <xsd:documentation>The wavelength (and uom) for which the refractive index is measured. The reported wavelength should be the wavelength of the light in a   1207                <xsd:documentation>The wavelength (and uom) for which the refractive index is measured. The reported wavelength should be the wavelength of the light in a
1208                vacuum.</xsd:documentation>   1208                vacuum.</xsd:documentation>
1209             </xsd:annotation>   1209             </xsd:annotation>
1210          </xsd:element>   1210          </xsd:element>
1211       </xsd:sequence>   1211       </xsd:sequence>
1212       <xsd:attributeGroup ref="witsml:attgrp_uid">   1212       <xsd:attributeGroup ref="witsml:attgrp_uid">
1213          <xsd:annotation>   1213          <xsd:annotation>
1214             <xsd:documentation>Unique identifier for the index.</xsd:documentation>   1214             <xsd:documentation>Unique identifier for the index.</xsd:documentation>
1215          </xsd:annotation>   1215          </xsd:annotation>
1216       </xsd:attributeGroup>   1216       </xsd:attributeGroup>
1217    </xsd:complexType>   1217    </xsd:complexType>
1218    <xsd:complexType name="cs_dtsSingleInstalledPoint">   1218    <xsd:complexType name="cs_dtsSingleInstalledPoint">
1219       <xsd:annotation>   1219       <xsd:annotation>
1220          <xsd:documentation>A set of points recorded during the installation process. The information can include the length along the fiber, the measured depth, and a type of   1220          <xsd:documentation>A set of points recorded during the installation process. The information can include the length along the fiber, the measured depth, and a type of
1221          point.</xsd:documentation>   1221          point.</xsd:documentation>
1222       </xsd:annotation>   1222       </xsd:annotation>
1223       <xsd:sequence>   1223       <xsd:sequence>
1224          <xsd:element name="md" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">   1224          <xsd:element name="md" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
1225             <xsd:annotation>   1225             <xsd:annotation>
1226                <xsd:documentation>The measured depth of the installed point of the fiber. This is optional, because the sender may want to record points that are outside the   1226                <xsd:documentation>The measured depth of the installed point of the fiber. This is optional, because the sender may want to record points that are outside the
1227                well.</xsd:documentation>   1227                well.</xsd:documentation>
1228             </xsd:annotation>   1228             </xsd:annotation>
1229          </xsd:element>   1229          </xsd:element>
1230          <xsd:element name="lengthAlongFiber" type="witsml:lengthMeasure" minOccurs="1" maxOccurs="1">   1230          <xsd:element name="lengthAlongFiber" type="witsml:lengthMeasure" minOccurs="1" maxOccurs="1">
1231             <xsd:annotation>   1231             <xsd:annotation>
1232                <xsd:documentation>The length along the fiber, from the zero point, for this particular point.</xsd:documentation>   1232                <xsd:documentation>The length along the fiber, from the zero point, for this particular point.</xsd:documentation>
1233             </xsd:annotation>   1233             </xsd:annotation>
1234          </xsd:element>   1234          </xsd:element>
1235          <xsd:element name="type" type="witsml:InstalledFiberPoint" minOccurs="0" maxOccurs="1">   1235          <xsd:element name="type" type="witsml:InstalledFiberPoint" minOccurs="0" maxOccurs="1">
1236             <xsd:annotation>   1236             <xsd:annotation>
1237                <xsd:documentation>The type of point that is being recorded.</xsd:documentation>   1237                <xsd:documentation>The type of point that is being recorded.</xsd:documentation>
1238             </xsd:annotation>   1238             </xsd:annotation>
1239          </xsd:element>   1239          </xsd:element>
1240       </xsd:sequence>   1240       </xsd:sequence>
1241       <xsd:attributeGroup ref="witsml:attgrp_uid">   1241       <xsd:attributeGroup ref="witsml:attgrp_uid">
1242          <xsd:annotation>   1242          <xsd:annotation>
1243             <xsd:documentation>Unique identifier for the point.</xsd:documentation>   1243             <xsd:documentation>Unique identifier for the point.</xsd:documentation>
1244          </xsd:annotation>   1244          </xsd:annotation>
1245       </xsd:attributeGroup>   1245       </xsd:attributeGroup>
1246    </xsd:complexType>   1246    </xsd:complexType>
1247    <!--UNUSED: Deleted global element enumListSet.-->   1247    <!--UNUSED: Deleted global element enumListSet.-->
1248    <xsd:complexType name="enumListSet">   1248    <xsd:complexType name="enumListSet">
1249       <xsd:sequence>   1249       <xsd:sequence>
1250          <xsd:element name="enumList" type="witsml:enumList" minOccurs="1" maxOccurs="unbounded">   1250          <xsd:element name="enumList" type="witsml:enumList" minOccurs="1" maxOccurs="unbounded">
1251             <xsd:annotation>   1251             <xsd:annotation>
1252                <xsd:documentation>A single enumeration list.</xsd:documentation>   1252                <xsd:documentation>A single enumeration list.</xsd:documentation>
1253             </xsd:annotation>   1253             </xsd:annotation>
1254          </xsd:element>   1254          </xsd:element>
1255       </xsd:sequence>   1255       </xsd:sequence>
1256       <xsd:attribute name="version" type="witsml:schemaVersionString" use="required">   1256       <xsd:attribute name="version" type="witsml:schemaVersionString" use="required">
1257          <xsd:annotation>   1257          <xsd:annotation>
1258             <xsd:documentation>Data object schema version. The fourth level must match the version of the schema constraints (enumerations and XML loader files) that are assumed   1258             <xsd:documentation>Data object schema version. The fourth level must match the version of the schema constraints (enumerations and XML loader files) that are assumed
1259             by the document instance.</xsd:documentation>   1259             by the document instance.</xsd:documentation>
1260          </xsd:annotation>   1260          </xsd:annotation>
1261       </xsd:attribute>   1261       </xsd:attribute>
1262    </xsd:complexType>   1262    </xsd:complexType>
1263    <xsd:complexType name="enumList">   1263    <xsd:complexType name="enumList">
1264       <xsd:sequence>   1264       <xsd:sequence>
1265          <xsd:element name="name" type="witsml:str32" minOccurs="1" maxOccurs="1">   1265          <xsd:element name="name" type="witsml:str32" minOccurs="1" maxOccurs="1">
1266             <xsd:annotation>   1266             <xsd:annotation>
1267                <xsd:documentation>The name of the list.</xsd:documentation>   1267                <xsd:documentation>The name of the list.</xsd:documentation>
1268             </xsd:annotation>   1268             </xsd:annotation>
1269          </xsd:element>   1269          </xsd:element>
1270          <xsd:element name="description" type="witsml:commentString" minOccurs="0" maxOccurs="1">   1270          <xsd:element name="description" type="witsml:commentString" minOccurs="0" maxOccurs="1">
1271             <xsd:annotation>   1271             <xsd:annotation>
1272                <xsd:documentation>A description of the list. This specifies what the individual values represent.</xsd:documentation>   1272                <xsd:documentation>A description of the list. This specifies what the individual values represent.</xsd:documentation>
1273             </xsd:annotation>   1273             </xsd:annotation>
1274          </xsd:element>   1274          </xsd:element>
1275          <xsd:element name="namingSystem" type="witsml:nameString" minOccurs="0" maxOccurs="1">   1275          <xsd:element name="namingSystem" type="witsml:nameString" minOccurs="0" maxOccurs="1">
1276             <xsd:annotation>   1276             <xsd:annotation>
1277                <xsd:documentation>The naming system within which the terms are defined.</xsd:documentation>   1277                <xsd:documentation>The naming system within which the terms are defined.</xsd:documentation>
1278             </xsd:annotation>   1278             </xsd:annotation>
1279          </xsd:element>   1279          </xsd:element>
1280          <xsd:element name="value" type="witsml:enumValue" minOccurs="1" maxOccurs="unbounded">   1280          <xsd:element name="value" type="witsml:enumValue" minOccurs="1" maxOccurs="unbounded">
1281             <xsd:annotation>   1281             <xsd:annotation>
1282                <xsd:documentation>A description of an enumberation value.</xsd:documentation>   1282                <xsd:documentation>A description of an enumberation value.</xsd:documentation>
1283             </xsd:annotation>   1283             </xsd:annotation>
1284          </xsd:element>   1284          </xsd:element>
1285       </xsd:sequence>   1285       </xsd:sequence>
1286    </xsd:complexType>   1286    </xsd:complexType>
1287    <xsd:complexType name="enumValue">   1287    <xsd:complexType name="enumValue">
1288       <xsd:sequence>   1288       <xsd:sequence>
1289          <xsd:element name="name" type="witsml:kindString" minOccurs="1" maxOccurs="1">   1289          <xsd:element name="name" type="witsml:kindString" minOccurs="1" maxOccurs="1">
1290             <xsd:annotation>   1290             <xsd:annotation>
1291                <xsd:documentation>The name of the value.</xsd:documentation>   1291                <xsd:documentation>The name of the value.</xsd:documentation>
1292             </xsd:annotation>   1292             </xsd:annotation>
1293          </xsd:element>   1293          </xsd:element>
1294          <xsd:element name="description" type="witsml:commentString" minOccurs="0" maxOccurs="1">   1294          <xsd:element name="description" type="witsml:commentString" minOccurs="0" maxOccurs="1">
1295             <xsd:annotation>   1295             <xsd:annotation>
1296                <xsd:documentation>A description of the value.</xsd:documentation>   1296                <xsd:documentation>A description of the value.</xsd:documentation>
1297             </xsd:annotation>   1297             </xsd:annotation>
1298          </xsd:element>   1298          </xsd:element>
1299          <xsd:element name="deprecated" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">   1299          <xsd:element name="deprecated" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
1300             <xsd:annotation>   1300             <xsd:annotation>
1301                <xsd:documentation>True (false or 1) indicates that the value has been deprecated and may be removed in future versions.</xsd:documentation>   1301                <xsd:documentation>True (false or 1) indicates that the value has been deprecated and may be removed in future versions.</xsd:documentation>
1302             </xsd:annotation>   1302             </xsd:annotation>
1303          </xsd:element>   1303          </xsd:element>
1304       </xsd:sequence>   1304       </xsd:sequence>
1305    </xsd:complexType>   1305    </xsd:complexType>
1306    <xsd:complexType name="cs_fluidResultCceTestStep">   1306    <xsd:complexType name="cs_fluidResultCceTestStep">
1307       <xsd:sequence>   1307       <xsd:sequence>
1308          <xsd:element name="stepNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">   1308          <xsd:element name="stepNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
1309             <xsd:annotation>   1309             <xsd:annotation>
1310                <xsd:documentation>The stepNumber represents a row in the table.</xsd:documentation>   1310                <xsd:documentation>The stepNumber represents a row in the table.</xsd:documentation>
1311             </xsd:annotation>   1311             </xsd:annotation>
1312          </xsd:element>   1312          </xsd:element>
1313          <xsd:element name="stepPressure" type="witsml:pressureMeasure" minOccurs="1" maxOccurs="1" />   1313          <xsd:element name="stepPressure" type="witsml:pressureMeasure" minOccurs="1" maxOccurs="1" />
1314          <xsd:element name="oilMassDensity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />   1314          <xsd:element name="oilMassDensity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />
1315          <xsd:element name="oilCompressibility" type="witsml:compressibilityMeasure" minOccurs="0" maxOccurs="1" />   1315          <xsd:element name="oilCompressibility" type="witsml:compressibilityMeasure" minOccurs="0" maxOccurs="1" />
1316          <xsd:element name="oilViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />   1316          <xsd:element name="oilViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
1317          <xsd:choice minOccurs="0" maxOccurs="1">   1317          <xsd:choice minOccurs="0" maxOccurs="1">
1318             <xsd:annotation>   1318             <xsd:annotation>
1319                <xsd:documentation>Either give the pair, totalVolume and liquidVolume, or the single value, liquidDropoutPercent. The liquidDropoutPercent = liquidVolume /   1319                <xsd:documentation>Either give the pair, totalVolume and liquidVolume, or the single value, liquidDropoutPercent. The liquidDropoutPercent = liquidVolume /
1320                totalVolume.</xsd:documentation>   1320                totalVolume.</xsd:documentation>
1321             </xsd:annotation>   1321             </xsd:annotation>
1322             <xsd:sequence>   1322             <xsd:sequence>
1323                <xsd:element name="totalVolume" type="witsml:volumeMeasure" minOccurs="1" maxOccurs="1" />   1323                <xsd:element name="totalVolume" type="witsml:volumeMeasure" minOccurs="1" maxOccurs="1" />
1324                <xsd:element name="liquidVolume" type="witsml:volumeMeasure" minOccurs="1" maxOccurs="1" />   1324                <xsd:element name="liquidVolume" type="witsml:volumeMeasure" minOccurs="1" maxOccurs="1" />
1325             </xsd:sequence>   1325             </xsd:sequence>
1326             <xsd:element name="liquidDropoutPercent" type="witsml:volumePerVolumeMeasurePercent" minOccurs="1" maxOccurs="1" />   1326             <xsd:element name="liquidDropoutPercent" type="witsml:volumePerVolumeMeasurePercent" minOccurs="1" maxOccurs="1" />
1327          </xsd:choice>   1327          </xsd:choice>
1328          <xsd:element name="relativeVolumeRatio" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1" />   1328          <xsd:element name="relativeVolumeRatio" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1" />
1329          <xsd:element name="gasMassDensity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />   1329          <xsd:element name="gasMassDensity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />
1330          <xsd:element name="gasZFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />   1330          <xsd:element name="gasZFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
1331          <xsd:element name="gasCompressibility" type="witsml:compressibilityMeasure" minOccurs="0" maxOccurs="1" />   1331          <xsd:element name="gasCompressibility" type="witsml:compressibilityMeasure" minOccurs="0" maxOccurs="1" />
1332          <xsd:element name="gasViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />   1332          <xsd:element name="gasViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
1333          <xsd:element name="yFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />   1333          <xsd:element name="yFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
1334          <xsd:group ref="witsml:grp_fluidResultCommonTestGroup" />   1334          <xsd:group ref="witsml:grp_fluidResultCommonTestGroup" />
1335       </xsd:sequence>   1335       </xsd:sequence>
1336       <xsd:attributeGroup ref="witsml:attgrp_uid">   1336       <xsd:attributeGroup ref="witsml:attgrp_uid">
1337          <xsd:annotation>   1337          <xsd:annotation>
1338             <xsd:documentation>Unique identifier for the node.</xsd:documentation>   1338             <xsd:documentation>Unique identifier for the node.</xsd:documentation>
1339          </xsd:annotation>   1339          </xsd:annotation>
1340       </xsd:attributeGroup>   1340       </xsd:attributeGroup>
1341    </xsd:complexType>   1341    </xsd:complexType>
1342    <xsd:complexType name="cs_fluidResultCompositeComposition">   1342    <xsd:complexType name="cs_fluidResultCompositeComposition">
1343       <xsd:sequence>   1343       <xsd:sequence>
1344          <xsd:element name="componentName" type="witsml:kindString" minOccurs="1" maxOccurs="1" />   1344          <xsd:element name="componentName" type="witsml:kindString" minOccurs="1" maxOccurs="1" />
1345          <xsd:element name="weightPercent" type="witsml:massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1" />   1345          <xsd:element name="weightPercent" type="witsml:massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1" />
1346          <xsd:element name="molePercent" type="witsml:molarFractionMeasurePercent" minOccurs="0" maxOccurs="1" />   1346          <xsd:element name="molePercent" type="witsml:molarFractionMeasurePercent" minOccurs="0" maxOccurs="1" />
1347          <xsd:element name="kValue" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />   1347          <xsd:element name="kValue" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
1348       </xsd:sequence>   1348       </xsd:sequence>
1349       <xsd:attributeGroup ref="witsml:attgrp_uid">   1349       <xsd:attributeGroup ref="witsml:attgrp_uid">
1350          <xsd:annotation>   1350          <xsd:annotation>
1351             <xsd:documentation>Unique identifier for the node.</xsd:documentation>   1351             <xsd:documentation>Unique identifier for the node.</xsd:documentation>
1352          </xsd:annotation>   1352          </xsd:annotation>
1353       </xsd:attributeGroup>   1353       </xsd:attributeGroup>
1354    </xsd:complexType>   1354    </xsd:complexType>
1355    <xsd:complexType name="cs_fluidResultComposition">   1355    <xsd:complexType name="cs_fluidResultComposition">
1356       <xsd:sequence>   1356       <xsd:sequence>
1357          <xsd:element name="isPrimary" type="witsml:logicalBoolean" minOccurs="1" maxOccurs="1">   1357          <xsd:element name="isPrimary" type="witsml:logicalBoolean" minOccurs="1" maxOccurs="1">
1358             <xsd:annotation>   1358             <xsd:annotation>
1359                <xsd:documentation>True ("true" or "1") indicates that the component is the primary component in the composition. False ("false" or "0") or not given indicates that   1359                <xsd:documentation>True ("true" or "1") indicates that the component is the primary component in the composition. False ("false" or "0") or not given indicates that
1360                this is not a primary component.</xsd:documentation>   1360                this is not a primary component.</xsd:documentation>
1361             </xsd:annotation>   1361             </xsd:annotation>
1362          </xsd:element>   1362          </xsd:element>
1363          <xsd:element name="componentName" type="witsml:nameString" minOccurs="1" maxOccurs="1" />   1363          <xsd:element name="componentName" type="witsml:nameString" minOccurs="1" maxOccurs="1" />
1364          <xsd:element name="componentBaseKind" type="witsml:FluidComponent" minOccurs="0" maxOccurs="1" />   1364          <xsd:element name="componentBaseKind" type="witsml:FluidComponent" minOccurs="0" maxOccurs="1" />
1365          <xsd:element name="componentKind" type="witsml:FluidComponentKind" minOccurs="0" maxOccurs="1" />   1365          <xsd:element name="componentKind" type="witsml:FluidComponentKind" minOccurs="0" maxOccurs="1" />
1366          <xsd:element name="molecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />   1366          <xsd:element name="molecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
1367          <xsd:element name="weightPercent" type="witsml:massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1" />   1367          <xsd:element name="weightPercent" type="witsml:massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1" />
1368          <xsd:element name="molePercent" type="witsml:molarFractionMeasurePercent" minOccurs="0" maxOccurs="1" />   1368          <xsd:element name="molePercent" type="witsml:molarFractionMeasurePercent" minOccurs="0" maxOccurs="1" />
1369          <xsd:element name="specificGravity" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />   1369          <xsd:element name="specificGravity" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
1370          <xsd:element name="boilingPoint" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1" />   1370          <xsd:element name="boilingPoint" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1" />
1371          <xsd:element name="criticalPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />   1371          <xsd:element name="criticalPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
1372          <xsd:element name="criticalTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1" />   1372          <xsd:element name="criticalTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1" />
1373          <xsd:element name="criticalVolume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1" />   1373          <xsd:element name="criticalVolume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1" />
1374          <xsd:element name="acentricFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />   1374          <xsd:element name="acentricFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
1375          <xsd:element name="volumeTranslationFactor" type="witsml:molarVolumeMeasure" minOccurs="0" maxOccurs="1" />   1375          <xsd:element name="volumeTranslationFactor" type="witsml:molarVolumeMeasure" minOccurs="0" maxOccurs="1" />
1376          <xsd:element name="alphaShapeFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />   1376          <xsd:element name="alphaShapeFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
1377          <xsd:element name="watsonKExponent" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />   1377          <xsd:element name="watsonKExponent" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
1378          <xsd:element name="splitCount" type="witsml:positiveCount" minOccurs="0" maxOccurs="1" />   1378          <xsd:element name="splitCount" type="witsml:positiveCount" minOccurs="0" maxOccurs="1" />
1379          <xsd:element name="plusMinimumMolecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />   1379          <xsd:element name="plusMinimumMolecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
1380          <xsd:element name="plusMaximumMolecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />   1380          <xsd:element name="plusMaximumMolecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
1381          <xsd:element name="rvp" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   1381          <xsd:element name="rvp" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
1382             <xsd:annotation>   1382             <xsd:annotation>
1383                <xsd:documentation>Reid vapor pressure of the product. The absolute vapor pressure of volatile crude oil and volatile petroleum liquids, except liquefied petroleum   1383                <xsd:documentation>Reid vapor pressure of the product. The absolute vapor pressure of volatile crude oil and volatile petroleum liquids, except liquefied petroleum
1384                gases, as determined in accordance with American Society for Testing and Materials under the designation ASTM D323-56.</xsd:documentation>   1384                gases, as determined in accordance with American Society for Testing and Materials under the designation ASTM D323-56.</xsd:documentation>
1385             </xsd:annotation>   1385             </xsd:annotation>
1386          </xsd:element>   1386          </xsd:element>
1387          <xsd:element name="tvp" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   1387          <xsd:element name="tvp" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
1388             <xsd:annotation>   1388             <xsd:annotation>
1389                <xsd:documentation>True vapor pressure of the product. The equilibrium partial pressure exerted by a petroleum liquid as determined in accordance with standard   1389                <xsd:documentation>True vapor pressure of the product. The equilibrium partial pressure exerted by a petroleum liquid as determined in accordance with standard
1390                methods.</xsd:documentation>   1390                methods.</xsd:documentation>
1391             </xsd:annotation>   1391             </xsd:annotation>
1392          </xsd:element>   1392          </xsd:element>
1393          <xsd:element name="binaryInteractionCoefficient" type="witsml:binaryInteractionCoefficient" minOccurs="0" maxOccurs="unbounded" />   1393          <xsd:element name="binaryInteractionCoefficient" type="witsml:binaryInteractionCoefficient" minOccurs="0" maxOccurs="unbounded" />
1394          <xsd:element name="calculated" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1" />   1394          <xsd:element name="calculated" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1" />
1395       </xsd:sequence>   1395       </xsd:sequence>
1396    </xsd:complexType>   1396    </xsd:complexType>
1397    <xsd:complexType name="cs_fluidResultConstantCompositionExpansionTest">   1397    <xsd:complexType name="cs_fluidResultConstantCompositionExpansionTest">
1398       <xsd:sequence>   1398       <xsd:sequence>
1399          <xsd:element name="testNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">   1399          <xsd:element name="testNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
1400             <xsd:annotation>   1400             <xsd:annotation>
1401                <xsd:documentation>xxxxxxxxxxxxxxxxx</xsd:documentation>   1401                <xsd:documentation>xxxxxxxxxxxxxxxxx</xsd:documentation>
1402             </xsd:annotation>   1402             </xsd:annotation>
1403          </xsd:element>   1403          </xsd:element>
1404          <xsd:element name="testTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="1" maxOccurs="1" />   1404          <xsd:element name="testTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="1" maxOccurs="1" />
1405          <xsd:choice>   1405          <xsd:choice>
1406             <xsd:element name="bubblePointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />   1406             <xsd:element name="bubblePointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
1407             <xsd:element name="retrogradeDewPointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />   1407             <xsd:element name="retrogradeDewPointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
1408          </xsd:choice>   1408          </xsd:choice>
1409          <xsd:element name="liquidDropoutReference" type="witsml:cs_fluidResultVolumeReference" minOccurs="0" maxOccurs="1" />   1409          <xsd:element name="liquidDropoutReference" type="witsml:cs_fluidResultVolumeReference" minOccurs="0" maxOccurs="1" />
1410          <xsd:element name="relativeVolumeReference" type="witsml:cs_fluidResultVolumeReference" minOccurs="0" maxOccurs="1" />   1410          <xsd:element name="relativeVolumeReference" type="witsml:cs_fluidResultVolumeReference" minOccurs="0" maxOccurs="1" />
1411          <xsd:element name="cceTestStep" type="witsml:cs_fluidResultCceTestStep" minOccurs="1" maxOccurs="unbounded" />   1411          <xsd:element name="cceTestStep" type="witsml:cs_fluidResultCceTestStep" minOccurs="1" maxOccurs="unbounded" />
1412       </xsd:sequence>   1412       </xsd:sequence>
1413       <xsd:attributeGroup ref="witsml:attgrp_uid">   1413       <xsd:attributeGroup ref="witsml:attgrp_uid">
1414          <xsd:annotation>   1414          <xsd:annotation>
1415             <xsd:documentation>Unique identifier for the node.</xsd:documentation>   1415             <xsd:documentation>Unique identifier for the node.</xsd:documentation>
1416          </xsd:annotation>   1416          </xsd:annotation>
1417       </xsd:attributeGroup>   1417       </xsd:attributeGroup>
1418    </xsd:complexType>   1418    </xsd:complexType>
1419    <xsd:complexType name="cs_fluidResultConstantVolumeDepletionTest">   1419    <xsd:complexType name="cs_fluidResultConstantVolumeDepletionTest">
1420       <xsd:sequence>   1420       <xsd:sequence>
1421          <xsd:element name="testNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">   1421          <xsd:element name="testNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
1422             <xsd:annotation>   1422             <xsd:annotation>
1423                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>   1423                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
1424             </xsd:annotation>   1424             </xsd:annotation>
1425          </xsd:element>   1425          </xsd:element>
1426          <xsd:element name="testTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="1" maxOccurs="1" />   1426          <xsd:element name="testTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="1" maxOccurs="1" />
1427          <xsd:choice>   1427          <xsd:choice>
1428             <xsd:element name="bubblePointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />   1428             <xsd:element name="bubblePointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
1429             <xsd:element name="retrogradeDewPointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />   1429             <xsd:element name="retrogradeDewPointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
1430          </xsd:choice>   1430          </xsd:choice>
1431          <xsd:element name="liquidDropoutReference" type="witsml:cs_fluidResultVolumeReference" minOccurs="0" maxOccurs="1" />   1431          <xsd:element name="liquidDropoutReference" type="witsml:cs_fluidResultVolumeReference" minOccurs="0" maxOccurs="1" />
1432          <xsd:element name="cumulativeGasProducedReferenceStd" type="witsml:standardVolumeMeasure" minOccurs="0" maxOccurs="1">   1432          <xsd:element name="cumulativeGasProducedReferenceStd" type="witsml:standardVolumeMeasure" minOccurs="0" maxOccurs="1">
1433             <xsd:annotation>   1433             <xsd:annotation>
1434                <xsd:documentation>The volume is corrected to standard conditions of temperature and pressure.</xsd:documentation>   1434                <xsd:documentation>The volume is corrected to standard conditions of temperature and pressure.</xsd:documentation>
1435             </xsd:annotation>   1435             </xsd:annotation>
1436          </xsd:element>   1436          </xsd:element>
1437          <xsd:element name="cvdTestStep" type="witsml:cs_fluidResultCvdTestStep" minOccurs="1" maxOccurs="unbounded" />   1437          <xsd:element name="cvdTestStep" type="witsml:cs_fluidResultCvdTestStep" minOccurs="1" maxOccurs="unbounded" />
1438       </xsd:sequence>   1438       </xsd:sequence>
1439       <xsd:attributeGroup ref="witsml:attgrp_uid">   1439       <xsd:attributeGroup ref="witsml:attgrp_uid">
1440          <xsd:annotation>   1440          <xsd:annotation>
1441             <xsd:documentation>Unique identifier for the node.</xsd:documentation>   1441             <xsd:documentation>Unique identifier for the node.</xsd:documentation>
1442          </xsd:annotation>   1442          </xsd:annotation>
1443       </xsd:attributeGroup>   1443       </xsd:attributeGroup>
1444    </xsd:complexType>   1444    </xsd:complexType>
1445    <xsd:complexType name="cs_fluidResultContaminant">   1445    <xsd:complexType name="cs_fluidResultContaminant">
1446       <xsd:sequence>   1446       <xsd:sequence>
1447          <xsd:element name="contaminantKind" type="witsml:nameString" minOccurs="1" maxOccurs="1">   1447          <xsd:element name="contaminantKind" type="witsml:nameString" minOccurs="1" maxOccurs="1">
1448             <xsd:annotation>   1448             <xsd:annotation>
1449                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>   1449                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
1450             </xsd:annotation>   1450             </xsd:annotation>
1451          </xsd:element>   1451          </xsd:element>
1452          <xsd:element name="weightPercent" type="witsml:massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1" />   1452          <xsd:element name="weightPercent" type="witsml:massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1" />
1453          <xsd:element name="volumePercent" type="witsml:volumePerVolumeMeasurePercent" minOccurs="0" maxOccurs="1" />   1453          <xsd:element name="volumePercent" type="witsml:volumePerVolumeMeasurePercent" minOccurs="0" maxOccurs="1" />
1454          <xsd:element name="description" type="witsml:descriptionString" minOccurs="0" maxOccurs="1" />   1454          <xsd:element name="description" type="witsml:descriptionString" minOccurs="0" maxOccurs="1" />
1455       </xsd:sequence>   1455       </xsd:sequence>
1456       <xsd:attributeGroup ref="witsml:attgrp_uid">   1456       <xsd:attributeGroup ref="witsml:attgrp_uid">
1457          <xsd:annotation>   1457          <xsd:annotation>
1458             <xsd:documentation>Unique identifier for the node.</xsd:documentation>   1458             <xsd:documentation>Unique identifier for the node.</xsd:documentation>
1459          </xsd:annotation>   1459          </xsd:annotation>
1460       </xsd:attributeGroup>   1460       </xsd:attributeGroup>
1461    </xsd:complexType>   1461    </xsd:complexType>
1462    <xsd:complexType name="cs_fluidResultCvdTestStep">   1462    <xsd:complexType name="cs_fluidResultCvdTestStep">
1463       <xsd:sequence>   1463       <xsd:sequence>
1464          <xsd:element name="stepNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">   1464          <xsd:element name="stepNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
1465             <xsd:annotation>   1465             <xsd:annotation>
1466                <xsd:documentation>The stepNumber represents a row in the table.</xsd:documentation>   1466                <xsd:documentation>The stepNumber represents a row in the table.</xsd:documentation>
1467             </xsd:annotation>   1467             </xsd:annotation>
1468          </xsd:element>   1468          </xsd:element>
1469          <xsd:element name="stepPressure" type="witsml:pressureMeasure" minOccurs="1" maxOccurs="1" />   1469          <xsd:element name="stepPressure" type="witsml:pressureMeasure" minOccurs="1" maxOccurs="1" />
1470          <xsd:element name="oilViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />   1470          <xsd:element name="oilViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
1471          <xsd:choice>   1471          <xsd:choice>
1472             <xsd:annotation>   1472             <xsd:annotation>
1473                <xsd:documentation>Either give the liquidVolume, or the liquidDropoutPercent, which is the liquid volume divided by the ltotalVolume.</xsd:documentation>   1473                <xsd:documentation>Either give the liquidVolume, or the liquidDropoutPercent, which is the liquid volume divided by the ltotalVolume.</xsd:documentation>
1474             </xsd:annotation>   1474             </xsd:annotation>
1475             <xsd:element name="liquidVolume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1" />   1475             <xsd:element name="liquidVolume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1" />
1476             <xsd:element name="liquidDropoutPercent" type="witsml:volumePerVolumeMeasurePercent" minOccurs="0" maxOccurs="1" />   1476             <xsd:element name="liquidDropoutPercent" type="witsml:volumePerVolumeMeasurePercent" minOccurs="0" maxOccurs="1" />
1477          </xsd:choice>   1477          </xsd:choice>
1478          <xsd:element name="gasMolecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />   1478          <xsd:element name="gasMolecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
1479          <xsd:element name="gasGravity" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />   1479          <xsd:element name="gasGravity" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
1480          <xsd:element name="gasFormationVolumeFactorStd" type="witsml:volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />   1480          <xsd:element name="gasFormationVolumeFactorStd" type="witsml:volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
1481          <xsd:element name="gasZFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />   1481          <xsd:element name="gasZFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
1482          <xsd:element name="gasViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />   1482          <xsd:element name="gasViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
1483          <xsd:choice>   1483          <xsd:choice>
1484             <xsd:element name="cumulativeGasProducedVolume" type="witsml:standardVolumeMeasure" minOccurs="0" maxOccurs="1" />   1484             <xsd:element name="cumulativeGasProducedVolume" type="witsml:standardVolumeMeasure" minOccurs="0" maxOccurs="1" />
1485             <xsd:element name="cumulativeGasProducedRatioStd" type="witsml:standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1">   1485             <xsd:element name="cumulativeGasProducedRatioStd" type="witsml:standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1">
1486                <xsd:annotation>   1486                <xsd:annotation>
1487                   <xsd:documentation>This ratio is the cumulativeGasProducedVolume divided by cumulativeGasProducedReference.</xsd:documentation>   1487                   <xsd:documentation>This ratio is the cumulativeGasProducedVolume divided by cumulativeGasProducedReference.</xsd:documentation>
1488                </xsd:annotation>   1488                </xsd:annotation>
1489             </xsd:element>   1489             </xsd:element>
1490          </xsd:choice>   1490          </xsd:choice>
1491          <xsd:group ref="witsml:grp_fluidResultCommonTestGroup" />   1491          <xsd:group ref="witsml:grp_fluidResultCommonTestGroup" />
1492       </xsd:sequence>   1492       </xsd:sequence>
1493       <xsd:attributeGroup ref="witsml:attgrp_uid">   1493       <xsd:attributeGroup ref="witsml:attgrp_uid">
1494          <xsd:annotation>   1494          <xsd:annotation>
1495             <xsd:documentation>Unique identifier for the node.</xsd:documentation>   1495             <xsd:documentation>Unique identifier for the node.</xsd:documentation>
1496          </xsd:annotation>   1496          </xsd:annotation>
1497       </xsd:attributeGroup>   1497       </xsd:attributeGroup>
1498    </xsd:complexType>   1498    </xsd:complexType>
1499    <xsd:complexType name="cs_fluidResultDataQuality">   1499    <xsd:complexType name="cs_fluidResultDataQuality">
1500       <xsd:sequence>   1500       <xsd:sequence>
1501          <xsd:element name="quality" type="witsml:DataQuality" minOccurs="1" maxOccurs="1" />   1501          <xsd:element name="quality" type="witsml:DataQuality" minOccurs="1" maxOccurs="1" />
1502          <xsd:element name="source" type="witsml:nameString" minOccurs="0" maxOccurs="1" />   1502          <xsd:element name="source" type="witsml:nameString" minOccurs="0" maxOccurs="1" />
1503          <xsd:element name="purpose" type="witsml:descriptionString" minOccurs="0" maxOccurs="1" />   1503          <xsd:element name="purpose" type="witsml:descriptionString" minOccurs="0" maxOccurs="1" />
1504       </xsd:sequence>   1504       </xsd:sequence>
1505    </xsd:complexType>   1505    </xsd:complexType>
1506    <xsd:complexType name="cs_fluidResultDifferentialLiberationTest">   1506    <xsd:complexType name="cs_fluidResultDifferentialLiberationTest">
1507       <xsd:sequence>   1507       <xsd:sequence>
1508          <xsd:element name="testNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">   1508          <xsd:element name="testNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
1509             <xsd:annotation>   1509             <xsd:annotation>
1510                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>   1510                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
1511             </xsd:annotation>   1511             </xsd:annotation>
1512          </xsd:element>   1512          </xsd:element>
1513          <xsd:element name="testTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="1" maxOccurs="1" />   1513          <xsd:element name="testTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="1" maxOccurs="1" />
1514          <xsd:choice>   1514          <xsd:choice>
1515             <xsd:element name="bubblePointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />   1515             <xsd:element name="bubblePointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
1516             <xsd:element name="retrogradeDewPointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />   1516             <xsd:element name="retrogradeDewPointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
1517          </xsd:choice>   1517          </xsd:choice>
1518          <xsd:element name="shrinkageReference" type="witsml:cs_fluidResultVolumeReference" minOccurs="0" maxOccurs="1" />   1518          <xsd:element name="shrinkageReference" type="witsml:cs_fluidResultVolumeReference" minOccurs="0" maxOccurs="1" />
1519          <xsd:element name="dlTestStep" type="witsml:cs_fluidResultDifferentialLiberationTestStep" minOccurs="1" maxOccurs="unbounded" />   1519          <xsd:element name="dlTestStep" type="witsml:cs_fluidResultDifferentialLiberationTestStep" minOccurs="1" maxOccurs="unbounded" />
1520       </xsd:sequence>   1520       </xsd:sequence>
1521    </xsd:complexType>   1521    </xsd:complexType>
1522    <xsd:complexType name="cs_fluidResultDifferentialLiberationTestStep">   1522    <xsd:complexType name="cs_fluidResultDifferentialLiberationTestStep">
1523       <xsd:sequence>   1523       <xsd:sequence>
1524          <xsd:element name="stepNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">   1524          <xsd:element name="stepNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
1525             <xsd:annotation>   1525             <xsd:annotation>
1526                <xsd:documentation>The stepNumber represents a row in the table.</xsd:documentation>   1526                <xsd:documentation>The stepNumber represents a row in the table.</xsd:documentation>
1527             </xsd:annotation>   1527             </xsd:annotation>
1528          </xsd:element>   1528          </xsd:element>
1529          <xsd:element name="stepPressure" type="witsml:pressureMeasure" minOccurs="1" maxOccurs="1" />   1529          <xsd:element name="stepPressure" type="witsml:pressureMeasure" minOccurs="1" maxOccurs="1" />
1530          <xsd:element name="oilMassDensity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />   1530          <xsd:element name="oilMassDensity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />
1531          <xsd:element name="oilFormationVolumeFactorStd" type="witsml:volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />   1531          <xsd:element name="oilFormationVolumeFactorStd" type="witsml:volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
1532          <xsd:element name="oilCompressibility" type="witsml:compressibilityMeasure" minOccurs="0" maxOccurs="1" />   1532          <xsd:element name="oilCompressibility" type="witsml:compressibilityMeasure" minOccurs="0" maxOccurs="1" />
1533          <xsd:element name="oilViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />   1533          <xsd:element name="oilViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
1534          <xsd:choice>   1534          <xsd:choice>
1535             <xsd:element name="oilVolume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1" />   1535             <xsd:element name="oilVolume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1" />
1536             <xsd:element name="oilShrinkageFactor" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1" />   1536             <xsd:element name="oilShrinkageFactor" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1" />
1537          </xsd:choice>   1537          </xsd:choice>
1538          <xsd:element name="gasMolecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />   1538          <xsd:element name="gasMolecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
1539          <xsd:element name="gasGravity" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />   1539          <xsd:element name="gasGravity" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
1540          <xsd:element name="gasMassDensity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />   1540          <xsd:element name="gasMassDensity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />
1541          <xsd:element name="gasFormationVolumeFactorStd" type="witsml:volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />   1541          <xsd:element name="gasFormationVolumeFactorStd" type="witsml:volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
1542          <xsd:element name="gasZFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />   1542          <xsd:element name="gasZFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
1543          <xsd:element name="gasViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />   1543          <xsd:element name="gasViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
1544          <xsd:element name="totalFormationVolumeFactorStd" type="witsml:volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />   1544          <xsd:element name="totalFormationVolumeFactorStd" type="witsml:volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
1545          <xsd:element name="solutionGORStd" type="witsml:standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />   1545          <xsd:element name="solutionGORStd" type="witsml:standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
1546          <xsd:element name="cumulativeStockTankGORStd" type="witsml:standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />   1546          <xsd:element name="cumulativeStockTankGORStd" type="witsml:standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
1547          <xsd:element name="cumulativeSaturatedGORStd" type="witsml:standardVolumePerVolumeMeasure" minOccurs="0" maxOccurs="1" />   1547          <xsd:element name="cumulativeSaturatedGORStd" type="witsml:standardVolumePerVolumeMeasure" minOccurs="0" maxOccurs="1" />
1548          <xsd:element name="residualAPIGravity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />   1548          <xsd:element name="residualAPIGravity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />
1549          <xsd:group ref="witsml:grp_fluidResultCommonTestGroup" />   1549          <xsd:group ref="witsml:grp_fluidResultCommonTestGroup" />
1550       </xsd:sequence>   1550       </xsd:sequence>
1551       <xsd:attributeGroup ref="witsml:attgrp_uid">   1551       <xsd:attributeGroup ref="witsml:attgrp_uid">
1552          <xsd:annotation>   1552          <xsd:annotation>
1553             <xsd:documentation>Unique identifier for the node.</xsd:documentation>   1553             <xsd:documentation>Unique identifier for the node.</xsd:documentation>
1554          </xsd:annotation>   1554          </xsd:annotation>
1555       </xsd:attributeGroup>   1555       </xsd:attributeGroup>
1556    </xsd:complexType>   1556    </xsd:complexType>
1557    <xsd:complexType name="cs_fluidResultJCurveTest">   1557    <xsd:complexType name="cs_fluidResultJCurveTest">
1558       <xsd:sequence>   1558       <xsd:sequence>
1559          <xsd:element name="testNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">   1559          <xsd:element name="testNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
1560             <xsd:annotation>   1560             <xsd:annotation>
1561                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxx</xsd:documentation>   1561                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
1562             </xsd:annotation>   1562             </xsd:annotation>
1563          </xsd:element>   1563          </xsd:element>
1564          <xsd:element name="testTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="1" maxOccurs="1" />   1564          <xsd:element name="testTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="1" maxOccurs="1" />
1565          <xsd:choice>   1565          <xsd:choice>
1566             <xsd:element name="bubblePointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />   1566             <xsd:element name="bubblePointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
1567             <xsd:element name="retrogradeDewPointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />   1567             <xsd:element name="retrogradeDewPointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
1568          </xsd:choice>   1568          </xsd:choice>
1569          <xsd:element name="liquidDropoutReference" type="witsml:cs_fluidResultVolumeReference" minOccurs="0" maxOccurs="1" />   1569          <xsd:element name="liquidDropoutReference" type="witsml:cs_fluidResultVolumeReference" minOccurs="0" maxOccurs="1" />
1570          <xsd:element name="cumulativeGasProducedReference" type="witsml:standardVolumeMeasure" minOccurs="0" maxOccurs="1" />   1570          <xsd:element name="cumulativeGasProducedReference" type="witsml:standardVolumeMeasure" minOccurs="0" maxOccurs="1" />
1571          <xsd:element name="condensateYieldPressure1" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />   1571          <xsd:element name="condensateYieldPressure1" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
1572          <xsd:element name="condensateYieldTemperature1" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1" />   1572          <xsd:element name="condensateYieldTemperature1" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1" />
1573          <xsd:element name="condensateYieldPressure2" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />   1573          <xsd:element name="condensateYieldPressure2" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
1574          <xsd:element name="condensateYieldTemperature2" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1" />   1574          <xsd:element name="condensateYieldTemperature2" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1" />
1575          <xsd:element name="jcrvTestStep" type="witsml:cs_fluidResultJCurveTestStep" minOccurs="1" maxOccurs="unbounded" />   1575          <xsd:element name="jcrvTestStep" type="witsml:cs_fluidResultJCurveTestStep" minOccurs="1" maxOccurs="unbounded" />
1576       </xsd:sequence>   1576       </xsd:sequence>
1577       <xsd:attributeGroup ref="witsml:attgrp_uid">   1577       <xsd:attributeGroup ref="witsml:attgrp_uid">
1578          <xsd:annotation>   1578          <xsd:annotation>
1579             <xsd:documentation>Unique identifier for the node.</xsd:documentation>   1579             <xsd:documentation>Unique identifier for the node.</xsd:documentation>
1580          </xsd:annotation>   1580          </xsd:annotation>
1581       </xsd:attributeGroup>   1581       </xsd:attributeGroup>
1582    </xsd:complexType>   1582    </xsd:complexType>
1583    <xsd:complexType name="cs_fluidResultJCurveTestStep">   1583    <xsd:complexType name="cs_fluidResultJCurveTestStep">
1584       <xsd:sequence>   1584       <xsd:sequence>
1585          <xsd:element name="stepNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">   1585          <xsd:element name="stepNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
1586             <xsd:annotation>   1586             <xsd:annotation>
1587                <xsd:documentation>The stepNumber represents a row in the table.</xsd:documentation>   1587                <xsd:documentation>The stepNumber represents a row in the table.</xsd:documentation>
1588             </xsd:annotation>   1588             </xsd:annotation>
1589          </xsd:element>   1589          </xsd:element>
1590          <xsd:element name="stepPressure" type="witsml:pressureMeasure" minOccurs="1" maxOccurs="1" />   1590          <xsd:element name="stepPressure" type="witsml:pressureMeasure" minOccurs="1" maxOccurs="1" />
1591          <xsd:element name="oilViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />   1591          <xsd:element name="oilViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
1592          <xsd:choice>   1592          <xsd:choice>
1593             <xsd:element name="liquidVolume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1" />   1593             <xsd:element name="liquidVolume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1" />
1594             <xsd:element name="liquidDropoutPercent" type="witsml:volumePerVolumeMeasurePercent" minOccurs="0" maxOccurs="1">   1594             <xsd:element name="liquidDropoutPercent" type="witsml:volumePerVolumeMeasurePercent" minOccurs="0" maxOccurs="1">
1595                <xsd:annotation>   1595                <xsd:annotation>
1596                   <xsd:documentation>divide liquidVolume by liquiedDropoutReference to get liquid DropoutPercent.</xsd:documentation>   1596                   <xsd:documentation>divide liquidVolume by liquiedDropoutReference to get liquid DropoutPercent.</xsd:documentation>
1597                </xsd:annotation>   1597                </xsd:annotation>
1598             </xsd:element>   1598             </xsd:element>
1599          </xsd:choice>   1599          </xsd:choice>
1600          <xsd:element name="gasMolecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />   1600          <xsd:element name="gasMolecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
1601          <xsd:element name="gasGravity" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />   1601          <xsd:element name="gasGravity" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
1602          <xsd:element name="gasFormationVolumeFactorStd" type="witsml:volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />   1602          <xsd:element name="gasFormationVolumeFactorStd" type="witsml:volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
1603          <xsd:element name="gasZFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />   1603          <xsd:element name="gasZFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
1604          <xsd:element name="gasViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />   1604          <xsd:element name="gasViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
1605          <xsd:choice>   1605          <xsd:choice>
1606             <xsd:element name="cumulativeGasProducedVolume" type="witsml:standardVolumeMeasure" minOccurs="0" maxOccurs="1" />   1606             <xsd:element name="cumulativeGasProducedVolume" type="witsml:standardVolumeMeasure" minOccurs="0" maxOccurs="1" />
1607             <xsd:element name="cumulativeGasProducedRatioStd" type="witsml:standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1">   1607             <xsd:element name="cumulativeGasProducedRatioStd" type="witsml:standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1">
1608                <xsd:annotation>   1608                <xsd:annotation>
1609                   <xsd:documentation>divide cumulativeGasProducedVolume by cumulativeGasProducedReference to get cumulativeGasProducedRatio.</xsd:documentation>   1609                   <xsd:documentation>divide cumulativeGasProducedVolume by cumulativeGasProducedReference to get cumulativeGasProducedRatio.</xsd:documentation>
1610                </xsd:annotation>   1610                </xsd:annotation>
1611             </xsd:element>   1611             </xsd:element>
1612          </xsd:choice>   1612          </xsd:choice>
1613          <xsd:element name="condensateYieldVolumeRatio1Std" type="witsml:volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />   1613          <xsd:element name="condensateYieldVolumeRatio1Std" type="witsml:volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
1614          <xsd:element name="condensateYieldVolumeRatio2Std" type="witsml:volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />   1614          <xsd:element name="condensateYieldVolumeRatio2Std" type="witsml:volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
1615          <xsd:group ref="witsml:grp_fluidResultCommonTestGroup" />   1615          <xsd:group ref="witsml:grp_fluidResultCommonTestGroup" />
1616       </xsd:sequence>   1616       </xsd:sequence>
1617       <xsd:attributeGroup ref="witsml:attgrp_uid">   1617       <xsd:attributeGroup ref="witsml:attgrp_uid">
1618          <xsd:annotation>   1618          <xsd:annotation>
1619             <xsd:documentation>Unique identifier for the node.</xsd:documentation>   1619             <xsd:documentation>Unique identifier for the node.</xsd:documentation>
1620          </xsd:annotation>   1620          </xsd:annotation>
1621       </xsd:attributeGroup>   1621       </xsd:attributeGroup>
1622    </xsd:complexType>   1622    </xsd:complexType>
1623    <xsd:complexType name="cs_fluidResultPhaseComposition">   1623    <xsd:complexType name="cs_fluidResultPhaseComposition">
1624       <xsd:sequence>   1624       <xsd:sequence>
1625          <xsd:element name="componentName" type="witsml:kindString" minOccurs="1" maxOccurs="1">   1625          <xsd:element name="componentName" type="witsml:kindString" minOccurs="1" maxOccurs="1">
1626             <xsd:annotation>   1626             <xsd:annotation>
1627                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxx</xsd:documentation>   1627                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
1628             </xsd:annotation>   1628             </xsd:annotation>
1629          </xsd:element>   1629          </xsd:element>
1630          <xsd:element name="weightPercent" type="witsml:massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1" />   1630          <xsd:element name="weightPercent" type="witsml:massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1" />
1631          <xsd:element name="molePercent" type="witsml:molarFractionMeasurePercent" minOccurs="0" maxOccurs="1" />   1631          <xsd:element name="molePercent" type="witsml:molarFractionMeasurePercent" minOccurs="0" maxOccurs="1" />
1632       </xsd:sequence>   1632       </xsd:sequence>
1633       <xsd:attributeGroup ref="witsml:attgrp_uid">   1633       <xsd:attributeGroup ref="witsml:attgrp_uid">
1634          <xsd:annotation>   1634          <xsd:annotation>
1635             <xsd:documentation>Unique identifier for the node.</xsd:documentation>   1635             <xsd:documentation>Unique identifier for the node.</xsd:documentation>
1636          </xsd:annotation>   1636          </xsd:annotation>
1637       </xsd:attributeGroup>   1637       </xsd:attributeGroup>
1638    </xsd:complexType>   1638    </xsd:complexType>
1639    <xsd:complexType name="cs_fluidResultSaturationTest">   1639    <xsd:complexType name="cs_fluidResultSaturationTest">
1640       <xsd:sequence>   1640       <xsd:sequence>
1641          <xsd:element name="testNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">   1641          <xsd:element name="testNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
1642             <xsd:annotation>   1642             <xsd:annotation>
1643                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>   1643                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
1644             </xsd:annotation>   1644             </xsd:annotation>
1645          </xsd:element>   1645          </xsd:element>
1646          <xsd:element name="saturationTestStep" type="witsml:cs_fluidResultSaturationTestStep" minOccurs="1" maxOccurs="unbounded" />   1646          <xsd:element name="saturationTestStep" type="witsml:cs_fluidResultSaturationTestStep" minOccurs="1" maxOccurs="unbounded" />
1647       </xsd:sequence>   1647       </xsd:sequence>
1648       <xsd:attributeGroup ref="witsml:attgrp_uid">   1648       <xsd:attributeGroup ref="witsml:attgrp_uid">
1649          <xsd:annotation>   1649          <xsd:annotation>
1650             <xsd:documentation>Unique identifier for the node.</xsd:documentation>   1650             <xsd:documentation>Unique identifier for the node.</xsd:documentation>
1651          </xsd:annotation>   1651          </xsd:annotation>
1652       </xsd:attributeGroup>   1652       </xsd:attributeGroup>
1653    </xsd:complexType>   1653    </xsd:complexType>
1654    <xsd:complexType name="cs_fluidResultSaturationTestStep">   1654    <xsd:complexType name="cs_fluidResultSaturationTestStep">
1655       <xsd:sequence>   1655       <xsd:sequence>
1656          <xsd:element name="stepNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">   1656          <xsd:element name="stepNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
1657             <xsd:annotation>   1657             <xsd:annotation>
1658                <xsd:documentation>The stepNumber represents a row in the table.</xsd:documentation>   1658                <xsd:documentation>The stepNumber represents a row in the table.</xsd:documentation>
1659             </xsd:annotation>   1659             </xsd:annotation>
1660          </xsd:element>   1660          </xsd:element>
1661          <xsd:element name="stepTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="1" maxOccurs="1" />   1661          <xsd:element name="stepTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="1" maxOccurs="1" />
1662          <xsd:choice>   1662          <xsd:choice>
1663             <xsd:element name="bubblePointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />   1663             <xsd:element name="bubblePointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
1664             <xsd:element name="retrogradeDewPointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />   1664             <xsd:element name="retrogradeDewPointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
1665          </xsd:choice>   1665          </xsd:choice>
1666          <xsd:element name="dewPointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />   1666          <xsd:element name="dewPointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
1667          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1" />   1667          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1" />
1668       </xsd:sequence>   1668       </xsd:sequence>
1669       <xsd:attributeGroup ref="witsml:attgrp_uid">   1669       <xsd:attributeGroup ref="witsml:attgrp_uid">
1670          <xsd:annotation>   1670          <xsd:annotation>
1671             <xsd:documentation>Unique identifier for the node.</xsd:documentation>   1671             <xsd:documentation>Unique identifier for the node.</xsd:documentation>
1672          </xsd:annotation>   1672          </xsd:annotation>
1673       </xsd:attributeGroup>   1673       </xsd:attributeGroup>
1674    </xsd:complexType>   1674    </xsd:complexType>
1675    <xsd:complexType name="cs_fluidResultSeparatorTest">   1675    <xsd:complexType name="cs_fluidResultSeparatorTest">
1676       <xsd:sequence>   1676       <xsd:sequence>
1677          <xsd:element name="testNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">   1677          <xsd:element name="testNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
1678             <xsd:annotation>   1678             <xsd:annotation>
1679                <xsd:documentation>xxxxxxxxxxxxxxxxx</xsd:documentation>   1679                <xsd:documentation>xxxxxxxxxxxxxxxxx</xsd:documentation>
1680             </xsd:annotation>   1680             </xsd:annotation>
1681          </xsd:element>   1681          </xsd:element>
1682          <xsd:element name="shrinkageReference" type="witsml:cs_fluidResultVolumeReference" minOccurs="0" maxOccurs="1" />   1682          <xsd:element name="shrinkageReference" type="witsml:cs_fluidResultVolumeReference" minOccurs="0" maxOccurs="1" />
1683          <xsd:element name="separatorTestStep" type="witsml:cs_fluidResultSeparatorTestStep" minOccurs="1" maxOccurs="unbounded" />   1683          <xsd:element name="separatorTestStep" type="witsml:cs_fluidResultSeparatorTestStep" minOccurs="1" maxOccurs="unbounded" />
1684       </xsd:sequence>   1684       </xsd:sequence>
1685    </xsd:complexType>   1685    </xsd:complexType>
1686    <xsd:complexType name="cs_fluidResultSeparatorTestStep">   1686    <xsd:complexType name="cs_fluidResultSeparatorTestStep">
1687       <xsd:sequence>   1687       <xsd:sequence>
1688          <xsd:element name="stepNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">   1688          <xsd:element name="stepNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
1689             <xsd:annotation>   1689             <xsd:annotation>
1690                <xsd:documentation>The stepNumber represents a row in the table.</xsd:documentation>   1690                <xsd:documentation>The stepNumber represents a row in the table.</xsd:documentation>
1691             </xsd:annotation>   1691             </xsd:annotation>
1692          </xsd:element>   1692          </xsd:element>
1693          <xsd:element name="stepTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="1" maxOccurs="1" />   1693          <xsd:element name="stepTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="1" maxOccurs="1" />
1694          <xsd:element name="stepPressure" type="witsml:pressureMeasure" minOccurs="1" maxOccurs="1" />   1694          <xsd:element name="stepPressure" type="witsml:pressureMeasure" minOccurs="1" maxOccurs="1" />
1695          <xsd:choice>   1695          <xsd:choice>
1696             <xsd:element name="bubblePointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />   1696             <xsd:element name="bubblePointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
1697             <xsd:element name="retrogradeDewPointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />   1697             <xsd:element name="retrogradeDewPointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
1698          </xsd:choice>   1698          </xsd:choice>
1699          <xsd:choice>   1699          <xsd:choice>
1700             <xsd:element name="oilAPIGravity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />   1700             <xsd:element name="oilAPIGravity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />
1701             <xsd:element name="oilSpecificGravity" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />   1701             <xsd:element name="oilSpecificGravity" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
1702          </xsd:choice>   1702          </xsd:choice>
1703          <xsd:element name="oilMassDensity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />   1703          <xsd:element name="oilMassDensity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />
1704          <xsd:element name="oilFormationVolumeFactorStd" type="witsml:volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />   1704          <xsd:element name="oilFormationVolumeFactorStd" type="witsml:volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
1705          <xsd:element name="oilViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />   1705          <xsd:element name="oilViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
1706          <xsd:choice>   1706          <xsd:choice>
1707             <xsd:sequence>   1707             <xsd:sequence>
1708                <xsd:element name="oilVolume" type="witsml:volumeMeasure" minOccurs="1" maxOccurs="1" />   1708                <xsd:element name="oilVolume" type="witsml:volumeMeasure" minOccurs="1" maxOccurs="1" />
1709                <xsd:element name="gasVolume" type="witsml:standardVolumeMeasure" minOccurs="1" maxOccurs="1" />   1709                <xsd:element name="gasVolume" type="witsml:standardVolumeMeasure" minOccurs="1" maxOccurs="1" />
1710             </xsd:sequence>   1710             </xsd:sequence>
1711             <xsd:sequence>   1711             <xsd:sequence>
1712                <xsd:element name="oilShrinkageFactor" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">   1712                <xsd:element name="oilShrinkageFactor" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
1713                   <xsd:annotation>   1713                   <xsd:annotation>
1714                      <xsd:documentation>divide oilVolume by shrinkageReference to get oilShrinkageFactor</xsd:documentation>   1714                      <xsd:documentation>divide oilVolume by shrinkageReference to get oilShrinkageFactor</xsd:documentation>
1715                   </xsd:annotation>   1715                   </xsd:annotation>
1716                </xsd:element>   1716                </xsd:element>
1717                <xsd:element name="stageSeparatorGORStd" type="witsml:standardVolumePerVolumeMeasure" minOccurs="0" maxOccurs="1">   1717                <xsd:element name="stageSeparatorGORStd" type="witsml:standardVolumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
1718                   <xsd:annotation>   1718                   <xsd:annotation>
1719                      <xsd:documentation>divide gasVolume by oilVolume to get stageSeparatorGOR</xsd:documentation>   1719                      <xsd:documentation>divide gasVolume by oilVolume to get stageSeparatorGOR</xsd:documentation>
1720                   </xsd:annotation>   1720                   </xsd:annotation>
1721                </xsd:element>   1721                </xsd:element>
1722             </xsd:sequence>   1722             </xsd:sequence>
1723          </xsd:choice>   1723          </xsd:choice>
1724          <xsd:element name="correctedStageSeparatorGORStd" type="witsml:standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />   1724          <xsd:element name="correctedStageSeparatorGORStd" type="witsml:standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
1725          <xsd:element name="cumulativeStockTankGORStd" type="witsml:standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />   1725          <xsd:element name="cumulativeStockTankGORStd" type="witsml:standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
1726          <xsd:element name="solutionGORStd" type="witsml:standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />   1726          <xsd:element name="solutionGORStd" type="witsml:standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
1727          <xsd:element name="gasMolecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />   1727          <xsd:element name="gasMolecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
1728          <xsd:element name="gasGravity" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />   1728          <xsd:element name="gasGravity" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
1729          <xsd:element name="gasMassDensity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />   1729          <xsd:element name="gasMassDensity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />
1730          <xsd:element name="gasZFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />   1730          <xsd:element name="gasZFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
1731          <xsd:element name="gasViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />   1731          <xsd:element name="gasViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
1732          <xsd:element name="residualAPIGravity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />   1732          <xsd:element name="residualAPIGravity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />
1733          <xsd:group ref="witsml:grp_fluidResultCommonTestGroup" />   1733          <xsd:group ref="witsml:grp_fluidResultCommonTestGroup" />
1734       </xsd:sequence>   1734       </xsd:sequence>
1735       <xsd:attributeGroup ref="witsml:attgrp_uid">   1735       <xsd:attributeGroup ref="witsml:attgrp_uid">
1736          <xsd:annotation>   1736          <xsd:annotation>
1737             <xsd:documentation>Unique identifier for the node.</xsd:documentation>   1737             <xsd:documentation>Unique identifier for the node.</xsd:documentation>
1738          </xsd:annotation>   1738          </xsd:annotation>
1739       </xsd:attributeGroup>   1739       </xsd:attributeGroup>
1740    </xsd:complexType>   1740    </xsd:complexType>
1741    <xsd:complexType name="cs_fluidResultStockTank">   1741    <xsd:complexType name="cs_fluidResultStockTank">
1742       <xsd:sequence>   1742       <xsd:sequence>
1743          <xsd:element name="temperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1" />   1743          <xsd:element name="temperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1" />
1744       </xsd:sequence>   1744       </xsd:sequence>
1745    </xsd:complexType>   1745    </xsd:complexType>
1746    <xsd:complexType name="cs_fluidResultTransportPropertiesTest">   1746    <xsd:complexType name="cs_fluidResultTransportPropertiesTest">
1747       <xsd:sequence>   1747       <xsd:sequence>
1748          <xsd:element name="testNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">   1748          <xsd:element name="testNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
1749             <xsd:annotation>   1749             <xsd:annotation>
1750                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>   1750                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
1751             </xsd:annotation>   1751             </xsd:annotation>
1752          </xsd:element>   1752          </xsd:element>
1753          <xsd:element name="transportTestStep" type="witsml:cs_fluidResultTransportTestStep" minOccurs="1" maxOccurs="unbounded" />   1753          <xsd:element name="transportTestStep" type="witsml:cs_fluidResultTransportTestStep" minOccurs="1" maxOccurs="unbounded" />
1754       </xsd:sequence>   1754       </xsd:sequence>
1755       <xsd:attributeGroup ref="witsml:attgrp_uid">   1755       <xsd:attributeGroup ref="witsml:attgrp_uid">
1756          <xsd:annotation>   1756          <xsd:annotation>
1757             <xsd:documentation>Unique identifier for the node.</xsd:documentation>   1757             <xsd:documentation>Unique identifier for the node.</xsd:documentation>
1758          </xsd:annotation>   1758          </xsd:annotation>
1759       </xsd:attributeGroup>   1759       </xsd:attributeGroup>
1760    </xsd:complexType>   1760    </xsd:complexType>
1761    <xsd:complexType name="cs_fluidResultTransportTestStep">   1761    <xsd:complexType name="cs_fluidResultTransportTestStep">
1762       <xsd:sequence>   1762       <xsd:sequence>
1763          <xsd:element name="stepNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">   1763          <xsd:element name="stepNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
1764             <xsd:annotation>   1764             <xsd:annotation>
1765                <xsd:documentation>The stepNumber represents a row in the table.</xsd:documentation>   1765                <xsd:documentation>The stepNumber represents a row in the table.</xsd:documentation>
1766             </xsd:annotation>   1766             </xsd:annotation>
1767          </xsd:element>   1767          </xsd:element>
1768          <xsd:element name="stepTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="1" maxOccurs="1" />   1768          <xsd:element name="stepTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="1" maxOccurs="1" />
1769          <xsd:element name="stepPressure" type="witsml:pressureMeasure" minOccurs="1" maxOccurs="1" />   1769          <xsd:element name="stepPressure" type="witsml:pressureMeasure" minOccurs="1" maxOccurs="1" />
1770          <xsd:choice>   1770          <xsd:choice>
1771             <xsd:element name="bubblePointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />   1771             <xsd:element name="bubblePointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
1772             <xsd:element name="retrogradeDewPointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />   1772             <xsd:element name="retrogradeDewPointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
1773          </xsd:choice>   1773          </xsd:choice>
1774          <xsd:element name="dewPointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />   1774          <xsd:element name="dewPointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
1775          <xsd:element name="cloudPoint" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1" />   1775          <xsd:element name="cloudPoint" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1" />
1776          <xsd:element name="pourPoint" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1" />   1776          <xsd:element name="pourPoint" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1" />
1777          <xsd:element name="oilMolecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />   1777          <xsd:element name="oilMolecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
1778          <xsd:choice>   1778          <xsd:choice>
1779             <xsd:element name="oilAPIGravity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />   1779             <xsd:element name="oilAPIGravity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />
1780             <xsd:element name="oilSpecificGravity" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />   1780             <xsd:element name="oilSpecificGravity" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
1781          </xsd:choice>   1781          </xsd:choice>
1782          <xsd:element name="oilMassDensity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />   1782          <xsd:element name="oilMassDensity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />
1783          <xsd:element name="oilCompressibility" type="witsml:compressibilityMeasure" minOccurs="0" maxOccurs="1" />   1783          <xsd:element name="oilCompressibility" type="witsml:compressibilityMeasure" minOccurs="0" maxOccurs="1" />
1784          <xsd:element name="oilViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />   1784          <xsd:element name="oilViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
1785          <xsd:element name="oilThermalConductivity" type="witsml:thermalConductivityMeasure" minOccurs="0" maxOccurs="1" />   1785          <xsd:element name="oilThermalConductivity" type="witsml:thermalConductivityMeasure" minOccurs="0" maxOccurs="1" />
1786          <xsd:element name="gasMolecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />   1786          <xsd:element name="gasMolecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
1787          <xsd:element name="gasGravity" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />   1787          <xsd:element name="gasGravity" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
1788          <xsd:element name="gasMassDensity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />   1788          <xsd:element name="gasMassDensity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />
1789          <xsd:element name="gasZFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />   1789          <xsd:element name="gasZFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
1790          <xsd:element name="gasCompressibility" type="witsml:compressibilityMeasure" minOccurs="0" maxOccurs="1" />   1790          <xsd:element name="gasCompressibility" type="witsml:compressibilityMeasure" minOccurs="0" maxOccurs="1" />
1791          <xsd:element name="gasViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />   1791          <xsd:element name="gasViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
1792          <xsd:element name="gasThermalConductivity" type="witsml:thermalConductivityMeasure" minOccurs="0" maxOccurs="1" />   1792          <xsd:element name="gasThermalConductivity" type="witsml:thermalConductivityMeasure" minOccurs="0" maxOccurs="1" />
1793          <xsd:element name="gasHeatingValue" type="witsml:modulusOfCompressionMeasure" minOccurs="0" maxOccurs="1" />   1793          <xsd:element name="gasHeatingValue" type="witsml:modulusOfCompressionMeasure" minOccurs="0" maxOccurs="1" />
1794          <xsd:group ref="witsml:grp_fluidResultCommonTestGroup" />   1794          <xsd:group ref="witsml:grp_fluidResultCommonTestGroup" />
1795       </xsd:sequence>   1795       </xsd:sequence>
1796       <xsd:attributeGroup ref="witsml:attgrp_uid">   1796       <xsd:attributeGroup ref="witsml:attgrp_uid">
1797          <xsd:annotation>   1797          <xsd:annotation>
1798             <xsd:documentation>Unique identifier for the node.</xsd:documentation>   1798             <xsd:documentation>Unique identifier for the node.</xsd:documentation>
1799          </xsd:annotation>   1799          </xsd:annotation>
1800       </xsd:attributeGroup>   1800       </xsd:attributeGroup>
1801    </xsd:complexType>   1801    </xsd:complexType>
1802    <xsd:complexType name="cs_fluidResultVolumeReference">   1802    <xsd:complexType name="cs_fluidResultVolumeReference">
1803       <xsd:sequence>   1803       <xsd:sequence>
1804          <xsd:element name="kind" type="witsml:VolumeReferenceKind" minOccurs="1" maxOccurs="1" />   1804          <xsd:element name="kind" type="witsml:VolumeReferenceKind" minOccurs="1" maxOccurs="1" />
1805          <xsd:element name="referenceVolume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1" />   1805          <xsd:element name="referenceVolume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1" />
1806          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1" />   1806          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1" />
1807       </xsd:sequence>   1807       </xsd:sequence>
1808    </xsd:complexType>   1808    </xsd:complexType>
1809    <xsd:complexType name="cs_generalAddress">   1809    <xsd:complexType name="cs_generalAddress">
1810       <xsd:annotation>   1810       <xsd:annotation>
1811          <xsd:documentation>An general address structure. This form is appropriate for most countries.</xsd:documentation>   1811          <xsd:documentation>An general address structure. This form is appropriate for most countries.</xsd:documentation>
1812       </xsd:annotation>   1812       </xsd:annotation>
1813       <xsd:sequence>   1813       <xsd:sequence>
1814          <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">   1814          <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">
1815             <xsd:annotation>   1815             <xsd:annotation>
1816                <xsd:documentation>The Name line of an address. If missing, use the Name of the business associate.</xsd:documentation>   1816                <xsd:documentation>The Name line of an address. If missing, use the Name of the business associate.</xsd:documentation>
1817             </xsd:annotation>   1817             </xsd:annotation>
1818          </xsd:element>   1818          </xsd:element>
1819          <xsd:element name="street" type="witsml:nameString" minOccurs="1" maxOccurs="4">   1819          <xsd:element name="street" type="witsml:nameString" minOccurs="1" maxOccurs="4">
1820             <xsd:annotation>   1820             <xsd:annotation>
1821                <xsd:documentation>The Street is a generic term for the middle lines of an address. They may be a street address, PO Box, Suite number, or any lines that come   1821                <xsd:documentation>The Street is a generic term for the middle lines of an address. They may be a street address, PO Box, Suite number, or any lines that come
1822                between the "name" and "city" lines. This may be repeated for up to four, ordered lines.</xsd:documentation>   1822                between the "name" and "city" lines. This may be repeated for up to four, ordered lines.</xsd:documentation>
1823             </xsd:annotation>   1823             </xsd:annotation>
1824          </xsd:element>   1824          </xsd:element>
1825          <xsd:element name="city" type="witsml:nameString" minOccurs="1" maxOccurs="1">   1825          <xsd:element name="city" type="witsml:nameString" minOccurs="1" maxOccurs="1">
1826             <xsd:annotation>   1826             <xsd:annotation>
1827                <xsd:documentation>The City for the business associate's address</xsd:documentation>   1827                <xsd:documentation>The City for the business associate's address</xsd:documentation>
1828             </xsd:annotation>   1828             </xsd:annotation>
1829          </xsd:element>   1829          </xsd:element>
1830          <xsd:choice minOccurs="0" maxOccurs="1">   1830          <xsd:choice minOccurs="0" maxOccurs="1">
1831             <xsd:annotation>   1831             <xsd:annotation>
1832                <xsd:documentation>The GeneralAddress allows the choice of a State, Province, or County element. It is assumed that different elements would be appropriate in   1832                <xsd:documentation>The GeneralAddress allows the choice of a State, Province, or County element. It is assumed that different elements would be appropriate in
1833                different countries. A user community should choose which element is appropriate in the various countries.</xsd:documentation>   1833                different countries. A user community should choose which element is appropriate in the various countries.</xsd:documentation>
1834             </xsd:annotation>   1834             </xsd:annotation>
1835             <xsd:element name="state" type="witsml:nameString" minOccurs="1" maxOccurs="1" />   1835             <xsd:element name="state" type="witsml:nameString" minOccurs="1" maxOccurs="1" />
1836             <xsd:element name="province" type="witsml:nameString" minOccurs="1" maxOccurs="1" />   1836             <xsd:element name="province" type="witsml:nameString" minOccurs="1" maxOccurs="1" />
1837             <xsd:element name="county" type="witsml:nameString" minOccurs="1" maxOccurs="1" />   1837             <xsd:element name="county" type="witsml:nameString" minOccurs="1" maxOccurs="1" />
1838          </xsd:choice>   1838          </xsd:choice>
1839          <xsd:element name="country" type="witsml:nameString" minOccurs="0" maxOccurs="1">   1839          <xsd:element name="country" type="witsml:nameString" minOccurs="0" maxOccurs="1">
1840             <xsd:annotation>   1840             <xsd:annotation>
1841                <xsd:documentation>The Country may be included. Although this is optional, it is probably required for most uses.</xsd:documentation>   1841                <xsd:documentation>The Country may be included. Although this is optional, it is probably required for most uses.</xsd:documentation>
1842             </xsd:annotation>   1842             </xsd:annotation>
1843          </xsd:element>   1843          </xsd:element>
1844          <xsd:element name="postalCode" type="witsml:kindString" minOccurs="0" maxOccurs="1">   1844          <xsd:element name="postalCode" type="witsml:kindString" minOccurs="0" maxOccurs="1">
1845             <xsd:annotation>   1845             <xsd:annotation>
1846                <xsd:documentation>A postal code, if appropriate for the country. In the USA this would be the five or nine digit zip code.</xsd:documentation>   1846                <xsd:documentation>A postal code, if appropriate for the country. In the USA this would be the five or nine digit zip code.</xsd:documentation>
1847             </xsd:annotation>   1847             </xsd:annotation>
1848          </xsd:element>   1848          </xsd:element>
1849       </xsd:sequence>   1849       </xsd:sequence>
1850       <xsd:attribute name="kind" type="witsml:AddressKindEnum" use="optional">   1850       <xsd:attribute name="kind" type="witsml:AddressKindEnum" use="optional">
1851          <xsd:annotation>   1851          <xsd:annotation>
1852             <xsd:documentation>The type of address: mailing, physical, or both.</xsd:documentation>   1852             <xsd:documentation>The type of address: mailing, physical, or both.</xsd:documentation>
1853          </xsd:annotation>   1853          </xsd:annotation>
1854       </xsd:attribute>   1854       </xsd:attribute>
1855       <xsd:attributeGroup ref="witsml:attgrp_uid">   1855       <xsd:attributeGroup ref="witsml:attgrp_uid">
1856          <xsd:annotation>   1856          <xsd:annotation>
1857             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>   1857             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
1858          </xsd:annotation>   1858          </xsd:annotation>
1859       </xsd:attributeGroup>   1859       </xsd:attributeGroup>
1860    </xsd:complexType>   1860    </xsd:complexType>
1861    <xsd:complexType name="cs_geographicContext">   1861    <xsd:complexType name="cs_geographicContext">
1862       <xsd:annotation>   1862       <xsd:annotation>
1863          <xsd:documentation>A geographic context of a report.</xsd:documentation>   1863          <xsd:documentation>A geographic context of a report.</xsd:documentation>
1864       </xsd:annotation>   1864       </xsd:annotation>
1865       <xsd:sequence>   1865       <xsd:sequence>
1866          <xsd:element name="country" type="witsml:nameString" minOccurs="0" maxOccurs="1">   1866          <xsd:element name="country" type="witsml:nameString" minOccurs="0" maxOccurs="1">
1867             <xsd:annotation>   1867             <xsd:annotation>
1868                <xsd:documentation>The name of the country.</xsd:documentation>   1868                <xsd:documentation>The name of the country.</xsd:documentation>
1869             </xsd:annotation>   1869             </xsd:annotation>
1870          </xsd:element>   1870          </xsd:element>
1871          <xsd:element name="state" type="witsml:nameString" minOccurs="0" maxOccurs="1">   1871          <xsd:element name="state" type="witsml:nameString" minOccurs="0" maxOccurs="1">
1872             <xsd:annotation>   1872             <xsd:annotation>
1873                <xsd:documentation>The state of province within the country.</xsd:documentation>   1873                <xsd:documentation>The state of province within the country.</xsd:documentation>
1874             </xsd:annotation>   1874             </xsd:annotation>
1875          </xsd:element>   1875          </xsd:element>
1876          <xsd:element name="field" type="witsml:nameStruct" minOccurs="0" maxOccurs="1">   1876          <xsd:element name="field" type="witsml:nameStruct" minOccurs="0" maxOccurs="1">
1877             <xsd:annotation>   1877             <xsd:annotation>
1878                <xsd:documentation>The name of the field within whose context the report exists.</xsd:documentation>   1878                <xsd:documentation>The name of the field within whose context the report exists.</xsd:documentation>
1879             </xsd:annotation>   1879             </xsd:annotation>
1880          </xsd:element>   1880          </xsd:element>
1881          <xsd:element name="offshoreLocation" type="witsml:cs_offshoreLocation" minOccurs="0" maxOccurs="1">   1881          <xsd:element name="offshoreLocation" type="witsml:cs_offshoreLocation" minOccurs="0" maxOccurs="1">
1882             <xsd:annotation>   1882             <xsd:annotation>
1883                <xsd:documentation>An offshore context.</xsd:documentation>   1883                <xsd:documentation>An offshore context.</xsd:documentation>
1884             </xsd:annotation>   1884             </xsd:annotation>
1885          </xsd:element>   1885          </xsd:element>
1886          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">   1886          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
1887             <xsd:annotation>   1887             <xsd:annotation>
1888                <xsd:documentation>An general comment that further explains the offshore location.</xsd:documentation>   1888                <xsd:documentation>An general comment that further explains the offshore location.</xsd:documentation>
1889             </xsd:annotation>   1889             </xsd:annotation>
1890          </xsd:element>   1890          </xsd:element>
1891       </xsd:sequence>   1891       </xsd:sequence>
1892    </xsd:complexType>   1892    </xsd:complexType>
1893    <xsd:complexType name="cs_nameTag">   1893    <xsd:complexType name="cs_nameTag">
1894       <xsd:annotation>   1894       <xsd:annotation>
1895          <xsd:documentation>WITSML - Equipment NameTag Schema</xsd:documentation>   1895          <xsd:documentation>WITSML - Equipment NameTag Schema</xsd:documentation>
1896       </xsd:annotation>   1896       </xsd:annotation>
1897       <xsd:sequence>   1897       <xsd:sequence>
1898          <xsd:element name="name" type="witsml:kindString" minOccurs="1" maxOccurs="1">   1898          <xsd:element name="name" type="witsml:kindString" minOccurs="1" maxOccurs="1">
1899             <xsd:annotation>   1899             <xsd:annotation>
1900                <xsd:documentation>The physical identification string of the equipment tag.</xsd:documentation>   1900                <xsd:documentation>The physical identification string of the equipment tag.</xsd:documentation>
1901             </xsd:annotation>   1901             </xsd:annotation>
1902          </xsd:element>   1902          </xsd:element>
1903          <xsd:element name="numberingScheme" type="witsml:NameTagNumberingScheme" minOccurs="1" maxOccurs="1">   1903          <xsd:element name="numberingScheme" type="witsml:NameTagNumberingScheme" minOccurs="1" maxOccurs="1">
1904             <xsd:annotation>   1904             <xsd:annotation>
1905                <xsd:documentation>The format or encoding specification of the equipment tag. The tag may contain may different pieces of information and knowledge of that   1905                <xsd:documentation>The format or encoding specification of the equipment tag. The tag may contain may different pieces of information and knowledge of that
1906                information is inherent in the specification. The "identification string" is a mandatory part of the information in a tag.</xsd:documentation>   1906                information is inherent in the specification. The "identification string" is a mandatory part of the information in a tag.</xsd:documentation>
1907             </xsd:annotation>   1907             </xsd:annotation>
1908          </xsd:element>   1908          </xsd:element>
1909          <xsd:element name="technology" type="witsml:NameTagTechnology" minOccurs="0" maxOccurs="1">   1909          <xsd:element name="technology" type="witsml:NameTagTechnology" minOccurs="0" maxOccurs="1">
1910             <xsd:annotation>   1910             <xsd:annotation>
1911                <xsd:documentation>Identifies the general type of identifier on an item. If multiple identifiers exist on an item, a separate description set for each identifier   1911                <xsd:documentation>Identifies the general type of identifier on an item. If multiple identifiers exist on an item, a separate description set for each identifier
1912                should be created. For example, a joint of casing may have a barcode label on it along with a painted-on code and an RFID tag attached or embedded into the   1912                should be created. For example, a joint of casing may have a barcode label on it along with a painted-on code and an RFID tag attached or embedded into the
1913                coupling. The barcode label may in turn be an RFID equipped label. This particular scenario would require populating five nameTags to fully describe and decode all   1913                coupling. The barcode label may in turn be an RFID equipped label. This particular scenario would require populating five nameTags to fully describe and decode all
1914                the possible identifiers as follows: 'tagged' - RFID tag embedded in the coupling, 'label' - Serial number printed on the label, 'tagged' - RFID tag embedded into   1914                the possible identifiers as follows: 'tagged' - RFID tag embedded in the coupling, 'label' - Serial number printed on the label, 'tagged' - RFID tag embedded into
1915                the label, 'label' - Barcode printed on the label, 'painted'- Mill number painted on the pipe body.</xsd:documentation>   1915                the label, 'label' - Barcode printed on the label, 'painted'- Mill number painted on the pipe body.</xsd:documentation>
1916             </xsd:annotation>   1916             </xsd:annotation>
1917          </xsd:element>   1917          </xsd:element>
1918          <xsd:element name="location" type="witsml:NameTagLocation" minOccurs="0" maxOccurs="1">   1918          <xsd:element name="location" type="witsml:NameTagLocation" minOccurs="0" maxOccurs="1">
1919             <xsd:annotation>   1919             <xsd:annotation>
1920                <xsd:documentation>An indicator of where the tag is attached to the item. This is used to assist the user in finding where an identifier is located on an item. This   1920                <xsd:documentation>An indicator of where the tag is attached to the item. This is used to assist the user in finding where an identifier is located on an item. This
1921                optional field also helps to differentiate where an identifier is located when multiple identifiers exist on an item. Most downhole components have a box (female   1921                optional field also helps to differentiate where an identifier is located when multiple identifiers exist on an item. Most downhole components have a box (female
1922                thread) and pin (male thread) end as well as a pipe body in between the ends. Where multiple identifiers are used on an item, it is convenient to have a reference   1922                thread) and pin (male thread) end as well as a pipe body in between the ends. Where multiple identifiers are used on an item, it is convenient to have a reference
1923                as to which end, or somewhere in the middle, an identifier may be closer to. Some items may have an identifier on a non-standard location, such as on the arm of a   1923                as to which end, or somewhere in the middle, an identifier may be closer to. Some items may have an identifier on a non-standard location, such as on the arm of a
1924                hole opener. 'other', by exclusion, tells a user to look elsewhere than on the body or near the ends of an item. Most non-downhole tools will use either 'body',   1924                hole opener. 'other', by exclusion, tells a user to look elsewhere than on the body or near the ends of an item. Most non-downhole tools will use either 'body',
1925                'other' or not specified as the location tends to lose value with smaller or non threaded items.</xsd:documentation>   1925                'other' or not specified as the location tends to lose value with smaller or non threaded items.</xsd:documentation>
1926             </xsd:annotation>   1926             </xsd:annotation>
1927          </xsd:element>   1927          </xsd:element>
1928          <xsd:element name="installationDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   1928          <xsd:element name="installationDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
1929             <xsd:annotation>   1929             <xsd:annotation>
1930                <xsd:documentation>When the tag was installed in or on the item.</xsd:documentation>   1930                <xsd:documentation>When the tag was installed in or on the item.</xsd:documentation>
1931             </xsd:annotation>   1931             </xsd:annotation>
1932          </xsd:element>   1932          </xsd:element>
1933          <xsd:element name="installationCompany" type="witsml:nameString" minOccurs="0" maxOccurs="1">   1933          <xsd:element name="installationCompany" type="witsml:nameString" minOccurs="0" maxOccurs="1">
1934             <xsd:annotation>   1934             <xsd:annotation>
1935                <xsd:documentation>The name of the company that installed the tag.</xsd:documentation>   1935                <xsd:documentation>The name of the company that installed the tag.</xsd:documentation>
1936             </xsd:annotation>   1936             </xsd:annotation>
1937          </xsd:element>   1937          </xsd:element>
1938          <xsd:element name="mountingCode" type="witsml:kindString" minOccurs="0" maxOccurs="1">   1938          <xsd:element name="mountingCode" type="witsml:kindString" minOccurs="0" maxOccurs="1">
1939             <xsd:annotation>   1939             <xsd:annotation>
1940                <xsd:documentation>Reference to a manufacturers or installers installation description, code, or method.</xsd:documentation>   1940                <xsd:documentation>Reference to a manufacturers or installers installation description, code, or method.</xsd:documentation>
1941             </xsd:annotation>   1941             </xsd:annotation>
1942          </xsd:element>   1942          </xsd:element>
1943          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">   1943          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
1944             <xsd:annotation>   1944             <xsd:annotation>
1945                <xsd:documentation>A comment or remark about the tag.</xsd:documentation>   1945                <xsd:documentation>A comment or remark about the tag.</xsd:documentation>
1946             </xsd:annotation>   1946             </xsd:annotation>
1947          </xsd:element>   1947          </xsd:element>
1948       </xsd:sequence>   1948       </xsd:sequence>
1949       <xsd:attributeGroup ref="witsml:attgrp_uid">   1949       <xsd:attributeGroup ref="witsml:attgrp_uid">
1950          <xsd:annotation>   1950          <xsd:annotation>
1951             <xsd:documentation>Unique identifier for the tag.</xsd:documentation>   1951             <xsd:documentation>Unique identifier for the tag.</xsd:documentation>
1952          </xsd:annotation>   1952          </xsd:annotation>
1953       </xsd:attributeGroup>   1953       </xsd:attributeGroup>
1954    </xsd:complexType>   1954    </xsd:complexType>
1955    <xsd:complexType name="cs_northSeaOffshore">   1955    <xsd:complexType name="cs_northSeaOffshore">
1956       <xsd:annotation>   1956       <xsd:annotation>
1957          <xsd:documentation>A type of offshore location that captures the North Sea Offshore terminology.</xsd:documentation>   1957          <xsd:documentation>A type of offshore location that captures the North Sea Offshore terminology.</xsd:documentation>
1958       </xsd:annotation>   1958       </xsd:annotation>
1959       <xsd:sequence>   1959       <xsd:sequence>
1960          <xsd:element name="areaName" type="witsml:nameString" minOccurs="0" maxOccurs="1">   1960          <xsd:element name="areaName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
1961             <xsd:annotation>   1961             <xsd:annotation>
1962                <xsd:documentation>An optional, uncontrolled value, which may be used to describe the general area of offshore North Sea in which the point is   1962                <xsd:documentation>An optional, uncontrolled value, which may be used to describe the general area of offshore North Sea in which the point is
1963                located.</xsd:documentation>   1963                located.</xsd:documentation>
1964             </xsd:annotation>   1964             </xsd:annotation>
1965          </xsd:element>   1965          </xsd:element>
1966          <xsd:element name="quadrant" type="witsml:nameString" minOccurs="1" maxOccurs="1">   1966          <xsd:element name="quadrant" type="witsml:nameString" minOccurs="1" maxOccurs="1">
1967             <xsd:annotation>   1967             <xsd:annotation>
1968                <xsd:documentation>The number or letter of the quadrant in the North Sea.</xsd:documentation>   1968                <xsd:documentation>The number or letter of the quadrant in the North Sea.</xsd:documentation>
1969             </xsd:annotation>   1969             </xsd:annotation>
1970          </xsd:element>   1970          </xsd:element>
1971          <xsd:element name="blockSuffix" type="witsml:str2" minOccurs="0" maxOccurs="1">   1971          <xsd:element name="blockSuffix" type="witsml:str2" minOccurs="0" maxOccurs="1">
1972             <xsd:annotation>   1972             <xsd:annotation>
1973                <xsd:documentation>A lower case letter assigned if a block is subdivided.</xsd:documentation>   1973                <xsd:documentation>A lower case letter assigned if a block is subdivided.</xsd:documentation>
1974             </xsd:annotation>   1974             </xsd:annotation>
1975          </xsd:element>   1975          </xsd:element>
1976       </xsd:sequence>   1976       </xsd:sequence>
1977    </xsd:complexType>   1977    </xsd:complexType>
1978    <xsd:complexType name="cs_offshoreLocation">   1978    <xsd:complexType name="cs_offshoreLocation">
1979       <xsd:annotation>   1979       <xsd:annotation>
1980          <xsd:documentation>A generic type of offshore location. This allows an offshore location to be given by an Area Name, and up to four block names. A comment is also   1980          <xsd:documentation>A generic type of offshore location. This allows an offshore location to be given by an Area Name, and up to four block names. A comment is also
1981          allowed.</xsd:documentation>   1981          allowed.</xsd:documentation>
1982       </xsd:annotation>   1982       </xsd:annotation>
1983       <xsd:sequence>   1983       <xsd:sequence>
1984          <xsd:element name="areaName" type="witsml:nameString" minOccurs="0" maxOccurs="1">   1984          <xsd:element name="areaName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
1985             <xsd:annotation>   1985             <xsd:annotation>
1986                <xsd:documentation>A general meaning of Area. It may be as general as 'UK North Sea' or 'Viosca Knoll'. The user community must agree on the meaning of this   1986                <xsd:documentation>A general meaning of Area. It may be as general as 'UK North Sea' or 'Viosca Knoll'. The user community must agree on the meaning of this
1987                element.</xsd:documentation>   1987                element.</xsd:documentation>
1988             </xsd:annotation>   1988             </xsd:annotation>
1989          </xsd:element>   1989          </xsd:element>
1990          <xsd:element name="blockID" type="witsml:nameString" minOccurs="1" maxOccurs="10">   1990          <xsd:element name="blockID" type="witsml:nameString" minOccurs="1" maxOccurs="10">
1991             <xsd:annotation>   1991             <xsd:annotation>
1992                <xsd:documentation>One to four block ID's, that can more tightly locate the object. The BlockID should be an identifying name or code. The user community must agree   1992                <xsd:documentation>One to four block ID's, that can more tightly locate the object. The BlockID should be an identifying name or code. The user community must agree
1993                on the exact meaning of this element.</xsd:documentation>   1993                on the exact meaning of this element.</xsd:documentation>
1994             </xsd:annotation>   1994             </xsd:annotation>
1995          </xsd:element>   1995          </xsd:element>
1996          <xsd:element name="northSeaOffshore" type="witsml:cs_northSeaOffshore" minOccurs="1" maxOccurs="1">   1996          <xsd:element name="northSeaOffshore" type="witsml:cs_northSeaOffshore" minOccurs="1" maxOccurs="1">
1997             <xsd:annotation>   1997             <xsd:annotation>
1998                <xsd:documentation>An offshore location using the North Sea Offshore terminology.</xsd:documentation>   1998                <xsd:documentation>An offshore location using the North Sea Offshore terminology.</xsd:documentation>
1999             </xsd:annotation>   1999             </xsd:annotation>
2000          </xsd:element>   2000          </xsd:element>
2001          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">   2001          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
2002             <xsd:annotation>   2002             <xsd:annotation>
2003                <xsd:documentation>An general comment that further explains the offshore location.</xsd:documentation>   2003                <xsd:documentation>An general comment that further explains the offshore location.</xsd:documentation>
2004             </xsd:annotation>   2004             </xsd:annotation>
2005          </xsd:element>   2005          </xsd:element>
2006       </xsd:sequence>   2006       </xsd:sequence>
2007    </xsd:complexType>   2007    </xsd:complexType>
2008    <xsd:complexType name="cs_personName">   2008    <xsd:complexType name="cs_personName">
2009       <xsd:annotation>   2009       <xsd:annotation>
2010          <xsd:documentation>The components of a persons name.</xsd:documentation>   2010          <xsd:documentation>The components of a persons name.</xsd:documentation>
2011       </xsd:annotation>   2011       </xsd:annotation>
2012       <xsd:sequence>   2012       <xsd:sequence>
2013          <xsd:element name="prefix" type="witsml:nameString" minOccurs="0" maxOccurs="1">   2013          <xsd:element name="prefix" type="witsml:nameString" minOccurs="0" maxOccurs="1">
2014             <xsd:annotation>   2014             <xsd:annotation>
2015                <xsd:documentation>A name prefix. Such as, Dr, Ms, Miss, Mr, etc.</xsd:documentation>   2015                <xsd:documentation>A name prefix. Such as, Dr, Ms, Miss, Mr, etc.</xsd:documentation>
2016             </xsd:annotation>   2016             </xsd:annotation>
2017          </xsd:element>   2017          </xsd:element>
2018          <xsd:element name="first" type="witsml:nameString" minOccurs="1" maxOccurs="1">   2018          <xsd:element name="first" type="witsml:nameString" minOccurs="1" maxOccurs="1">
2019             <xsd:annotation>   2019             <xsd:annotation>
2020                <xsd:documentation>The persons first name.</xsd:documentation>   2020                <xsd:documentation>The persons first name.</xsd:documentation>
2021             </xsd:annotation>   2021             </xsd:annotation>
2022          </xsd:element>   2022          </xsd:element>
2023          <xsd:element name="middle" type="witsml:nameString" minOccurs="0" maxOccurs="1">   2023          <xsd:element name="middle" type="witsml:nameString" minOccurs="0" maxOccurs="1">
2024             <xsd:annotation>   2024             <xsd:annotation>
2025                <xsd:documentation>The persons middle name or initial name.</xsd:documentation>   2025                <xsd:documentation>The persons middle name or initial name.</xsd:documentation>
2026             </xsd:annotation>   2026             </xsd:annotation>
2027          </xsd:element>   2027          </xsd:element>
2028          <xsd:element name="last" type="witsml:nameString" minOccurs="1" maxOccurs="1">   2028          <xsd:element name="last" type="witsml:nameString" minOccurs="1" maxOccurs="1">
2029             <xsd:annotation>   2029             <xsd:annotation>
2030                <xsd:documentation>The persons last or given name.</xsd:documentation>   2030                <xsd:documentation>The persons last or given name.</xsd:documentation>
2031             </xsd:annotation>   2031             </xsd:annotation>
2032          </xsd:element>   2032          </xsd:element>
2033          <xsd:element name="suffix" type="witsml:nameString" minOccurs="0" maxOccurs="9">   2033          <xsd:element name="suffix" type="witsml:nameString" minOccurs="0" maxOccurs="9">
2034             <xsd:annotation>   2034             <xsd:annotation>
2035                <xsd:documentation>A name suffix. Such as Esq, Phd, etc.</xsd:documentation>   2035                <xsd:documentation>A name suffix. Such as Esq, Phd, etc.</xsd:documentation>
2036             </xsd:annotation>   2036             </xsd:annotation>
2037          </xsd:element>   2037          </xsd:element>
2038       </xsd:sequence>   2038       </xsd:sequence>
2039    </xsd:complexType>   2039    </xsd:complexType>
2040    <xsd:complexType name="cs_productFlowChangeLog">   2040    <xsd:complexType name="cs_productFlowChangeLog">
2041       <xsd:annotation>   2041       <xsd:annotation>
2042          <xsd:documentation>Documents the point in time where changes were made.</xsd:documentation>   2042          <xsd:documentation>Documents the point in time where changes were made.</xsd:documentation>
2043       </xsd:annotation>   2043       </xsd:annotation>
2044       <xsd:sequence>   2044       <xsd:sequence>
2045          <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">   2045          <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
2046             <xsd:annotation>   2046             <xsd:annotation>
2047                <xsd:documentation>A name assigned to the change.</xsd:documentation>   2047                <xsd:documentation>A name assigned to the change.</xsd:documentation>
2048             </xsd:annotation>   2048             </xsd:annotation>
2049          </xsd:element>   2049          </xsd:element>
2050          <xsd:element name="dTim" type="witsml:timestamp" minOccurs="1" maxOccurs="1">   2050          <xsd:element name="dTim" type="witsml:timestamp" minOccurs="1" maxOccurs="1">
2051             <xsd:annotation>   2051             <xsd:annotation>
2052                <xsd:documentation>The timestamp associated with the change. All changes must use this timestamp.</xsd:documentation>   2052                <xsd:documentation>The timestamp associated with the change. All changes must use this timestamp.</xsd:documentation>
2053             </xsd:annotation>   2053             </xsd:annotation>
2054          </xsd:element>   2054          </xsd:element>
2055          <xsd:element name="reason" type="witsml:commentString" minOccurs="0" maxOccurs="1">   2055          <xsd:element name="reason" type="witsml:commentString" minOccurs="0" maxOccurs="1">
2056             <xsd:annotation>   2056             <xsd:annotation>
2057                <xsd:documentation>A textual reason for the change.</xsd:documentation>   2057                <xsd:documentation>A textual reason for the change.</xsd:documentation>
2058             </xsd:annotation>   2058             </xsd:annotation>
2059          </xsd:element>   2059          </xsd:element>
2060       </xsd:sequence>   2060       </xsd:sequence>
2061       <xsd:attributeGroup ref="witsml:attgrp_uid">   2061       <xsd:attributeGroup ref="witsml:attgrp_uid">
2062          <xsd:annotation>   2062          <xsd:annotation>
2063             <xsd:documentation>Unique identifier for the node.</xsd:documentation>   2063             <xsd:documentation>Unique identifier for the node.</xsd:documentation>
2064          </xsd:annotation>   2064          </xsd:annotation>
2065       </xsd:attributeGroup>   2065       </xsd:attributeGroup>
2066    </xsd:complexType>   2066    </xsd:complexType>
2067    <xsd:complexType name="cs_productFlowExpectedPortProperty">   2067    <xsd:complexType name="cs_productFlowExpectedPortProperty">
2068       <xsd:annotation>   2068       <xsd:annotation>
2069          <xsd:documentation>WITSML - Product Flow Expected Property Component Schema.</xsd:documentation>   2069          <xsd:documentation>WITSML - Product Flow Expected Property Component Schema.</xsd:documentation>
2070       </xsd:annotation>   2070       </xsd:annotation>
2071       <xsd:sequence>   2071       <xsd:sequence>
2072          <xsd:element name="property" type="witsml:ReportingProperty" minOccurs="1" maxOccurs="1">   2072          <xsd:element name="property" type="witsml:ReportingProperty" minOccurs="1" maxOccurs="1">
2073             <xsd:annotation>   2073             <xsd:annotation>
2074                <xsd:documentation>The expected kind of property.</xsd:documentation>   2074                <xsd:documentation>The expected kind of property.</xsd:documentation>
2075             </xsd:annotation>   2075             </xsd:annotation>
2076          </xsd:element>   2076          </xsd:element>
2077          <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   2077          <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
2078             <xsd:annotation>   2078             <xsd:annotation>
2079                <xsd:documentation>The date and time that the sensor was activated on the port.</xsd:documentation>   2079                <xsd:documentation>The date and time that the sensor was activated on the port.</xsd:documentation>
2080             </xsd:annotation>   2080             </xsd:annotation>
2081          </xsd:element>   2081          </xsd:element>
2082          <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   2082          <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
2083             <xsd:annotation>   2083             <xsd:annotation>
2084                <xsd:documentation>The date and time that the sensor was deactivated on the port.</xsd:documentation>   2084                <xsd:documentation>The date and time that the sensor was deactivated on the port.</xsd:documentation>
2085             </xsd:annotation>   2085             </xsd:annotation>
2086          </xsd:element>   2086          </xsd:element>
2087          <xsd:element name="tagAlias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">   2087          <xsd:element name="tagAlias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
2088             <xsd:annotation>   2088             <xsd:annotation>
2089                <xsd:documentation>An alternative name for the sensor that will measure the property.</xsd:documentation>   2089                <xsd:documentation>An alternative name for the sensor that will measure the property.</xsd:documentation>
2090             </xsd:annotation>   2090             </xsd:annotation>
2091          </xsd:element>   2091          </xsd:element>
2092          <xsd:element name="expectedFlowProduct" type="witsml:cs_productFlowQualifierExpected" minOccurs="0" maxOccurs="unbounded">   2092          <xsd:element name="expectedFlowProduct" type="witsml:cs_productFlowQualifierExpected" minOccurs="0" maxOccurs="unbounded">
2093             <xsd:annotation>   2093             <xsd:annotation>
2094                <xsd:documentation>Defines the expected flow and product pairs to be assigned to this port by a Product Volume report. A set of expected qualifiers can be defined   2094                <xsd:documentation>Defines the expected flow and product pairs to be assigned to this port by a Product Volume report. A set of expected qualifiers can be defined
2095                for each pair. The aggregate of expectations on all properties should be a subset of the aggregate of expectations on the port. If no expectations are defined on   2095                for each pair. The aggregate of expectations on all properties should be a subset of the aggregate of expectations on the port. If no expectations are defined on
2096                the port then the port aggregate will be defined by the properties.</xsd:documentation>   2096                the port then the port aggregate will be defined by the properties.</xsd:documentation>
2097             </xsd:annotation>   2097             </xsd:annotation>
2098          </xsd:element>   2098          </xsd:element>
2099          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">   2099          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
2100             <xsd:annotation>   2100             <xsd:annotation>
2101                <xsd:documentation>A descriptive remark associated with this property.</xsd:documentation>   2101                <xsd:documentation>A descriptive remark associated with this property.</xsd:documentation>
2102             </xsd:annotation>   2102             </xsd:annotation>
2103          </xsd:element>   2103          </xsd:element>
2104       </xsd:sequence>   2104       </xsd:sequence>
2105       <xsd:attributeGroup ref="witsml:attgrp_uid">   2105       <xsd:attributeGroup ref="witsml:attgrp_uid">
2106          <xsd:annotation>   2106          <xsd:annotation>
2107             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>   2107             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
2108          </xsd:annotation>   2108          </xsd:annotation>
2109       </xsd:attributeGroup>   2109       </xsd:attributeGroup>
2110    </xsd:complexType>   2110    </xsd:complexType>
2111    <xsd:complexType name="cs_productFlowExpectedUnitProperty">   2111    <xsd:complexType name="cs_productFlowExpectedUnitProperty">
2112       <xsd:annotation>   2112       <xsd:annotation>
2113          <xsd:documentation>Defines expected properties of a facility represented by a unit.</xsd:documentation>   2113          <xsd:documentation>Defines expected properties of a facility represented by a unit.</xsd:documentation>
2114       </xsd:annotation>   2114       </xsd:annotation>
2115       <xsd:sequence>   2115       <xsd:sequence>
2116          <xsd:element name="property" type="witsml:FacilityParameter" minOccurs="1" maxOccurs="1">   2116          <xsd:element name="property" type="witsml:FacilityParameter" minOccurs="1" maxOccurs="1">
2117             <xsd:annotation>   2117             <xsd:annotation>
2118                <xsd:documentation>The expected kind of facility property. Each property is documented to have values of a particular type.</xsd:documentation>   2118                <xsd:documentation>The expected kind of facility property. Each property is documented to have values of a particular type.</xsd:documentation>
2119             </xsd:annotation>   2119             </xsd:annotation>
2120          </xsd:element>   2120          </xsd:element>
2121          <xsd:element name="qualifier" type="witsml:FlowQualifier" minOccurs="0" maxOccurs="unbounded">   2121          <xsd:element name="qualifier" type="witsml:FlowQualifier" minOccurs="0" maxOccurs="unbounded">
2122             <xsd:annotation>   2122             <xsd:annotation>
2123                <xsd:documentation>The expected kind of qualifier of the property.</xsd:documentation>   2123                <xsd:documentation>The expected kind of qualifier of the property.</xsd:documentation>
2124             </xsd:annotation>   2124             </xsd:annotation>
2125          </xsd:element>   2125          </xsd:element>
2126          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">   2126          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
2127             <xsd:annotation>   2127             <xsd:annotation>
2128                <xsd:documentation>A descriptive remark associated with this property.</xsd:documentation>   2128                <xsd:documentation>A descriptive remark associated with this property.</xsd:documentation>
2129             </xsd:annotation>   2129             </xsd:annotation>
2130          </xsd:element>   2130          </xsd:element>
2131       </xsd:sequence>   2131       </xsd:sequence>
2132       <xsd:attributeGroup ref="witsml:attgrp_uid">   2132       <xsd:attributeGroup ref="witsml:attgrp_uid">
2133          <xsd:annotation>   2133          <xsd:annotation>
2134             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>   2134             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
2135          </xsd:annotation>   2135          </xsd:annotation>
2136       </xsd:attributeGroup>   2136       </xsd:attributeGroup>
2137    </xsd:complexType>   2137    </xsd:complexType>
2138    <xsd:complexType name="cs_productFlowExternalReference">   2138    <xsd:complexType name="cs_productFlowExternalReference">
2139       <xsd:annotation>   2139       <xsd:annotation>
2140          <xsd:documentation>A reference to an external port within a different Product Flow Model. This value represents a foreign key from one element to   2140          <xsd:documentation>A reference to an external port within a different Product Flow Model. This value represents a foreign key from one element to
2141          another.</xsd:documentation>   2141          another.</xsd:documentation>
2142       </xsd:annotation>   2142       </xsd:annotation>
2143       <xsd:sequence>   2143       <xsd:sequence>
2144          <xsd:element name="port" type="witsml:refNameString" minOccurs="1" maxOccurs="1">   2144          <xsd:element name="port" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
2145             <xsd:annotation>   2145             <xsd:annotation>
2146                <xsd:documentation>A pointer to the external port in the network that represents the current Model. This is the port to which a different model is being   2146                <xsd:documentation>A pointer to the external port in the network that represents the current Model. This is the port to which a different model is being
2147                connected.</xsd:documentation>   2147                connected.</xsd:documentation>
2148             </xsd:annotation>   2148             </xsd:annotation>
2149          </xsd:element>   2149          </xsd:element>
2150          <xsd:element name="connectedPort" type="witsml:refNameString" minOccurs="1" maxOccurs="1">   2150          <xsd:element name="connectedPort" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
2151             <xsd:annotation>   2151             <xsd:annotation>
2152                <xsd:documentation>A pointer to the external port within the connected Model. This is the port on a different model to which the port on this model is   2152                <xsd:documentation>A pointer to the external port within the connected Model. This is the port on a different model to which the port on this model is
2153                connected.</xsd:documentation>   2153                connected.</xsd:documentation>
2154             </xsd:annotation>   2154             </xsd:annotation>
2155          </xsd:element>   2155          </xsd:element>
2156          <xsd:element name="connectedModel" type="witsml:refNameString" minOccurs="1" maxOccurs="1">   2156          <xsd:element name="connectedModel" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
2157             <xsd:annotation>   2157             <xsd:annotation>
2158                <xsd:documentation>A pointer to the Product Flow Model that contains the connected port.</xsd:documentation>   2158                <xsd:documentation>A pointer to the Product Flow Model that contains the connected port.</xsd:documentation>
2159             </xsd:annotation>   2159             </xsd:annotation>
2160          </xsd:element>   2160          </xsd:element>
2161          <xsd:element name="connectedInstallation" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">   2161          <xsd:element name="connectedInstallation" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
2162             <xsd:annotation>   2162             <xsd:annotation>
2163                <xsd:documentation>The name of the facility that is represented by the connected model. The name can be qualified by a naming system. This also defines the kind of   2163                <xsd:documentation>The name of the facility that is represented by the connected model. The name can be qualified by a naming system. This also defines the kind of
2164                facility.</xsd:documentation>   2164                facility.</xsd:documentation>
2165             </xsd:annotation>   2165             </xsd:annotation>
2166          </xsd:element>   2166          </xsd:element>
2167       </xsd:sequence>   2167       </xsd:sequence>
2168       <xsd:attributeGroup ref="witsml:attgrp_uid">   2168       <xsd:attributeGroup ref="witsml:attgrp_uid">
2169          <xsd:annotation>   2169          <xsd:annotation>
2170             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>   2170             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
2171          </xsd:annotation>   2171          </xsd:annotation>
2172       </xsd:attributeGroup>   2172       </xsd:attributeGroup>
2173    </xsd:complexType>   2173    </xsd:complexType>
2174    <xsd:complexType name="cs_productFlowlExternalPort">   2174    <xsd:complexType name="cs_productFlowlExternalPort">
2175       <xsd:annotation>   2175       <xsd:annotation>
2176          <xsd:documentation>WITSML - Product Flow Network External Port Component Schema.</xsd:documentation>   2176          <xsd:documentation>WITSML - Product Flow Network External Port Component Schema.</xsd:documentation>
2177       </xsd:annotation>   2177       </xsd:annotation>
2178       <xsd:sequence>   2178       <xsd:sequence>
2179          <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">   2179          <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
2180             <xsd:annotation>   2180             <xsd:annotation>
2181                <xsd:documentation>The name of the external port within the context of the current Product Flow Network.</xsd:documentation>   2181                <xsd:documentation>The name of the external port within the context of the current Product Flow Network.</xsd:documentation>
2182             </xsd:annotation>   2182             </xsd:annotation>
2183          </xsd:element>   2183          </xsd:element>
2184          <xsd:element name="direction" type="witsml:ProductFlowPortType" minOccurs="1" maxOccurs="1">   2184          <xsd:element name="direction" type="witsml:ProductFlowPortType" minOccurs="1" maxOccurs="1">
2185             <xsd:annotation>   2185             <xsd:annotation>
2186                <xsd:documentation>Defines whether this port is an inlet or outlet. Note that this is a nominal intended direction.</xsd:documentation>   2186                <xsd:documentation>Defines whether this port is an inlet or outlet. Note that this is a nominal intended direction.</xsd:documentation>
2187             </xsd:annotation>   2187             </xsd:annotation>
2188          </xsd:element>   2188          </xsd:element>
2189          <xsd:element name="exposed" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">   2189          <xsd:element name="exposed" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
2190             <xsd:annotation>   2190             <xsd:annotation>
2191                <xsd:documentation>True ("true" or "1") indicates that the port is an exposed internal port and cannot be used in a connection external to the network. False   2191                <xsd:documentation>True ("true" or "1") indicates that the port is an exposed internal port and cannot be used in a connection external to the network. False
2192                ("false" or "0") or not given indicates a normal port.</xsd:documentation>   2192                ("false" or "0") or not given indicates a normal port.</xsd:documentation>
2193             </xsd:annotation>   2193             </xsd:annotation>
2194          </xsd:element>   2194          </xsd:element>
2195          <xsd:element name="connectedNode" type="witsml:nameString" minOccurs="1" maxOccurs="1">   2195          <xsd:element name="connectedNode" type="witsml:nameString" minOccurs="1" maxOccurs="1">
2196             <xsd:annotation>   2196             <xsd:annotation>
2197                <xsd:documentation>Defines the internal node to which this external port is connected. All ports (whether internal or external) that are connected to a node with   2197                <xsd:documentation>Defines the internal node to which this external port is connected. All ports (whether internal or external) that are connected to a node with
2198                the same name are connected to each other. Node names are unique to each network. The purpose of the external port is to provide input to or output from the   2198                the same name are connected to each other. Node names are unique to each network. The purpose of the external port is to provide input to or output from the
2199                internal network except when the port is an "exposed" port. The purpose of an exposed port is to allow the properties of the port to be seen external to the   2199                internal network except when the port is an "exposed" port. The purpose of an exposed port is to allow the properties of the port to be seen external to the
2200                network. For an exposed port, the connection points to the associated port.</xsd:documentation>   2200                network. For an exposed port, the connection points to the associated port.</xsd:documentation>
2201             </xsd:annotation>   2201             </xsd:annotation>
2202          </xsd:element>   2202          </xsd:element>
2203          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">   2203          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
2204             <xsd:annotation>   2204             <xsd:annotation>
2205                <xsd:documentation>A descriptive remark about the port.</xsd:documentation>   2205                <xsd:documentation>A descriptive remark about the port.</xsd:documentation>
2206             </xsd:annotation>   2206             </xsd:annotation>
2207          </xsd:element>   2207          </xsd:element>
2208       </xsd:sequence>   2208       </xsd:sequence>
2209       <xsd:attributeGroup ref="witsml:attgrp_uid">   2209       <xsd:attributeGroup ref="witsml:attgrp_uid">
2210          <xsd:annotation>   2210          <xsd:annotation>
2211             <xsd:documentation>Unique identifier for the port.</xsd:documentation>   2211             <xsd:documentation>Unique identifier for the port.</xsd:documentation>
2212          </xsd:annotation>   2212          </xsd:annotation>
2213       </xsd:attributeGroup>   2213       </xsd:attributeGroup>
2214    </xsd:complexType>   2214    </xsd:complexType>
2215    <xsd:complexType name="cs_productFlowNetwork">   2215    <xsd:complexType name="cs_productFlowNetwork">
2216       <xsd:annotation>   2216       <xsd:annotation>
2217          <xsd:documentation>The non-contextual content of a WITSML Product Flow Network object.</xsd:documentation>   2217          <xsd:documentation>The non-contextual content of a WITSML Product Flow Network object.</xsd:documentation>
2218       </xsd:annotation>   2218       </xsd:annotation>
2219       <xsd:sequence>   2219       <xsd:sequence>
2220          <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">   2220          <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
2221             <xsd:annotation>   2221             <xsd:annotation>
2222                <xsd:documentation>The name of the Product Flow Network. This must be unique within the context of the overall Product Flow Model.</xsd:documentation>   2222                <xsd:documentation>The name of the Product Flow Network. This must be unique within the context of the overall Product Flow Model.</xsd:documentation>
2223             </xsd:annotation>   2223             </xsd:annotation>
2224          </xsd:element>   2224          </xsd:element>
2225          <xsd:element name="planName" type="witsml:nameString" minOccurs="0" maxOccurs="1">   2225          <xsd:element name="planName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
2226             <xsd:annotation>   2226             <xsd:annotation>
2227                <xsd:documentation>The name of a network plan. This indicates a planned network. All child network components must all be planned and be part of the same plan. The   2227                <xsd:documentation>The name of a network plan. This indicates a planned network. All child network components must all be planned and be part of the same plan. The
2228                parent network must either contain the plan (i.e., be an actual) or be part of the same plan. Not specified indicates an actual network.</xsd:documentation>   2228                parent network must either contain the plan (i.e., be an actual) or be part of the same plan. Not specified indicates an actual network.</xsd:documentation>
2229             </xsd:annotation>   2229             </xsd:annotation>
2230          </xsd:element>   2230          </xsd:element>
2231          <xsd:element name="parentNetwork" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   2231          <xsd:element name="parentNetwork" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
2232             <xsd:annotation>   2232             <xsd:annotation>
2233                <xsd:documentation>A pointer to the network containing the unit that this network represents. That is, the Unit must exist in a different Network. If a parent   2233                <xsd:documentation>A pointer to the network containing the unit that this network represents. That is, the Unit must exist in a different Network. If a parent
2234                network is not specified then the network represents the model. A model should only be represented by one network. The model network represents the overall   2234                network is not specified then the network represents the model. A model should only be represented by one network. The model network represents the overall
2235                installation. All other networks represent internal detail and should not be referenced from outside the model. The external ports on the model network represent   2235                installation. All other networks represent internal detail and should not be referenced from outside the model. The external ports on the model network represent
2236                the external ports to the overall Product Flow Model. A pointer to an external port on the Product Flow Model does not require the name of the model network because   2236                the external ports to the overall Product Flow Model. A pointer to an external port on the Product Flow Model does not require the name of the model network because
2237                it is redundant to knowledge of the model name (i.e., there is a one-to-one correspondence).</xsd:documentation>   2237                it is redundant to knowledge of the model name (i.e., there is a one-to-one correspondence).</xsd:documentation>
2238             </xsd:annotation>   2238             </xsd:annotation>
2239          </xsd:element>   2239          </xsd:element>
2240          <xsd:element name="representedUnit" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   2240          <xsd:element name="representedUnit" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
2241             <xsd:annotation>   2241             <xsd:annotation>
2242                <xsd:documentation>DEPRECATED. Use parentNetwork for all new work. A pointer to the Flow Unit that this network represents. The Unit must exist in a different   2242                <xsd:documentation>DEPRECATED. Use parentNetwork for all new work. A pointer to the Flow Unit that this network represents. The Unit must exist in a different
2243                Network. If a unit is not specified then the network represents the model. A model should only be represented by one network. The model network represents the   2243                Network. If a unit is not specified then the network represents the model. A model should only be represented by one network. The model network represents the
2244                overall installation. All other networks represent internal detail and should not be referenced from outside this model. The external ports on the model network   2244                overall installation. All other networks represent internal detail and should not be referenced from outside this model. The external ports on the model network
2245                represent the external ports to the overall Product Flow Model. A pointer to an external port on the Product Flow Model does not require the name of the model   2245                represent the external ports to the overall Product Flow Model. A pointer to an external port on the Product Flow Model does not require the name of the model
2246                network because it is redundant to knowledge of the model name (i.e., there is a one-to-one correspondence). A unit model defines the internal behavior of a Flow   2246                network because it is redundant to knowledge of the model name (i.e., there is a one-to-one correspondence). A unit model defines the internal behavior of a Flow
2247                Unit.</xsd:documentation>   2247                Unit.</xsd:documentation>
2248             </xsd:annotation>   2248             </xsd:annotation>
2249          </xsd:element>   2249          </xsd:element>
2250          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">   2250          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
2251             <xsd:annotation>   2251             <xsd:annotation>
2252                <xsd:documentation>A descriptive remark about the network.</xsd:documentation>   2252                <xsd:documentation>A descriptive remark about the network.</xsd:documentation>
2253             </xsd:annotation>   2253             </xsd:annotation>
2254          </xsd:element>   2254          </xsd:element>
2255          <xsd:element name="port" type="witsml:cs_productFlowlExternalPort" minOccurs="0" maxOccurs="unbounded">   2255          <xsd:element name="port" type="witsml:cs_productFlowlExternalPort" minOccurs="0" maxOccurs="unbounded">
2256             <xsd:annotation>   2256             <xsd:annotation>
2257                <xsd:documentation>An external port. This exposes an internal node for the purpose of allowing connections to the internal behavior of the network. Networks that   2257                <xsd:documentation>An external port. This exposes an internal node for the purpose of allowing connections to the internal behavior of the network. Networks that
2258                represent a Flow Unit should always have external ports. If this network represents a Unit then the name of the external port must match the name of a port on the   2258                represent a Flow Unit should always have external ports. If this network represents a Unit then the name of the external port must match the name of a port on the
2259                Unit (i.e., they are logically the same port).</xsd:documentation>   2259                Unit (i.e., they are logically the same port).</xsd:documentation>
2260             </xsd:annotation>   2260             </xsd:annotation>
2261          </xsd:element>   2261          </xsd:element>
2262          <xsd:element name="unit" type="witsml:cs_productFlowUnit" minOccurs="1" maxOccurs="unbounded">   2262          <xsd:element name="unit" type="witsml:cs_productFlowUnit" minOccurs="1" maxOccurs="unbounded">
2263             <xsd:annotation>   2263             <xsd:annotation>
2264                <xsd:documentation>A flow behavior for one unit. Within this context, a unit represents a usage of equipment for some purpose. The unit is generally identified by   2264                <xsd:documentation>A flow behavior for one unit. Within this context, a unit represents a usage of equipment for some purpose. The unit is generally identified by
2265                its function rather than the actual equipment used to realize the function. A unit might represent something complex like a field or separator or something simple   2265                its function rather than the actual equipment used to realize the function. A unit might represent something complex like a field or separator or something simple
2266                like a valve or pump.</xsd:documentation>   2266                like a valve or pump.</xsd:documentation>
2267             </xsd:annotation>   2267             </xsd:annotation>
2268          </xsd:element>   2268          </xsd:element>
2269          <xsd:element name="changeLog" type="witsml:cs_productFlowChangeLog" minOccurs="0" maxOccurs="unbounded">   2269          <xsd:element name="changeLog" type="witsml:cs_productFlowChangeLog" minOccurs="0" maxOccurs="unbounded">
2270             <xsd:annotation>   2270             <xsd:annotation>
2271                <xsd:documentation>Documents that a change occurred at a particular time.</xsd:documentation>   2271                <xsd:documentation>Documents that a change occurred at a particular time.</xsd:documentation>
2272             </xsd:annotation>   2272             </xsd:annotation>
2273          </xsd:element>   2273          </xsd:element>
2274       </xsd:sequence>   2274       </xsd:sequence>
2275       <xsd:attributeGroup ref="witsml:attgrp_uid">   2275       <xsd:attributeGroup ref="witsml:attgrp_uid">
2276          <xsd:annotation>   2276          <xsd:annotation>
2277             <xsd:documentation>Unique identifier for the network.</xsd:documentation>   2277             <xsd:documentation>Unique identifier for the network.</xsd:documentation>
2278          </xsd:annotation>   2278          </xsd:annotation>
2279       </xsd:attributeGroup>   2279       </xsd:attributeGroup>
2280    </xsd:complexType>   2280    </xsd:complexType>
2281    <!--UNUSED: Deleted type cs_productFlowNetworkPlan.-->   2281    <!--UNUSED: Deleted type cs_productFlowNetworkPlan.-->
2282    <xsd:complexType name="cs_productFlowPort">   2282    <xsd:complexType name="cs_productFlowPort">
2283       <xsd:annotation>   2283       <xsd:annotation>
2284          <xsd:documentation>WITSML - Product Flow Port Component Schema.</xsd:documentation>   2284          <xsd:documentation>WITSML - Product Flow Port Component Schema.</xsd:documentation>
2285       </xsd:annotation>   2285       </xsd:annotation>
2286       <xsd:sequence>   2286       <xsd:sequence>
2287          <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">   2287          <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
2288             <xsd:annotation>   2288             <xsd:annotation>
2289                <xsd:documentation>The name of the port within the context of the Product Flow Unit.</xsd:documentation>   2289                <xsd:documentation>The name of the port within the context of the Product Flow Unit.</xsd:documentation>
2290             </xsd:annotation>   2290             </xsd:annotation>
2291          </xsd:element>   2291          </xsd:element>
2292          <xsd:element name="planName" type="witsml:nameString" minOccurs="0" maxOccurs="1">   2292          <xsd:element name="planName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
2293             <xsd:annotation>   2293             <xsd:annotation>
2294                <xsd:documentation>The name of a network plan. This indicates a planned port. All child network components must all be planned and be part of the same plan. The   2294                <xsd:documentation>The name of a network plan. This indicates a planned port. All child network components must all be planned and be part of the same plan. The
2295                parent unit must be part of the same plan or be an actual. Not specified indicates an actual port.</xsd:documentation>   2295                parent unit must be part of the same plan or be an actual. Not specified indicates an actual port.</xsd:documentation>
2296             </xsd:annotation>   2296             </xsd:annotation>
2297          </xsd:element>   2297          </xsd:element>
2298          <xsd:element name="direction" type="witsml:ProductFlowPortType" minOccurs="1" maxOccurs="1">   2298          <xsd:element name="direction" type="witsml:ProductFlowPortType" minOccurs="1" maxOccurs="1">
2299             <xsd:annotation>   2299             <xsd:annotation>
2300                <xsd:documentation>Defines whether this port is an inlet or outlet. This is a nominal intended direction.</xsd:documentation>   2300                <xsd:documentation>Defines whether this port is an inlet or outlet. This is a nominal intended direction.</xsd:documentation>
2301             </xsd:annotation>   2301             </xsd:annotation>
2302          </xsd:element>   2302          </xsd:element>
2303          <xsd:element name="facility" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">   2303          <xsd:element name="facility" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
2304             <xsd:annotation>   2304             <xsd:annotation>
2305                <xsd:documentation>The name of the facility represented by this Product Flow Port The name can be qualified by a naming system. The facility name is assumed to be   2305                <xsd:documentation>The name of the facility represented by this Product Flow Port The name can be qualified by a naming system. The facility name is assumed to be
2306                unique within the context of the facility represented by the unit. This also defines the kind of facility.</xsd:documentation>   2306                unique within the context of the facility represented by the unit. This also defines the kind of facility.</xsd:documentation>
2307             </xsd:annotation>   2307             </xsd:annotation>
2308          </xsd:element>   2308          </xsd:element>
2309          <xsd:element name="facilityAlias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">   2309          <xsd:element name="facilityAlias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
2310             <xsd:annotation>   2310             <xsd:annotation>
2311                <xsd:documentation>An alternatative name of a facility. This is generally unique within a naming system. The above contextually unique name should also be listed as   2311                <xsd:documentation>An alternatative name of a facility. This is generally unique within a naming system. The above contextually unique name should also be listed as
2312                an alias.</xsd:documentation>   2312                an alias.</xsd:documentation>
2313             </xsd:annotation>   2313             </xsd:annotation>
2314          </xsd:element>   2314          </xsd:element>
2315          <xsd:element name="exposed" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">   2315          <xsd:element name="exposed" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
2316             <xsd:annotation>   2316             <xsd:annotation>
2317                <xsd:documentation>True ("true" or "1") indicates that the port is an exposed internal port and cannot be used in a connection external to the unit. False ("false"   2317                <xsd:documentation>True ("true" or "1") indicates that the port is an exposed internal port and cannot be used in a connection external to the unit. False ("false"
2318                or "0") or not given indicates a normal port.</xsd:documentation>   2318                or "0") or not given indicates a normal port.</xsd:documentation>
2319             </xsd:annotation>   2319             </xsd:annotation>
2320          </xsd:element>   2320          </xsd:element>
2321          <xsd:element name="connectedNode" type="witsml:cs_connectedNode" minOccurs="1" maxOccurs="unbounded">   2321          <xsd:element name="connectedNode" type="witsml:cs_connectedNode" minOccurs="1" maxOccurs="unbounded">
2322             <xsd:annotation>   2322             <xsd:annotation>
2323                <xsd:documentation>Defines the node to which this port is connected. A timestamp activates and deactivates the connection. Only one connectedNode should be active   2323                <xsd:documentation>Defines the node to which this port is connected. A timestamp activates and deactivates the connection. Only one connectedNode should be active
2324                at any one point in time. There are no semantics for the node except common connection. All ports that are connected to a node with the the same name are inherently   2324                at any one point in time. There are no semantics for the node except common connection. All ports that are connected to a node with the the same name are inherently
2325                connected to each other. The name of the node is only required to be unique within the context of the current Product Flow Network (that is, not the overall model).   2325                connected to each other. The name of the node is only required to be unique within the context of the current Product Flow Network (that is, not the overall model).
2326                All ports must be connected to a node and whether or not any other port is connected to the same node depends on the requirements of the network. Any node that is   2326                All ports must be connected to a node and whether or not any other port is connected to the same node depends on the requirements of the network. Any node that is
2327                internally connected to only one port is presumably a candidate to be connected to an external node. The behavior of ports connected at a common node is as follows:   2327                internally connected to only one port is presumably a candidate to be connected to an external node. The behavior of ports connected at a common node is as follows:
2328                a) There is no pressure drop across the node. All ports connected to the node have the same pressure. That is, there is an assumption of steady state fluid flow. b)   2328                a) There is no pressure drop across the node. All ports connected to the node have the same pressure. That is, there is an assumption of steady state fluid flow. b)
2329                Conservation of mass exists across the node. The mass into the node via all connected ports equals the mass out of the node via all connected ports. c) The flow   2329                Conservation of mass exists across the node. The mass into the node via all connected ports equals the mass out of the node via all connected ports. c) The flow
2330                direction of a port connected to the node may be transient. That is, flow direction may change toward any port(s) if the relative internal pressure of the Product   2330                direction of a port connected to the node may be transient. That is, flow direction may change toward any port(s) if the relative internal pressure of the Product
2331                Flow Units change and a new steady state is achieved.</xsd:documentation>   2331                Flow Units change and a new steady state is achieved.</xsd:documentation>
2332             </xsd:annotation>   2332             </xsd:annotation>
2333          </xsd:element>   2333          </xsd:element>
2334          <xsd:element name="expectedFlowProduct" type="witsml:cs_productFlowQualifierExpected" minOccurs="0" maxOccurs="unbounded">   2334          <xsd:element name="expectedFlowProduct" type="witsml:cs_productFlowQualifierExpected" minOccurs="0" maxOccurs="unbounded">
2335             <xsd:annotation>   2335             <xsd:annotation>
2336                <xsd:documentation>Defines the expected flow and product pairs to be assigned to this port by a Product Volume report. A set of expected qualifiers can be defined   2336                <xsd:documentation>Defines the expected flow and product pairs to be assigned to this port by a Product Volume report. A set of expected qualifiers can be defined
2337                for each pair.</xsd:documentation>   2337                for each pair.</xsd:documentation>
2338             </xsd:annotation>   2338             </xsd:annotation>
2339          </xsd:element>   2339          </xsd:element>
2340          <xsd:element name="expectedFlowProperty" type="witsml:cs_productFlowExpectedPortProperty" minOccurs="0" maxOccurs="unbounded">   2340          <xsd:element name="expectedFlowProperty" type="witsml:cs_productFlowExpectedPortProperty" minOccurs="0" maxOccurs="unbounded">
2341             <xsd:annotation>   2341             <xsd:annotation>
2342                <xsd:documentation>Defines the properties that are expected to be measured at this port. This can also specify the equipment tag(s) of the sensor that will read the   2342                <xsd:documentation>Defines the properties that are expected to be measured at this port. This can also specify the equipment tag(s) of the sensor that will read the
2343                value. Only one of each property kind should be active at any point in time.</xsd:documentation>   2343                value. Only one of each property kind should be active at any point in time.</xsd:documentation>
2344             </xsd:annotation>   2344             </xsd:annotation>
2345          </xsd:element>   2345          </xsd:element>
2346          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">   2346          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
2347             <xsd:annotation>   2347             <xsd:annotation>
2348                <xsd:documentation>A descriptive remark associated with this port.</xsd:documentation>   2348                <xsd:documentation>A descriptive remark associated with this port.</xsd:documentation>
2349             </xsd:annotation>   2349             </xsd:annotation>
2350          </xsd:element>   2350          </xsd:element>
2351       </xsd:sequence>   2351       </xsd:sequence>
2352       <xsd:attributeGroup ref="witsml:attgrp_uid">   2352       <xsd:attributeGroup ref="witsml:attgrp_uid">
2353          <xsd:annotation>   2353          <xsd:annotation>
2354             <xsd:documentation>Unique identifier for the port.</xsd:documentation>   2354             <xsd:documentation>Unique identifier for the port.</xsd:documentation>
2355          </xsd:annotation>   2355          </xsd:annotation>
2356       </xsd:attributeGroup>   2356       </xsd:attributeGroup>
2357    </xsd:complexType>   2357    </xsd:complexType>
2358    <xsd:complexType name="cs_productFlowQualifierExpected">   2358    <xsd:complexType name="cs_productFlowQualifierExpected">
2359       <xsd:annotation>   2359       <xsd:annotation>
2360          <xsd:documentation>Defines an expected combination of kinds.</xsd:documentation>   2360          <xsd:documentation>Defines an expected combination of kinds.</xsd:documentation>
2361       </xsd:annotation>   2361       </xsd:annotation>
2362       <xsd:sequence>   2362       <xsd:sequence>
2363          <xsd:element name="flow" type="witsml:ReportingFlow" minOccurs="1" maxOccurs="1">   2363          <xsd:element name="flow" type="witsml:ReportingFlow" minOccurs="1" maxOccurs="1">
2364             <xsd:annotation>   2364             <xsd:annotation>
2365                <xsd:documentation>The expected kind of flow.</xsd:documentation>   2365                <xsd:documentation>The expected kind of flow.</xsd:documentation>
2366             </xsd:annotation>   2366             </xsd:annotation>
2367          </xsd:element>   2367          </xsd:element>
2368          <xsd:element name="product" type="witsml:ReportingProduct" minOccurs="1" maxOccurs="1">   2368          <xsd:element name="product" type="witsml:ReportingProduct" minOccurs="1" maxOccurs="1">
2369             <xsd:annotation>   2369             <xsd:annotation>
2370                <xsd:documentation>The expected kind of product within the flow.</xsd:documentation>   2370                <xsd:documentation>The expected kind of product within the flow.</xsd:documentation>
2371             </xsd:annotation>   2371             </xsd:annotation>
2372          </xsd:element>   2372          </xsd:element>
2373          <xsd:element name="qualifier" type="witsml:FlowQualifier" minOccurs="0" maxOccurs="unbounded">   2373          <xsd:element name="qualifier" type="witsml:FlowQualifier" minOccurs="0" maxOccurs="unbounded">
2374             <xsd:annotation>   2374             <xsd:annotation>
2375                <xsd:documentation>The expected kind of qualifier of the flow.</xsd:documentation>   2375                <xsd:documentation>The expected kind of qualifier of the flow.</xsd:documentation>
2376             </xsd:annotation>   2376             </xsd:annotation>
2377          </xsd:element>   2377          </xsd:element>
2378       </xsd:sequence>   2378       </xsd:sequence>
2379       <xsd:attributeGroup ref="witsml:attgrp_uid">   2379       <xsd:attributeGroup ref="witsml:attgrp_uid">
2380          <xsd:annotation>   2380          <xsd:annotation>
2381             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>   2381             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
2382          </xsd:annotation>   2382          </xsd:annotation>
2383       </xsd:attributeGroup>   2383       </xsd:attributeGroup>
2384    </xsd:complexType>   2384    </xsd:complexType>
2385    <xsd:complexType name="cs_productFlowUnit">   2385    <xsd:complexType name="cs_productFlowUnit">
2386       <xsd:annotation>   2386       <xsd:annotation>
2387          <xsd:documentation>WITSML - Product Flow Unit Component Schema.</xsd:documentation>   2387          <xsd:documentation>WITSML - Product Flow Unit Component Schema.</xsd:documentation>
2388       </xsd:annotation>   2388       </xsd:annotation>
2389       <xsd:sequence>   2389       <xsd:sequence>
2390          <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">   2390          <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">
2391             <xsd:annotation>   2391             <xsd:annotation>
2392                <xsd:documentation>The name of the Product Flow Unit within the context of the Product Flow Network.</xsd:documentation>   2392                <xsd:documentation>The name of the Product Flow Unit within the context of the Product Flow Network.</xsd:documentation>
2393             </xsd:annotation>   2393             </xsd:annotation>
2394          </xsd:element>   2394          </xsd:element>
2395          <xsd:element name="planName" type="witsml:nameString" minOccurs="0" maxOccurs="1">   2395          <xsd:element name="planName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
2396             <xsd:annotation>   2396             <xsd:annotation>
2397                <xsd:documentation>The name of a network plan. This indicates a planned unit. All child network components must all be planned and be part of the same plan. The   2397                <xsd:documentation>The name of a network plan. This indicates a planned unit. All child network components must all be planned and be part of the same plan. The
2398                parent network must either contain the plan (i.e., be an actual) or be part of the same plan. Not specified indicates an actual unit.</xsd:documentation>   2398                parent network must either contain the plan (i.e., be an actual) or be part of the same plan. Not specified indicates an actual unit.</xsd:documentation>
2399             </xsd:annotation>   2399             </xsd:annotation>
2400          </xsd:element>   2400          </xsd:element>
2401          <xsd:element name="internalNetwork" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   2401          <xsd:element name="internalNetwork" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
2402             <xsd:annotation>   2402             <xsd:annotation>
2403                <xsd:documentation>A pointer to the network representing the internal behavior of this unit. The names of the external ports on the internal network must match the   2403                <xsd:documentation>A pointer to the network representing the internal behavior of this unit. The names of the external ports on the internal network must match the
2404                names of the ports on this unit. That is they are logically the same ports.</xsd:documentation>   2404                names of the ports on this unit. That is they are logically the same ports.</xsd:documentation>
2405             </xsd:annotation>   2405             </xsd:annotation>
2406          </xsd:element>   2406          </xsd:element>
2407          <xsd:element name="facility" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">   2407          <xsd:element name="facility" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
2408             <xsd:annotation>   2408             <xsd:annotation>
2409                <xsd:documentation>The name of the facility for which this Product Flow Unit describes fluid flow connecton behavior. The name can be qualified by a naming system.   2409                <xsd:documentation>The name of the facility for which this Product Flow Unit describes fluid flow connecton behavior. The name can be qualified by a naming system.
2410                This also defines the kind of facility.</xsd:documentation>   2410                This also defines the kind of facility.</xsd:documentation>
2411             </xsd:annotation>   2411             </xsd:annotation>
2412          </xsd:element>   2412          </xsd:element>
2413          <xsd:element name="facilityParent1" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">   2413          <xsd:element name="facilityParent1" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
2414             <xsd:annotation>   2414             <xsd:annotation>
2415                <xsd:documentation>For facilities whose name is unique within the context of another facility, the name of the parent facility this named facility. The name can be   2415                <xsd:documentation>For facilities whose name is unique within the context of another facility, the name of the parent facility this named facility. The name can be
2416                qualified by a naming system. This also defines the kind of facility.</xsd:documentation>   2416                qualified by a naming system. This also defines the kind of facility.</xsd:documentation>
2417             </xsd:annotation>   2417             </xsd:annotation>
2418          </xsd:element>   2418          </xsd:element>
2419          <xsd:element name="facilityParent2" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">   2419          <xsd:element name="facilityParent2" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
2420             <xsd:annotation>   2420             <xsd:annotation>
2421                <xsd:documentation>For facilities whose name is unique within the context of another facility, the name of the parent facility of facilityParent1. The name can be   2421                <xsd:documentation>For facilities whose name is unique within the context of another facility, the name of the parent facility of facilityParent1. The name can be
2422                qualified by a naming system. This also defines the kind of facility.</xsd:documentation>   2422                qualified by a naming system. This also defines the kind of facility.</xsd:documentation>
2423             </xsd:annotation>   2423             </xsd:annotation>
2424          </xsd:element>   2424          </xsd:element>
2425          <xsd:element name="facilityAlias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">   2425          <xsd:element name="facilityAlias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
2426             <xsd:annotation>   2426             <xsd:annotation>
2427                <xsd:documentation>An alternatative name of a facility. This is generally unique within a naming system. The above contextually unique name (that is, within the   2427                <xsd:documentation>An alternatative name of a facility. This is generally unique within a naming system. The above contextually unique name (that is, within the
2428                context of a parent) should also be listed as an alias.</xsd:documentation>   2428                context of a parent) should also be listed as an alias.</xsd:documentation>
2429             </xsd:annotation>   2429             </xsd:annotation>
2430          </xsd:element>   2430          </xsd:element>
2431          <xsd:element name="contextFacility" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="unbounded">   2431          <xsd:element name="contextFacility" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="unbounded">
2432             <xsd:annotation>   2432             <xsd:annotation>
2433                <xsd:documentation>The name and type of a facility whose context is relevant to the represented facility.</xsd:documentation>   2433                <xsd:documentation>The name and type of a facility whose context is relevant to the represented facility.</xsd:documentation>
2434             </xsd:annotation>   2434             </xsd:annotation>
2435          </xsd:element>   2435          </xsd:element>
2436          <xsd:element name="expectedProperty" type="witsml:cs_productFlowExpectedUnitProperty" minOccurs="0" maxOccurs="unbounded">   2436          <xsd:element name="expectedProperty" type="witsml:cs_productFlowExpectedUnitProperty" minOccurs="0" maxOccurs="unbounded">
2437             <xsd:annotation>   2437             <xsd:annotation>
2438                <xsd:documentation>Defines an expected property of the facility represented by this unit.</xsd:documentation>   2438                <xsd:documentation>Defines an expected property of the facility represented by this unit.</xsd:documentation>
2439             </xsd:annotation>   2439             </xsd:annotation>
2440          </xsd:element>   2440          </xsd:element>
2441          <xsd:element name="relativeCoordinate" type="witsml:cs_relativeCoordinate" minOccurs="0" maxOccurs="1">   2441          <xsd:element name="relativeCoordinate" type="witsml:cs_relativeCoordinate" minOccurs="0" maxOccurs="1">
2442             <xsd:annotation>   2442             <xsd:annotation>
2443                <xsd:documentation>Defines the relative coordinate of the unit on a display screen. This is not intended for detailed diagrams. Rather it is intended to allow   2443                <xsd:documentation>Defines the relative coordinate of the unit on a display screen. This is not intended for detailed diagrams. Rather it is intended to allow
2444                different applications to present a user view which has a consistent layout.</xsd:documentation>   2444                different applications to present a user view which has a consistent layout.</xsd:documentation>
2445             </xsd:annotation>   2445             </xsd:annotation>
2446          </xsd:element>   2446          </xsd:element>
2447          <xsd:element name="port" type="witsml:cs_productFlowPort" minOccurs="1" maxOccurs="unbounded">   2447          <xsd:element name="port" type="witsml:cs_productFlowPort" minOccurs="1" maxOccurs="unbounded">
2448             <xsd:annotation>   2448             <xsd:annotation>
2449                <xsd:documentation>An inlet or outlet port associated with this unit. If there is an internal network then the name of this port must match the name of an external   2449                <xsd:documentation>An inlet or outlet port associated with this unit. If there is an internal network then the name of this port must match the name of an external
2450                port for that network. Any properties (e.g., volume, pressure, temperature) that are assigned to this port are inherently assigned to the corresponding external   2450                port for that network. Any properties (e.g., volume, pressure, temperature) that are assigned to this port are inherently assigned to the corresponding external
2451                port on the internal network. That is, the ports are logically the same port. Similar to a node, there is no pressure drop across a port. Also similar to a node,   2451                port on the internal network. That is, the ports are logically the same port. Similar to a node, there is no pressure drop across a port. Also similar to a node,
2452                conservation of mass exists across the port and the flow direction across the port can change over time if the relative pressures across connected units   2452                conservation of mass exists across the port and the flow direction across the port can change over time if the relative pressures across connected units
2453                change.</xsd:documentation>   2453                change.</xsd:documentation>
2454             </xsd:annotation>   2454             </xsd:annotation>
2455          </xsd:element>   2455          </xsd:element>
2456          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">   2456          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
2457             <xsd:annotation>   2457             <xsd:annotation>
2458                <xsd:documentation>A descriptive remark associated with this unit.</xsd:documentation>   2458                <xsd:documentation>A descriptive remark associated with this unit.</xsd:documentation>
2459             </xsd:annotation>   2459             </xsd:annotation>
2460          </xsd:element>   2460          </xsd:element>
2461       </xsd:sequence>   2461       </xsd:sequence>
2462       <xsd:attributeGroup ref="witsml:attgrp_uid">   2462       <xsd:attributeGroup ref="witsml:attgrp_uid">
2463          <xsd:annotation>   2463          <xsd:annotation>
2464             <xsd:documentation>Unique identifier for the Unit.</xsd:documentation>   2464             <xsd:documentation>Unique identifier for the Unit.</xsd:documentation>
2465          </xsd:annotation>   2465          </xsd:annotation>
2466       </xsd:attributeGroup>   2466       </xsd:attributeGroup>
2467    </xsd:complexType>   2467    </xsd:complexType>
2468    <xsd:complexType name="cs_productionOperationActivity">   2468    <xsd:complexType name="cs_productionOperationActivity">
2469       <xsd:annotation>   2469       <xsd:annotation>
2470          <xsd:documentation>WITSML - Production Activity Component Schema.</xsd:documentation>   2470          <xsd:documentation>WITSML - Production Activity Component Schema.</xsd:documentation>
2471       </xsd:annotation>   2471       </xsd:annotation>
2472       <xsd:sequence>   2472       <xsd:sequence>
2473          <xsd:element name="lostProduction" type="witsml:cs_productionOperationLostProduction" minOccurs="0" maxOccurs="1">   2473          <xsd:element name="lostProduction" type="witsml:cs_productionOperationLostProduction" minOccurs="0" maxOccurs="1">
2474             <xsd:annotation>   2474             <xsd:annotation>
2475                <xsd:documentation>Infomation about a lost production.</xsd:documentation>   2475                <xsd:documentation>Infomation about a lost production.</xsd:documentation>
2476             </xsd:annotation>   2476             </xsd:annotation>
2477          </xsd:element>   2477          </xsd:element>
2478          <xsd:element name="lostInjection" type="witsml:cs_productionOperationLostProduction" minOccurs="0" maxOccurs="1">   2478          <xsd:element name="lostInjection" type="witsml:cs_productionOperationLostProduction" minOccurs="0" maxOccurs="1">
2479             <xsd:annotation>   2479             <xsd:annotation>
2480                <xsd:documentation>Infomation about a lost injection.</xsd:documentation>   2480                <xsd:documentation>Infomation about a lost injection.</xsd:documentation>
2481             </xsd:annotation>   2481             </xsd:annotation>
2482          </xsd:element>   2482          </xsd:element>
2483          <xsd:element name="waterCleaningQuality" type="witsml:cs_productionOperationWaterCleaningQuality" minOccurs="0" maxOccurs="unbounded">   2483          <xsd:element name="waterCleaningQuality" type="witsml:cs_productionOperationWaterCleaningQuality" minOccurs="0" maxOccurs="unbounded">
2484             <xsd:annotation>   2484             <xsd:annotation>
2485                <xsd:documentation>Information about the contaminants in water, and the general water quality.</xsd:documentation>   2485                <xsd:documentation>Information about the contaminants in water, and the general water quality.</xsd:documentation>
2486             </xsd:annotation>   2486             </xsd:annotation>
2487          </xsd:element>   2487          </xsd:element>
2488          <xsd:element name="shutdown" type="witsml:cs_productionOperationShutdown" minOccurs="0" maxOccurs="unbounded">   2488          <xsd:element name="shutdown" type="witsml:cs_productionOperationShutdown" minOccurs="0" maxOccurs="unbounded">
2489             <xsd:annotation>   2489             <xsd:annotation>
2490                <xsd:documentation>Infomation about a shutdown event.</xsd:documentation>   2490                <xsd:documentation>Infomation about a shutdown event.</xsd:documentation>
2491             </xsd:annotation>   2491             </xsd:annotation>
2492          </xsd:element>   2492          </xsd:element>
2493          <xsd:element name="alarm" type="witsml:cs_productionOperationAlarm" minOccurs="0" maxOccurs="unbounded">   2493          <xsd:element name="alarm" type="witsml:cs_productionOperationAlarm" minOccurs="0" maxOccurs="unbounded">
2494             <xsd:annotation>   2494             <xsd:annotation>
2495                <xsd:documentation>Infomation about an alarm.</xsd:documentation>   2495                <xsd:documentation>Infomation about an alarm.</xsd:documentation>
2496             </xsd:annotation>   2496             </xsd:annotation>
2497          </xsd:element>   2497          </xsd:element>
2498          <xsd:element name="marineOperation" type="witsml:cs_productionOperationMarineOperation" minOccurs="0" maxOccurs="unbounded">   2498          <xsd:element name="marineOperation" type="witsml:cs_productionOperationMarineOperation" minOccurs="0" maxOccurs="unbounded">
2499             <xsd:annotation>   2499             <xsd:annotation>
2500                <xsd:documentation>Information about a marine operation.</xsd:documentation>   2500                <xsd:documentation>Information about a marine operation.</xsd:documentation>
2501             </xsd:annotation>   2501             </xsd:annotation>
2502          </xsd:element>   2502          </xsd:element>
2503          <xsd:element name="cargoShipOperation" type="witsml:cs_productionOperationCargoShipOperation" minOccurs="0" maxOccurs="unbounded">   2503          <xsd:element name="cargoShipOperation" type="witsml:cs_productionOperationCargoShipOperation" minOccurs="0" maxOccurs="unbounded">
2504             <xsd:annotation>   2504             <xsd:annotation>
2505                <xsd:documentation>Information about a cargo operation.</xsd:documentation>   2505                <xsd:documentation>Information about a cargo operation.</xsd:documentation>
2506             </xsd:annotation>   2506             </xsd:annotation>
2507          </xsd:element>   2507          </xsd:element>
2508          <xsd:element name="operationalComment" type="witsml:cs_productionOperationOperationalComment" minOccurs="0" maxOccurs="unbounded">   2508          <xsd:element name="operationalComment" type="witsml:cs_productionOperationOperationalComment" minOccurs="0" maxOccurs="unbounded">
2509             <xsd:annotation>   2509             <xsd:annotation>
2510                <xsd:documentation>A comment about a kind of operation. The time of the operation can be specified.</xsd:documentation>   2510                <xsd:documentation>A comment about a kind of operation. The time of the operation can be specified.</xsd:documentation>
2511             </xsd:annotation>   2511             </xsd:annotation>
2512          </xsd:element>   2512          </xsd:element>
2513       </xsd:sequence>   2513       </xsd:sequence>
2514    </xsd:complexType>   2514    </xsd:complexType>
2515    <xsd:complexType name="cs_productionOperationAlarm">   2515    <xsd:complexType name="cs_productionOperationAlarm">
2516       <xsd:annotation>   2516       <xsd:annotation>
2517          <xsd:documentation>A structure to record informaion about a single alarm.</xsd:documentation>   2517          <xsd:documentation>A structure to record informaion about a single alarm.</xsd:documentation>
2518       </xsd:annotation>   2518       </xsd:annotation>
2519       <xsd:sequence>   2519       <xsd:sequence>
2520          <xsd:element name="dTim" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   2520          <xsd:element name="dTim" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
2521             <xsd:annotation>   2521             <xsd:annotation>
2522                <xsd:documentation>The date and time when the alarms went off.</xsd:documentation>   2522                <xsd:documentation>The date and time when the alarms went off.</xsd:documentation>
2523             </xsd:annotation>   2523             </xsd:annotation>
2524          </xsd:element>   2524          </xsd:element>
2525          <xsd:element name="area" type="witsml:nameString" minOccurs="0" maxOccurs="1">   2525          <xsd:element name="area" type="witsml:nameString" minOccurs="0" maxOccurs="1">
2526             <xsd:annotation>   2526             <xsd:annotation>
2527                <xsd:documentation>The area where the alarm went off.</xsd:documentation>   2527                <xsd:documentation>The area where the alarm went off.</xsd:documentation>
2528             </xsd:annotation>   2528             </xsd:annotation>
2529          </xsd:element>   2529          </xsd:element>
2530          <xsd:element name="type" type="witsml:kindString" minOccurs="0" maxOccurs="1">   2530          <xsd:element name="type" type="witsml:kindString" minOccurs="0" maxOccurs="1">
2531             <xsd:annotation>   2531             <xsd:annotation>
2532                <xsd:documentation>The type of alarm that went off.</xsd:documentation>   2532                <xsd:documentation>The type of alarm that went off.</xsd:documentation>
2533             </xsd:annotation>   2533             </xsd:annotation>
2534          </xsd:element>   2534          </xsd:element>
2535          <xsd:element name="reason" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">   2535          <xsd:element name="reason" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">
2536             <xsd:annotation>   2536             <xsd:annotation>
2537                <xsd:documentation>The reason for the alarm going off.</xsd:documentation>   2537                <xsd:documentation>The reason for the alarm going off.</xsd:documentation>
2538             </xsd:annotation>   2538             </xsd:annotation>
2539          </xsd:element>   2539          </xsd:element>
2540          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">   2540          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
2541             <xsd:annotation>   2541             <xsd:annotation>
2542                <xsd:documentation>A general comment relevant for the alarm.</xsd:documentation>   2542                <xsd:documentation>A general comment relevant for the alarm.</xsd:documentation>
2543             </xsd:annotation>   2543             </xsd:annotation>
2544          </xsd:element>   2544          </xsd:element>
2545       </xsd:sequence>   2545       </xsd:sequence>
2546       <xsd:attributeGroup ref="witsml:attgrp_uid">   2546       <xsd:attributeGroup ref="witsml:attgrp_uid">
2547          <xsd:annotation>   2547          <xsd:annotation>
2548             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>   2548             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
2549          </xsd:annotation>   2549          </xsd:annotation>
2550       </xsd:attributeGroup>   2550       </xsd:attributeGroup>
2551    </xsd:complexType>   2551    </xsd:complexType>
2552    <xsd:complexType name="cs_productionOperationCargoShipOperation">   2552    <xsd:complexType name="cs_productionOperationCargoShipOperation">
2553       <xsd:annotation>   2553       <xsd:annotation>
2554          <xsd:documentation>Infomation about a cargo ship operation.</xsd:documentation>   2554          <xsd:documentation>Infomation about a cargo ship operation.</xsd:documentation>
2555       </xsd:annotation>   2555       </xsd:annotation>
2556       <xsd:sequence>   2556       <xsd:sequence>
2557          <xsd:element name="vesselName" type="witsml:nameString" minOccurs="0" maxOccurs="1">   2557          <xsd:element name="vesselName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
2558             <xsd:annotation>   2558             <xsd:annotation>
2559                <xsd:documentation>Name of the cargo vessel for the installation.</xsd:documentation>   2559                <xsd:documentation>Name of the cargo vessel for the installation.</xsd:documentation>
2560             </xsd:annotation>   2560             </xsd:annotation>
2561          </xsd:element>   2561          </xsd:element>
2562          <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   2562          <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
2563             <xsd:annotation>   2563             <xsd:annotation>
2564                <xsd:documentation>The date and time that the vessel arrived.</xsd:documentation>   2564                <xsd:documentation>The date and time that the vessel arrived.</xsd:documentation>
2565             </xsd:annotation>   2565             </xsd:annotation>
2566          </xsd:element>   2566          </xsd:element>
2567          <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   2567          <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
2568             <xsd:annotation>   2568             <xsd:annotation>
2569                <xsd:documentation>The date and time that the vessel left.</xsd:documentation>   2569                <xsd:documentation>The date and time that the vessel left.</xsd:documentation>
2570             </xsd:annotation>   2570             </xsd:annotation>
2571          </xsd:element>   2571          </xsd:element>
2572          <xsd:element name="captain" type="witsml:nameString" minOccurs="0" maxOccurs="1">   2572          <xsd:element name="captain" type="witsml:nameString" minOccurs="0" maxOccurs="1">
2573             <xsd:annotation>   2573             <xsd:annotation>
2574                <xsd:documentation>Name of the captain of the vessel.</xsd:documentation>   2574                <xsd:documentation>Name of the captain of the vessel.</xsd:documentation>
2575             </xsd:annotation>   2575             </xsd:annotation>
2576          </xsd:element>   2576          </xsd:element>
2577          <xsd:element name="cargoNumber" type="witsml:kindString" minOccurs="0" maxOccurs="1">   2577          <xsd:element name="cargoNumber" type="witsml:kindString" minOccurs="0" maxOccurs="1">
2578             <xsd:annotation>   2578             <xsd:annotation>
2579                <xsd:documentation>the cargo identifier.</xsd:documentation>   2579                <xsd:documentation>the cargo identifier.</xsd:documentation>
2580             </xsd:annotation>   2580             </xsd:annotation>
2581          </xsd:element>   2581          </xsd:element>
2582          <xsd:element name="cargoBatchNumber" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">   2582          <xsd:element name="cargoBatchNumber" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
2583             <xsd:annotation>   2583             <xsd:annotation>
2584                <xsd:documentation>The cargo batch number. Used if the vessel needs to temporarily disconnect for some reason (e.g., weather).</xsd:documentation>   2584                <xsd:documentation>The cargo batch number. Used if the vessel needs to temporarily disconnect for some reason (e.g., weather).</xsd:documentation>
2585             </xsd:annotation>   2585             </xsd:annotation>
2586          </xsd:element>   2586          </xsd:element>
2587          <xsd:element name="cargo" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">   2587          <xsd:element name="cargo" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">
2588             <xsd:annotation>   2588             <xsd:annotation>
2589                <xsd:documentation>Description of cargo on the vessel.</xsd:documentation>   2589                <xsd:documentation>Description of cargo on the vessel.</xsd:documentation>
2590             </xsd:annotation>   2590             </xsd:annotation>
2591          </xsd:element>   2591          </xsd:element>
2592          <xsd:element name="oilGrossStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">   2592          <xsd:element name="oilGrossStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
2593             <xsd:annotation>   2593             <xsd:annotation>
2594                <xsd:documentation>Gross oil loaded to the ship during the report period. Gross oil includes BS and W. This volume has been corrected to standard conditions of   2594                <xsd:documentation>Gross oil loaded to the ship during the report period. Gross oil includes BS and W. This volume has been corrected to standard conditions of
2595                temperature and pressure.</xsd:documentation>   2595                temperature and pressure.</xsd:documentation>
2596             </xsd:annotation>   2596             </xsd:annotation>
2597          </xsd:element>   2597          </xsd:element>
2598          <xsd:element name="oilGrossTotalStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">   2598          <xsd:element name="oilGrossTotalStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
2599             <xsd:annotation>   2599             <xsd:annotation>
2600                <xsd:documentation>Gross oil loaded to the ship in total during the operation. Gross oil includes BS and W. This volume has been corrected to standard conditions of   2600                <xsd:documentation>Gross oil loaded to the ship in total during the operation. Gross oil includes BS and W. This volume has been corrected to standard conditions of
2601                temperature and pressure.</xsd:documentation>   2601                temperature and pressure.</xsd:documentation>
2602             </xsd:annotation>   2602             </xsd:annotation>
2603          </xsd:element>   2603          </xsd:element>
2604          <xsd:element name="oilNetStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">   2604          <xsd:element name="oilNetStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
2605             <xsd:annotation>   2605             <xsd:annotation>
2606                <xsd:documentation>Net oil loaded to the ship during the report period. Net oil excludes BS and W, fuel, spill and leaks. This volume has been corrected to standard   2606                <xsd:documentation>Net oil loaded to the ship during the report period. Net oil excludes BS and W, fuel, spill and leaks. This volume has been corrected to standard
2607                conditions of temperature and pressure.</xsd:documentation>   2607                conditions of temperature and pressure.</xsd:documentation>
2608             </xsd:annotation>   2608             </xsd:annotation>
2609          </xsd:element>   2609          </xsd:element>
2610          <xsd:element name="oilNetMonthToDateStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">   2610          <xsd:element name="oilNetMonthToDateStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
2611             <xsd:annotation>   2611             <xsd:annotation>
2612                <xsd:documentation>Net oil loaded to the ship from the beginning of the month to the end of the reporting period. Net oil excludes BS and W, fuel, spill and leaks.   2612                <xsd:documentation>Net oil loaded to the ship from the beginning of the month to the end of the reporting period. Net oil excludes BS and W, fuel, spill and leaks.
2613                This volume has been corrected to standard conditions of temperature and pressure.</xsd:documentation>   2613                This volume has been corrected to standard conditions of temperature and pressure.</xsd:documentation>
2614             </xsd:annotation>   2614             </xsd:annotation>
2615          </xsd:element>   2615          </xsd:element>
2616          <xsd:element name="densityStdTempPres" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">   2616          <xsd:element name="densityStdTempPres" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
2617             <xsd:annotation>   2617             <xsd:annotation>
2618                <xsd:documentation>Density of the liquid loaded to the tanker. This density has been corrected to standard conditions of temperature and   2618                <xsd:documentation>Density of the liquid loaded to the tanker. This density has been corrected to standard conditions of temperature and
2619                pressure.</xsd:documentation>   2619                pressure.</xsd:documentation>
2620             </xsd:annotation>   2620             </xsd:annotation>
2621          </xsd:element>   2621          </xsd:element>
2622          <xsd:element name="density" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">   2622          <xsd:element name="density" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
2623             <xsd:annotation>   2623             <xsd:annotation>
2624                <xsd:documentation>Density of the liquid loaded to the tanker.</xsd:documentation>   2624                <xsd:documentation>Density of the liquid loaded to the tanker.</xsd:documentation>
2625             </xsd:annotation>   2625             </xsd:annotation>
2626          </xsd:element>   2626          </xsd:element>
2627          <xsd:element name="rvp" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   2627          <xsd:element name="rvp" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
2628             <xsd:annotation>   2628             <xsd:annotation>
2629                <xsd:documentation>Reid vapor pressure of the liquid.</xsd:documentation>   2629                <xsd:documentation>Reid vapor pressure of the liquid.</xsd:documentation>
2630             </xsd:annotation>   2630             </xsd:annotation>
2631          </xsd:element>   2631          </xsd:element>
2632          <xsd:element name="bsw" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">   2632          <xsd:element name="bsw" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
2633             <xsd:annotation>   2633             <xsd:annotation>
2634                <xsd:documentation>Basic sediment and water is measured from a liquid sample of the production stream. It includes free water, sediment and emulsion and is measured   2634                <xsd:documentation>Basic sediment and water is measured from a liquid sample of the production stream. It includes free water, sediment and emulsion and is measured
2635                as a volume percentage of the liquid.</xsd:documentation>   2635                as a volume percentage of the liquid.</xsd:documentation>
2636             </xsd:annotation>   2636             </xsd:annotation>
2637          </xsd:element>   2637          </xsd:element>
2638          <xsd:element name="salt" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">   2638          <xsd:element name="salt" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
2639             <xsd:annotation>   2639             <xsd:annotation>
2640                <xsd:documentation>Salt content. The product formed by neutralization of an acid and a base. The term is more specifically applied to sodium   2640                <xsd:documentation>Salt content. The product formed by neutralization of an acid and a base. The term is more specifically applied to sodium
2641                chloride.</xsd:documentation>   2641                chloride.</xsd:documentation>
2642             </xsd:annotation>   2642             </xsd:annotation>
2643          </xsd:element>   2643          </xsd:element>
2644          <xsd:element name="comment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">   2644          <xsd:element name="comment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
2645             <xsd:annotation>   2645             <xsd:annotation>
2646                <xsd:documentation>A commnet about the operation.</xsd:documentation>   2646                <xsd:documentation>A commnet about the operation.</xsd:documentation>
2647             </xsd:annotation>   2647             </xsd:annotation>
2648          </xsd:element>   2648          </xsd:element>
2649       </xsd:sequence>   2649       </xsd:sequence>
2650       <xsd:attributeGroup ref="witsml:attgrp_uid">   2650       <xsd:attributeGroup ref="witsml:attgrp_uid">
2651          <xsd:annotation>   2651          <xsd:annotation>
2652             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>   2652             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
2653          </xsd:annotation>   2653          </xsd:annotation>
2654       </xsd:attributeGroup>   2654       </xsd:attributeGroup>
2655    </xsd:complexType>   2655    </xsd:complexType>
2656    <xsd:complexType name="cs_productionOperationHSE">   2656    <xsd:complexType name="cs_productionOperationHSE">
2657       <xsd:annotation>   2657       <xsd:annotation>
2658          <xsd:documentation>WITSML - Operational Health, Safety and Environment Component Schema.</xsd:documentation>   2658          <xsd:documentation>WITSML - Operational Health, Safety and Environment Component Schema.</xsd:documentation>
2659       </xsd:annotation>   2659       </xsd:annotation>
2660       <!-- msv should be possible to have period type on incident count--> +-    
2661       <xsd:sequence> = 2660       <xsd:sequence>
2662          <xsd:element name="IncidentCount" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">   2661          <xsd:element name="IncidentCount" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
2663             <xsd:annotation>   2662             <xsd:annotation>
2664                <xsd:documentation>the number of incidents of accidents and injuries that were reported.</xsd:documentation>   2663                <xsd:documentation>the number of incidents of accidents and injuries that were reported.</xsd:documentation>
2665             </xsd:annotation>   2664             </xsd:annotation>
2666          </xsd:element>   2665          </xsd:element>
2667          <xsd:element name="sinceLostTime" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">   2666          <xsd:element name="sinceLostTime" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
2668             <xsd:annotation>   2667             <xsd:annotation>
2669                <xsd:documentation>The amount of time since the most recent Lost Time Accident.</xsd:documentation>   2668                <xsd:documentation>The amount of time since the most recent Lost Time Accident.</xsd:documentation>
2670             </xsd:annotation>   2669             </xsd:annotation>
2671          </xsd:element>   2670          </xsd:element>
2672          <xsd:element name="sincePreventionExercise" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">   2671          <xsd:element name="sincePreventionExercise" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
2673             <xsd:annotation>   2672             <xsd:annotation>
2674                <xsd:documentation>The amount of time since the most recent accident prevention exercise.</xsd:documentation>   2673                <xsd:documentation>The amount of time since the most recent accident prevention exercise.</xsd:documentation>
2675             </xsd:annotation>   2674             </xsd:annotation>
2676          </xsd:element>   2675          </xsd:element>
2677          <xsd:element name="sinceDefinedSituation" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">   2676          <xsd:element name="sinceDefinedSituation" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
2678             <xsd:annotation>   2677             <xsd:annotation>
2679                <xsd:documentation>The amount of time since the most recent defined hazard and accident situation (Norwegian DFU).</xsd:documentation>   2678                <xsd:documentation>The amount of time since the most recent defined hazard and accident situation (Norwegian DFU).</xsd:documentation>
2680             </xsd:annotation>   2679             </xsd:annotation>
2681          </xsd:element>   2680          </xsd:element>
2682          <xsd:element name="medicalTreatmentCount" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">   2681          <xsd:element name="medicalTreatmentCount" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
2683             <xsd:annotation>   2682             <xsd:annotation>
2684                <xsd:documentation>The number of medical treatments that have occurred.</xsd:documentation>   2683                <xsd:documentation>The number of medical treatments that have occurred.</xsd:documentation>
2685             </xsd:annotation>   2684             </xsd:annotation>
2686          </xsd:element>   2685          </xsd:element>
2687          <xsd:element name="alarmCount" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">   2686          <xsd:element name="alarmCount" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
2688             <xsd:annotation>   2687             <xsd:annotation>
2689                <xsd:documentation>The number of system alarms that have occurred.</xsd:documentation>   2688                <xsd:documentation>The number of system alarms that have occurred.</xsd:documentation>
2690             </xsd:annotation>   2689             </xsd:annotation>
2691          </xsd:element>   2690          </xsd:element>
2692          <xsd:element name="safetyIntroCount" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">   2691          <xsd:element name="safetyIntroCount" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
2693             <xsd:annotation>   2692             <xsd:annotation>
2694                <xsd:documentation>The number of personnel safety introductions that have occurred.</xsd:documentation>   2693                <xsd:documentation>The number of personnel safety introductions that have occurred.</xsd:documentation>
2695             </xsd:annotation>   2694             </xsd:annotation>
2696          </xsd:element>   2695          </xsd:element>
2697          <xsd:element name="safetyDescription" type="witsml:commentString" minOccurs="0" maxOccurs="1">   2696          <xsd:element name="safetyDescription" type="witsml:commentString" minOccurs="0" maxOccurs="1">
2698             <xsd:annotation>   2697             <xsd:annotation>
2699                <xsd:documentation>A textual description of safety considerations.</xsd:documentation>   2698                <xsd:documentation>A textual description of safety considerations.</xsd:documentation>
2700             </xsd:annotation>   2699             </xsd:annotation>
2701          </xsd:element>   2700          </xsd:element>
2702          <xsd:element name="safety" type="witsml:cs_productionOperationSafety" minOccurs="0" maxOccurs="unbounded">   2701          <xsd:element name="safety" type="witsml:cs_productionOperationSafety" minOccurs="0" maxOccurs="unbounded">
2703             <xsd:annotation>   2702             <xsd:annotation>
2704                <xsd:documentation>Safety information at a specific installatino.</xsd:documentation>   2703                <xsd:documentation>Safety information at a specific installatino.</xsd:documentation>
2705             </xsd:annotation>   2704             </xsd:annotation>
2706          </xsd:element>   2705          </xsd:element>
2707          <xsd:element name="weather" type="witsml:cs_productionOperationWeather" minOccurs="0" maxOccurs="unbounded">   2706          <xsd:element name="weather" type="witsml:cs_productionOperationWeather" minOccurs="0" maxOccurs="unbounded">
2708             <xsd:annotation>   2707             <xsd:annotation>
2709                <xsd:documentation>Information about the weather at a point in time.</xsd:documentation>   2708                <xsd:documentation>Information about the weather at a point in time.</xsd:documentation>
2710             </xsd:annotation>   2709             </xsd:annotation>
2711          </xsd:element>   2710          </xsd:element>
2712       </xsd:sequence>   2711       </xsd:sequence>
2713       <xsd:attributeGroup ref="witsml:attgrp_uid">   2712       <xsd:attributeGroup ref="witsml:attgrp_uid">
2714          <xsd:annotation>   2713          <xsd:annotation>
2715             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>   2714             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
2716          </xsd:annotation>   2715          </xsd:annotation>
2717       </xsd:attributeGroup>   2716       </xsd:attributeGroup>
2718    </xsd:complexType>   2717    </xsd:complexType>
2719    <xsd:complexType name="cs_productionOperationInstallationReport">   2718    <xsd:complexType name="cs_productionOperationInstallationReport">
2720       <xsd:annotation>   2719       <xsd:annotation>
2721          <xsd:documentation>WITSML -Installation Report Component Schema</xsd:documentation>   2720          <xsd:documentation>WITSML -Installation Report Component Schema</xsd:documentation>
2722       </xsd:annotation>   2721       </xsd:annotation>
2723       <xsd:sequence>   2722       <xsd:sequence>
2724          <xsd:element name="installation" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">   2723          <xsd:element name="installation" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
2725             <xsd:annotation>   2724             <xsd:annotation>
2726                <xsd:documentation>The installation represented by this report.</xsd:documentation>   2725                <xsd:documentation>The installation represented by this report.</xsd:documentation>
2727             </xsd:annotation>   2726             </xsd:annotation>
2728          </xsd:element>   2727          </xsd:element>
2729          <xsd:element name="bedsAvailable" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">   2728          <xsd:element name="bedsAvailable" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
2730             <xsd:annotation>   2729             <xsd:annotation>
2731                <xsd:documentation>Total count of beds available on the installation.</xsd:documentation>   2730                <xsd:documentation>Total count of beds available on the installation.</xsd:documentation>
2732             </xsd:annotation>   2731             </xsd:annotation>
2733          </xsd:element>   2732          </xsd:element>
2734          <xsd:element name="crewCount" type="witsml:crewCount" minOccurs="0" maxOccurs="unbounded">   2733          <xsd:element name="crewCount" type="witsml:crewCount" minOccurs="0" maxOccurs="unbounded">
2735             <xsd:annotation>   2734             <xsd:annotation>
2736                <xsd:documentation>The count of personnel on a type of crew. One of the types is all personnel on board.</xsd:documentation>   2735                <xsd:documentation>The count of personnel on a type of crew. One of the types is all personnel on board.</xsd:documentation>
2737             </xsd:annotation>   2736             </xsd:annotation>
2738          </xsd:element>   2737          </xsd:element>
2739          <xsd:element name="work" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">   2738          <xsd:element name="work" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
2740             <xsd:annotation>   2739             <xsd:annotation>
2741                <xsd:documentation>The total cumulative amount of time worked during the reporting period. Commonly specified in units of hours. Note that a day unit translates to   2740                <xsd:documentation>The total cumulative amount of time worked during the reporting period. Commonly specified in units of hours. Note that a day unit translates to
2742                24 hours worked.</xsd:documentation>   2741                24 hours worked.</xsd:documentation>
2743             </xsd:annotation>   2742             </xsd:annotation>
2744          </xsd:element>   2743          </xsd:element>
2745          <xsd:element name="workMonthToDate" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">   2744          <xsd:element name="workMonthToDate" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
2746             <xsd:annotation>   2745             <xsd:annotation>
2747                <xsd:documentation>The total cumulative amount of time worked from the beginning of the month to the end of reporting period. Commonly specified in units of hours.   2746                <xsd:documentation>The total cumulative amount of time worked from the beginning of the month to the end of reporting period. Commonly specified in units of hours.
2748                Note that a day unit translates to 24 hours worked.</xsd:documentation>   2747                Note that a day unit translates to 24 hours worked.</xsd:documentation>
2749             </xsd:annotation>   2748             </xsd:annotation>
2750          </xsd:element>   2749          </xsd:element>
2751          <xsd:element name="workYearToDate" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">   2750          <xsd:element name="workYearToDate" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
2752             <xsd:annotation>   2751             <xsd:annotation>
2753                <xsd:documentation>The total cumulative amount of time worked from the beginning of the year to the end of reporting period. Commonly specified in units of hours.   2752                <xsd:documentation>The total cumulative amount of time worked from the beginning of the year to the end of reporting period. Commonly specified in units of hours.
2754                Note that a day unit translates to 24 hours worked.</xsd:documentation>   2753                Note that a day unit translates to 24 hours worked.</xsd:documentation>
2755             </xsd:annotation>   2754             </xsd:annotation>
2756          </xsd:element>   2755          </xsd:element>
2757          <xsd:element name="operationalHSE" type="witsml:cs_productionOperationHSE" minOccurs="0" maxOccurs="unbounded">   2756          <xsd:element name="operationalHSE" type="witsml:cs_productionOperationHSE" minOccurs="0" maxOccurs="unbounded">
2758             <xsd:annotation>   2757             <xsd:annotation>
2759                <xsd:documentation>Health, Safety and Environmenal information.</xsd:documentation>   2758                <xsd:documentation>Health, Safety and Environmenal information.</xsd:documentation>
2760             </xsd:annotation>   2759             </xsd:annotation>
2761          </xsd:element>   2760          </xsd:element>
2762          <xsd:element name="productionActivity" type="witsml:cs_productionOperationActivity" minOccurs="0" maxOccurs="1">   2761          <xsd:element name="productionActivity" type="witsml:cs_productionOperationActivity" minOccurs="0" maxOccurs="1">
2763             <xsd:annotation>   2762             <xsd:annotation>
2764                <xsd:documentation>Production activities.</xsd:documentation>   2763                <xsd:documentation>Production activities.</xsd:documentation>
2765             </xsd:annotation>   2764             </xsd:annotation>
2766          </xsd:element>   2765          </xsd:element>
2767       </xsd:sequence>   2766       </xsd:sequence>
2768       <xsd:attributeGroup ref="witsml:attgrp_uid">   2767       <xsd:attributeGroup ref="witsml:attgrp_uid">
2769          <xsd:annotation>   2768          <xsd:annotation>
2770             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>   2769             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
2771          </xsd:annotation>   2770          </xsd:annotation>
2772       </xsd:attributeGroup>   2771       </xsd:attributeGroup>
2773    </xsd:complexType>   2772    </xsd:complexType>
2774    <xsd:complexType name="cs_productionOperationLostProduction">   2773    <xsd:complexType name="cs_productionOperationLostProduction">
2775       <xsd:annotation>   2774       <xsd:annotation>
2776          <xsd:documentation>WITSML - Lost Production Component Schema.</xsd:documentation>   2775          <xsd:documentation>WITSML - Lost Production Component Schema.</xsd:documentation>
2777       </xsd:annotation>   2776       </xsd:annotation>
2778       <xsd:sequence>   2777       <xsd:sequence>
2779          <xsd:element name="volumeAndReason" type="witsml:lostVolumeAndReason" minOccurs="0" maxOccurs="unbounded">   2778          <xsd:element name="volumeAndReason" type="witsml:lostVolumeAndReason" minOccurs="0" maxOccurs="unbounded">
2780             <xsd:annotation>   2779             <xsd:annotation>
2781                <xsd:documentation>A estimated lost volume and the reason for the loss.</xsd:documentation>   2780                <xsd:documentation>A estimated lost volume and the reason for the loss.</xsd:documentation>
2782             </xsd:annotation>   2781             </xsd:annotation>
2783          </xsd:element>   2782          </xsd:element>
2784          <xsd:element name="thirdPartyProcessing" type="witsml:cs_productionOperationThirdPartyProcessing" minOccurs="0" maxOccurs="unbounded">   2783          <xsd:element name="thirdPartyProcessing" type="witsml:cs_productionOperationThirdPartyProcessing" minOccurs="0" maxOccurs="unbounded">
2785             <xsd:annotation>   2784             <xsd:annotation>
2786                <xsd:documentation>The estimated amount of oil and gas lost due to third party processing at an installation.</xsd:documentation>   2785                <xsd:documentation>The estimated amount of oil and gas lost due to third party processing at an installation.</xsd:documentation>
2787             </xsd:annotation>   2786             </xsd:annotation>
2788          </xsd:element>   2787          </xsd:element>
2789       </xsd:sequence>   2788       </xsd:sequence>
2790    </xsd:complexType>   2789    </xsd:complexType>
2791    <xsd:complexType name="cs_productionOperationMarineOperation">   2790    <xsd:complexType name="cs_productionOperationMarineOperation">
2792       <xsd:annotation>   2791       <xsd:annotation>
2793          <xsd:documentation>Infomation about a marine operation.</xsd:documentation>   2792          <xsd:documentation>Infomation about a marine operation.</xsd:documentation>
2794       </xsd:annotation>   2793       </xsd:annotation>
2795       <xsd:sequence>   2794       <xsd:sequence>
2796          <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   2795          <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
2797             <xsd:annotation>   2796             <xsd:annotation>
2798                <xsd:documentation>The beginning date and time that the information represents.</xsd:documentation>   2797                <xsd:documentation>The beginning date and time that the information represents.</xsd:documentation>
2799             </xsd:annotation>   2798             </xsd:annotation>
2800          </xsd:element>   2799          </xsd:element>
2801          <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   2800          <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
2802             <xsd:annotation>   2801             <xsd:annotation>
2803                <xsd:documentation>The ending date and time that the comment represents.</xsd:documentation>   2802                <xsd:documentation>The ending date and time that the comment represents.</xsd:documentation>
2804             </xsd:annotation>   2803             </xsd:annotation>
2805          </xsd:element>   2804          </xsd:element>
2806          <xsd:element name="generalComment" type="witsml:commentString" minOccurs="0" maxOccurs="1">   2805          <xsd:element name="generalComment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
2807             <xsd:annotation>   2806             <xsd:annotation>
2808                <xsd:documentation>A general comment on marine activity in the area</xsd:documentation>   2807                <xsd:documentation>A general comment on marine activity in the area</xsd:documentation>
2809             </xsd:annotation>   2808             </xsd:annotation>
2810          </xsd:element>   2809          </xsd:element>
2811          <xsd:element name="supplyShip" type="witsml:nameString" minOccurs="0" maxOccurs="1">   2810          <xsd:element name="supplyShip" type="witsml:nameString" minOccurs="0" maxOccurs="1">
2812             <xsd:annotation>   2811             <xsd:annotation>
2813                <xsd:documentation>Name of supply vessel for the installation.</xsd:documentation>   2812                <xsd:documentation>Name of supply vessel for the installation.</xsd:documentation>
2814             </xsd:annotation>   2813             </xsd:annotation>
2815          </xsd:element>   2814          </xsd:element>
2816          <xsd:element name="standbyVessel" type="witsml:nameString" minOccurs="0" maxOccurs="1">   2815          <xsd:element name="standbyVessel" type="witsml:nameString" minOccurs="0" maxOccurs="1">
2817             <xsd:annotation>   2816             <xsd:annotation>
2818                <xsd:documentation>Name of standby vessel for the installation.</xsd:documentation>   2817                <xsd:documentation>Name of standby vessel for the installation.</xsd:documentation>
2819             </xsd:annotation>   2818             </xsd:annotation>
2820          </xsd:element>   2819          </xsd:element>
2821          <xsd:element name="supplyShipComment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">   2820          <xsd:element name="supplyShipComment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
2822             <xsd:annotation>   2821             <xsd:annotation>
2823                <xsd:documentation>Comment regarding the supply ship.</xsd:documentation>   2822                <xsd:documentation>Comment regarding the supply ship.</xsd:documentation>
2824             </xsd:annotation>   2823             </xsd:annotation>
2825          </xsd:element>   2824          </xsd:element>
2826          <xsd:element name="standbyVesselComment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">   2825          <xsd:element name="standbyVesselComment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
2827             <xsd:annotation>   2826             <xsd:annotation>
2828                <xsd:documentation>Comment regarding the standby vessel.</xsd:documentation>   2827                <xsd:documentation>Comment regarding the standby vessel.</xsd:documentation>
2829             </xsd:annotation>   2828             </xsd:annotation>
2830          </xsd:element>   2829          </xsd:element>
2831          <xsd:element name="basketMovement" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">   2830          <xsd:element name="basketMovement" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
2832             <xsd:annotation>   2831             <xsd:annotation>
2833                <xsd:documentation>Report of any basket movement to and from the installation.</xsd:documentation>   2832                <xsd:documentation>Report of any basket movement to and from the installation.</xsd:documentation>
2834             </xsd:annotation>   2833             </xsd:annotation>
2835          </xsd:element>   2834          </xsd:element>
2836          <xsd:element name="activity" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">   2835          <xsd:element name="activity" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
2837             <xsd:annotation>   2836             <xsd:annotation>
2838                <xsd:documentation>A comment on a special event in the marine area.</xsd:documentation>   2837                <xsd:documentation>A comment on a special event in the marine area.</xsd:documentation>
2839             </xsd:annotation>   2838             </xsd:annotation>
2840          </xsd:element>   2839          </xsd:element>
2841       </xsd:sequence>   2840       </xsd:sequence>
2842       <xsd:attributeGroup ref="witsml:attgrp_uid">   2841       <xsd:attributeGroup ref="witsml:attgrp_uid">
2843          <xsd:annotation>   2842          <xsd:annotation>
2844             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>   2843             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
2845          </xsd:annotation>   2844          </xsd:annotation>
2846       </xsd:attributeGroup>   2845       </xsd:attributeGroup>
2847    </xsd:complexType>   2846    </xsd:complexType>
2848    <xsd:complexType name="cs_productionOperationOperationalComment">   2847    <xsd:complexType name="cs_productionOperationOperationalComment">
2849       <xsd:annotation>   2848       <xsd:annotation>
2850          <xsd:documentation>WITSML - Operational Comments Component Schema.</xsd:documentation>   2849          <xsd:documentation>WITSML - Operational Comments Component Schema.</xsd:documentation>
2851       </xsd:annotation>   2850       </xsd:annotation>
2852       <xsd:sequence>   2851       <xsd:sequence>
2853          <xsd:element name="type" type="witsml:OperationKind" minOccurs="0" maxOccurs="1">   2852          <xsd:element name="type" type="witsml:OperationKind" minOccurs="0" maxOccurs="1">
2854             <xsd:annotation>   2853             <xsd:annotation>
2855                <xsd:documentation>The kind of operation</xsd:documentation>   2854                <xsd:documentation>The kind of operation</xsd:documentation>
2856             </xsd:annotation>   2855             </xsd:annotation>
2857          </xsd:element>   2856          </xsd:element>
2858          <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   2857          <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
2859             <xsd:annotation>   2858             <xsd:annotation>
2860                <xsd:documentation>The beginning date and time that the comment represents.</xsd:documentation>   2859                <xsd:documentation>The beginning date and time that the comment represents.</xsd:documentation>
2861             </xsd:annotation>   2860             </xsd:annotation>
2862          </xsd:element>   2861          </xsd:element>
2863          <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   2862          <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
2864             <xsd:annotation>   2863             <xsd:annotation>
2865                <xsd:documentation>The ending date and time that the comment represents.</xsd:documentation>   2864                <xsd:documentation>The ending date and time that the comment represents.</xsd:documentation>
2866             </xsd:annotation>   2865             </xsd:annotation>
2867          </xsd:element>   2866          </xsd:element>
2868          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="unbounded">   2867          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="unbounded">
2869             <xsd:annotation>   2868             <xsd:annotation>
2870                <xsd:documentation>A comment about the operation and/or the activities within the operation.</xsd:documentation>   2869                <xsd:documentation>A comment about the operation and/or the activities within the operation.</xsd:documentation>
2871             </xsd:annotation>   2870             </xsd:annotation>
2872          </xsd:element>   2871          </xsd:element>
2873       </xsd:sequence>   2872       </xsd:sequence>
2874       <xsd:attributeGroup ref="witsml:attgrp_uid">   2873       <xsd:attributeGroup ref="witsml:attgrp_uid">
2875          <xsd:annotation>   2874          <xsd:annotation>
2876             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>   2875             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
2877          </xsd:annotation>   2876          </xsd:annotation>
2878       </xsd:attributeGroup>   2877       </xsd:attributeGroup>
2879    </xsd:complexType>   2878    </xsd:complexType>
2880    <xsd:complexType name="cs_productionOperationSafety">   2879    <xsd:complexType name="cs_productionOperationSafety">
2881       <xsd:annotation>   2880       <xsd:annotation>
2882          <xsd:documentation>WITSML - Safety Component Schema.</xsd:documentation>   2881          <xsd:documentation>WITSML - Safety Component Schema.</xsd:documentation>
2883       </xsd:annotation>   2882       </xsd:annotation>
2884       <xsd:sequence>   2883       <xsd:sequence>
2885          <xsd:element name="meantimeIncident" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">   2884          <xsd:element name="meantimeIncident" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
2886             <xsd:annotation>   2885             <xsd:annotation>
2887                <xsd:documentation>The mean time between safety incidents.</xsd:documentation>   2886                <xsd:documentation>The mean time between safety incidents.</xsd:documentation>
2888             </xsd:annotation>   2887             </xsd:annotation>
2889          </xsd:element>   2888          </xsd:element>
2890          <xsd:element name="safetyCount" type="witsml:safetyCount" minOccurs="0" maxOccurs="unbounded">   2889          <xsd:element name="safetyCount" type="witsml:safetyCount" minOccurs="0" maxOccurs="unbounded">
2891             <xsd:annotation>   2890             <xsd:annotation>
2892                <xsd:documentation>The count of a type of safety issue.</xsd:documentation>   2891                <xsd:documentation>The count of a type of safety issue.</xsd:documentation>
2893             </xsd:annotation>   2892             </xsd:annotation>
2894          </xsd:element>   2893          </xsd:element>
2895          <xsd:element name="comment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">   2894          <xsd:element name="comment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
2896             <xsd:annotation>   2895             <xsd:annotation>
2897                <xsd:documentation>Safety related comment.</xsd:documentation>   2896                <xsd:documentation>Safety related comment.</xsd:documentation>
2898             </xsd:annotation>   2897             </xsd:annotation>
2899          </xsd:element>   2898          </xsd:element>
2900       </xsd:sequence>   2899       </xsd:sequence>
2901       <xsd:attributeGroup ref="witsml:attgrp_uid">   2900       <xsd:attributeGroup ref="witsml:attgrp_uid">
2902          <xsd:annotation>   2901          <xsd:annotation>
2903             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>   2902             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
2904          </xsd:annotation>   2903          </xsd:annotation>
2905       </xsd:attributeGroup>   2904       </xsd:attributeGroup>
2906    </xsd:complexType>   2905    </xsd:complexType>
2907    <xsd:complexType name="cs_productionOperationShutdown">   2906    <xsd:complexType name="cs_productionOperationShutdown">
2908       <xsd:annotation>   2907       <xsd:annotation>
2909          <xsd:documentation>Infomation about a shutdown event.</xsd:documentation>   2908          <xsd:documentation>Infomation about a shutdown event.</xsd:documentation>
2910       </xsd:annotation>   2909       </xsd:annotation>
2911       <xsd:sequence>   2910       <xsd:sequence>
2912          <xsd:element name="installation" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">   2911          <xsd:element name="installation" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
2913             <xsd:annotation>   2912             <xsd:annotation>
2914                <xsd:documentation>The name of the installation which was shut down. The name can be qualified by a naming system. This also defines the kind of   2913                <xsd:documentation>The name of the installation which was shut down. The name can be qualified by a naming system. This also defines the kind of
2915                facility.</xsd:documentation>   2914                facility.</xsd:documentation>
2916             </xsd:annotation>   2915             </xsd:annotation>
2917          </xsd:element>   2916          </xsd:element>
2918          <xsd:element name="description" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">   2917          <xsd:element name="description" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">
2919             <xsd:annotation>   2918             <xsd:annotation>
2920                <xsd:documentation>A general description of the shutdown with reason and other relevant information.</xsd:documentation>   2919                <xsd:documentation>A general description of the shutdown with reason and other relevant information.</xsd:documentation>
2921             </xsd:annotation>   2920             </xsd:annotation>
2922          </xsd:element>   2921          </xsd:element>
2923          <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   2922          <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
2924             <xsd:annotation>   2923             <xsd:annotation>
2925                <xsd:documentation>The time the shutdown started.</xsd:documentation>   2924                <xsd:documentation>The time the shutdown started.</xsd:documentation>
2926             </xsd:annotation>   2925             </xsd:annotation>
2927          </xsd:element>   2926          </xsd:element>
2928          <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   2927          <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
2929             <xsd:annotation>   2928             <xsd:annotation>
2930                <xsd:documentation>The time the shutdown ended.</xsd:documentation>   2929                <xsd:documentation>The time the shutdown ended.</xsd:documentation>
2931             </xsd:annotation>   2930             </xsd:annotation>
2932          </xsd:element>   2931          </xsd:element>
2933          <xsd:element name="volumetricDownTime" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">   2932          <xsd:element name="volumetricDownTime" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
2934             <xsd:annotation>   2933             <xsd:annotation>
2935                <xsd:documentation>Downtime when the installation is unable to produce 100% of its capability.</xsd:documentation>   2934                <xsd:documentation>Downtime when the installation is unable to produce 100% of its capability.</xsd:documentation>
2936             </xsd:annotation>   2935             </xsd:annotation>
2937          </xsd:element>   2936          </xsd:element>
2938          <xsd:element name="lossOilStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">   2937          <xsd:element name="lossOilStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
2939             <xsd:annotation>   2938             <xsd:annotation>
2940                <xsd:documentation>Estimated loss of oil deliveries because of the shutdown. This volume has been corrected to standard conditions of temperature and   2939                <xsd:documentation>Estimated loss of oil deliveries because of the shutdown. This volume has been corrected to standard conditions of temperature and
2941                pressure.</xsd:documentation>   2940                pressure.</xsd:documentation>
2942             </xsd:annotation>   2941             </xsd:annotation>
2943          </xsd:element>   2942          </xsd:element>
2944          <xsd:element name="lossGasStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">   2943          <xsd:element name="lossGasStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
2945             <xsd:annotation>   2944             <xsd:annotation>
2946                <xsd:documentation>Estimated loss of gas deliveries because of the shutdown. This volume has been corrected to standard conditions of temperature and   2945                <xsd:documentation>Estimated loss of gas deliveries because of the shutdown. This volume has been corrected to standard conditions of temperature and
2947                pressure.</xsd:documentation>   2946                pressure.</xsd:documentation>
2948             </xsd:annotation>   2947             </xsd:annotation>
2949          </xsd:element>   2948          </xsd:element>
2950          <xsd:element name="activity" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">   2949          <xsd:element name="activity" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
2951             <xsd:annotation>   2950             <xsd:annotation>
2952                <xsd:documentation>A description of main activities from time to time during the shutdown period.</xsd:documentation>   2951                <xsd:documentation>A description of main activities from time to time during the shutdown period.</xsd:documentation>
2953             </xsd:annotation>   2952             </xsd:annotation>
2954          </xsd:element>   2953          </xsd:element>
2955       </xsd:sequence>   2954       </xsd:sequence>
2956       <xsd:attributeGroup ref="witsml:attgrp_uid">   2955       <xsd:attributeGroup ref="witsml:attgrp_uid">
2957          <xsd:annotation>   2956          <xsd:annotation>
2958             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>   2957             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
2959          </xsd:annotation>   2958          </xsd:annotation>
2960       </xsd:attributeGroup>   2959       </xsd:attributeGroup>
2961    </xsd:complexType>   2960    </xsd:complexType>
2962    <xsd:complexType name="cs_productionOperationThirdPartyProcessing">   2961    <xsd:complexType name="cs_productionOperationThirdPartyProcessing">
2963       <xsd:annotation>   2962       <xsd:annotation>
2964          <xsd:documentation>Production losses due to Third Party Processing.</xsd:documentation>   2963          <xsd:documentation>Production losses due to Third Party Processing.</xsd:documentation>
2965       </xsd:annotation>   2964       </xsd:annotation>
2966       <xsd:sequence>   2965       <xsd:sequence>
2967          <xsd:element name="installation" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">   2966          <xsd:element name="installation" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
2968             <xsd:annotation>   2967             <xsd:annotation>
2969                <xsd:documentation>The name of the installation which performed the processing. The name can be qualified by a naming system. This also defines the kind of   2968                <xsd:documentation>The name of the installation which performed the processing. The name can be qualified by a naming system. This also defines the kind of
2970                facility.</xsd:documentation>   2969                facility.</xsd:documentation>
2971             </xsd:annotation>   2970             </xsd:annotation>
2972          </xsd:element>   2971          </xsd:element>
2973          <xsd:element name="oilStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">   2972          <xsd:element name="oilStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
2974             <xsd:annotation>   2973             <xsd:annotation>
2975                <xsd:documentation>The estimated amount of oil lost. This volume has been corrected to standard conditions of temperature and pressure</xsd:documentation>   2974                <xsd:documentation>The estimated amount of oil lost. This volume has been corrected to standard conditions of temperature and pressure</xsd:documentation>
2976             </xsd:annotation>   2975             </xsd:annotation>
2977          </xsd:element>   2976          </xsd:element>
2978          <xsd:element name="gasStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">   2977          <xsd:element name="gasStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
2979             <xsd:annotation>   2978             <xsd:annotation>
2980                <xsd:documentation>The estimated amount of gas lost. This volume has been corrected to standard conditions of temperature and pressure</xsd:documentation>   2979                <xsd:documentation>The estimated amount of gas lost. This volume has been corrected to standard conditions of temperature and pressure</xsd:documentation>
2981             </xsd:annotation>   2980             </xsd:annotation>
2982          </xsd:element>   2981          </xsd:element>
2983       </xsd:sequence>   2982       </xsd:sequence>
2984       <xsd:attributeGroup ref="witsml:attgrp_uid">   2983       <xsd:attributeGroup ref="witsml:attgrp_uid">
2985          <xsd:annotation>   2984          <xsd:annotation>
2986             <xsd:documentation>The unique identifier of the event.</xsd:documentation>   2985             <xsd:documentation>The unique identifier of the event.</xsd:documentation>
2987          </xsd:annotation>   2986          </xsd:annotation>
2988       </xsd:attributeGroup>   2987       </xsd:attributeGroup>
2989    </xsd:complexType>   2988    </xsd:complexType>
2990    <xsd:complexType name="cs_productionOperationWaterCleaningQuality">   2989    <xsd:complexType name="cs_productionOperationWaterCleaningQuality">
2991       <xsd:annotation>   2990       <xsd:annotation>
2992          <xsd:documentation>Information about the contaminants in water, and the general water quality. The values are measured from a sample, which is described below. Values   2991          <xsd:documentation>Information about the contaminants in water, and the general water quality. The values are measured from a sample, which is described below. Values
2993          measured from other samples should be given in different instances of the type.</xsd:documentation>   2992          measured from other samples should be given in different instances of the type.</xsd:documentation>
2994       </xsd:annotation>   2993       </xsd:annotation>
2995       <xsd:sequence>   2994       <xsd:sequence>
2996          <xsd:element name="samplePoint" type="witsml:nameString" minOccurs="0" maxOccurs="1">   2995          <xsd:element name="samplePoint" type="witsml:nameString" minOccurs="0" maxOccurs="1">
2997             <xsd:annotation>   2996             <xsd:annotation>
2998                <xsd:documentation>An identifier of the point from which the sample was taken. This is an uncontrolled string value, which should be as descriptive as   2997                <xsd:documentation>An identifier of the point from which the sample was taken. This is an uncontrolled string value, which should be as descriptive as
2999                possible.</xsd:documentation>   2998                possible.</xsd:documentation>
3000             </xsd:annotation>   2999             </xsd:annotation>
3001          </xsd:element>   3000          </xsd:element>
3002          <xsd:element name="oilInWaterProduced" type="witsml:massConcentrationMeasure" minOccurs="0" maxOccurs="1">   3001          <xsd:element name="oilInWaterProduced" type="witsml:massConcentrationMeasure" minOccurs="0" maxOccurs="1">
3003             <xsd:annotation>   3002             <xsd:annotation>
3004                <xsd:documentation>Total measured oil in the water after the water cleaning process, but before it is discharged from the installation.</xsd:documentation>   3003                <xsd:documentation>Total measured oil in the water after the water cleaning process, but before it is discharged from the installation.</xsd:documentation>
3005             </xsd:annotation>   3004             </xsd:annotation>
3006          </xsd:element>   3005          </xsd:element>
3007          <xsd:element name="amountOfOil" type="witsml:massMeasure" minOccurs="0" maxOccurs="1">   3006          <xsd:element name="amountOfOil" type="witsml:massMeasure" minOccurs="0" maxOccurs="1">
3008             <xsd:annotation>   3007             <xsd:annotation>
3009                <xsd:documentation>Total measured oil in the water after the water cleaning process, but before it is discharged from the installation</xsd:documentation>   3008                <xsd:documentation>Total measured oil in the water after the water cleaning process, but before it is discharged from the installation</xsd:documentation>
3010             </xsd:annotation>   3009             </xsd:annotation>
3011          </xsd:element>   3010          </xsd:element>
3012          <xsd:element name="ammonium" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">   3011          <xsd:element name="ammonium" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
3013             <xsd:annotation>   3012             <xsd:annotation>
3014                <xsd:documentation>The amount of ammonium found in the water sample.</xsd:documentation>   3013                <xsd:documentation>The amount of ammonium found in the water sample.</xsd:documentation>
3015             </xsd:annotation>   3014             </xsd:annotation>
3016          </xsd:element>   3015          </xsd:element>
3017          <xsd:element name="totalOrganicCarbon" type="witsml:massConcentrationMeasure" minOccurs="0" maxOccurs="1">   3016          <xsd:element name="totalOrganicCarbon" type="witsml:massConcentrationMeasure" minOccurs="0" maxOccurs="1">
3018             <xsd:annotation>   3017             <xsd:annotation>
3019                <xsd:documentation>The amount of total organic carbon found in the water. The water is under high temperature and the carbon left is measured</xsd:documentation>   3018                <xsd:documentation>The amount of total organic carbon found in the water. The water is under high temperature and the carbon left is measured</xsd:documentation>
3020             </xsd:annotation>   3019             </xsd:annotation>
3021          </xsd:element>   3020          </xsd:element>
3022          <xsd:element name="phenol" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">   3021          <xsd:element name="phenol" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
3023             <xsd:annotation>   3022             <xsd:annotation>
3024                <xsd:documentation>The amount of Fenol found in the water sample.</xsd:documentation>   3023                <xsd:documentation>The amount of Fenol found in the water sample.</xsd:documentation>
3025             </xsd:annotation>   3024             </xsd:annotation>
3026          </xsd:element>   3025          </xsd:element>
3027          <xsd:element name="glycol" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">   3026          <xsd:element name="glycol" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
3028             <xsd:annotation>   3027             <xsd:annotation>
3029                <xsd:documentation>The amount of Glycol found in the water sample.</xsd:documentation>   3028                <xsd:documentation>The amount of Glycol found in the water sample.</xsd:documentation>
3030             </xsd:annotation>   3029             </xsd:annotation>
3031          </xsd:element>   3030          </xsd:element>
3032          <xsd:element name="phValue" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">   3031          <xsd:element name="phValue" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">
3033             <xsd:annotation>   3032             <xsd:annotation>
3034                <xsd:documentation>The pH value of the treated water. The pH value is best given as a value, with no unit of measure, since there are no variations from the   3033                <xsd:documentation>The pH value of the treated water. The pH value is best given as a value, with no unit of measure, since there are no variations from the
3035                pH.</xsd:documentation>   3034                pH.</xsd:documentation>
3036             </xsd:annotation>   3035             </xsd:annotation>
3037          </xsd:element>   3036          </xsd:element>
3038          <xsd:element name="waterTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">   3037          <xsd:element name="waterTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
3039             <xsd:annotation>   3038             <xsd:annotation>
3040                <xsd:documentation>The temperature of the water before it is discharged.</xsd:documentation>   3039                <xsd:documentation>The temperature of the water before it is discharged.</xsd:documentation>
3041             </xsd:annotation>   3040             </xsd:annotation>
3042          </xsd:element>   3041          </xsd:element>
3043          <xsd:element name="residualChloride" type="witsml:massConcentrationMeasure" minOccurs="0" maxOccurs="1">   3042          <xsd:element name="residualChloride" type="witsml:massConcentrationMeasure" minOccurs="0" maxOccurs="1">
3044             <xsd:annotation>   3043             <xsd:annotation>
3045                <xsd:documentation>Total measured residual clorines in the water after the water cleaning process, but before it is discharged from the   3044                <xsd:documentation>Total measured residual clorines in the water after the water cleaning process, but before it is discharged from the
3046                installation.</xsd:documentation>   3045                installation.</xsd:documentation>
3047             </xsd:annotation>   3046             </xsd:annotation>
3048          </xsd:element>   3047          </xsd:element>
3049          <xsd:element name="oxygen" type="witsml:massConcentrationMeasure" minOccurs="0" maxOccurs="1">   3048          <xsd:element name="oxygen" type="witsml:massConcentrationMeasure" minOccurs="0" maxOccurs="1">
3050             <xsd:annotation>   3049             <xsd:annotation>
3051                <xsd:documentation>Total measured Oxygen in the water after the water cleaning process, but before it is discharged from the installation.</xsd:documentation>   3050                <xsd:documentation>Total measured Oxygen in the water after the water cleaning process, but before it is discharged from the installation.</xsd:documentation>
3052             </xsd:annotation>   3051             </xsd:annotation>
3053          </xsd:element>   3052          </xsd:element>
3054          <xsd:element name="turbidity" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">   3053          <xsd:element name="turbidity" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">
3055             <xsd:annotation>   3054             <xsd:annotation>
3056                <xsd:documentation>A measure of the cloudiness of water caused by suspended particles.</xsd:documentation>   3055                <xsd:documentation>A measure of the cloudiness of water caused by suspended particles.</xsd:documentation>
3057             </xsd:annotation>   3056             </xsd:annotation>
3058          </xsd:element>   3057          </xsd:element>
3059          <xsd:element name="coulterCounter" type="witsml:massConcentrationMeasure" minOccurs="0" maxOccurs="1">   3058          <xsd:element name="coulterCounter" type="witsml:massConcentrationMeasure" minOccurs="0" maxOccurs="1">
3060             <xsd:annotation>   3059             <xsd:annotation>
3061                <xsd:documentation>A measure of the number of particles in water as measured by a coulter counter.</xsd:documentation>   3060                <xsd:documentation>A measure of the number of particles in water as measured by a coulter counter.</xsd:documentation>
3062             </xsd:annotation>   3061             </xsd:annotation>
3063          </xsd:element>   3062          </xsd:element>
3064          <xsd:element name="comment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">   3063          <xsd:element name="comment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
3065             <xsd:annotation>   3064             <xsd:annotation>
3066                <xsd:documentation>Any comment that may be useful in describing the water quality. There can be multiple comments.</xsd:documentation>   3065                <xsd:documentation>Any comment that may be useful in describing the water quality. There can be multiple comments.</xsd:documentation>
3067             </xsd:annotation>   3066             </xsd:annotation>
3068          </xsd:element>   3067          </xsd:element>
3069       </xsd:sequence>   3068       </xsd:sequence>
3070       <xsd:attributeGroup ref="witsml:attgrp_uid">   3069       <xsd:attributeGroup ref="witsml:attgrp_uid">
3071          <xsd:annotation>   3070          <xsd:annotation>
3072             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>   3071             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
3073          </xsd:annotation>   3072          </xsd:annotation>
3074       </xsd:attributeGroup>   3073       </xsd:attributeGroup>
3075    </xsd:complexType>   3074    </xsd:complexType>
3076    <xsd:complexType name="cs_productionOperationWeather">   3075    <xsd:complexType name="cs_productionOperationWeather">
3077       <xsd:annotation>   3076       <xsd:annotation>
3078          <xsd:documentation>WITSML - Operations Weather Component Schema</xsd:documentation>   3077          <xsd:documentation>WITSML - Operations Weather Component Schema</xsd:documentation>
3079       </xsd:annotation>   3078       </xsd:annotation>
3080       <xsd:sequence>   3079       <xsd:sequence>
3081          <xsd:element name="dTim" type="witsml:timestamp" minOccurs="1" maxOccurs="1">   3080          <xsd:element name="dTim" type="witsml:timestamp" minOccurs="1" maxOccurs="1">
3082             <xsd:annotation>   3081             <xsd:annotation>
3083                <xsd:documentation>Date and time the information is related to.</xsd:documentation>   3082                <xsd:documentation>Date and time the information is related to.</xsd:documentation>
3084             </xsd:annotation>   3083             </xsd:annotation>
3085          </xsd:element>   3084          </xsd:element>
3086          <xsd:element name="agency" type="witsml:str32" minOccurs="0" maxOccurs="1">   3085          <xsd:element name="agency" type="witsml:str32" minOccurs="0" maxOccurs="1">
3087             <xsd:annotation>   3086             <xsd:annotation>
3088                <xsd:documentation>Name of company that supplied the data.</xsd:documentation>   3087                <xsd:documentation>Name of company that supplied the data.</xsd:documentation>
3089             </xsd:annotation>   3088             </xsd:annotation>
3090          </xsd:element>   3089          </xsd:element>
3091          <xsd:element name="barometricPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   3090          <xsd:element name="barometricPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
3092             <xsd:annotation>   3091             <xsd:annotation>
3093                <xsd:documentation>Atmospheric pressure.</xsd:documentation>   3092                <xsd:documentation>Atmospheric pressure.</xsd:documentation>
3094             </xsd:annotation>   3093             </xsd:annotation>
3095          </xsd:element>   3094          </xsd:element>
3096          <xsd:element name="beaufortScaleNumber" type="witsml:beaufortScaleIntegerCode" minOccurs="0" maxOccurs="1">   3095          <xsd:element name="beaufortScaleNumber" type="witsml:beaufortScaleIntegerCode" minOccurs="0" maxOccurs="1">
3097             <xsd:annotation>   3096             <xsd:annotation>
3098                <xsd:documentation>The Beaufort wind scale is a system used to estimate and report wind speeds when no measuring apparatus is available. It was invented in the   3097                <xsd:documentation>The Beaufort wind scale is a system used to estimate and report wind speeds when no measuring apparatus is available. It was invented in the
3099                early 19th Century by Admiral Sir Francis Beaufort of the British Navy as a way to interpret winds from conditions.</xsd:documentation>   3098                early 19th Century by Admiral Sir Francis Beaufort of the British Navy as a way to interpret winds from conditions.</xsd:documentation>
3100             </xsd:annotation>   3099             </xsd:annotation>
3101          </xsd:element>   3100          </xsd:element>
3102          <xsd:element name="tempSurface" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">   3101          <xsd:element name="tempSurface" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
3103             <xsd:annotation>   3102             <xsd:annotation>
3104                <xsd:documentation>Average temperature above ground for the period. Temperature of the atmosphere.</xsd:documentation>   3103                <xsd:documentation>Average temperature above ground for the period. Temperature of the atmosphere.</xsd:documentation>
3105             </xsd:annotation>   3104             </xsd:annotation>
3106          </xsd:element>   3105          </xsd:element>
3107          <xsd:element name="tempSurfaceMn" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">   3106          <xsd:element name="tempSurfaceMn" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
3108             <xsd:annotation>   3107             <xsd:annotation>
3109                <xsd:documentation>Minimum temperature above ground. Temperature of the atmosphere.</xsd:documentation>   3108                <xsd:documentation>Minimum temperature above ground. Temperature of the atmosphere.</xsd:documentation>
3110             </xsd:annotation>   3109             </xsd:annotation>
3111          </xsd:element>   3110          </xsd:element>
3112          <xsd:element name="tempSurfaceMx" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">   3111          <xsd:element name="tempSurfaceMx" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
3113             <xsd:annotation>   3112             <xsd:annotation>
3114                <xsd:documentation>Maximum temperature above ground.</xsd:documentation>   3113                <xsd:documentation>Maximum temperature above ground.</xsd:documentation>
3115             </xsd:annotation>   3114             </xsd:annotation>
3116          </xsd:element>   3115          </xsd:element>
3117          <xsd:element name="tempWindChill" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">   3116          <xsd:element name="tempWindChill" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
3118             <xsd:annotation>   3117             <xsd:annotation>
3119                <xsd:documentation>A measure of the combined chilling effect of wind and low temperature on living things, also named chill factor, e.g., according to US weather   3118                <xsd:documentation>A measure of the combined chilling effect of wind and low temperature on living things, also named chill factor, e.g., according to US weather
3120                service table, an air temperature of 30 degF with a 10 mi/h corresponds to a windchill of 22 degF.</xsd:documentation>   3119                service table, an air temperature of 30 degF with a 10 mi/h corresponds to a windchill of 22 degF.</xsd:documentation>
3121             </xsd:annotation>   3120             </xsd:annotation>
3122          </xsd:element>   3121          </xsd:element>
3123          <xsd:element name="tempsea" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">   3122          <xsd:element name="tempsea" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
3124             <xsd:annotation>   3123             <xsd:annotation>
3125                <xsd:documentation>Sea temperature.</xsd:documentation>   3124                <xsd:documentation>Sea temperature.</xsd:documentation>
3126             </xsd:annotation>   3125             </xsd:annotation>
3127          </xsd:element>   3126          </xsd:element>
3128          <xsd:element name="visibility" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">   3127          <xsd:element name="visibility" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
3129             <xsd:annotation>   3128             <xsd:annotation>
3130                <xsd:documentation>Horizontal visibility.</xsd:documentation>   3129                <xsd:documentation>Horizontal visibility.</xsd:documentation>
3131             </xsd:annotation>   3130             </xsd:annotation>
3132          </xsd:element>   3131          </xsd:element>
3133          <xsd:element name="aziWave" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">   3132          <xsd:element name="aziWave" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
3134             <xsd:annotation>   3133             <xsd:annotation>
3135                <xsd:documentation>The direction from which the waves are coming, measured from true north.</xsd:documentation>   3134                <xsd:documentation>The direction from which the waves are coming, measured from true north.</xsd:documentation>
3136             </xsd:annotation>   3135             </xsd:annotation>
3137          </xsd:element>   3136          </xsd:element>
3138          <xsd:element name="htWave" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">   3137          <xsd:element name="htWave" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
3139             <xsd:annotation>   3138             <xsd:annotation>
3140                <xsd:documentation>Average height of the waves.</xsd:documentation>   3139                <xsd:documentation>Average height of the waves.</xsd:documentation>
3141             </xsd:annotation>   3140             </xsd:annotation>
3142          </xsd:element>   3141          </xsd:element>
3143          <xsd:element name="significantWave" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">   3142          <xsd:element name="significantWave" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
3144             <xsd:annotation>   3143             <xsd:annotation>
3145                <xsd:documentation>An average of the higher 1/3 of the wave heights passing during a sample period (typically 20 to 30 minutes).</xsd:documentation>   3144                <xsd:documentation>An average of the higher 1/3 of the wave heights passing during a sample period (typically 20 to 30 minutes).</xsd:documentation>
3146             </xsd:annotation>   3145             </xsd:annotation>
3147          </xsd:element>   3146          </xsd:element>
3148          <xsd:element name="maxWave" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">   3147          <xsd:element name="maxWave" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
3149             <xsd:annotation>   3148             <xsd:annotation>
3150                <xsd:documentation>The maximum wave height.</xsd:documentation>   3149                <xsd:documentation>The maximum wave height.</xsd:documentation>
3151             </xsd:annotation>   3150             </xsd:annotation>
3152          </xsd:element>   3151          </xsd:element>
3153          <xsd:element name="periodWave" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">   3152          <xsd:element name="periodWave" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
3154             <xsd:annotation>   3153             <xsd:annotation>
3155                <xsd:documentation>The elapsed time between the passing of two wave tops.</xsd:documentation>   3154                <xsd:documentation>The elapsed time between the passing of two wave tops.</xsd:documentation>
3156             </xsd:annotation>   3155             </xsd:annotation>
3157          </xsd:element>   3156          </xsd:element>
3158          <xsd:element name="aziWind" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">   3157          <xsd:element name="aziWind" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
3159             <xsd:annotation>   3158             <xsd:annotation>
3160                <xsd:documentation>The direction from which the wind is blowing, measured from true north.</xsd:documentation>   3159                <xsd:documentation>The direction from which the wind is blowing, measured from true north.</xsd:documentation>
3161             </xsd:annotation>   3160             </xsd:annotation>
3162          </xsd:element>   3161          </xsd:element>
3163          <xsd:element name="velWind" type="witsml:velocityMeasure" minOccurs="0" maxOccurs="1">   3162          <xsd:element name="velWind" type="witsml:velocityMeasure" minOccurs="0" maxOccurs="1">
3164             <xsd:annotation>   3163             <xsd:annotation>
3165                <xsd:documentation>Wind speed.</xsd:documentation>   3164                <xsd:documentation>Wind speed.</xsd:documentation>
3166             </xsd:annotation>   3165             </xsd:annotation>
3167          </xsd:element>   3166          </xsd:element>
3168          <xsd:element name="typePrecip" type="witsml:str32" minOccurs="0" maxOccurs="1">   3167          <xsd:element name="typePrecip" type="witsml:str32" minOccurs="0" maxOccurs="1">
3169             <xsd:annotation>   3168             <xsd:annotation>
3170                <xsd:documentation>Type of precipitation.</xsd:documentation>   3169                <xsd:documentation>Type of precipitation.</xsd:documentation>
3171             </xsd:annotation>   3170             </xsd:annotation>
3172          </xsd:element>   3171          </xsd:element>
3173          <xsd:element name="amtPrecip" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">   3172          <xsd:element name="amtPrecip" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
3174             <xsd:annotation>   3173             <xsd:annotation>
3175                <xsd:documentation>Amount of precipitation.</xsd:documentation>   3174                <xsd:documentation>Amount of precipitation.</xsd:documentation>
3176             </xsd:annotation>   3175             </xsd:annotation>
3177          </xsd:element>   3176          </xsd:element>
3178          <xsd:element name="coverCloud" type="witsml:str32" minOccurs="0" maxOccurs="1">   3177          <xsd:element name="coverCloud" type="witsml:str32" minOccurs="0" maxOccurs="1">
3179             <xsd:annotation>   3178             <xsd:annotation>
3180                <xsd:documentation>Description of cloud cover.</xsd:documentation>   3179                <xsd:documentation>Description of cloud cover.</xsd:documentation>
3181             </xsd:annotation>   3180             </xsd:annotation>
3182          </xsd:element>   3181          </xsd:element>
3183          <xsd:element name="ceilingCloud" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">   3182          <xsd:element name="ceilingCloud" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
3184             <xsd:annotation>   3183             <xsd:annotation>
3185                <xsd:documentation>Height of cloud cover.</xsd:documentation>   3184                <xsd:documentation>Height of cloud cover.</xsd:documentation>
3186             </xsd:annotation>   3185             </xsd:annotation>
3187          </xsd:element>   3186          </xsd:element>
3188          <xsd:element name="currentSea" type="witsml:velocityMeasure" minOccurs="0" maxOccurs="1">   3187          <xsd:element name="currentSea" type="witsml:velocityMeasure" minOccurs="0" maxOccurs="1">
3189             <xsd:annotation>   3188             <xsd:annotation>
3190                <xsd:documentation>Current speed.</xsd:documentation>   3189                <xsd:documentation>Current speed.</xsd:documentation>
3191             </xsd:annotation>   3190             </xsd:annotation>
3192          </xsd:element>   3191          </xsd:element>
3193          <xsd:element name="aziCurrentSea" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">   3192          <xsd:element name="aziCurrentSea" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
3194             <xsd:annotation>   3193             <xsd:annotation>
3195                <xsd:documentation>Azimuth of current.</xsd:documentation>   3194                <xsd:documentation>Azimuth of current.</xsd:documentation>
3196             </xsd:annotation>   3195             </xsd:annotation>
3197          </xsd:element>   3196          </xsd:element>
3198          <xsd:element name="comments" type="witsml:commentString" minOccurs="0" maxOccurs="1">   3197          <xsd:element name="comments" type="witsml:commentString" minOccurs="0" maxOccurs="1">
3199             <xsd:annotation>   3198             <xsd:annotation>
3200                <xsd:documentation>Comments and remarks.</xsd:documentation>   3199                <xsd:documentation>Comments and remarks.</xsd:documentation>
3201             </xsd:annotation>   3200             </xsd:annotation>
3202          </xsd:element>   3201          </xsd:element>
3203       </xsd:sequence>   3202       </xsd:sequence>
3204       <xsd:attributeGroup ref="witsml:attgrp_uid">   3203       <xsd:attributeGroup ref="witsml:attgrp_uid">
3205          <xsd:annotation>   3204          <xsd:annotation>
3206             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>   3205             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
3207          </xsd:annotation>   3206          </xsd:annotation>
3208       </xsd:attributeGroup>   3207       </xsd:attributeGroup>
3209    </xsd:complexType>   3208    </xsd:complexType>
3210    <xsd:complexType name="cs_productVolumeAlert">   3209    <xsd:complexType name="cs_productVolumeAlert">
3211       <xsd:annotation>   3210       <xsd:annotation>
3212          <xsd:documentation>WITSML - Alert Component Schema.</xsd:documentation>   3211          <xsd:documentation>WITSML - Alert Component Schema.</xsd:documentation>
3213       </xsd:annotation>   3212       </xsd:annotation>
3214       <xsd:sequence>   3213       <xsd:sequence>
3215          <xsd:element name="target" type="witsml:commentString" minOccurs="0" maxOccurs="1">   3214          <xsd:element name="target" type="witsml:commentString" minOccurs="0" maxOccurs="1">
3216             <xsd:annotation>   3215             <xsd:annotation>
3217                <xsd:documentation>An XPATH to the target value within the message containing this XPATH value.</xsd:documentation>   3216                <xsd:documentation>An XPATH to the target value within the message containing this XPATH value.</xsd:documentation>
3218             </xsd:annotation>   3217             </xsd:annotation>
3219          </xsd:element>   3218          </xsd:element>
3220          <xsd:element name="level" type="witsml:kindString" minOccurs="0" maxOccurs="1">   3219          <xsd:element name="level" type="witsml:kindString" minOccurs="0" maxOccurs="1">
3221             <xsd:annotation>   3220             <xsd:annotation>
3222                <xsd:documentation>The level of the alert.</xsd:documentation>   3221                <xsd:documentation>The level of the alert.</xsd:documentation>
3223             </xsd:annotation>   3222             </xsd:annotation>
3224          </xsd:element>   3223          </xsd:element>
3225          <xsd:element name="type" type="witsml:kindString" minOccurs="0" maxOccurs="1">   3224          <xsd:element name="type" type="witsml:kindString" minOccurs="0" maxOccurs="1">
3226             <xsd:annotation>   3225             <xsd:annotation>
3227                <xsd:documentation>The type of alert. For example "off specification".</xsd:documentation>   3226                <xsd:documentation>The type of alert. For example "off specification".</xsd:documentation>
3228             </xsd:annotation>   3227             </xsd:annotation>
3229          </xsd:element>   3228          </xsd:element>
3230          <xsd:element name="description" type="witsml:commentString" minOccurs="0" maxOccurs="1">   3229          <xsd:element name="description" type="witsml:commentString" minOccurs="0" maxOccurs="1">
3231             <xsd:annotation>   3230             <xsd:annotation>
3232                <xsd:documentation>A textual decription of the alert.</xsd:documentation>   3231                <xsd:documentation>A textual decription of the alert.</xsd:documentation>
3233             </xsd:annotation>   3232             </xsd:annotation>
3234          </xsd:element>   3233          </xsd:element>
3235       </xsd:sequence>   3234       </xsd:sequence>
3236    </xsd:complexType>   3235    </xsd:complexType>
3237    <xsd:complexType name="cs_productVolumeBusinessUnit">   3236    <xsd:complexType name="cs_productVolumeBusinessUnit">
3238       <xsd:annotation>   3237       <xsd:annotation>
3239          <xsd:documentation>WITSML - Product Volume component schema for defining business units.</xsd:documentation>   3238          <xsd:documentation>WITSML - Product Volume component schema for defining business units.</xsd:documentation>
3240       </xsd:annotation>   3239       </xsd:annotation>
3241       <xsd:sequence>   3240       <xsd:sequence>
3242          <xsd:element name="kind" type="witsml:BusinessUnitKind" minOccurs="1" maxOccurs="1">   3241          <xsd:element name="kind" type="witsml:BusinessUnitKind" minOccurs="1" maxOccurs="1">
3243             <xsd:annotation>   3242             <xsd:annotation>
3244                <xsd:documentation>The type of business unit.</xsd:documentation>   3243                <xsd:documentation>The type of business unit.</xsd:documentation>
3245             </xsd:annotation>   3244             </xsd:annotation>
3246          </xsd:element>   3245          </xsd:element>
3247          <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">   3246          <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">
3248             <xsd:annotation>   3247             <xsd:annotation>
3249                <xsd:documentation>The human contextual name of the business unit.</xsd:documentation>   3248                <xsd:documentation>The human contextual name of the business unit.</xsd:documentation>
3250             </xsd:annotation>   3249             </xsd:annotation>
3251          </xsd:element>   3250          </xsd:element>
3252          <xsd:element name="description" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">   3251          <xsd:element name="description" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">
3253             <xsd:annotation>   3252             <xsd:annotation>
3254                <xsd:documentation>A textual description of the business unit.</xsd:documentation>   3253                <xsd:documentation>A textual description of the business unit.</xsd:documentation>
3255             </xsd:annotation>   3254             </xsd:annotation>
3256          </xsd:element>   3255          </xsd:element>
3257          <xsd:element name="subUnit" type="witsml:cs_productVolumeBusinessSubUnit" minOccurs="0" maxOccurs="unbounded">   3256          <xsd:element name="subUnit" type="witsml:cs_productVolumeBusinessSubUnit" minOccurs="0" maxOccurs="unbounded">
3258             <xsd:annotation>   3257             <xsd:annotation>
3259                <xsd:documentation>A component part of the unit. The composition of a unit may vary with time. This defines the ownership share or account information for a sub   3258                <xsd:documentation>A component part of the unit. The composition of a unit may vary with time. This defines the ownership share or account information for a sub
3260                unit within the context of the whole unit. For ownership shares, at any one point in time the sum of the shares should be 100%.</xsd:documentation>   3259                unit within the context of the whole unit. For ownership shares, at any one point in time the sum of the shares should be 100%.</xsd:documentation>
3261             </xsd:annotation>   3260             </xsd:annotation>
3262          </xsd:element>   3261          </xsd:element>
3263       </xsd:sequence>   3262       </xsd:sequence>
3264       <xsd:attributeGroup ref="witsml:attgrp_uid">   3263       <xsd:attributeGroup ref="witsml:attgrp_uid">
3265          <xsd:annotation>   3264          <xsd:annotation>
3266             <xsd:documentation>Unique identifier for the business unit.</xsd:documentation>   3265             <xsd:documentation>Unique identifier for the business unit.</xsd:documentation>
3267          </xsd:annotation>   3266          </xsd:annotation>
3268       </xsd:attributeGroup>   3267       </xsd:attributeGroup>
3269    </xsd:complexType>   3268    </xsd:complexType>
3270    <xsd:complexType name="cs_productVolumeBusinessSubUnit">   3269    <xsd:complexType name="cs_productVolumeBusinessSubUnit">
3271       <xsd:annotation>   3270       <xsd:annotation>
3272          <xsd:documentation>WITSML - Product Volume component schema for defining ownership shares of business units.</xsd:documentation>   3271          <xsd:documentation>WITSML - Product Volume component schema for defining ownership shares of business units.</xsd:documentation>
3273       </xsd:annotation>   3272       </xsd:annotation>
3274       <xsd:sequence>   3273       <xsd:sequence>
3275          <xsd:element name="kind" type="witsml:refNameString" minOccurs="1" maxOccurs="1">   3274          <xsd:element name="kind" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
3276             <xsd:annotation>   3275             <xsd:annotation>
3277                <xsd:documentation>Points to business unit which is part of another business unit.</xsd:documentation>   3276                <xsd:documentation>Points to business unit which is part of another business unit.</xsd:documentation>
3278             </xsd:annotation>   3277             </xsd:annotation>
3279          </xsd:element>   3278          </xsd:element>
3280          <xsd:choice>   3279          <xsd:choice>
3281             <xsd:element name="ownershipShare" type="witsml:cs_productVolumeBusinessOwnershipShare" minOccurs="0" maxOccurs="unbounded">   3280             <xsd:element name="ownershipShare" type="witsml:cs_productVolumeBusinessOwnershipShare" minOccurs="0" maxOccurs="unbounded">
3282                <xsd:annotation>   3281                <xsd:annotation>
3283                   <xsd:documentation>Defines the ownership share in the parent unit at a point in time. This commonly applies at a parent source unit (e.g., a field or   3282                   <xsd:documentation>Defines the ownership share in the parent unit at a point in time. This commonly applies at a parent source unit (e.g., a field or
3284                   platform).</xsd:documentation>   3283                   platform).</xsd:documentation>
3285                </xsd:annotation>   3284                </xsd:annotation>
3286             </xsd:element>   3285             </xsd:element>
3287             <xsd:element name="accountInformation" type="witsml:cs_productVolumeBusinessAccountInfo" minOccurs="0" maxOccurs="unbounded">   3286             <xsd:element name="accountInformation" type="witsml:cs_productVolumeBusinessAccountInfo" minOccurs="0" maxOccurs="unbounded">
3288                <xsd:annotation>   3287                <xsd:annotation>
3289                   <xsd:documentation>Defines account information in the parent unit. This commonly applies at a parent terminus unit (e.g., a terminal),</xsd:documentation>   3288                   <xsd:documentation>Defines account information in the parent unit. This commonly applies at a parent terminus unit (e.g., a terminal),</xsd:documentation>
3290                </xsd:annotation>   3289                </xsd:annotation>
3291             </xsd:element>   3290             </xsd:element>
3292          </xsd:choice>   3291          </xsd:choice>
3293       </xsd:sequence>   3292       </xsd:sequence>
3294       <xsd:attributeGroup ref="witsml:attgrp_uid">   3293       <xsd:attributeGroup ref="witsml:attgrp_uid">
3295          <xsd:annotation>   3294          <xsd:annotation>
3296             <xsd:documentation>Unique identifier for the business unit.</xsd:documentation>   3295             <xsd:documentation>Unique identifier for the business unit.</xsd:documentation>
3297          </xsd:annotation>   3296          </xsd:annotation>
3298       </xsd:attributeGroup>   3297       </xsd:attributeGroup>
3299    </xsd:complexType>   3298    </xsd:complexType>
3300    <xsd:complexType name="cs_productVolumeBusinessOwnershipShare">   3299    <xsd:complexType name="cs_productVolumeBusinessOwnershipShare">
3301       <xsd:annotation>   3300       <xsd:annotation>
3302          <xsd:documentation>WITSML - Product Volume component schema for defining ownership shares.</xsd:documentation>   3301          <xsd:documentation>WITSML - Product Volume component schema for defining ownership shares.</xsd:documentation>
3303       </xsd:annotation>   3302       </xsd:annotation>
3304       <xsd:sequence>   3303       <xsd:sequence>
3305          <xsd:element name="share" type="witsml:volumePerVolumeMeasurePercent" minOccurs="1" maxOccurs="1">   3304          <xsd:element name="share" type="witsml:volumePerVolumeMeasurePercent" minOccurs="1" maxOccurs="1">
3306             <xsd:annotation>   3305             <xsd:annotation>
3307                <xsd:documentation>The percent ownership of the sub-unit in the unit during the specified time.</xsd:documentation>   3306                <xsd:documentation>The percent ownership of the sub-unit in the unit during the specified time.</xsd:documentation>
3308             </xsd:annotation>   3307             </xsd:annotation>
3309          </xsd:element>   3308          </xsd:element>
3310          <xsd:element name="startDate" type="witsml:date" minOccurs="0" maxOccurs="1">   3309          <xsd:element name="startDate" type="witsml:date" minOccurs="0" maxOccurs="1">
3311             <xsd:annotation>   3310             <xsd:annotation>
3312                <xsd:documentation>The date on which the ownership became valid.</xsd:documentation>   3311                <xsd:documentation>The date on which the ownership became valid.</xsd:documentation>
3313             </xsd:annotation>   3312             </xsd:annotation>
3314          </xsd:element>   3313          </xsd:element>
3315          <xsd:element name="endDate" type="witsml:date" minOccurs="0" maxOccurs="1">   3314          <xsd:element name="endDate" type="witsml:date" minOccurs="0" maxOccurs="1">
3316             <xsd:annotation>   3315             <xsd:annotation>
3317                <xsd:documentation>The final date on which the ownership was valid. If no end date is specified, the share is considered to still be valid.</xsd:documentation>   3316                <xsd:documentation>The final date on which the ownership was valid. If no end date is specified, the share is considered to still be valid.</xsd:documentation>
3318             </xsd:annotation>   3317             </xsd:annotation>
3319          </xsd:element>   3318          </xsd:element>
3320       </xsd:sequence>   3319       </xsd:sequence>
3321       <xsd:attributeGroup ref="witsml:attgrp_uid">   3320       <xsd:attributeGroup ref="witsml:attgrp_uid">
3322          <xsd:annotation>   3321          <xsd:annotation>
3323             <xsd:documentation>Unique identifier for the business unit.</xsd:documentation>   3322             <xsd:documentation>Unique identifier for the business unit.</xsd:documentation>
3324          </xsd:annotation>   3323          </xsd:annotation>
3325       </xsd:attributeGroup>   3324       </xsd:attributeGroup>
3326    </xsd:complexType>   3325    </xsd:complexType>
3327    <xsd:complexType name="cs_productVolumeBusinessAccountInfo">   3326    <xsd:complexType name="cs_productVolumeBusinessAccountInfo">
3328       <xsd:annotation>   3327       <xsd:annotation>
3329          <xsd:documentation>WITSML - Product Volume component schema for defining account information.</xsd:documentation>   3328          <xsd:documentation>WITSML - Product Volume component schema for defining account information.</xsd:documentation>
3330       </xsd:annotation>   3329       </xsd:annotation>
3331       <xsd:sequence>   3330       <xsd:sequence>
3332          <xsd:element name="accountId" type="witsml:nameString" minOccurs="1" maxOccurs="1">   3331          <xsd:element name="accountId" type="witsml:nameString" minOccurs="1" maxOccurs="1">
3333             <xsd:annotation>   3332             <xsd:annotation>
3334                <xsd:documentation>The identifier of the account of the sub-unit within the whole business unit.</xsd:documentation>   3333                <xsd:documentation>The identifier of the account of the sub-unit within the whole business unit.</xsd:documentation>
3335             </xsd:annotation>   3334             </xsd:annotation>
3336          </xsd:element>   3335          </xsd:element>
3337          <xsd:element name="product" type="witsml:ReportingProduct" minOccurs="0" maxOccurs="1">   3336          <xsd:element name="product" type="witsml:ReportingProduct" minOccurs="0" maxOccurs="1">
3338             <xsd:annotation>   3337             <xsd:annotation>
3339                <xsd:documentation>The product associated with the account identifier.</xsd:documentation>   3338                <xsd:documentation>The product associated with the account identifier.</xsd:documentation>
3340             </xsd:annotation>   3339             </xsd:annotation>
3341          </xsd:element>   3340          </xsd:element>
3342       </xsd:sequence>   3341       </xsd:sequence>
3343       <xsd:attributeGroup ref="witsml:attgrp_uid">   3342       <xsd:attributeGroup ref="witsml:attgrp_uid">
3344          <xsd:annotation>   3343          <xsd:annotation>
3345             <xsd:documentation>Unique identifier for the business unit.</xsd:documentation>   3344             <xsd:documentation>Unique identifier for the business unit.</xsd:documentation>
3346          </xsd:annotation>   3345          </xsd:annotation>
3347       </xsd:attributeGroup>   3346       </xsd:attributeGroup>
3348    </xsd:complexType>   3347    </xsd:complexType>
3349    <xsd:simpleType name="BusinessUnitKind">   3348    <xsd:simpleType name="BusinessUnitKind">
3350       <xsd:annotation>   3349       <xsd:annotation>
3351          <xsd:documentation>Defines a type of business unit. //////////////////////////////////////////////////////////////// THESE VALUES WILL BE MOVED TO THE   3350          <xsd:documentation>Defines a type of business unit. //////////////////////////////////////////////////////////////// THESE VALUES WILL BE MOVED TO THE
3352          ancilary/enumValues.xsd FILE. ////////////////////////////////////////////////////////////////</xsd:documentation>   3351          ancilary/enumValues.xsd FILE. ////////////////////////////////////////////////////////////////</xsd:documentation>
3353       </xsd:annotation>   3352       </xsd:annotation>
3354       <xsd:restriction base="witsml:abstractTypeEnum">   3353       <xsd:restriction base="witsml:abstractTypeEnum">
3355          <xsd:enumeration value="company">   3354          <xsd:enumeration value="company">
3356             <xsd:annotation>   3355             <xsd:annotation>
3357                <xsd:documentation>xxxxxxxxxxxxx</xsd:documentation>   3356                <xsd:documentation>xxxxxxxxxxxxx</xsd:documentation>
3358             </xsd:annotation>   3357             </xsd:annotation>
3359          </xsd:enumeration>   3358          </xsd:enumeration>
3360          <xsd:enumeration value="field">   3359          <xsd:enumeration value="field">
3361             <xsd:annotation>   3360             <xsd:annotation>
3362                <xsd:documentation>xxxxxxxxxxxxx</xsd:documentation>   3361                <xsd:documentation>xxxxxxxxxxxxx</xsd:documentation>
3363             </xsd:annotation>   3362             </xsd:annotation>
3364          </xsd:enumeration>   3363          </xsd:enumeration>
3365          <xsd:enumeration value="license">   3364          <xsd:enumeration value="license">
3366             <xsd:annotation>   3365             <xsd:annotation>
3367                <xsd:documentation>xxxxxxxxxxxxx</xsd:documentation>   3366                <xsd:documentation>xxxxxxxxxxxxx</xsd:documentation>
3368             </xsd:annotation>   3367             </xsd:annotation>
3369          </xsd:enumeration>   3368          </xsd:enumeration>
3370          <xsd:enumeration value="business area">   3369          <xsd:enumeration value="business area">
3371             <xsd:annotation>   3370             <xsd:annotation>
3372                <xsd:documentation>xxxxxxxxxxxxx</xsd:documentation>   3371                <xsd:documentation>xxxxxxxxxxxxx</xsd:documentation>
3373             </xsd:annotation>   3372             </xsd:annotation>
3374          </xsd:enumeration>   3373          </xsd:enumeration>
3375          <xsd:enumeration value="platform">   3374          <xsd:enumeration value="platform">
3376             <xsd:annotation>   3375             <xsd:annotation>
3377                <xsd:documentation>xxxxxxxxxxxxx</xsd:documentation>   3376                <xsd:documentation>xxxxxxxxxxxxx</xsd:documentation>
3378             </xsd:annotation>   3377             </xsd:annotation>
3379          </xsd:enumeration>   3378          </xsd:enumeration>
3380          <xsd:enumeration value="terminal">   3379          <xsd:enumeration value="terminal">
3381             <xsd:annotation>   3380             <xsd:annotation>
3382                <xsd:documentation>xxxxxxxxxxxxx</xsd:documentation>   3381                <xsd:documentation>xxxxxxxxxxxxx</xsd:documentation>
3383             </xsd:annotation>   3382             </xsd:annotation>
3384          </xsd:enumeration>   3383          </xsd:enumeration>
3385          <xsd:enumeration value="unknown">   3384          <xsd:enumeration value="unknown">
3386             <xsd:annotation>   3385             <xsd:annotation>
3387                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   3386                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
3388                value. Use of this value may result in rejection in some situations.</xsd:documentation>   3387                value. Use of this value may result in rejection in some situations.</xsd:documentation>
3389             </xsd:annotation>   3388             </xsd:annotation>
3390          </xsd:enumeration>   3389          </xsd:enumeration>
3391       </xsd:restriction>   3390       </xsd:restriction>
3392    </xsd:simpleType>   3391    </xsd:simpleType>
3393    <xsd:complexType name="cs_productVolumeComponentContent">   3392    <xsd:complexType name="cs_productVolumeComponentContent">
3394       <xsd:annotation>   3393       <xsd:annotation>
3395          <xsd:documentation>WITSML - Product Volume Component Content Component Schema.</xsd:documentation>   3394          <xsd:documentation>WITSML - Product Volume Component Content Component Schema.</xsd:documentation>
3396       </xsd:annotation>   3395       </xsd:annotation>
3397       <xsd:sequence>   3396       <xsd:sequence>
3398          <xsd:element name="kind" type="witsml:ReportingProduct" minOccurs="1" maxOccurs="1">   3397          <xsd:element name="kind" type="witsml:ReportingProduct" minOccurs="1" maxOccurs="1">
3399             <xsd:annotation>   3398             <xsd:annotation>
3400                <xsd:documentation>The type of product whose relative content is being described. This should be a specific component (e.g., water) rather than a phase (e.g.,   3399                <xsd:documentation>The type of product whose relative content is being described. This should be a specific component (e.g., water) rather than a phase (e.g.,
3401                aqueous).</xsd:documentation>   3400                aqueous).</xsd:documentation>
3402             </xsd:annotation>   3401             </xsd:annotation>
3403          </xsd:element>   3402          </xsd:element>
3404          <xsd:element name="name" type="witsml:nameStruct" minOccurs="0" maxOccurs="1"> +-    
3405             <xsd:annotation>      
3406                <xsd:documentation>The name of product that is being reported. This is reserved for generic kinds like chemical.</xsd:documentation>      
3407             </xsd:annotation>      
3408          </xsd:element>      
3409          <xsd:element name="referenceKind" type="witsml:ReportingProduct" minOccurs="0" maxOccurs="1"> = 3403          <xsd:element name="referenceKind" type="witsml:ReportingProduct" minOccurs="0" maxOccurs="1">
3410             <xsd:annotation>   3404             <xsd:annotation>
3411                <xsd:documentation>The type of product to which the product is being compared. If not given then the product is being compared against the overall flow   3405                <xsd:documentation>The type of product to which the product is being compared. If not given then the product is being compared against the overall flow
3412                stream.</xsd:documentation>   3406                stream.</xsd:documentation>
3413             </xsd:annotation>   3407             </xsd:annotation>
3414          </xsd:element>   3408          </xsd:element>
3415          <xsd:group ref="witsml:grp_commonPropertiesProductVolume">   3409          <xsd:group ref="witsml:grp_commonPropertiesProductVolume">
3416             <xsd:annotation>   3410             <xsd:annotation>
3417                <xsd:documentation>The properties whose existance is independent of a specific location in the hierarchy.</xsd:documentation>   3411                <xsd:documentation>The properties whose existance is independent of a specific location in the hierarchy.</xsd:documentation>
3418             </xsd:annotation>   3412             </xsd:annotation>
3419          </xsd:group>   3413          </xsd:group>
3420       </xsd:sequence>   3414       </xsd:sequence>
3421       <xsd:attributeGroup ref="witsml:attgrp_uid">   3415       <xsd:attributeGroup ref="witsml:attgrp_uid">
3422          <xsd:annotation>   3416          <xsd:annotation>
3423             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>   3417             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
3424          </xsd:annotation>   3418          </xsd:annotation>
3425       </xsd:attributeGroup>   3419       </xsd:attributeGroup>
3426    </xsd:complexType>   3420    </xsd:complexType>
3427    <xsd:complexType name="cs_productVolumeFacility">   3421    <xsd:complexType name="cs_productVolumeFacility">
3428       <xsd:annotation>   3422       <xsd:annotation>
3429          <xsd:documentation>WITSML - Report Facility Component Schema.</xsd:documentation>   3423          <xsd:documentation>WITSML - Report Facility Component Schema.</xsd:documentation>
3430       </xsd:annotation>   3424       </xsd:annotation>
3431       <xsd:sequence>   3425       <xsd:sequence>
3432          <xsd:element name="name" type="witsml:facilityIdentifierStruct" minOccurs="1" maxOccurs="1">   3426          <xsd:element name="name" type="witsml:facilityIdentifierStruct" minOccurs="1" maxOccurs="1">
3433             <xsd:annotation>   3427             <xsd:annotation>
3434                <xsd:documentation>The name of the facility. The name can be qualified by a naming system. This also defines the kind of facility.</xsd:documentation>   3428                <xsd:documentation>The name of the facility. The name can be qualified by a naming system. This also defines the kind of facility.</xsd:documentation>
3435             </xsd:annotation>   3429             </xsd:annotation>
3436          </xsd:element>   3430          </xsd:element>
3437          <xsd:element name="facilityParent1" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">   3431          <xsd:element name="facilityParent1" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
3438             <xsd:annotation>   3432             <xsd:annotation>
3439                <xsd:documentation>For facilities whose name is unique within the context of another facility, the name of the parent facility. For example, if name represents a   3433                <xsd:documentation>For facilities whose name is unique within the context of another facility, the name of the parent facility. For example, if name represents a
3440                completion, then facilityParent1 would represent the name of the well within which name was unique. The name can be qualified by a naming system. This also defines   3434                completion, then facilityParent1 would represent the name of the well within which name was unique. The name can be qualified by a naming system. This also defines
3441                the kind of facility.</xsd:documentation>   3435                the kind of facility.</xsd:documentation>
3442             </xsd:annotation>   3436             </xsd:annotation>
3443          </xsd:element>   3437          </xsd:element>
3444          <xsd:element name="facilityParent2" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">   3438          <xsd:element name="facilityParent2" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
3445             <xsd:annotation>   3439             <xsd:annotation>
3446                <xsd:documentation>For facilities whose name is unique within the context of another facility, the name of the parent facility of parent1. The name can be qualified   3440                <xsd:documentation>For facilities whose name is unique within the context of another facility, the name of the parent facility of parent1. The name can be qualified
3447                by a naming system. This also defines the kind of facility.</xsd:documentation>   3441                by a naming system. This also defines the kind of facility.</xsd:documentation>
3448             </xsd:annotation>   3442             </xsd:annotation>
3449          </xsd:element>   3443          </xsd:element>
3450          <xsd:element name="facilityAlias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">   3444          <xsd:element name="facilityAlias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
3451             <xsd:annotation>   3445             <xsd:annotation>
3452                <xsd:documentation>An alternatative name of a facility. This is generally unique within a naming system. The above contextually unique name (that is, within the   3446                <xsd:documentation>An alternatative name of a facility. This is generally unique within a naming system. The above contextually unique name (that is, within the
3453                context of a parent) should also be listed as an alias.</xsd:documentation>   3447                context of a parent) should also be listed as an alias.</xsd:documentation>
3454             </xsd:annotation>   3448             </xsd:annotation>
3455          </xsd:element>   3449          </xsd:element>
3456          <xsd:sequence minOccurs="0" maxOccurs="1">   3450          <xsd:sequence minOccurs="0" maxOccurs="1">
3457             <xsd:element name="unit" type="witsml:refNameString" minOccurs="1" maxOccurs="1">   3451             <xsd:element name="unit" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
3458                <xsd:annotation>   3452                <xsd:annotation>
3459                   <xsd:documentation>The Product Flow Unit representing the facility. This must be unique within the context of the Product Flow Network.</xsd:documentation>   3453                   <xsd:documentation>The Product Flow Unit representing the facility. This must be unique within the context of the Product Flow Network.</xsd:documentation>
3460                </xsd:annotation>   3454                </xsd:annotation>
3461             </xsd:element>   3455             </xsd:element>
3462             <xsd:element name="network" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   3456             <xsd:element name="network" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
3463                <xsd:annotation>   3457                <xsd:annotation>
3464                   <xsd:documentation>The Product Flow Network representing the facility. This can only be given if unit is given. This is only required if the network is not the   3458                   <xsd:documentation>The Product Flow Network representing the facility. This can only be given if unit is given. This is only required if the network is not the
3465                   same as the primary network that represents the Product Flow Model. This must be unique within the context of the Product Flow Model represented by this   3459                   same as the primary network that represents the Product Flow Model. This must be unique within the context of the Product Flow Model represented by this
3466                   report.</xsd:documentation>   3460                   report.</xsd:documentation>
3467                </xsd:annotation>   3461                </xsd:annotation>
3468             </xsd:element>   3462             </xsd:element>
3469          </xsd:sequence>   3463          </xsd:sequence>
3470          <xsd:element name="contextFacility" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="unbounded">   3464          <xsd:element name="contextFacility" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="unbounded">
3471             <xsd:annotation>   3465             <xsd:annotation>
3472                <xsd:documentation>The name and type of a facility whose context is relevant to this facility.</xsd:documentation>   3466                <xsd:documentation>The name and type of a facility whose context is relevant to this facility.</xsd:documentation>
3473             </xsd:annotation>   3467             </xsd:annotation>
3474          </xsd:element>   3468          </xsd:element>
3475          <xsd:element name="wellStatus" type="witsml:wellStatus" minOccurs="0" maxOccurs="1">   3469          <xsd:element name="wellStatus" type="witsml:wellStatus" minOccurs="0" maxOccurs="1">
3476             <xsd:annotation>   3470             <xsd:annotation>
3477                <xsd:documentation>The status of the well.</xsd:documentation>   3471                <xsd:documentation>The status of the well.</xsd:documentation>
3478             </xsd:annotation>   3472             </xsd:annotation>
3479          </xsd:element>   3473          </xsd:element>
3480          <xsd:element name="wellProducing" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">   3474          <xsd:element name="wellProducing" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
3481             <xsd:annotation>   3475             <xsd:annotation>
3482                <xsd:documentation>True (or 1) indicates that the well is producing. False (or 0) or not given indicates that the well is not producing. This only applies if the   3476                <xsd:documentation>True (or 1) indicates that the well is producing. False (or 0) or not given indicates that the well is not producing. This only applies if the
3483                facility is a well or wellbore.</xsd:documentation>   3477                facility is a well or wellbore.</xsd:documentation>
3484             </xsd:annotation>   3478             </xsd:annotation>
3485          </xsd:element>   3479          </xsd:element>
3486          <xsd:element name="wellInjecting" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">   3480          <xsd:element name="wellInjecting" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
3487             <xsd:annotation>   3481             <xsd:annotation>
3488                <xsd:documentation>True (or 1) indicates that the well is injecting. False (or 0) or not given indicates that the well is not injecting. This only applies if the   3482                <xsd:documentation>True (or 1) indicates that the well is injecting. False (or 0) or not given indicates that the well is not injecting. This only applies if the
3489                facility is a well or wellbore.</xsd:documentation>   3483                facility is a well or wellbore.</xsd:documentation>
3490             </xsd:annotation>   3484             </xsd:annotation>
3491          </xsd:element>   3485          </xsd:element>
3492          <xsd:element name="capacity" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">   3486          <xsd:element name="capacity" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
3493             <xsd:annotation>   3487             <xsd:annotation>
3494                <xsd:documentation>The storage capacity of the facility (e.g., a tank).</xsd:documentation>   3488                <xsd:documentation>The storage capacity of the facility (e.g., a tank).</xsd:documentation>
3495             </xsd:annotation>   3489             </xsd:annotation>
3496          </xsd:element>   3490          </xsd:element>
3497          <xsd:element name="operationTime" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">   3491          <xsd:element name="operationTime" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
3498             <xsd:annotation>   3492             <xsd:annotation>
3499                <xsd:documentation>The amount of time that the facility was active during the reporting period.</xsd:documentation>   3493                <xsd:documentation>The amount of time that the facility was active during the reporting period.</xsd:documentation>
3500             </xsd:annotation>   3494             </xsd:annotation>
3501          </xsd:element>   3495          </xsd:element>
3502          <xsd:element name="downtimeReason" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">   3496          <xsd:element name="downtimeReason" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
3503             <xsd:annotation>   3497             <xsd:annotation>
3504                <xsd:documentation>The reason for any down time during the reporting period.</xsd:documentation>   3498                <xsd:documentation>The reason for any down time during the reporting period.</xsd:documentation>
3505             </xsd:annotation>   3499             </xsd:annotation>
3506          </xsd:element>   3500          </xsd:element>
3507          <xsd:element name="parameterSet" type="witsml:cs_productVolumeParameterSet" minOccurs="0" maxOccurs="unbounded">   3501          <xsd:element name="parameterSet" type="witsml:cs_productVolumeParameterSet" minOccurs="0" maxOccurs="unbounded">
3508             <xsd:annotation>   3502             <xsd:annotation>
3509                <xsd:documentation>Usage values for one parameter associated with the facility.</xsd:documentation>   3503                <xsd:documentation>Usage values for one parameter associated with the facility.</xsd:documentation>
3510             </xsd:annotation>   3504             </xsd:annotation>
3511          </xsd:element>   3505          </xsd:element>
3512          <xsd:element name="flow" type="witsml:cs_productVolumeFlow" minOccurs="0" maxOccurs="unbounded">   3506          <xsd:element name="flow" type="witsml:cs_productVolumeFlow" minOccurs="0" maxOccurs="unbounded">
3513             <xsd:annotation>   3507             <xsd:annotation>
3514                <xsd:documentation>Reports a flow of a product.</xsd:documentation>   3508                <xsd:documentation>Reports a flow of a product.</xsd:documentation>
3515             </xsd:annotation>   3509             </xsd:annotation>
3516          </xsd:element>   3510          </xsd:element>
3517          <xsd:element name="comment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">   3511          <xsd:element name="comment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
3518             <xsd:annotation>   3512             <xsd:annotation>
3519                <xsd:documentation>A timestamped remark about the facility.</xsd:documentation>   3513                <xsd:documentation>A timestamped remark about the facility.</xsd:documentation>
3520             </xsd:annotation>   3514             </xsd:annotation>
3521          </xsd:element>   3515          </xsd:element>
3522       </xsd:sequence>   3516       </xsd:sequence>
3523       <xsd:attributeGroup ref="witsml:attgrp_uid">   3517       <xsd:attributeGroup ref="witsml:attgrp_uid">
3524          <xsd:annotation>   3518          <xsd:annotation>
3525             <xsd:documentation>Unique identifier for the Product Volume Facility.</xsd:documentation>   3519             <xsd:documentation>Unique identifier for the Product Volume Facility.</xsd:documentation>
3526          </xsd:annotation>   3520          </xsd:annotation>
3527       </xsd:attributeGroup>   3521       </xsd:attributeGroup>
3528    </xsd:complexType>   3522    </xsd:complexType>
3529    <xsd:complexType name="cs_productVolumeFlow">   3523    <xsd:complexType name="cs_productVolumeFlow">
3530       <xsd:annotation>   3524       <xsd:annotation>
3531          <xsd:documentation>WITSML - Product Volume Flow Component Schema.</xsd:documentation>   3525          <xsd:documentation>WITSML - Product Volume Flow Component Schema.</xsd:documentation>
3532       </xsd:annotation>   3526       </xsd:annotation>
3533       <xsd:sequence>   3527       <xsd:sequence>
3534          <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">   3528          <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">
3535             <xsd:annotation>   3529             <xsd:annotation>
3536                <xsd:documentation>The name of this flow within the context of this report. This might reflect some combination of the kind of flow, port, qualifier and related   3530                <xsd:documentation>The name of this flow within the context of this report. This might reflect some combination of the kind of flow, port, qualifier and related
3537                facility.</xsd:documentation>   3531                facility.</xsd:documentation>
3538             </xsd:annotation>   3532             </xsd:annotation>
3539          </xsd:element>   3533          </xsd:element>
3540          <xsd:element name="kind" type="witsml:ReportingFlow" minOccurs="1" maxOccurs="1">   3534          <xsd:element name="kind" type="witsml:ReportingFlow" minOccurs="1" maxOccurs="1">
3541             <xsd:annotation>   3535             <xsd:annotation>
3542                <xsd:documentation>Indicates the type of flow that is being reported. The type of flow is an indication of the overall source or target of the flow. A production   3536                <xsd:documentation>Indicates the type of flow that is being reported. The type of flow is an indication of the overall source or target of the flow. A production
3543                flow has one or more wells as the originating source. An injection flow has one or more wells as the ultimate target. An import flow has an offsite source. An   3537                flow has one or more wells as the originating source. An injection flow has one or more wells as the ultimate target. An import flow has an offsite source. An
3544                export flow has an offiste target. A consumption flow generally has a kind of equipment as a target.</xsd:documentation>   3538                export flow has an offiste target. A consumption flow generally has a kind of equipment as a target.</xsd:documentation>
3545             </xsd:annotation>   3539             </xsd:annotation>
3546          </xsd:element>   3540          </xsd:element>
3547          <xsd:element name="port" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   3541          <xsd:element name="port" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
3548             <xsd:annotation>   3542             <xsd:annotation>
3549                <xsd:documentation>The Product Flow Port to which the flow is assigned. This is the port on the Product Flow Unit that represents the facility.</xsd:documentation>   3543                <xsd:documentation>The Product Flow Port to which the flow is assigned. This is the port on the Product Flow Unit that represents the facility.</xsd:documentation>
3550             </xsd:annotation>   3544             </xsd:annotation>
3551          </xsd:element>   3545          </xsd:element>
3552          <xsd:element name="direction" type="witsml:ProductFlowPortType" minOccurs="0" maxOccurs="1">   3546          <xsd:element name="direction" type="witsml:ProductFlowPortType" minOccurs="0" maxOccurs="1">
3553             <xsd:annotation>   3547             <xsd:annotation>
3554                <xsd:documentation>The kind of port that this flow represents: inlet or outlet.</xsd:documentation>   3548                <xsd:documentation>The kind of port that this flow represents: inlet or outlet.</xsd:documentation>
3555             </xsd:annotation>   3549             </xsd:annotation>
3556          </xsd:element>   3550          </xsd:element>
3557          <xsd:element name="facility" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">   3551          <xsd:element name="facility" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
3558             <xsd:annotation>   3552             <xsd:annotation>
3559                <xsd:documentation>The name of the facility represented by the port where the measurements were taken. The name can be qualified by a naming system. This also   3553                <xsd:documentation>The name of the facility represented by the port where the measurements were taken. The name can be qualified by a naming system. This also
3560                defines the kind of facility.</xsd:documentation>   3554                defines the kind of facility.</xsd:documentation>
3561             </xsd:annotation>   3555             </xsd:annotation>
3562          </xsd:element>   3556          </xsd:element>
3563          <xsd:element name="facilityAlias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">   3557          <xsd:element name="facilityAlias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
3564             <xsd:annotation>   3558             <xsd:annotation>
3565                <xsd:documentation>An alternatative name of a facility represented by the port. This is generally unique within a naming system. The above contextually unique name   3559                <xsd:documentation>An alternatative name of a facility represented by the port. This is generally unique within a naming system. The above contextually unique name
3566                (that is, within the context of a parent) should also be listed as an alias.</xsd:documentation>   3560                (that is, within the context of a parent) should also be listed as an alias.</xsd:documentation>
3567             </xsd:annotation>   3561             </xsd:annotation>
3568          </xsd:element>   3562          </xsd:element>
3569          <xsd:element name="qualifier" type="witsml:FlowQualifier" minOccurs="0" maxOccurs="1">   3563          <xsd:element name="qualifier" type="witsml:FlowQualifier" minOccurs="0" maxOccurs="1">
3570             <xsd:annotation>   3564             <xsd:annotation>
3571                <xsd:documentation>Qualifies the type of flow that is being reported.</xsd:documentation>   3565                <xsd:documentation>Qualifies the type of flow that is being reported.</xsd:documentation>
3572             </xsd:annotation>   3566             </xsd:annotation>
3573          </xsd:element>   3567          </xsd:element>
3574          <xsd:element name="subQualifier" type="witsml:FlowSubQualifier" minOccurs="0" maxOccurs="1">   3568          <xsd:element name="subQualifier" type="witsml:FlowSubQualifier" minOccurs="0" maxOccurs="1">
3575             <xsd:annotation>   3569             <xsd:annotation>
3576                <xsd:documentation>Defines a specialization of the qualifier value. This should only be given if a qualifier is given.</xsd:documentation>   3570                <xsd:documentation>Defines a specialization of the qualifier value. This should only be given if a qualifier is given.</xsd:documentation>
3577             </xsd:annotation>   3571             </xsd:annotation>
3578          </xsd:element>   3572          </xsd:element>
3579          <xsd:element name="relatedFacility" type="witsml:cs_productVolumeRelatedFacility" minOccurs="0" maxOccurs="1">   3573          <xsd:element name="relatedFacility" type="witsml:cs_productVolumeRelatedFacility" minOccurs="0" maxOccurs="1">
3580             <xsd:annotation>   3574             <xsd:annotation>
3581                <xsd:documentation>A second facility related to this flow. For a production flow, this would represent a role of 'produced for'. For an import flow, this would   3575                <xsd:documentation>A second facility related to this flow. For a production flow, this would represent a role of 'produced for'. For an import flow, this would
3582                represent a role of 'inport from'. For an export flow, this would represent a role of 'export to'.</xsd:documentation>   3576                represent a role of 'inport from'. For an export flow, this would represent a role of 'export to'.</xsd:documentation>
3583             </xsd:annotation>   3577             </xsd:annotation>
3584          </xsd:element>   3578          </xsd:element>
3585          <xsd:element name="version" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   3579          <xsd:element name="version" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
3586             <xsd:annotation>   3580             <xsd:annotation>
3587                <xsd:documentation>A timestamp representing the version of this data. A flow (same port and products) with a more recent timestamp will represent the "current"   3581                <xsd:documentation>A timestamp representing the version of this data. A flow (same port and products) with a more recent timestamp will represent the "current"
3588                version.</xsd:documentation>   3582                version.</xsd:documentation>
3589             </xsd:annotation>   3583             </xsd:annotation>
3590          </xsd:element>   3584          </xsd:element>
3591          <xsd:element name="versionSource" type="witsml:nameString" minOccurs="0" maxOccurs="1">   3585          <xsd:element name="versionSource" type="witsml:nameString" minOccurs="0" maxOccurs="1">
3592             <xsd:annotation>   3586             <xsd:annotation>
3593                <xsd:documentation>Identifies the source of the version. This will commonly be the name of the software which created the version.</xsd:documentation>   3587                <xsd:documentation>Identifies the source of the version. This will commonly be the name of the software which created the version.</xsd:documentation>
3594             </xsd:annotation>   3588             </xsd:annotation>
3595          </xsd:element>   3589          </xsd:element>
3596          <xsd:element name="sourceFlow" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   3590          <xsd:element name="sourceFlow" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
3597             <xsd:annotation>   3591             <xsd:annotation>
3598                <xsd:documentation>This is a pointer to the flow from which this flow was derived.</xsd:documentation>   3592                <xsd:documentation>This is a pointer to the flow from which this flow was derived.</xsd:documentation>
3599             </xsd:annotation>   3593             </xsd:annotation>
3600          </xsd:element>   3594          </xsd:element>
3601          <xsd:group ref="witsml:grp_commonPropertiesProductVolume">   3595          <xsd:group ref="witsml:grp_commonPropertiesProductVolume">
3602             <xsd:annotation>   3596             <xsd:annotation>
3603                <xsd:documentation>The properties whose existance is independent of a specific location in the hierarchy.</xsd:documentation>   3597                <xsd:documentation>The properties whose existance is independent of a specific location in the hierarchy.</xsd:documentation>
3604             </xsd:annotation>   3598             </xsd:annotation>
3605          </xsd:group>   3599          </xsd:group>
3606          <xsd:element name="product" type="witsml:cs_productVolumeProduct" minOccurs="0" maxOccurs="unbounded">   3600          <xsd:element name="product" type="witsml:cs_productVolumeProduct" minOccurs="0" maxOccurs="unbounded">
3607             <xsd:annotation>   3601             <xsd:annotation>
3608                <xsd:documentation>Reports a product flow stream.</xsd:documentation>   3602                <xsd:documentation>Reports a product flow stream.</xsd:documentation>
3609             </xsd:annotation>   3603             </xsd:annotation>
3610          </xsd:element>   3604          </xsd:element>
3611          <xsd:element name="comment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">   3605          <xsd:element name="comment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
3612             <xsd:annotation>   3606             <xsd:annotation>
3613                <xsd:documentation>A timestamped remark about the flow.</xsd:documentation>   3607                <xsd:documentation>A timestamped remark about the flow.</xsd:documentation>
3614             </xsd:annotation>   3608             </xsd:annotation>
3615          </xsd:element>   3609          </xsd:element>
3616       </xsd:sequence>   3610       </xsd:sequence>
3617       <xsd:attributeGroup ref="witsml:attgrp_uid">   3611       <xsd:attributeGroup ref="witsml:attgrp_uid">
3618          <xsd:annotation>   3612          <xsd:annotation>
3619             <xsd:documentation>Unique identifier for the Product Volume Flow.</xsd:documentation>   3613             <xsd:documentation>Unique identifier for the Product Volume Flow.</xsd:documentation>
3620          </xsd:annotation>   3614          </xsd:annotation>
3621       </xsd:attributeGroup>   3615       </xsd:attributeGroup>
3622    </xsd:complexType>   3616    </xsd:complexType>
3623    <xsd:complexType name="cs_productVolumeParameterSet">   3617    <xsd:complexType name="cs_productVolumeParameterSet">
3624       <xsd:annotation>   3618       <xsd:annotation>
3625          <xsd:documentation>WITSML - Product Volume Facility Parameter Set Component Schema.</xsd:documentation>   3619          <xsd:documentation>WITSML - Product Volume Facility Parameter Set Component Schema.</xsd:documentation>
3626       </xsd:annotation>   3620       </xsd:annotation>
3627       <xsd:sequence>   3621       <xsd:sequence>
3628          <xsd:element name="name" type="witsml:FacilityParameter" minOccurs="1" maxOccurs="1">   3622          <xsd:element name="name" type="witsml:FacilityParameter" minOccurs="1" maxOccurs="1">
3629             <xsd:annotation>   3623             <xsd:annotation>
3630                <xsd:documentation>The name of the facility parameter. This should reflect the business semantics of all values in the set and not the underlying kind. For example,   3624                <xsd:documentation>The name of the facility parameter. This should reflect the business semantics of all values in the set and not the underlying kind. For example,
3631                specify "diameter" rather than "length" or "distance".</xsd:documentation>   3625                specify "diameter" rather than "length" or "distance".</xsd:documentation>
3632             </xsd:annotation>   3626             </xsd:annotation>
3633          </xsd:element>   3627          </xsd:element>
3634          <xsd:element name="port" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   3628          <xsd:element name="port" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
3635             <xsd:annotation>   3629             <xsd:annotation>
3636                <xsd:documentation>The port to which this parameter is assigned. This must be a port on the unit representing the parent facility of this parameter. If not   3630                <xsd:documentation>The port to which this parameter is assigned. This must be a port on the unit representing the parent facility of this parameter. If not
3637                specified then the parameter represents the unit.</xsd:documentation>   3631                specified then the parameter represents the unit.</xsd:documentation>
3638             </xsd:annotation>   3632             </xsd:annotation>
3639          </xsd:element>   3633          </xsd:element>
3640          <xsd:element name="measureClass" type="witsml:MeasureClass" minOccurs="0" maxOccurs="1">   3634          <xsd:element name="measureClass" type="witsml:MeasureClass" minOccurs="0" maxOccurs="1">
3641             <xsd:annotation>   3635             <xsd:annotation>
3642                <xsd:documentation>If the value is a measure (value with unit of measure), this defines the measurement class of the value. The units of measure for the value must   3636                <xsd:documentation>If the value is a measure (value with unit of measure), this defines the measurement class of the value. The units of measure for the value must
3643                conform to the list allowed by the measurement class in the unit dictionary file. Mutually exclusive with curveDefinition.</xsd:documentation>   3637                conform to the list allowed by the measurement class in the unit dictionary file. Mutually exclusive with curveDefinition.</xsd:documentation>
3644             </xsd:annotation>   3638             </xsd:annotation>
3645          </xsd:element>   3639          </xsd:element>
3646          <xsd:element name="curveDefinition" type="witsml:cs_curveDefinition" minOccurs="0" maxOccurs="unbounded">   3640          <xsd:element name="curveDefinition" type="witsml:cs_curveDefinition" minOccurs="0" maxOccurs="unbounded">
3647             <xsd:annotation>   3641             <xsd:annotation>
3648                <xsd:documentation>If the value is a curve, this defines the meaning of the one column in the table representing the curve. Mutually exclusive with   3642                <xsd:documentation>If the value is a curve, this defines the meaning of the one column in the table representing the curve. Mutually exclusive with
3649                measureClass.</xsd:documentation>   3643                measureClass.</xsd:documentation>
3650             </xsd:annotation>   3644             </xsd:annotation>
3651          </xsd:element>   3645          </xsd:element>
3652          <xsd:element name="qualifier" type="witsml:FlowQualifier" minOccurs="0" maxOccurs="1">   3646          <xsd:element name="qualifier" type="witsml:FlowQualifier" minOccurs="0" maxOccurs="1">
3653             <xsd:annotation>   3647             <xsd:annotation>
3654                <xsd:documentation>Qualifies the type of parameter that is being reported.</xsd:documentation>   3648                <xsd:documentation>Qualifies the type of parameter that is being reported.</xsd:documentation>
3655             </xsd:annotation>   3649             </xsd:annotation>
3656          </xsd:element>   3650          </xsd:element>
3657          <xsd:element name="subQualifier" type="witsml:FlowSubQualifier" minOccurs="0" maxOccurs="1">   3651          <xsd:element name="subQualifier" type="witsml:FlowSubQualifier" minOccurs="0" maxOccurs="1">
3658             <xsd:annotation>   3652             <xsd:annotation>
3659                <xsd:documentation>Defines a specialization of the qualifier value. This should only be given if a qualifier is given.</xsd:documentation>   3653                <xsd:documentation>Defines a specialization of the qualifier value. This should only be given if a qualifier is given.</xsd:documentation>
3660             </xsd:annotation>   3654             </xsd:annotation>
3661          </xsd:element>   3655          </xsd:element>
3662          <xsd:element name="version" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   3656          <xsd:element name="version" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
3663             <xsd:annotation>   3657             <xsd:annotation>
3664                <xsd:documentation>A timestamp representing the version of this data. A parameter set with a more recent timestamp will represent the "current"   3658                <xsd:documentation>A timestamp representing the version of this data. A parameter set with a more recent timestamp will represent the "current"
3665                version.</xsd:documentation>   3659                version.</xsd:documentation>
3666             </xsd:annotation>   3660             </xsd:annotation>
3667          </xsd:element>   3661          </xsd:element>
3668          <xsd:element name="versionSource" type="witsml:nameString" minOccurs="0" maxOccurs="1">   3662          <xsd:element name="versionSource" type="witsml:nameString" minOccurs="0" maxOccurs="1">
3669             <xsd:annotation>   3663             <xsd:annotation>
3670                <xsd:documentation>Identifies the source of the version. This will commonly be the name of the software which created the version.</xsd:documentation>   3664                <xsd:documentation>Identifies the source of the version. This will commonly be the name of the software which created the version.</xsd:documentation>
3671             </xsd:annotation>   3665             </xsd:annotation>
3672          </xsd:element>   3666          </xsd:element>
3673          <xsd:element name="product" type="witsml:ReportingProduct" minOccurs="0" maxOccurs="1">   3667          <xsd:element name="product" type="witsml:ReportingProduct" minOccurs="0" maxOccurs="1">
3674             <xsd:annotation>   3668             <xsd:annotation>
3675                <xsd:documentation>The type of product that is being reported. This would be useful for something like specifying a tank procuct volume or   3669                <xsd:documentation>The type of product that is being reported. This would be useful for something like specifying a tank procuct volume or
3676                level.</xsd:documentation>   3670                level.</xsd:documentation>
3677             </xsd:annotation>   3671             </xsd:annotation>
3678          </xsd:element>   3672          </xsd:element>
3679          <xsd:element name="parameter" type="witsml:cs_productVolumeParameterValue" minOccurs="1" maxOccurs="unbounded">   3673          <xsd:element name="parameter" type="witsml:cs_productVolumeParameterValue" minOccurs="1" maxOccurs="unbounded">
3680             <xsd:annotation>   3674             <xsd:annotation>
3681                <xsd:documentation>A parameter value, possibly at a time. If a time is not given then only one parameter should be given. If a time is specified with one value then   3675                <xsd:documentation>A parameter value, possibly at a time. If a time is not given then only one parameter should be given. If a time is specified with one value then
3682                time should be specified for all values. Each value in a time series should be of the same underling kind of value (for example, a length   3676                time should be specified for all values. Each value in a time series should be of the same underling kind of value (for example, a length
3683                measure).</xsd:documentation>   3677                measure).</xsd:documentation>
3684             </xsd:annotation>   3678             </xsd:annotation>
3685          </xsd:element>   3679          </xsd:element>
3686          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">   3680          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
3687             <xsd:annotation>   3681             <xsd:annotation>
3688                <xsd:documentation>A comment about the parameter.</xsd:documentation>   3682                <xsd:documentation>A comment about the parameter.</xsd:documentation>
3689             </xsd:annotation>   3683             </xsd:annotation>
3690          </xsd:element>   3684          </xsd:element>
3691       </xsd:sequence>   3685       </xsd:sequence>
3692       <xsd:attributeGroup ref="witsml:attgrp_uid">   3686       <xsd:attributeGroup ref="witsml:attgrp_uid">
3693          <xsd:annotation>   3687          <xsd:annotation>
3694             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>   3688             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
3695          </xsd:annotation>   3689          </xsd:annotation>
3696       </xsd:attributeGroup>   3690       </xsd:attributeGroup>
3697    </xsd:complexType>   3691    </xsd:complexType>
3698    <xsd:complexType name="cs_productVolumeParameterValue">   3692    <xsd:complexType name="cs_productVolumeParameterValue">
3699       <xsd:annotation>   3693       <xsd:annotation>
3700          <xsd:documentation>WITSML - Parameter Value Component Schema.</xsd:documentation>   3694          <xsd:documentation>WITSML - Parameter Value Component Schema.</xsd:documentation>
3701       </xsd:annotation>   3695       </xsd:annotation>
3702       <xsd:sequence>   3696       <xsd:sequence>
3703          <xsd:element name="dTim" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   3697          <xsd:element name="dTim" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
3704             <xsd:annotation>   3698             <xsd:annotation>
3705                <xsd:documentation>The date and time at which the parameter applies. If no time is specified then the value is static.</xsd:documentation>   3699                <xsd:documentation>The date and time at which the parameter applies. If no time is specified then the value is static.</xsd:documentation>
3706             </xsd:annotation>   3700             </xsd:annotation>
3707          </xsd:element>   3701          </xsd:element>
3708          <xsd:choice minOccurs="1" maxOccurs="1">   3702          <xsd:choice minOccurs="1" maxOccurs="1">
3709             <xsd:element name="measureValue" type="witsml:generalQualifiedMeasure" minOccurs="1" maxOccurs="unbounded">   3703             <xsd:element name="measureValue" type="witsml:generalQualifiedMeasure" minOccurs="1" maxOccurs="unbounded">
3710                <xsd:annotation>   3704                <xsd:annotation>
3711                   <xsd:documentation>A measure value. Unless the parameter is defined as a tuple, only one value should be specified. The measure class is defined by measureClass   3705                   <xsd:documentation>A measure value. Unless the parameter is defined as a tuple, only one value should be specified. The measure class is defined by measureClass
3712                   in the parent set. The unit of measure must conform to the units allowed by the measure class in the unit dictionary file. If the 'status' attribute is absent   3706                   in the parent set. The unit of measure must conform to the units allowed by the measure class in the unit dictionary file. If the 'status' attribute is absent
3713                   and the value is not "NaN", the data value can be assumed to be good with no restrictions. A value of "NaN" should be interpreted as null and should be not be   3707                   and the value is not "NaN", the data value can be assumed to be good with no restrictions. A value of "NaN" should be interpreted as null and should be not be
3714                   given unless a status is also specified to explain why it is null.</xsd:documentation>   3708                   given unless a status is also specified to explain why it is null.</xsd:documentation>
3715                </xsd:annotation>   3709                </xsd:annotation>
3716             </xsd:element>   3710             </xsd:element>
3717             <xsd:element name="curveValue" type="witsml:cs_curveData" minOccurs="1" maxOccurs="unbounded">   3711             <xsd:element name="curveValue" type="witsml:cs_curveData" minOccurs="1" maxOccurs="unbounded">
3718                <xsd:annotation>   3712                <xsd:annotation>
3719                   <xsd:documentation>The values in one row of a curve. The aggregate of the curve rows represent the curve.</xsd:documentation>   3713                   <xsd:documentation>The values in one row of a curve. The aggregate of the curve rows represent the curve.</xsd:documentation>
3720                </xsd:annotation>   3714                </xsd:annotation>
3721             </xsd:element>   3715             </xsd:element>
3722             <xsd:element name="stringValue" type="witsml:kindQualifiedString" minOccurs="1" maxOccurs="1">   3716             <xsd:element name="stringValue" type="witsml:kindQualifiedString" minOccurs="1" maxOccurs="1">
3723                <xsd:annotation>   3717                <xsd:annotation>
3724                   <xsd:documentation>A string value. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to be good with no restrictions.   3718                   <xsd:documentation>A string value. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to be good with no restrictions.
3725                   A value of "NaN" should be interpreted as null and should be not be given unless a status is also specified to explain why it is null.</xsd:documentation>   3719                   A value of "NaN" should be interpreted as null and should be not be given unless a status is also specified to explain why it is null.</xsd:documentation>
3726                </xsd:annotation>   3720                </xsd:annotation>
3727             </xsd:element>   3721             </xsd:element>
3728             <xsd:element name="integerValue" type="witsml:integerQualifiedCount" minOccurs="1" maxOccurs="1">   3722             <xsd:element name="integerValue" type="witsml:integerQualifiedCount" minOccurs="1" maxOccurs="1">
3729                <xsd:annotation>   3723                <xsd:annotation>
3730                   <xsd:documentation>An integer value. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to be good with no   3724                   <xsd:documentation>An integer value. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to be good with no
3731                   restrictions. A value of "NaN" should be interpreted as null and should be not be given unless a status is also specified to explain why it is   3725                   restrictions. A value of "NaN" should be interpreted as null and should be not be given unless a status is also specified to explain why it is
3732                   null.</xsd:documentation>   3726                   null.</xsd:documentation>
3733                </xsd:annotation>   3727                </xsd:annotation>
3734             </xsd:element>   3728             </xsd:element>
3735          </xsd:choice>   3729          </xsd:choice>
3736          <xsd:element name="port" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   3730          <xsd:element name="port" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
3737             <xsd:annotation>   3731             <xsd:annotation>
3738                <xsd:documentation>A port related to the parameter. If a port is given then the corresponding unit usually must be given. For example, an "offset along network"   3732                <xsd:documentation>A port related to the parameter. If a port is given then the corresponding unit usually must be given. For example, an "offset along network"
3739                parameter must specify a port from which the offset was measured.</xsd:documentation>   3733                parameter must specify a port from which the offset was measured.</xsd:documentation>
3740             </xsd:annotation>   3734             </xsd:annotation>
3741          </xsd:element>   3735          </xsd:element>
3742          <xsd:element name="unit" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   3736          <xsd:element name="unit" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
3743             <xsd:annotation>   3737             <xsd:annotation>
3744                <xsd:documentation>A unit related to the parameter. For example, an "offset along network" parameter must specify a port (on a unit) from which the offset was   3738                <xsd:documentation>A unit related to the parameter. For example, an "offset along network" parameter must specify a port (on a unit) from which the offset was
3745                measured.</xsd:documentation>   3739                measured.</xsd:documentation>
3746             </xsd:annotation>   3740             </xsd:annotation>
3747          </xsd:element>   3741          </xsd:element>
3748          <xsd:element name="alert" type="witsml:cs_productVolumeAlert" minOccurs="0" maxOccurs="1">   3742          <xsd:element name="alert" type="witsml:cs_productVolumeAlert" minOccurs="0" maxOccurs="1">
3749             <xsd:annotation>   3743             <xsd:annotation>
3750                <xsd:documentation>An indication of some sort of abnormal condition relative this parameter.</xsd:documentation>   3744                <xsd:documentation>An indication of some sort of abnormal condition relative this parameter.</xsd:documentation>
3751             </xsd:annotation>   3745             </xsd:annotation>
3752          </xsd:element>   3746          </xsd:element>
3753       </xsd:sequence>   3747       </xsd:sequence>
3754       <xsd:attributeGroup ref="witsml:attgrp_uid">   3748       <xsd:attributeGroup ref="witsml:attgrp_uid">
3755          <xsd:annotation>   3749          <xsd:annotation>
3756             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>   3750             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
3757          </xsd:annotation>   3751          </xsd:annotation>
3758       </xsd:attributeGroup>   3752       </xsd:attributeGroup>
3759    </xsd:complexType>   3753    </xsd:complexType>
3760    <xsd:complexType name="cs_productVolumePeriod">   3754    <xsd:complexType name="cs_productVolumePeriod">
3761       <xsd:annotation>   3755       <xsd:annotation>
3762          <xsd:documentation>WITSML - Product Volume Period Component Schema.</xsd:documentation>   3756          <xsd:documentation>WITSML - Product Volume Period Component Schema.</xsd:documentation>
3763       </xsd:annotation>   3757       </xsd:annotation>
3764       <xsd:sequence>   3758       <xsd:sequence>
3765          <xsd:element name="kind" type="witsml:ReportingPeriod" minOccurs="0" maxOccurs="1">   3759          <xsd:element name="kind" type="witsml:ReportingPeriod" minOccurs="0" maxOccurs="1">
3766             <xsd:annotation>   3760             <xsd:annotation>
3767                <xsd:documentation>The type of period that is being reported. If not specified and a time is not given then the period is defined by the reporting   3761                <xsd:documentation>The type of period that is being reported. If not specified and a time is not given then the period is defined by the reporting
3768                period.</xsd:documentation>   3762                period.</xsd:documentation>
3769             </xsd:annotation>   3763             </xsd:annotation>
3770          </xsd:element>   3764          </xsd:element>
3771          <xsd:choice minOccurs="0" maxOccurs="1">   3765          <xsd:choice minOccurs="0" maxOccurs="1">
3772             <xsd:annotation>   3766             <xsd:annotation>
3773                <xsd:documentation>A reporting period that is different from the overall report period. For example, a particular day within a monthly report. This period must   3767                <xsd:documentation>A reporting period that is different from the overall report period. For example, a particular day within a monthly report. This period must
3774                conform to the kind of interval. If one value from a pair are given then both values must be given.</xsd:documentation>   3768                conform to the kind of interval. If one value from a pair are given then both values must be given.</xsd:documentation>
3775             </xsd:annotation>   3769             </xsd:annotation>
3776             <xsd:element name="dTim" type="witsml:timestamp" minOccurs="1" maxOccurs="1">   3770             <xsd:element name="dTim" type="witsml:timestamp" minOccurs="1" maxOccurs="1">
3777                <xsd:annotation>   3771                <xsd:annotation>
3778                   <xsd:documentation>The beginning date and time that the period represents.</xsd:documentation>   3772                   <xsd:documentation>The beginning date and time that the period represents.</xsd:documentation>
3779                </xsd:annotation>   3773                </xsd:annotation>
3780             </xsd:element>   3774             </xsd:element>
3781             <xsd:element name="date" type="witsml:date" minOccurs="1" maxOccurs="1">   3775             <xsd:element name="date" type="witsml:date" minOccurs="1" maxOccurs="1">
3782                <xsd:annotation>   3776                <xsd:annotation>
3783                   <xsd:documentation>The day that the period represents.</xsd:documentation>   3777                   <xsd:documentation>The day that the period represents.</xsd:documentation>
3784                </xsd:annotation>   3778                </xsd:annotation>
3785             </xsd:element>   3779             </xsd:element>
3786             <xsd:sequence>   3780             <xsd:sequence>
3787                <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="1" maxOccurs="1">   3781                <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="1" maxOccurs="1">
3788                   <xsd:annotation>   3782                   <xsd:annotation>
3789                      <xsd:documentation>The beginning date and time that the period represents.</xsd:documentation>   3783                      <xsd:documentation>The beginning date and time that the period represents.</xsd:documentation>
3790                   </xsd:annotation>   3784                   </xsd:annotation>
3791                </xsd:element>   3785                </xsd:element>
3792                <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   3786                <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
3793                   <xsd:annotation>   3787                   <xsd:annotation>
3794                      <xsd:documentation>The ending date and time that the period represents.</xsd:documentation>   3788                      <xsd:documentation>The ending date and time that the period represents.</xsd:documentation>
3795                   </xsd:annotation>   3789                   </xsd:annotation>
3796                </xsd:element>   3790                </xsd:element>
3797             </xsd:sequence>   3791             </xsd:sequence>
3798             <xsd:sequence>   3792             <xsd:sequence>
3799                <xsd:element name="dateStart" type="witsml:date" minOccurs="1" maxOccurs="1">   3793                <xsd:element name="dateStart" type="witsml:date" minOccurs="1" maxOccurs="1">
3800                   <xsd:annotation>   3794                   <xsd:annotation>
3801                      <xsd:documentation>The beginning date that the period represents.</xsd:documentation>   3795                      <xsd:documentation>The beginning date that the period represents.</xsd:documentation>
3802                   </xsd:annotation>   3796                   </xsd:annotation>
3803                </xsd:element>   3797                </xsd:element>
3804                <xsd:element name="dateEnd" type="witsml:date" minOccurs="0" maxOccurs="1">   3798                <xsd:element name="dateEnd" type="witsml:date" minOccurs="0" maxOccurs="1">
3805                   <xsd:annotation>   3799                   <xsd:annotation>
3806                      <xsd:documentation>The ending date that the period represents.</xsd:documentation>   3800                      <xsd:documentation>The ending date that the period represents.</xsd:documentation>
3807                   </xsd:annotation>   3801                   </xsd:annotation>
3808                </xsd:element>   3802                </xsd:element>
3809             </xsd:sequence>   3803             </xsd:sequence>
3810          </xsd:choice>   3804          </xsd:choice>
3811          <xsd:group ref="witsml:grp_commonPropertiesProductVolume">   3805          <xsd:group ref="witsml:grp_commonPropertiesProductVolume">
3812             <xsd:annotation>   3806             <xsd:annotation>
3813                <xsd:documentation>The properties whose existance is independent of a specific location in the hierarchy.</xsd:documentation>   3807                <xsd:documentation>The properties whose existance is independent of a specific location in the hierarchy.</xsd:documentation>
3814             </xsd:annotation>   3808             </xsd:annotation>
3815          </xsd:group>   3809          </xsd:group>
3816          <xsd:element name="componentContent" type="witsml:cs_productVolumeComponentContent" minOccurs="0" maxOccurs="unbounded">   3810          <xsd:element name="componentContent" type="witsml:cs_productVolumeComponentContent" minOccurs="0" maxOccurs="unbounded">
3817             <xsd:annotation>   3811             <xsd:annotation>
3818                <xsd:documentation>The relative amount of a component product in the product stream.</xsd:documentation>   3812                <xsd:documentation>The relative amount of a component product in the product stream.</xsd:documentation>
3819             </xsd:annotation>   3813             </xsd:annotation>
3820          </xsd:element>   3814          </xsd:element>
3821          <xsd:element name="balanceSet" type="witsml:cs_productVolumeSalesSet" minOccurs="0" maxOccurs="unbounded">   3815          <xsd:element name="balanceSet" type="witsml:cs_productVolumeSalesSet" minOccurs="0" maxOccurs="unbounded">
3822             <xsd:annotation>   3816             <xsd:annotation>
3823                <xsd:documentation>Provides the sales context for this period.</xsd:documentation>   3817                <xsd:documentation>Provides the sales context for this period.</xsd:documentation>
3824             </xsd:annotation>   3818             </xsd:annotation>
3825          </xsd:element>   3819          </xsd:element>
3826          <xsd:element name="alert" type="witsml:cs_productVolumeAlert" minOccurs="0" maxOccurs="1">   3820          <xsd:element name="alert" type="witsml:cs_productVolumeAlert" minOccurs="0" maxOccurs="1">
3827             <xsd:annotation>   3821             <xsd:annotation>
3828                <xsd:documentation>An indication of some sort of abnormal condition relative the values in this period.</xsd:documentation>   3822                <xsd:documentation>An indication of some sort of abnormal condition relative the values in this period.</xsd:documentation>
3829             </xsd:annotation>   3823             </xsd:annotation>
3830          </xsd:element>   3824          </xsd:element>
3831          <xsd:element name="comment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">   3825          <xsd:element name="comment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
3832             <xsd:annotation>   3826             <xsd:annotation>
3833                <xsd:documentation>A timestamped remark about the amounts.</xsd:documentation>   3827                <xsd:documentation>A timestamped remark about the amounts.</xsd:documentation>
3834             </xsd:annotation>   3828             </xsd:annotation>
3835          </xsd:element>   3829          </xsd:element>
3836       </xsd:sequence>   3830       </xsd:sequence>
3837       <xsd:attributeGroup ref="witsml:attgrp_uid">   3831       <xsd:attributeGroup ref="witsml:attgrp_uid">
3838          <xsd:annotation>   3832          <xsd:annotation>
3839             <xsd:documentation>Unique identifier for the Product Volume Period.</xsd:documentation>   3833             <xsd:documentation>Unique identifier for the Product Volume Period.</xsd:documentation>
3840          </xsd:annotation>   3834          </xsd:annotation>
3841       </xsd:attributeGroup>   3835       </xsd:attributeGroup>
3842    </xsd:complexType>   3836    </xsd:complexType>
3843    <xsd:complexType name="cs_productVolumePortDifference">   3837    <xsd:complexType name="cs_productVolumePortDifference">
3844       <xsd:annotation>   3838       <xsd:annotation>
3845          <xsd:documentation>Product Volume Port Differential characteristics.</xsd:documentation>   3839          <xsd:documentation>Product Volume Port Differential characteristics.</xsd:documentation>
3846       </xsd:annotation>   3840       </xsd:annotation>
3847       <xsd:sequence>   3841       <xsd:sequence>
3848          <xsd:element name="port" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   3842          <xsd:element name="port" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
3849             <xsd:annotation>   3843             <xsd:annotation>
3850                <xsd:documentation>A port on the other end of an internal connection. This should always be specified if a Product Flow Network is being referenced by this report.   3844                <xsd:documentation>A port on the other end of an internal connection. This should always be specified if a Product Flow Network is being referenced by this report.
3851                If this is not specified then there is an assumption that there is only one other port for the unit. For example, if this end of the connection represents an inlet   3845                If this is not specified then there is an assumption that there is only one other port for the unit. For example, if this end of the connection represents an inlet
3852                port then the implied other end is the outlet port for the unit.</xsd:documentation>   3846                port then the implied other end is the outlet port for the unit.</xsd:documentation>
3853             </xsd:annotation>   3847             </xsd:annotation>
3854          </xsd:element>   3848          </xsd:element>
3855          <xsd:element name="presDiff" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   3849          <xsd:element name="presDiff" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
3856             <xsd:annotation>   3850             <xsd:annotation>
3857                <xsd:documentation>The differential pressure between the ports.</xsd:documentation>   3851                <xsd:documentation>The differential pressure between the ports.</xsd:documentation>
3858             </xsd:annotation>   3852             </xsd:annotation>
3859          </xsd:element>   3853          </xsd:element>
3860          <xsd:element name="tempDiff" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">   3854          <xsd:element name="tempDiff" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
3861             <xsd:annotation>   3855             <xsd:annotation>
3862                <xsd:documentation>The differential temperature between the ports.</xsd:documentation>   3856                <xsd:documentation>The differential temperature between the ports.</xsd:documentation>
3863             </xsd:annotation>   3857             </xsd:annotation>
3864          </xsd:element>   3858          </xsd:element>
3865          <xsd:element name="chokeSize" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">   3859          <xsd:element name="chokeSize" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
3866             <xsd:annotation>   3860             <xsd:annotation>
3867                <xsd:documentation>The size of the choke. This characterizes the overall unit with respect to the flow restriction between the ports. The restriction might be   3861                <xsd:documentation>The size of the choke. This characterizes the overall unit with respect to the flow restriction between the ports. The restriction might be
3868                implemented using a valve or an actual choke.</xsd:documentation>   3862                implemented using a valve or an actual choke.</xsd:documentation>
3869             </xsd:annotation>   3863             </xsd:annotation>
3870          </xsd:element>   3864          </xsd:element>
3871          <xsd:element name="chokeRelative" type="witsml:lengthPerLengthMeasure" minOccurs="0" maxOccurs="1">   3865          <xsd:element name="chokeRelative" type="witsml:lengthPerLengthMeasure" minOccurs="0" maxOccurs="1">
3872             <xsd:annotation>   3866             <xsd:annotation>
3873                <xsd:documentation>The relative size of the choke restriction. This characterizes the overall unit with respect to the flow restriction between the ports. The   3867                <xsd:documentation>The relative size of the choke restriction. This characterizes the overall unit with respect to the flow restriction between the ports. The
3874                restriction might be implemented using a valve or an actual choke.</xsd:documentation>   3868                restriction might be implemented using a valve or an actual choke.</xsd:documentation>
3875             </xsd:annotation>   3869             </xsd:annotation>
3876          </xsd:element>   3870          </xsd:element>
3877       </xsd:sequence>   3871       </xsd:sequence>
3878       <xsd:attributeGroup ref="witsml:attgrp_uid">   3872       <xsd:attributeGroup ref="witsml:attgrp_uid">
3879          <xsd:annotation>   3873          <xsd:annotation>
3880             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>   3874             <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
3881          </xsd:annotation>   3875          </xsd:annotation>
3882       </xsd:attributeGroup>   3876       </xsd:attributeGroup>
3883    </xsd:complexType>   3877    </xsd:complexType>
3884    <xsd:complexType name="cs_productVolumeProduct">   3878    <xsd:complexType name="cs_productVolumeProduct">
3885       <xsd:annotation>   3879       <xsd:annotation>
3886          <xsd:documentation>WITSML - Product Volume Product Component Schema.</xsd:documentation>   3880          <xsd:documentation>WITSML - Product Volume Product Component Schema.</xsd:documentation>
3887       </xsd:annotation>   3881       </xsd:annotation>
3888       <xsd:sequence>   3882       <xsd:sequence>
3889          <xsd:element name="kind" type="witsml:ReportingProduct" minOccurs="1" maxOccurs="1">   3883          <xsd:element name="kind" type="witsml:ReportingProduct" minOccurs="1" maxOccurs="1">
3890             <xsd:annotation>   3884             <xsd:annotation>
3891                <xsd:documentation>The type of product that is being reported.</xsd:documentation>   3885                <xsd:documentation>The type of product that is being reported.</xsd:documentation>
3892             </xsd:annotation>   3886             </xsd:annotation>
3893          </xsd:element>   3887          </xsd:element>
3894          <xsd:element name="name" type="witsml:nameStruct" minOccurs="0" maxOccurs="1">   3888          <xsd:element name="name" type="witsml:nameStruct" minOccurs="0" maxOccurs="1">
3895             <xsd:annotation>   3889             <xsd:annotation>
3896                <xsd:documentation>The name of product that is being reported. This is reserved for generic kinds like chemical.</xsd:documentation>   3890                <xsd:documentation>The name of product that is being reported. This is reserved for generic kinds like chemical.</xsd:documentation>
3897             </xsd:annotation>   3891             </xsd:annotation>
3898          </xsd:element>   3892          </xsd:element>
3899          <xsd:element name="splitFactor" type="witsml:nonNegativeFraction" minOccurs="0" maxOccurs="1">   3893          <xsd:element name="splitFactor" type="witsml:nonNegativeFraction" minOccurs="0" maxOccurs="1">
3900             <xsd:annotation>   3894             <xsd:annotation>
3901                <xsd:documentation>This factor describes the fraction of fluid in the source flow that is allocated to this product stream. The volumes reported here are derived   3895                <xsd:documentation>This factor describes the fraction of fluid in the source flow that is allocated to this product stream. The volumes reported here are derived
3902                from the source flow based on this split factor. This should be an allocation flow.</xsd:documentation>   3896                from the source flow based on this split factor. This should be an allocation flow.</xsd:documentation>
3903             </xsd:annotation>   3897             </xsd:annotation>
3904          </xsd:element>   3898          </xsd:element>
3905          <xsd:element name="sourceFlow" type="witsml:cs_refProductFlow" minOccurs="0" maxOccurs="1">   3899          <xsd:element name="sourceFlow" type="witsml:cs_refProductFlow" minOccurs="0" maxOccurs="1">
3906             <xsd:annotation>   3900             <xsd:annotation>
3907                <xsd:documentation>A reference to the source flow whose volumes are used to determine the volumes within this target product stream based on the split   3901                <xsd:documentation>A reference to the source flow whose volumes are used to determine the volumes within this target product stream based on the split
3908                factor.</xsd:documentation>   3902                factor.</xsd:documentation>
3909             </xsd:annotation>   3903             </xsd:annotation>
3910          </xsd:element>   3904          </xsd:element>
3911          <xsd:group ref="witsml:grp_commonPropertiesProductVolume">   3905          <xsd:group ref="witsml:grp_commonPropertiesProductVolume">
3912             <xsd:annotation>   3906             <xsd:annotation>
3913                <xsd:documentation>The properties whose existance is independent of a specific location in the hierarchy.</xsd:documentation>   3907                <xsd:documentation>The properties whose existance is independent of a specific location in the hierarchy.</xsd:documentation>
3914             </xsd:annotation>   3908             </xsd:annotation>
3915          </xsd:group>   3909          </xsd:group>
3916          <xsd:element name="componentContent" type="witsml:cs_productVolumeComponentContent" minOccurs="0" maxOccurs="unbounded">   3910          <xsd:element name="componentContent" type="witsml:cs_productVolumeComponentContent" minOccurs="0" maxOccurs="unbounded">
3917             <xsd:annotation>   3911             <xsd:annotation>
3918                <xsd:documentation>The relative amount of a component product in the product stream.</xsd:documentation>   3912                <xsd:documentation>The relative amount of a component product in the product stream.</xsd:documentation>
3919             </xsd:annotation>   3913             </xsd:annotation>
3920          </xsd:element>   3914          </xsd:element>
3921          <xsd:element name="period" type="witsml:cs_productVolumePeriod" minOccurs="1" maxOccurs="unbounded">   3915          <xsd:element name="period" type="witsml:cs_productVolumePeriod" minOccurs="1" maxOccurs="unbounded">
3922             <xsd:annotation>   3916             <xsd:annotation>
3923                <xsd:documentation>Product amounts for a specific period.</xsd:documentation>   3917                <xsd:documentation>Product amounts for a specific period.</xsd:documentation>
3924             </xsd:annotation>   3918             </xsd:annotation>
3925          </xsd:element>   3919          </xsd:element>
3926          <xsd:element name="comment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">   3920          <xsd:element name="comment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
3927             <xsd:annotation>   3921             <xsd:annotation>
3928                <xsd:documentation>A (possibly timstamped) remark about the product.</xsd:documentation>   3922                <xsd:documentation>A (possibly timstamped) remark about the product.</xsd:documentation>
3929             </xsd:annotation>   3923             </xsd:annotation>
3930          </xsd:element>   3924          </xsd:element>
3931       </xsd:sequence>   3925       </xsd:sequence>
3932       <xsd:attributeGroup ref="witsml:attgrp_uid">   3926       <xsd:attributeGroup ref="witsml:attgrp_uid">
3933          <xsd:annotation>   3927          <xsd:annotation>
3934             <xsd:documentation>Unique identifier for the Product Volume Product.</xsd:documentation>   3928             <xsd:documentation>Unique identifier for the Product Volume Product.</xsd:documentation>
3935          </xsd:annotation>   3929          </xsd:annotation>
3936       </xsd:attributeGroup>   3930       </xsd:attributeGroup>
3937    </xsd:complexType>   3931    </xsd:complexType>
3938    <xsd:complexType name="cs_productVolumeRelatedFacility">   3932    <xsd:complexType name="cs_productVolumeRelatedFacility">
3939       <xsd:annotation>   3933       <xsd:annotation>
3940          <xsd:documentation>WITSML - Report Facility Component Schema.</xsd:documentation>   3934          <xsd:documentation>WITSML - Report Facility Component Schema.</xsd:documentation>
3941       </xsd:annotation>   3935       </xsd:annotation>
3942       <xsd:sequence>   3936       <xsd:sequence>
3943          <xsd:sequence minOccurs="1" maxOccurs="1">   3937          <xsd:sequence minOccurs="1" maxOccurs="1">
3944             <xsd:sequence minOccurs="0" maxOccurs="1">   3938             <xsd:sequence minOccurs="0" maxOccurs="1">
3945                <xsd:element name="name" type="witsml:facilityIdentifierStruct" minOccurs="1" maxOccurs="1">   3939                <xsd:element name="name" type="witsml:facilityIdentifierStruct" minOccurs="1" maxOccurs="1">
3946                   <xsd:annotation>   3940                   <xsd:annotation>
3947                      <xsd:documentation>The name of the facility. The name can be qualified by a naming system. This can also define the kind of facility.</xsd:documentation>   3941                      <xsd:documentation>The name of the facility. The name can be qualified by a naming system. This can also define the kind of facility.</xsd:documentation>
3948                   </xsd:annotation>   3942                   </xsd:annotation>
3949                </xsd:element>   3943                </xsd:element>
3950                <xsd:element name="facilityParent1" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">   3944                <xsd:element name="facilityParent1" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
3951                   <xsd:annotation>   3945                   <xsd:annotation>
3952                      <xsd:documentation>For facilities whose name is unique within the context of another facility, the name of the parent facility. The name can be qualified by a   3946                      <xsd:documentation>For facilities whose name is unique within the context of another facility, the name of the parent facility. The name can be qualified by a
3953                      naming system. This also defines the kind of facility.</xsd:documentation>   3947                      naming system. This also defines the kind of facility.</xsd:documentation>
3954                   </xsd:annotation>   3948                   </xsd:annotation>
3955                </xsd:element>   3949                </xsd:element>
3956                <xsd:element name="facilityParent2" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">   3950                <xsd:element name="facilityParent2" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
3957                   <xsd:annotation>   3951                   <xsd:annotation>
3958                      <xsd:documentation>For facilities whose name is unique within the context of another facility, the name of the parent facility of parent1. The name can be   3952                      <xsd:documentation>For facilities whose name is unique within the context of another facility, the name of the parent facility of parent1. The name can be
3959                      qualified by a naming system. This also defines the kind of facility.</xsd:documentation>   3953                      qualified by a naming system. This also defines the kind of facility.</xsd:documentation>
3960                   </xsd:annotation>   3954                   </xsd:annotation>
3961                </xsd:element>   3955                </xsd:element>
3962             </xsd:sequence>   3956             </xsd:sequence>
3963             <xsd:element name="kind" type="witsml:ReportingFacility" minOccurs="0" maxOccurs="1">   3957             <xsd:element name="kind" type="witsml:ReportingFacility" minOccurs="0" maxOccurs="1">
3964                <xsd:annotation>   3958                <xsd:annotation>
3965                   <xsd:documentation>A kind of facility where the specific name is not relevant.</xsd:documentation>   3959                   <xsd:documentation>A kind of facility where the specific name is not relevant.</xsd:documentation>
3966                </xsd:annotation>   3960                </xsd:annotation>
3967             </xsd:element>   3961             </xsd:element>
3968             <xsd:sequence minOccurs="0" maxOccurs="1">   3962             <xsd:sequence minOccurs="0" maxOccurs="1">
3969                <xsd:element name="port" type="witsml:refNameString" minOccurs="1" maxOccurs="1">   3963                <xsd:element name="port" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
3970                   <xsd:annotation>   3964                   <xsd:annotation>
3971                      <xsd:documentation>The Product Flow Port associated with the Product Flow Unit.</xsd:documentation>   3965                      <xsd:documentation>The Product Flow Port associated with the Product Flow Unit.</xsd:documentation>
3972                   </xsd:annotation>   3966                   </xsd:annotation>
3973                </xsd:element>   3967                </xsd:element>
3974                <xsd:element name="unit" type="witsml:refNameString" minOccurs="1" maxOccurs="1">   3968                <xsd:element name="unit" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
3975                   <xsd:annotation>   3969                   <xsd:annotation>
3976                      <xsd:documentation>The Product Flow Unit representing the facility.</xsd:documentation>   3970                      <xsd:documentation>The Product Flow Unit representing the facility.</xsd:documentation>
3977                   </xsd:annotation>   3971                   </xsd:annotation>
3978                </xsd:element>   3972                </xsd:element>
3979                <xsd:element name="network" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   3973                <xsd:element name="network" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
3980                   <xsd:annotation>   3974                   <xsd:annotation>
3981                      <xsd:documentation>The Product Flow Network representing the facility. This is only required if the network is not the same as the primary network that   3975                      <xsd:documentation>The Product Flow Network representing the facility. This is only required if the network is not the same as the primary network that
3982                      represents the Product Flow Model. This must be unique within the context of the Product Flow Model represented by this report.</xsd:documentation>   3976                      represents the Product Flow Model. This must be unique within the context of the Product Flow Model represented by this report.</xsd:documentation>
3983                   </xsd:annotation>   3977                   </xsd:annotation>
3984                </xsd:element>   3978                </xsd:element>
3985             </xsd:sequence>   3979             </xsd:sequence>
3986          </xsd:sequence>   3980          </xsd:sequence>
3987       </xsd:sequence>   3981       </xsd:sequence>
3988    </xsd:complexType>   3982    </xsd:complexType>
3989    <xsd:complexType name="cs_productVolumeSalesSet">   3983    <xsd:complexType name="cs_productVolumeSalesSet">
3990       <xsd:annotation>   3984       <xsd:annotation>
3991          <xsd:documentation>WITSML - Product Flow Sales Set Schema.</xsd:documentation>   3985          <xsd:documentation>WITSML - Product Flow Sales Set Schema.</xsd:documentation>
3992       </xsd:annotation>   3986       </xsd:annotation>
3993       <xsd:sequence>   3987       <xsd:sequence>
3994          <xsd:element name="kind" type="witsml:SalesFlowPart" minOccurs="0" maxOccurs="1">   3988          <xsd:element name="kind" type="witsml:SalesFlowPart" minOccurs="0" maxOccurs="1">
3995             <xsd:annotation>   3989             <xsd:annotation>
3996                <xsd:documentation>Defines the aspect being described.</xsd:documentation>   3990                <xsd:documentation>Defines the aspect being described.</xsd:documentation>
3997             </xsd:annotation>   3991             </xsd:annotation>
3998          </xsd:element>   3992          </xsd:element>
3999          <xsd:element name="cargoNumber" type="witsml:kindString" minOccurs="0" maxOccurs="1">   3993          <xsd:element name="cargoNumber" type="witsml:kindString" minOccurs="0" maxOccurs="1">
4000             <xsd:annotation>   3994             <xsd:annotation>
4001                <xsd:documentation>A cargo identifier for the product.</xsd:documentation>   3995                <xsd:documentation>A cargo identifier for the product.</xsd:documentation>
4002             </xsd:annotation>   3996             </xsd:annotation>
4003          </xsd:element>   3997          </xsd:element>
4004          <xsd:element name="cargoBatchNumber" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">   3998          <xsd:element name="cargoBatchNumber" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
4005             <xsd:annotation>   3999             <xsd:annotation>
4006                <xsd:documentation>A cargo batch number. Used if the vessel needs to temporarily disconnect for some reason (e.g., weather).</xsd:documentation>   4000                <xsd:documentation>A cargo batch number. Used if the vessel needs to temporarily disconnect for some reason (e.g., weather).</xsd:documentation>
4007             </xsd:annotation>   4001             </xsd:annotation>
4008          </xsd:element>   4002          </xsd:element>
4009          <xsd:element name="shipper" type="witsml:nameString" minOccurs="0" maxOccurs="1">   4003          <xsd:element name="shipper" type="witsml:nameString" minOccurs="0" maxOccurs="1">
4010             <xsd:annotation>   4004             <xsd:annotation>
4011                <xsd:documentation>The name of the shipper</xsd:documentation>   4005                <xsd:documentation>The name of the shipper</xsd:documentation>
4012             </xsd:annotation>   4006             </xsd:annotation>
4013          </xsd:element>   4007          </xsd:element>
4014          <xsd:element name="destination" type="witsml:cs_productVolumeDestination" minOccurs="0" maxOccurs="1">   4008          <xsd:element name="destination" type="witsml:cs_productVolumeDestination" minOccurs="0" maxOccurs="1">
4015             <xsd:annotation>   4009             <xsd:annotation>
4016                <xsd:documentation>Defines the destination of the sale.</xsd:documentation>   4010                <xsd:documentation>Defines the destination of the sale.</xsd:documentation>
4017             </xsd:annotation>   4011             </xsd:annotation>
4018          </xsd:element>   4012          </xsd:element>
4019          <!-- added msv more logical to specify the date for the whole cargo here--> +-    
4020          <xsd:element name="event" type="witsml:cs_productVolumeSaleEvent" minOccurs="0" maxOccurs="1">      
4021             <xsd:annotation>      
4022                <xsd:documentation>A dated event related to the sale.</xsd:documentation>      
4023             </xsd:annotation>      
4024          </xsd:element>      
4025          <xsd:element name="volumeValue" type="witsml:cs_volumeValue" minOccurs="0" maxOccurs="unbounded">      
4026             <xsd:annotation>      
4027                <xsd:documentation>The volume of the fluid, possibly corrected to specific conditions of temperature and pressure. A positive value for an inlet port indicates flow      
4028                   into the port. A negative value for an inlet port indicates flow out of the port. A positive value for an outlet port indicates flow out of the port. A negative      
4029                   value for an outlet port indicates flow into of the port. This convention is designed such that a positive sign indicates an expected condition based on the      
4030                   intended port direction while a negative sign indicates an anomolous condition.</xsd:documentation>      
4031             </xsd:annotation>      
4032          </xsd:element>      
4033          <xsd:element name="mass" type="witsml:massMeasure" minOccurs="0" maxOccurs="1">      
4034             <xsd:annotation>      
4035                <xsd:documentation>The mass of the product.</xsd:documentation>      
4036             </xsd:annotation>      
4037          </xsd:element>      
4038          <xsd:element name="densityValue" type="witsml:cs_densityValue" minOccurs="0" maxOccurs="1">      
4039             <xsd:annotation>      
4040                <xsd:documentation>The density of the fluid, possibly corrected to specific conditions of temperature and pressure.</xsd:documentation>      
4041             </xsd:annotation>      
4042          </xsd:element>      
4043          <xsd:element name="balanceDetail" type="witsml:cs_productVolumeSalesDetail" minOccurs="0" maxOccurs="unbounded"> = 4013          <xsd:element name="balanceDetail" type="witsml:cs_productVolumeSalesDetail" minOccurs="0" maxOccurs="unbounded">
4044             <xsd:annotation>   4014             <xsd:annotation>
4045                <xsd:documentation>Provides details on the sale.</xsd:documentation>   4015                <xsd:documentation>Provides details on the sale.</xsd:documentation>
4046             </xsd:annotation>   4016             </xsd:annotation>
4047          </xsd:element>   4017          </xsd:element>
4048       </xsd:sequence>   4018       </xsd:sequence>
4049       <xsd:attributeGroup ref="witsml:attgrp_uid">   4019       <xsd:attributeGroup ref="witsml:attgrp_uid">
4050          <xsd:annotation>   4020          <xsd:annotation>
4051             <xsd:documentation>Unique identifier for the node.</xsd:documentation>   4021             <xsd:documentation>Unique identifier for the node.</xsd:documentation>
4052          </xsd:annotation>   4022          </xsd:annotation>
4053       </xsd:attributeGroup>   4023       </xsd:attributeGroup>
4054    </xsd:complexType>   4024    </xsd:complexType>
4055    <xsd:complexType name="cs_productVolumeSalesDetail">   4025    <xsd:complexType name="cs_productVolumeSalesDetail">
4056       <xsd:annotation>   4026       <xsd:annotation>
4057          <xsd:documentation>WITSML - Product Flow Sales Context Schema.</xsd:documentation>   4027          <xsd:documentation>WITSML - Product Flow Sales Context Schema.</xsd:documentation>
4058       </xsd:annotation>   4028       </xsd:annotation>
4059       <xsd:sequence>   4029       <xsd:sequence>
4060          <xsd:element name="owner" type="witsml:refNameString" minOccurs="0" maxOccurs="1"> <> 4030          <xsd:element name="owner" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
4061             <xsd:annotation> = 4031             <xsd:annotation>
4062                <xsd:documentation>A pointer to the business unit which owns the product.</xsd:documentation>   4032                <xsd:documentation>A pointer to the business unit which owns the product.</xsd:documentation>
4063             </xsd:annotation>   4033             </xsd:annotation>
4064          </xsd:element>   4034          </xsd:element>
4065          <!--added by msv-->   4035          <!--added by msv-->
4066          <xsd:element name="seller" type="witsml:refNameString" minOccurs="0" maxOccurs="1"> +-    
4067             <xsd:annotation>      
4068                <xsd:documentation>A pointer to the business unit which sells the product.</xsd:documentation>      
4069             </xsd:annotation>      
4070          </xsd:element>      
4071          <xsd:element name="buyer" type="witsml:refNameString" minOccurs="0" maxOccurs="1"> = 4036          <xsd:element name="buyer" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
4072             <xsd:annotation>   4037             <xsd:annotation>
4073                <xsd:documentation>A pointer to the business unit which buys the product.</xsd:documentation>   4038                <xsd:documentation>A pointer to the business unit which buys the product.</xsd:documentation>
4074             </xsd:annotation> +-    
4075          </xsd:element>      
4076          <xsd:element name="destination" type="witsml:cs_productVolumeDestination" minOccurs="0" maxOccurs="1">      
4077             <xsd:annotation>      
4078                <xsd:documentation>Defines the destination of the sale.</xsd:documentation>      
4079             </xsd:annotation> = 4039             </xsd:annotation>
4080          </xsd:element>   4040          </xsd:element>
4081          <xsd:element name="sourceUnit" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   4041          <xsd:element name="sourceUnit" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
4082             <xsd:annotation>   4042             <xsd:annotation>
4083                <xsd:documentation>Points to the business unit from which the product originated.</xsd:documentation>   4043                <xsd:documentation>Points to the business unit from which the product originated.</xsd:documentation>
4084             </xsd:annotation>   4044             </xsd:annotation>
4085          </xsd:element>   4045          </xsd:element>
4086          <xsd:element name="share" type="witsml:volumePerVolumeMeasurePercent" minOccurs="0" maxOccurs="1">   4046          <xsd:element name="share" type="witsml:volumePerVolumeMeasurePercent" minOccurs="0" maxOccurs="1">
4087             <xsd:annotation>   4047             <xsd:annotation>
4088                <xsd:documentation>The owner's share of the product.</xsd:documentation>   4048                <xsd:documentation>The owner's share of the product.</xsd:documentation>
4089             </xsd:annotation>   4049             </xsd:annotation>
4090          </xsd:element>   4050          </xsd:element>
4091          <xsd:element name="accountNumber" type="witsml:kindString" minOccurs="0" maxOccurs="1">   4051          <xsd:element name="accountNumber" type="witsml:kindString" minOccurs="0" maxOccurs="1">
4092             <xsd:annotation>   4052             <xsd:annotation>
4093                <xsd:documentation>An account identifier for the sale.</xsd:documentation>   4053                <xsd:documentation>An account identifier for the sale.</xsd:documentation>
4094             </xsd:annotation>   4054             </xsd:annotation>
4095          </xsd:element>   4055          </xsd:element>
4096          <xsd:element name="event" type="witsml:cs_productVolumeSaleEvent" minOccurs="0" maxOccurs="1">   4056          <xsd:element name="event" type="witsml:cs_productVolumeSaleEvent" minOccurs="0" maxOccurs="1">
4097             <xsd:annotation>   4057             <xsd:annotation>
4098                <xsd:documentation>A dated event related to the sale.</xsd:documentation>   4058                <xsd:documentation>A dated event related to the sale.</xsd:documentation>
4099             </xsd:annotation>   4059             </xsd:annotation>
4100          </xsd:element>   4060          </xsd:element>
4101          <!--msv should be possible to have several volume values--> +-    
4102          <xsd:element name="volumeValue" type="witsml:cs_volumeValue" minOccurs="0" maxOccurs="unbounded"> = 4061          <xsd:element name="volumeValue" type="witsml:cs_volumeValue" minOccurs="0" maxOccurs="unbounded">
4103             <xsd:annotation>   4062             <xsd:annotation>
4104                <xsd:documentation>The volume of the fluid, possibly corrected to specific conditions of temperature and pressure. Different volumes may be defined at different   4063                <xsd:documentation>The volume of the fluid, possibly corrected to specific conditions of temperature and pressure. Different volumes may be defined at different
4105                conditions but they should all represent the same mass of material.</xsd:documentation>   4064                conditions but they should all represent the same mass of material.</xsd:documentation>
4106             </xsd:annotation>   4065             </xsd:annotation>
4107          </xsd:element>   4066          </xsd:element>
4108          <xsd:element name="mass" type="witsml:massMeasure" minOccurs="0" maxOccurs="1"> +-    
4109             <xsd:annotation>      
4110                <xsd:documentation>The mass of the product.</xsd:documentation>      
4111             </xsd:annotation>      
4112          </xsd:element>      
4113          <xsd:element name="densityValue" type="witsml:cs_densityValue" minOccurs="0" maxOccurs="1">      
4114             <xsd:annotation>      
4115                <xsd:documentation>The density of the fluid, possibly corrected to specific conditions of temperature and pressure.</xsd:documentation>      
4116             </xsd:annotation>      
4117          </xsd:element>      
4118               
4119               
4120          <!--added by msv should this be in volumevalue as it represents the logical energy content of the gas volume--> = 4067          <!--added by msv should this be in volumevalue as it represents the logical energy content of the gas volume-->
4121          <xsd:element name="work" type="witsml:workMeasure" minOccurs="0" maxOccurs="1">   4068          <xsd:element name="work" type="witsml:workMeasure" minOccurs="0" maxOccurs="1">
4122             <xsd:annotation>   4069             <xsd:annotation>
4123                <xsd:documentation>The electrical energy represented by the product.</xsd:documentation>   4070                <xsd:documentation>The electrical energy represented by the product.</xsd:documentation>
4124             </xsd:annotation>   4071             </xsd:annotation>
4125          </xsd:element>   4072          </xsd:element>
4126          <xsd:element name="sampleAnalysisResult" type="witsml:refNameString" minOccurs="0" maxOccurs="unbounded">   4073          <xsd:element name="sampleAnalysisResult" type="witsml:refNameString" minOccurs="0" maxOccurs="unbounded">
4127             <xsd:annotation>   4074             <xsd:annotation>
4128                <xsd:documentation>A pointer to a fluid sample analysis result object that is relevant to the sale. This sample may have been acquired previous to or after this   4075                <xsd:documentation>A pointer to a fluid sample analysis result object that is relevant to the sale. This sample may have been acquired previous to or after this
4129                period and is used for determining the allocated characteristics.</xsd:documentation>   4076                period and is used for determining the allocated characteristics.</xsd:documentation>
4130             </xsd:annotation>   4077             </xsd:annotation>
4131          </xsd:element>   4078          </xsd:element>
4132          <xsd:element name="componentContent" type="witsml:cs_productVolumeComponentContent" minOccurs="0" maxOccurs="unbounded">   4079          <xsd:element name="componentContent" type="witsml:cs_productVolumeComponentContent" minOccurs="0" maxOccurs="unbounded">
4133             <xsd:annotation>   4080             <xsd:annotation>
4134                <xsd:documentation>The relative amount of a component product in the product.</xsd:documentation>   4081                <xsd:documentation>The relative amount of a component product in the product.</xsd:documentation>
4135             </xsd:annotation>   4082             </xsd:annotation>
4136          </xsd:element>   4083          </xsd:element>
4137       </xsd:sequence>   4084       </xsd:sequence>
4138    </xsd:complexType>   4085    </xsd:complexType>
4139    <xsd:complexType name="cs_productVolumeDestination">   4086    <xsd:complexType name="cs_productVolumeDestination">
4140       <xsd:annotation>   4087       <xsd:annotation>
4141          <xsd:documentation>WITSML - Product Flow Sales Destination Schema.</xsd:documentation>   4088          <xsd:documentation>WITSML - Product Flow Sales Destination Schema.</xsd:documentation>
4142       </xsd:annotation>   4089       </xsd:annotation>
4143       <xsd:sequence>   4090       <xsd:sequence>
4144          <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">   4091          <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">
4145             <xsd:annotation>   4092             <xsd:annotation>
4146                <xsd:documentation>The name of the destination.</xsd:documentation>   4093                <xsd:documentation>The name of the destination.</xsd:documentation>
4147             </xsd:annotation>   4094             </xsd:annotation>
4148          </xsd:element>   4095          </xsd:element>
4149          <xsd:element name="type" type="witsml:SaleDestinationType" minOccurs="0" maxOccurs="1">   4096          <xsd:element name="type" type="witsml:SaleDestinationType" minOccurs="0" maxOccurs="1">
4150             <xsd:annotation>   4097             <xsd:annotation>
4151                <xsd:documentation>The type of destination.</xsd:documentation>   4098                <xsd:documentation>The type of destination.</xsd:documentation>
4152             </xsd:annotation>   4099             </xsd:annotation>
4153          </xsd:element>   4100          </xsd:element>
4154          <xsd:element name="country" type="witsml:nameString" minOccurs="0" maxOccurs="1">   4101          <xsd:element name="country" type="witsml:nameString" minOccurs="0" maxOccurs="1">
4155             <xsd:annotation>   4102             <xsd:annotation>
4156                <xsd:documentation>The country of the destination.</xsd:documentation>   4103                <xsd:documentation>The country of the destination.</xsd:documentation>
4157             </xsd:annotation>   4104             </xsd:annotation>
4158          </xsd:element>   4105          </xsd:element>
4159       </xsd:sequence>   4106       </xsd:sequence>
4160    </xsd:complexType>   4107    </xsd:complexType>
4161    <xsd:complexType name="cs_productVolumeSaleEvent">   4108    <xsd:complexType name="cs_productVolumeSaleEvent">
4162       <xsd:annotation>   4109       <xsd:annotation>
4163          <xsd:documentation>WITSML - Product Volume Sale Event Schema.</xsd:documentation>   4110          <xsd:documentation>WITSML - Product Volume Sale Event Schema.</xsd:documentation>
4164       </xsd:annotation>   4111       </xsd:annotation>
4165       <xsd:sequence>   4112       <xsd:sequence>
4166          <xsd:element name="date" type="witsml:date" minOccurs="1" maxOccurs="1">   4113          <xsd:element name="date" type="witsml:date" minOccurs="1" maxOccurs="1">
4167             <xsd:annotation>   4114             <xsd:annotation>
4168                <xsd:documentation>The date of the event.</xsd:documentation>   4115                <xsd:documentation>The date of the event.</xsd:documentation>
4169             </xsd:annotation>   4116             </xsd:annotation>
4170          </xsd:element>   4117          </xsd:element>
4171          <xsd:element name="kind" type="witsml:SaleEventKind" minOccurs="1" maxOccurs="1">   4118          <xsd:element name="kind" type="witsml:SaleEventKind" minOccurs="1" maxOccurs="1">
4172             <xsd:annotation>   4119             <xsd:annotation>
4173                <xsd:documentation>The kind of event.</xsd:documentation>   4120                <xsd:documentation>The kind of event.</xsd:documentation>
4174             </xsd:annotation>   4121             </xsd:annotation>
4175          </xsd:element>   4122          </xsd:element>
4176       </xsd:sequence>   4123       </xsd:sequence>
4177       <xsd:attributeGroup ref="witsml:attgrp_uid">   4124       <xsd:attributeGroup ref="witsml:attgrp_uid">
4178          <xsd:annotation>   4125          <xsd:annotation>
4179             <xsd:documentation>Unique identifier for the node.</xsd:documentation>   4126             <xsd:documentation>Unique identifier for the node.</xsd:documentation>
4180          </xsd:annotation>   4127          </xsd:annotation>
4181       </xsd:attributeGroup>   4128       </xsd:attributeGroup>
4182    </xsd:complexType>   4129    </xsd:complexType>
4183    <xsd:simpleType name="SaleEventKind">   4130    <xsd:simpleType name="SaleEventKind">
4184       <xsd:annotation>   4131       <xsd:annotation>
4185          <!--msv is this not wrong shouldnt this be included from enum file-->   4132          <!--msv is this not wrong shouldnt this be included from enum file-->
4186          <xsd:documentation>Defines a type of event related to a sale. //////////////////////////////////////////////////////////////// THESE VALUES WILL BE MOVED TO THE   4133          <xsd:documentation>Defines a type of event related to a sale. //////////////////////////////////////////////////////////////// THESE VALUES WILL BE MOVED TO THE
4187          ancilary/enumValues.xsd FILE. ////////////////////////////////////////////////////////////////</xsd:documentation>   4134          ancilary/enumValues.xsd FILE. ////////////////////////////////////////////////////////////////</xsd:documentation>
4188       </xsd:annotation>   4135       </xsd:annotation>
4189       <!--msv added bill of lading-->   4136       <!--msv added bill of lading-->
4190       <xsd:restriction base="witsml:abstractTypeEnum">   4137       <xsd:restriction base="witsml:abstractTypeEnum">
4191          <xsd:enumeration value="bill of lading">   4138          <xsd:enumeration value="bill of lading">
4192             <xsd:annotation>   4139             <xsd:annotation>
4193                <xsd:documentation>xxxxxxxxxxxx</xsd:documentation>   4140                <xsd:documentation>xxxxxxxxxxxx</xsd:documentation>
4194             </xsd:annotation>   4141             </xsd:annotation>
4195          </xsd:enumeration>   4142          </xsd:enumeration>
4196          <xsd:enumeration value="unknown">   4143          <xsd:enumeration value="unknown">
4197             <xsd:annotation>   4144             <xsd:annotation>
4198                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   4145                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
4199                value. Use of this value may result in rejection in some situations.</xsd:documentation>   4146                value. Use of this value may result in rejection in some situations.</xsd:documentation>
4200             </xsd:annotation>   4147             </xsd:annotation>
4201          </xsd:enumeration>   4148          </xsd:enumeration>
4202       </xsd:restriction>   4149       </xsd:restriction>
4203    </xsd:simpleType>   4150    </xsd:simpleType>
4204    <xsd:simpleType name="SalesFlowPart">   4151    <xsd:simpleType name="SalesFlowPart">
4205       <xsd:annotation>   4152       <xsd:annotation>
4206          <xsd:documentation>Defines a subdivision of a flow related to sales. //////////////////////////////////////////////////////////////// THESE VALUES WILL BE MOVED TO THE   4153          <xsd:documentation>Defines a subdivision of a flow related to sales. //////////////////////////////////////////////////////////////// THESE VALUES WILL BE MOVED TO THE
4207          ancilary/enumValues.xsd FILE. ////////////////////////////////////////////////////////////////</xsd:documentation>   4154          ancilary/enumValues.xsd FILE. ////////////////////////////////////////////////////////////////</xsd:documentation>
4208       </xsd:annotation>   4155       </xsd:annotation>
4209       <xsd:restriction base="witsml:abstractTypeEnum">   4156       <xsd:restriction base="witsml:abstractTypeEnum">
4210          <xsd:enumeration value="opening balance">   4157          <xsd:enumeration value="opening balance">
4211             <xsd:annotation>   4158             <xsd:annotation>
4212                <xsd:documentation>A volume that is the total volume on stock at the beginning of a time period.</xsd:documentation>   4159                <xsd:documentation>A volume that is the total volume on stock at the beginning of a time period.</xsd:documentation>
4213             </xsd:annotation>   4160             </xsd:annotation>
4214          </xsd:enumeration>   4161          </xsd:enumeration>
4215          <xsd:enumeration value="closing balance">   4162          <xsd:enumeration value="closing balance">
4216             <xsd:annotation>   4163             <xsd:annotation>
4217                <xsd:documentation>A volume that is the total volume on stock at the end of a time period.</xsd:documentation>   4164                <xsd:documentation>A volume that is the total volume on stock at the end of a time period.</xsd:documentation>
4218             </xsd:annotation>   4165             </xsd:annotation>
4219          </xsd:enumeration>   4166          </xsd:enumeration>
4220          <xsd:enumeration value="input to storage">   4167          <xsd:enumeration value="input to storage">
4221             <xsd:annotation>   4168             <xsd:annotation>
4222                <xsd:documentation>A volume that is the total volume of additions to a stock within a given time period.</xsd:documentation>   4169                <xsd:documentation>A volume that is the total volume of additions to a stock within a given time period.</xsd:documentation>
4223             </xsd:annotation>   4170             </xsd:annotation>
4224          </xsd:enumeration>   4171          </xsd:enumeration>
4225          <xsd:enumeration value="lifting entitlement">   4172          <xsd:enumeration value="lifting entitlement">
4226             <xsd:annotation>   4173             <xsd:annotation>
4227                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>   4174                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
4228             </xsd:annotation>   4175             </xsd:annotation>
4229          </xsd:enumeration>   4176          </xsd:enumeration>
4230          <xsd:enumeration value="lifting entitlement remaining">   4177          <xsd:enumeration value="lifting entitlement remaining">
4231             <xsd:annotation>   4178             <xsd:annotation>
4232                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>   4179                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
4233             </xsd:annotation>   4180             </xsd:annotation>
4234          </xsd:enumeration>   4181          </xsd:enumeration>
4235          <xsd:enumeration value="gain/loss">   4182          <xsd:enumeration value="gain/loss">
4236             <xsd:annotation>   4183             <xsd:annotation>
4237                <xsd:documentation>A volume that is a lack of proper proportion or relation between the corresponding input and liftings transactions.</xsd:documentation>   4184                <xsd:documentation>A volume that is a lack of proper proportion or relation between the corresponding input and liftings transactions.</xsd:documentation>
4238             </xsd:annotation>   4185             </xsd:annotation>
4239          </xsd:enumeration>   4186          </xsd:enumeration>
4240          <xsd:enumeration value="adjusted closing">   4187          <xsd:enumeration value="adjusted closing">
4241             <xsd:annotation>   4188             <xsd:annotation>
4242                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>   4189                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
4243             </xsd:annotation>   4190             </xsd:annotation>
4244          </xsd:enumeration>   4191          </xsd:enumeration>
4245          <xsd:enumeration value="lifted">   4192          <xsd:enumeration value="lifted">
4246             <xsd:annotation>   4193             <xsd:annotation>
4247                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>   4194                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
4248             </xsd:annotation>   4195             </xsd:annotation>
4249          </xsd:enumeration>   4196          </xsd:enumeration>
4250          <xsd:enumeration value="production -- value adjustment">   4197          <xsd:enumeration value="production -- value adjustment">
4251             <xsd:annotation>   4198             <xsd:annotation>
4252                <xsd:documentation>A value that is adjusted due to a change in the value of a product.</xsd:documentation>   4199                <xsd:documentation>A value that is adjusted due to a change in the value of a product.</xsd:documentation>
4253             </xsd:annotation>   4200             </xsd:annotation>
4254          </xsd:enumeration>   4201          </xsd:enumeration>
4255          <xsd:enumeration value="transaction">   4202          <xsd:enumeration value="transaction">
4256             <xsd:annotation>   4203             <xsd:annotation>
4257                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>   4204                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
4258             </xsd:annotation>   4205             </xsd:annotation>
4259          </xsd:enumeration>   4206          </xsd:enumeration>
4260          <xsd:enumeration value="completed lifting">   4207          <xsd:enumeration value="completed lifting">
4261             <xsd:annotation>   4208             <xsd:annotation>
4262                <xsd:documentation>A volume that is the total volume of a hydrocarbon product that is exported from a stock within a given time period.</xsd:documentation>   4209                <xsd:documentation>A volume that is the total volume of a hydrocarbon product that is exported from a stock within a given time period.</xsd:documentation>
4263             </xsd:annotation>   4210             </xsd:annotation>
4264          </xsd:enumeration>   4211          </xsd:enumeration>
4265          <xsd:enumeration value="production imbalance">   4212          <xsd:enumeration value="production imbalance">
4266             <xsd:annotation>   4213             <xsd:annotation>
4267                <xsd:documentation>A gas volume that is the difference between gas volume entering and exiting a shipper's nomination portfolio. This will take into account all   4214                <xsd:documentation>A gas volume that is the difference between gas volume entering and exiting a shipper's nomination portfolio. This will take into account all
4268                differences whatever the time or reason it occurs.</xsd:documentation>   4215                differences whatever the time or reason it occurs.</xsd:documentation>
4269             </xsd:annotation>   4216             </xsd:annotation>
4270          </xsd:enumeration>   4217          </xsd:enumeration>
4271          <xsd:enumeration value="partial lifting">   4218          <xsd:enumeration value="partial lifting">
4272             <xsd:annotation>   4219             <xsd:annotation>
4273                <xsd:documentation>A volume that is the volume of a hydrocarbon product lifting up to a (not completed) determined point in time.</xsd:documentation>   4220                <xsd:documentation>A volume that is the volume of a hydrocarbon product lifting up to a (not completed) determined point in time.</xsd:documentation>
4274             </xsd:annotation>   4221             </xsd:annotation>
4275          </xsd:enumeration>   4222          </xsd:enumeration>
4276          <xsd:enumeration value="closing storage inventory">   4223          <xsd:enumeration value="closing storage inventory">
4277             <xsd:annotation>   4224             <xsd:annotation>
4278                <xsd:documentation>A closing storage balance that is adjusted according to imbalance at end of period.</xsd:documentation>   4225                <xsd:documentation>A closing storage balance that is adjusted according to imbalance at end of period.</xsd:documentation>
4279             </xsd:annotation>   4226             </xsd:annotation>
4280          </xsd:enumeration>   4227          </xsd:enumeration>
4281          <xsd:enumeration value="tanker lifting">   4228          <xsd:enumeration value="tanker lifting">
4282             <xsd:annotation>   4229             <xsd:annotation>
4283                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>   4230                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
4284             </xsd:annotation>   4231             </xsd:annotation>
4285          </xsd:enumeration>   4232          </xsd:enumeration>
4286          <xsd:enumeration value="pipeline lifting">   4233          <xsd:enumeration value="pipeline lifting">
4287             <xsd:annotation>   4234             <xsd:annotation>
4288                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>   4235                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
4289             </xsd:annotation>   4236             </xsd:annotation>
4290          </xsd:enumeration>   4237          </xsd:enumeration>
4291          <xsd:enumeration value="opflex">   4238          <xsd:enumeration value="opflex">
4292             <xsd:annotation>   4239             <xsd:annotation>
4293                <xsd:documentation>A gas volume that is the unused and availiable quantity of gas within a gas transportation system and/or at one or many gas producting fields   4240                <xsd:documentation>A gas volume that is the unused and availiable quantity of gas within a gas transportation system and/or at one or many gas producting fields
4294                that is accessible by the operator responsible for gas transportation for the purposes of alleviating field curtailment.</xsd:documentation>   4241                that is accessible by the operator responsible for gas transportation for the purposes of alleviating field curtailment.</xsd:documentation>
4295             </xsd:annotation>   4242             </xsd:annotation>
4296          </xsd:enumeration>   4243          </xsd:enumeration>
4297          <xsd:enumeration value="linepack">   4244          <xsd:enumeration value="linepack">
4298             <xsd:annotation>   4245             <xsd:annotation>
4299                <xsd:documentation>A gas volume that is the quantity of gas which the operator responsible for gas transportation decides must be provided by the gas producing   4246                <xsd:documentation>A gas volume that is the quantity of gas which the operator responsible for gas transportation decides must be provided by the gas producing
4300                fields in order to make deliveries as requested by gas shippers and provide operating tolerances.</xsd:documentation>   4247                fields in order to make deliveries as requested by gas shippers and provide operating tolerances.</xsd:documentation>
4301             </xsd:annotation>   4248             </xsd:annotation>
4302          </xsd:enumeration>   4249          </xsd:enumeration>
4303          <xsd:enumeration value="transfer">   4250          <xsd:enumeration value="transfer">
4304             <xsd:annotation>   4251             <xsd:annotation>
4305                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>   4252                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
4306             </xsd:annotation>   4253             </xsd:annotation>
4307          </xsd:enumeration>   4254          </xsd:enumeration>
4308          <xsd:enumeration value="production - mass adjustment">   4255          <xsd:enumeration value="production - mass adjustment">
4309             <xsd:annotation>   4256             <xsd:annotation>
4310                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>   4257                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
4311             </xsd:annotation>   4258             </xsd:annotation>
4312          </xsd:enumeration>   4259          </xsd:enumeration>
4313          <xsd:enumeration value="swap">   4260          <xsd:enumeration value="swap">
4314             <xsd:annotation>   4261             <xsd:annotation>
4315                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>   4262                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
4316             </xsd:annotation>   4263             </xsd:annotation>
4317          </xsd:enumeration>   4264          </xsd:enumeration>
4318          <xsd:enumeration value="unknown">   4265          <xsd:enumeration value="unknown">
4319             <xsd:annotation>   4266             <xsd:annotation>
4320                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   4267                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
4321                value. Use of this value may result in rejection in some situations.</xsd:documentation>   4268                value. Use of this value may result in rejection in some situations.</xsd:documentation>
4322             </xsd:annotation>   4269             </xsd:annotation>
4323          </xsd:enumeration>   4270          </xsd:enumeration>
4324       </xsd:restriction>   4271       </xsd:restriction>
4325    </xsd:simpleType>   4272    </xsd:simpleType>
4326    <xsd:simpleType name="SaleDestinationType">   4273    <xsd:simpleType name="SaleDestinationType">
4327       <xsd:annotation>   4274       <xsd:annotation>
4328          <xsd:documentation>Defines a type of destination. //////////////////////////////////////////////////////////////// THESE VALUES WILL BE MOVED TO THE   4275          <xsd:documentation>Defines a type of destination. //////////////////////////////////////////////////////////////// THESE VALUES WILL BE MOVED TO THE
4329          ancilary/enumValues.xsd FILE. ////////////////////////////////////////////////////////////////</xsd:documentation>   4276          ancilary/enumValues.xsd FILE. ////////////////////////////////////////////////////////////////</xsd:documentation>
4330       </xsd:annotation>   4277       </xsd:annotation>
4331       <xsd:restriction base="witsml:abstractTypeEnum">   4278       <xsd:restriction base="witsml:abstractTypeEnum">
4332          <xsd:enumeration value="harbor">   4279          <xsd:enumeration value="harbor">
4333             <xsd:annotation>   4280             <xsd:annotation>
4334                <xsd:documentation>xxxxxxxxxxxx</xsd:documentation>   4281                <xsd:documentation>xxxxxxxxxxxx</xsd:documentation>
4335             </xsd:annotation>   4282             </xsd:annotation>
4336          </xsd:enumeration>   4283          </xsd:enumeration>
4337          <xsd:enumeration value="terminal">   4284          <xsd:enumeration value="terminal">
4338             <xsd:annotation>   4285             <xsd:annotation>
4339                <xsd:documentation>xxxxxxxxxxxx</xsd:documentation>   4286                <xsd:documentation>xxxxxxxxxxxx</xsd:documentation>
4340             </xsd:annotation>   4287             </xsd:annotation>
4341          </xsd:enumeration>   4288          </xsd:enumeration>
4342          <xsd:enumeration value="unknown">   4289          <xsd:enumeration value="unknown">
4343             <xsd:annotation>   4290             <xsd:annotation>
4344                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   4291                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
4345                value. Use of this value may result in rejection in some situations.</xsd:documentation>   4292                value. Use of this value may result in rejection in some situations.</xsd:documentation>
4346             </xsd:annotation>   4293             </xsd:annotation>
4347          </xsd:enumeration>   4294          </xsd:enumeration>
4348       </xsd:restriction>   4295       </xsd:restriction>
4349    </xsd:simpleType>   4296    </xsd:simpleType>
4350    <xsd:complexType name="cs_refProductFlow">   4297    <xsd:complexType name="cs_refProductFlow">
4351       <xsd:annotation>   4298       <xsd:annotation>
4352          <xsd:documentation>A reference to a Flow within the current product volume report. This represents a foreign key from one element to another.</xsd:documentation>   4299          <xsd:documentation>A reference to a Flow within the current product volume report. This represents a foreign key from one element to another.</xsd:documentation>
4353       </xsd:annotation>   4300       </xsd:annotation>
4354       <xsd:sequence>   4301       <xsd:sequence>
4355          <xsd:element name="referencedFlow" type="witsml:refNameString" minOccurs="1" maxOccurs="1">   4302          <xsd:element name="referencedFlow" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
4356             <xsd:annotation>   4303             <xsd:annotation>
4357                <xsd:documentation>A pointer to the flow within the facility.</xsd:documentation>   4304                <xsd:documentation>A pointer to the flow within the facility.</xsd:documentation>
4358             </xsd:annotation>   4305             </xsd:annotation>
4359          </xsd:element>   4306          </xsd:element>
4360          <xsd:element name="parentfacility" type="witsml:refNameString" minOccurs="1" maxOccurs="1">   4307          <xsd:element name="parentfacility" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
4361             <xsd:annotation>   4308             <xsd:annotation>
4362                <xsd:documentation>A pointer to the facility that contains the flow.</xsd:documentation>   4309                <xsd:documentation>A pointer to the facility that contains the flow.</xsd:documentation>
4363             </xsd:annotation>   4310             </xsd:annotation>
4364          </xsd:element>   4311          </xsd:element>
4365       </xsd:sequence>   4312       </xsd:sequence>
4366    </xsd:complexType>   4313    </xsd:complexType>
4367    <xsd:complexType name="cs_refWellWellbore">   4314    <xsd:complexType name="cs_refWellWellbore">
4368       <xsd:annotation>   4315       <xsd:annotation>
4369          <xsd:documentation>Data that represents a foreign key to a wellbore. The wellbore may be defined within the context of another well.</xsd:documentation>   4316          <xsd:documentation>Data that represents a foreign key to a wellbore. The wellbore may be defined within the context of another well.</xsd:documentation>
4370       </xsd:annotation>   4317       </xsd:annotation>
4371       <xsd:sequence>   4318       <xsd:sequence>
4372          <xsd:element name="wellboreReference" type="witsml:refNameString" minOccurs="1" maxOccurs="1">   4319          <xsd:element name="wellboreReference" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
4373             <xsd:annotation>   4320             <xsd:annotation>
4374                <xsd:documentation>A pointer the wellbore with which there is a relationship.</xsd:documentation>   4321                <xsd:documentation>A pointer the wellbore with which there is a relationship.</xsd:documentation>
4375             </xsd:annotation>   4322             </xsd:annotation>
4376          </xsd:element>   4323          </xsd:element>
4377          <xsd:element name="wellParent" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   4324          <xsd:element name="wellParent" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
4378             <xsd:annotation>   4325             <xsd:annotation>
4379                <xsd:documentation>A pointer to the well that contains the wellboreReference. This is not needed unless the referenced wellbore is outside the context of a common   4326                <xsd:documentation>A pointer to the well that contains the wellboreReference. This is not needed unless the referenced wellbore is outside the context of a common
4380                parent well.</xsd:documentation>   4327                parent well.</xsd:documentation>
4381             </xsd:annotation>   4328             </xsd:annotation>
4382          </xsd:element>   4329          </xsd:element>
4383       </xsd:sequence>   4330       </xsd:sequence>
4384    </xsd:complexType>   4331    </xsd:complexType>
4385    <xsd:complexType name="cs_refWellWellboreRig">   4332    <xsd:complexType name="cs_refWellWellboreRig">
4386       <xsd:annotation>   4333       <xsd:annotation>
4387          <xsd:documentation>A reference to a rig within a wellbore. The wellbore may be defined within the context of another well. This value represents a foreign key from one   4334          <xsd:documentation>A reference to a rig within a wellbore. The wellbore may be defined within the context of another well. This value represents a foreign key from one
4388          node to another.</xsd:documentation>   4335          node to another.</xsd:documentation>
4389       </xsd:annotation>   4336       </xsd:annotation>
4390       <xsd:sequence>   4337       <xsd:sequence>
4391          <xsd:element name="rigReference" type="witsml:refNameString" minOccurs="1" maxOccurs="1">   4338          <xsd:element name="rigReference" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
4392             <xsd:annotation>   4339             <xsd:annotation>
4393                <xsd:documentation>A pointer to the rig with which there is a relationship.</xsd:documentation>   4340                <xsd:documentation>A pointer to the rig with which there is a relationship.</xsd:documentation>
4394             </xsd:annotation>   4341             </xsd:annotation>
4395          </xsd:element>   4342          </xsd:element>
4396          <xsd:element name="wellboreParent" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   4343          <xsd:element name="wellboreParent" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
4397             <xsd:annotation>   4344             <xsd:annotation>
4398                <xsd:documentation>A pointer to the wellbore that contains the rigReference. This is not needed unless the referenced rig is outside the context of a common parent   4345                <xsd:documentation>A pointer to the wellbore that contains the rigReference. This is not needed unless the referenced rig is outside the context of a common parent
4399                wellbore.</xsd:documentation>   4346                wellbore.</xsd:documentation>
4400             </xsd:annotation>   4347             </xsd:annotation>
4401          </xsd:element>   4348          </xsd:element>
4402          <xsd:element name="wellParent" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   4349          <xsd:element name="wellParent" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
4403             <xsd:annotation>   4350             <xsd:annotation>
4404                <xsd:documentation>A pointer to the well that contains the wellboreParent. This is not needed unless the referenced wellbore is outside the context of a common   4351                <xsd:documentation>A pointer to the well that contains the wellboreParent. This is not needed unless the referenced wellbore is outside the context of a common
4405                parent well.</xsd:documentation>   4352                parent well.</xsd:documentation>
4406             </xsd:annotation>   4353             </xsd:annotation>
4407          </xsd:element>   4354          </xsd:element>
4408       </xsd:sequence>   4355       </xsd:sequence>
4409    </xsd:complexType>   4356    </xsd:complexType>
4410    <xsd:complexType name="cs_relativeCoordinate">   4357    <xsd:complexType name="cs_relativeCoordinate">
4411       <xsd:annotation>   4358       <xsd:annotation>
4412          <xsd:documentation>WITSML - Product Flow Connected Node Component Schema.</xsd:documentation>   4359          <xsd:documentation>WITSML - Product Flow Connected Node Component Schema.</xsd:documentation>
4413       </xsd:annotation>   4360       </xsd:annotation>
4414       <xsd:sequence>   4361       <xsd:sequence>
4415          <xsd:element name="x" type="witsml:lengthPerLengthMeasure" minOccurs="0" maxOccurs="1">   4362          <xsd:element name="x" type="witsml:lengthPerLengthMeasure" minOccurs="0" maxOccurs="1">
4416             <xsd:annotation>   4363             <xsd:annotation>
4417                <xsd:documentation>Defines the relative from-left-to-right location on a display screen. The display origin (0,0) is the upper left-hand corner of the display as   4364                <xsd:documentation>Defines the relative from-left-to-right location on a display screen. The display origin (0,0) is the upper left-hand corner of the display as
4418                viewed by the user.</xsd:documentation>   4365                viewed by the user.</xsd:documentation>
4419             </xsd:annotation>   4366             </xsd:annotation>
4420          </xsd:element>   4367          </xsd:element>
4421          <xsd:element name="y" type="witsml:lengthPerLengthMeasure" minOccurs="0" maxOccurs="1">   4368          <xsd:element name="y" type="witsml:lengthPerLengthMeasure" minOccurs="0" maxOccurs="1">
4422             <xsd:annotation>   4369             <xsd:annotation>
4423                <xsd:documentation>Defines the relative from-top-to-bottom location on a display screen. The display origin (0,0) is the upper left-hand corner of the display as   4370                <xsd:documentation>Defines the relative from-top-to-bottom location on a display screen. The display origin (0,0) is the upper left-hand corner of the display as
4424                viewed by the user.</xsd:documentation>   4371                viewed by the user.</xsd:documentation>
4425             </xsd:annotation>   4372             </xsd:annotation>
4426          </xsd:element>   4373          </xsd:element>
4427          <xsd:element name="z" type="witsml:lengthPerLengthMeasure" minOccurs="0" maxOccurs="1">   4374          <xsd:element name="z" type="witsml:lengthPerLengthMeasure" minOccurs="0" maxOccurs="1">
4428             <xsd:annotation>   4375             <xsd:annotation>
4429                <xsd:documentation>Defines the relative from-front-to-back location in a 3D system. The unrotated display origin (0,0) is the upper left-hand corner of the display   4376                <xsd:documentation>Defines the relative from-front-to-back location in a 3D system. The unrotated display origin (0,0) is the upper left-hand corner of the display
4430                as viewed by the user. The "3D picture" may be rotated on the 2d display.</xsd:documentation>   4377                as viewed by the user. The "3D picture" may be rotated on the 2d display.</xsd:documentation>
4431             </xsd:annotation>   4378             </xsd:annotation>
4432          </xsd:element>   4379          </xsd:element>
4433       </xsd:sequence>   4380       </xsd:sequence>
4434    </xsd:complexType>   4381    </xsd:complexType>
4435    <xsd:complexType name="cs_volumeValue">   4382    <xsd:complexType name="cs_volumeValue">
4436       <xsd:annotation>   4383       <xsd:annotation>
4437          <xsd:documentation>A possibly temperature and pressure corrected volume value.</xsd:documentation>   4384          <xsd:documentation>A possibly temperature and pressure corrected volume value.</xsd:documentation>
4438       </xsd:annotation>   4385       </xsd:annotation>
4439       <xsd:sequence>   4386       <xsd:sequence>
4440          <xsd:element name="volume" type="witsml:volumeQualifiedMeasure" minOccurs="1" maxOccurs="1">   4387          <xsd:element name="volume" type="witsml:volumeQualifiedMeasure" minOccurs="1" maxOccurs="1">
4441             <xsd:annotation>   4388             <xsd:annotation>
4442                <xsd:documentation>The volume of the product. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to be good with no   4389                <xsd:documentation>The volume of the product. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to be good with no
4443                restrictions. A value of "NaN" should be interpreted as null and should be not be given unless a status is also specified to explain why it is   4390                restrictions. A value of "NaN" should be interpreted as null and should be not be given unless a status is also specified to explain why it is
4444                null.</xsd:documentation>   4391                null.</xsd:documentation>
4445             </xsd:annotation>   4392             </xsd:annotation>
4446          </xsd:element>   4393          </xsd:element>
4447          <xsd:element name="grossCalorificValue" type="witsml:modulusOfCompressionMeasure" minOccurs="0" maxOccurs="1">   4394          <xsd:element name="grossCalorificValue" type="witsml:modulusOfCompressionMeasure" minOccurs="0" maxOccurs="1">
4448             <xsd:annotation>   4395             <xsd:annotation>
4449                <xsd:documentation>The amount of heat which would be released by the complete combustion in air of the above volume of product.</xsd:documentation>   4396                <xsd:documentation>The amount of heat which would be released by the complete combustion in air of the above volume of product.</xsd:documentation>
4450             </xsd:annotation>   4397             </xsd:annotation>
4451          </xsd:element>   4398          </xsd:element>
4452          <xsd:element name="temp" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">   4399          <xsd:element name="temp" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
4453             <xsd:annotation>   4400             <xsd:annotation>
4454                <xsd:documentation>The temperature to which the volume has been corrected. If not given then the ambient temperature is assumed. If given, then a pressure should   4401                <xsd:documentation>The temperature to which the volume has been corrected. If not given then the ambient temperature is assumed. If given, then a pressure should
4455                also be given. Common standard temperatures are: 0 degC, 15 degC, 60 degF.</xsd:documentation>   4402                also be given. Common standard temperatures are: 0 degC, 15 degC, 60 degF.</xsd:documentation>
4456             </xsd:annotation>   4403             </xsd:annotation>
4457          </xsd:element>   4404          </xsd:element>
4458          <xsd:element name="pres" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   4405          <xsd:element name="pres" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
4459             <xsd:annotation>   4406             <xsd:annotation>
4460                <xsd:documentation>The pressure to which the volume has been corrected. If not given then the ambient pressure is assumed. If given, then a temperature should also   4407                <xsd:documentation>The pressure to which the volume has been corrected. If not given then the ambient pressure is assumed. If given, then a temperature should also
4461                be given. Common standard pressures are: 1 atm and 14.696 psi (which are equivalent).</xsd:documentation>   4408                be given. Common standard pressures are: 1 atm and 14.696 psi (which are equivalent).</xsd:documentation>
4462             </xsd:annotation>   4409             </xsd:annotation>
4463          </xsd:element>   4410          </xsd:element>
4464       </xsd:sequence>   4411       </xsd:sequence>
4465    </xsd:complexType>   4412    </xsd:complexType>
4466    <xsd:complexType name="cs_wellContext">   4413    <xsd:complexType name="cs_wellContext">
4467       <xsd:annotation>   4414       <xsd:annotation>
4468          <xsd:documentation>Within the context of a WITSML Server, this data should duplicate the equivalent information in the well object.</xsd:documentation>   4415          <xsd:documentation>Within the context of a WITSML Server, this data should duplicate the equivalent information in the well object.</xsd:documentation>
4469       </xsd:annotation>   4416       </xsd:annotation>
4470       <xsd:sequence>   4417       <xsd:sequence>
4471          <xsd:element name="field" type="witsml:nameStruct" minOccurs="0" maxOccurs="1">   4418          <xsd:element name="field" type="witsml:nameStruct" minOccurs="0" maxOccurs="1">
4472             <xsd:annotation>   4419             <xsd:annotation>
4473                <xsd:documentation>Name of the field in which the well is located.</xsd:documentation>   4420                <xsd:documentation>Name of the field in which the well is located.</xsd:documentation>
4474             </xsd:annotation>   4421             </xsd:annotation>
4475          </xsd:element>   4422          </xsd:element>
4476          <xsd:element name="wellAlias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">   4423          <xsd:element name="wellAlias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
4477             <xsd:annotation>   4424             <xsd:annotation>
4478                <xsd:documentation>An alias name associated with the well. If the wellName is associated with a naming system then it should be included in this   4425                <xsd:documentation>An alias name associated with the well. If the wellName is associated with a naming system then it should be included in this
4479                list.</xsd:documentation>   4426                list.</xsd:documentation>
4480             </xsd:annotation>   4427             </xsd:annotation>
4481          </xsd:element>   4428          </xsd:element>
4482          <xsd:element name="wellDatum" type="witsml:cs_wellDatum" minOccurs="0" maxOccurs="unbounded">   4429          <xsd:element name="wellDatum" type="witsml:cs_wellDatum" minOccurs="0" maxOccurs="unbounded">
4483             <xsd:annotation>   4430             <xsd:annotation>
4484                <xsd:documentation>A datum to which elevations and depths are referenced.</xsd:documentation>   4431                <xsd:documentation>A datum to which elevations and depths are referenced.</xsd:documentation>
4485             </xsd:annotation>   4432             </xsd:annotation>
4486          </xsd:element>   4433          </xsd:element>
4487       </xsd:sequence>   4434       </xsd:sequence>
4488    </xsd:complexType>   4435    </xsd:complexType>
4489    <xsd:complexType name="cs_wellDatum">   4436    <xsd:complexType name="cs_wellDatum">
4490       <xsd:annotation>   4437       <xsd:annotation>
4491          <xsd:documentation>Defines the datums associated with elevation, vertical depth and measured depth coordinates within the context of a well.</xsd:documentation>   4438          <xsd:documentation>Defines the datums associated with elevation, vertical depth and measured depth coordinates within the context of a well.</xsd:documentation>
4492       </xsd:annotation>   4439       </xsd:annotation>
4493       <xsd:sequence>   4440       <xsd:sequence>
4494          <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">   4441          <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">
4495             <xsd:annotation>   4442             <xsd:annotation>
4496                <xsd:documentation>The human understandable contextual name of the reference datum.</xsd:documentation>   4443                <xsd:documentation>The human understandable contextual name of the reference datum.</xsd:documentation>
4497             </xsd:annotation>   4444             </xsd:annotation>
4498          </xsd:element>   4445          </xsd:element>
4499          <xsd:element name="code" type="witsml:ElevCodeEnum" minOccurs="0" maxOccurs="1">   4446          <xsd:element name="code" type="witsml:ElevCodeEnum" minOccurs="0" maxOccurs="1">
4500             <xsd:annotation>   4447             <xsd:annotation>
4501                <xsd:documentation>The code value that represents the type of reference datum. This may represent a point on a device (e.g., kelly bushing) or it may represent a   4448                <xsd:documentation>The code value that represents the type of reference datum. This may represent a point on a device (e.g., kelly bushing) or it may represent a
4502                vertical reference datum (e.g., mean sea level).</xsd:documentation>   4449                vertical reference datum (e.g., mean sea level).</xsd:documentation>
4503             </xsd:annotation>   4450             </xsd:annotation>
4504          </xsd:element>   4451          </xsd:element>
4505          <xsd:element name="datumName" type="witsml:wellKnownNameStruct" minOccurs="0" maxOccurs="1">   4452          <xsd:element name="datumName" type="witsml:wellKnownNameStruct" minOccurs="0" maxOccurs="1">
4506             <xsd:annotation>   4453             <xsd:annotation>
4507                <xsd:documentation>The name of the vertical reference datum in a particular naming system. This should only be specified if the above 'code' represents some   4454                <xsd:documentation>The name of the vertical reference datum in a particular naming system. This should only be specified if the above 'code' represents some
4508                variation of sea level. An optional short name (code) can also be specified. Specifying a well known datum is highly desired if the above code is a variant of sea   4455                variation of sea level. An optional short name (code) can also be specified. Specifying a well known datum is highly desired if the above code is a variant of sea
4509                level because sea level varies over time and space. An example would be to specify a name of 'Caspian Sea' with a code of '5106' in the 'EPSG' naming   4456                level because sea level varies over time and space. An example would be to specify a name of 'Caspian Sea' with a code of '5106' in the 'EPSG' naming
4510                system.</xsd:documentation>   4457                system.</xsd:documentation>
4511             </xsd:annotation>   4458             </xsd:annotation>
4512          </xsd:element>   4459          </xsd:element>
4513          <xsd:element name="kind" type="witsml:kindString" minOccurs="0" maxOccurs="unbounded">   4460          <xsd:element name="kind" type="witsml:kindString" minOccurs="0" maxOccurs="unbounded">
4514             <xsd:annotation>   4461             <xsd:annotation>
4515                <xsd:documentation>Since various activities may use different points as measurement datums, it is useful to characterize the point based on its usage. A well   4462                <xsd:documentation>Since various activities may use different points as measurement datums, it is useful to characterize the point based on its usage. A well
4516                reference datum may have more than one such characterization. For example, it may be the datum used by the driller and logger for measuring their depths. Example   4463                reference datum may have more than one such characterization. For example, it may be the datum used by the driller and logger for measuring their depths. Example
4517                usage values would be 'permanent','driller', 'logger' 'WRP' (well reference point) and 'SRP' (site reference point).</xsd:documentation>   4464                usage values would be 'permanent','driller', 'logger' 'WRP' (well reference point) and 'SRP' (site reference point).</xsd:documentation>
4518             </xsd:annotation>   4465             </xsd:annotation>
4519          </xsd:element>   4466          </xsd:element>
4520          <xsd:element name="wellbore" type="witsml:cs_refWellWellbore" minOccurs="0" maxOccurs="1">   4467          <xsd:element name="wellbore" type="witsml:cs_refWellWellbore" minOccurs="0" maxOccurs="1">
4521             <xsd:annotation>   4468             <xsd:annotation>
4522                <xsd:documentation>A pointer to the wellbore that contains the reference datum. This should be specified if a measured depth is given.</xsd:documentation>   4469                <xsd:documentation>A pointer to the wellbore that contains the reference datum. This should be specified if a measured depth is given.</xsd:documentation>
4523             </xsd:annotation>   4470             </xsd:annotation>
4524          </xsd:element>   4471          </xsd:element>
4525          <xsd:element name="rig" type="witsml:cs_refWellWellboreRig" minOccurs="0" maxOccurs="1">   4472          <xsd:element name="rig" type="witsml:cs_refWellWellboreRig" minOccurs="0" maxOccurs="1">
4526             <xsd:annotation>   4473             <xsd:annotation>
4527                <xsd:documentation>A pointer to the rig that contains the device used as a reference datum. The rig may be associated with a wellbore in another well (e.g., pattern   4474                <xsd:documentation>A pointer to the rig that contains the device used as a reference datum. The rig may be associated with a wellbore in another well (e.g., pattern
4528                drilling using a rig on a track).</xsd:documentation>   4475                drilling using a rig on a track).</xsd:documentation>
4529             </xsd:annotation>   4476             </xsd:annotation>
4530          </xsd:element>   4477          </xsd:element>
4531          <xsd:element name="elevation" type="witsml:wellElevationCoord" minOccurs="0" maxOccurs="1">   4478          <xsd:element name="elevation" type="witsml:wellElevationCoord" minOccurs="0" maxOccurs="1">
4532             <xsd:annotation>   4479             <xsd:annotation>
4533                <xsd:documentation>The gravity based elevation coordinate of this reference datum as measured from another datum. Positive moving upward from the elevation datum.   4480                <xsd:documentation>The gravity based elevation coordinate of this reference datum as measured from another datum. Positive moving upward from the elevation datum.
4534                An elevation should be given unless this is a vertical reference datum (e.g., sea level).</xsd:documentation>   4481                An elevation should be given unless this is a vertical reference datum (e.g., sea level).</xsd:documentation>
4535             </xsd:annotation>   4482             </xsd:annotation>
4536          </xsd:element>   4483          </xsd:element>
4537          <xsd:element name="measuredDepth" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">   4484          <xsd:element name="measuredDepth" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
4538             <xsd:annotation>   4485             <xsd:annotation>
4539                <xsd:documentation>The measured depth coordinate of this reference datum as measured from another datum. The measured depth datum should either be the same as the   4486                <xsd:documentation>The measured depth coordinate of this reference datum as measured from another datum. The measured depth datum should either be the same as the
4540                elevation datum or it should be relatable to the elevation datum through other datums. Positive moving toward the bottomhole from the measured depth datum. This   4487                elevation datum or it should be relatable to the elevation datum through other datums. Positive moving toward the bottomhole from the measured depth datum. This
4541                should be given when a local reference is "downhole", such as a kickoff point or ocean bottom template, and the borehole may not be vertical. If a Depth is given   4488                should be given when a local reference is "downhole", such as a kickoff point or ocean bottom template, and the borehole may not be vertical. If a Depth is given
4542                then an Elevation should also be given.</xsd:documentation>   4489                then an Elevation should also be given.</xsd:documentation>
4543             </xsd:annotation>   4490             </xsd:annotation>
4544          </xsd:element>   4491          </xsd:element>
4545          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">   4492          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
4546             <xsd:annotation>   4493             <xsd:annotation>
4547                <xsd:documentation>A contextual description of the well reference datum.</xsd:documentation>   4494                <xsd:documentation>A contextual description of the well reference datum.</xsd:documentation>
4548             </xsd:annotation>   4495             </xsd:annotation>
4549          </xsd:element>   4496          </xsd:element>
4550       </xsd:sequence>   4497       </xsd:sequence>
4551       <xsd:attribute name="defaultMeasuredDepth" type="witsml:logicalBoolean" use="optional">   4498       <xsd:attribute name="defaultMeasuredDepth" type="witsml:logicalBoolean" use="optional">
4552          <xsd:annotation>   4499          <xsd:annotation>
4553             <xsd:documentation>True indicates that this is the default reference datum for measured depth coordinates. False or not given indicates that this is not the default   4500             <xsd:documentation>True indicates that this is the default reference datum for measured depth coordinates. False or not given indicates that this is not the default
4554             reference datum. Measured depth coordinates that do not specify a datum reference should be assumed to be measured relative to this default reference datum. Only one   4501             reference datum. Measured depth coordinates that do not specify a datum reference should be assumed to be measured relative to this default reference datum. Only one
4555             reference datum may be designated as the default measured depth datum for each well. Values are "true" (or "1") and "false" ( or "0").</xsd:documentation>   4502             reference datum may be designated as the default measured depth datum for each well. Values are "true" (or "1") and "false" ( or "0").</xsd:documentation>
4556          </xsd:annotation>   4503          </xsd:annotation>
4557       </xsd:attribute>   4504       </xsd:attribute>
4558       <xsd:attribute name="defaultVerticalDepth" type="witsml:logicalBoolean" use="optional">   4505       <xsd:attribute name="defaultVerticalDepth" type="witsml:logicalBoolean" use="optional">
4559          <xsd:annotation>   4506          <xsd:annotation>
4560             <xsd:documentation>True indicates that this is the default reference datum for vertical depth coordinates. False or not given indicates that this is not the default   4507             <xsd:documentation>True indicates that this is the default reference datum for vertical depth coordinates. False or not given indicates that this is not the default
4561             reference datum. Vertical depth coordinates that do not specify a datum reference should be assumed to be measured relative to the default reference datum. Only one   4508             reference datum. Vertical depth coordinates that do not specify a datum reference should be assumed to be measured relative to the default reference datum. Only one
4562             reference datum may be designated as the default vertical depth datum for each well. Values are "true" (or "1") and "false" ( or "0").</xsd:documentation>   4509             reference datum may be designated as the default vertical depth datum for each well. Values are "true" (or "1") and "false" ( or "0").</xsd:documentation>
4563          </xsd:annotation>   4510          </xsd:annotation>
4564       </xsd:attribute>   4511       </xsd:attribute>
4565       <xsd:attribute name="defaultElevation" type="witsml:logicalBoolean" use="optional">   4512       <xsd:attribute name="defaultElevation" type="witsml:logicalBoolean" use="optional">
4566          <xsd:annotation>   4513          <xsd:annotation>
4567             <xsd:documentation>True indicates that this is the default reference datum for elevation coordinates. False or not given indicates that this is not the default   4514             <xsd:documentation>True indicates that this is the default reference datum for elevation coordinates. False or not given indicates that this is not the default
4568             reference datum. Elevation coordinates that do not specify a datum reference should be assumed to be measured relative to the default reference datum. Only one   4515             reference datum. Elevation coordinates that do not specify a datum reference should be assumed to be measured relative to the default reference datum. Only one
4569             reference datum may be designated as the default elevation datum for each well. Values are "true" (or "1") and "false" ( or "0").</xsd:documentation>   4516             reference datum may be designated as the default elevation datum for each well. Values are "true" (or "1") and "false" ( or "0").</xsd:documentation>
4570          </xsd:annotation>   4517          </xsd:annotation>
4571       </xsd:attribute>   4518       </xsd:attribute>
4572       <xsd:attributeGroup ref="witsml:attgrp_uid">   4519       <xsd:attributeGroup ref="witsml:attgrp_uid">
4573          <xsd:annotation>   4520          <xsd:annotation>
4574             <xsd:documentation>The unique identifier of the reference datum.</xsd:documentation>   4521             <xsd:documentation>The unique identifier of the reference datum.</xsd:documentation>
4575          </xsd:annotation>   4522          </xsd:annotation>
4576       </xsd:attributeGroup>   4523       </xsd:attributeGroup>
4577    </xsd:complexType>   4524    </xsd:complexType>
4578    <xsd:complexType name="cs_wellTestBottomholeData">   4525    <xsd:complexType name="cs_wellTestBottomholeData">
4579       <xsd:annotation>   4526       <xsd:annotation>
4580          <xsd:documentation>Well test data gathered at the bottomhole.</xsd:documentation>   4527          <xsd:documentation>Well test data gathered at the bottomhole.</xsd:documentation>
4581       </xsd:annotation>   4528       </xsd:annotation>
4582       <xsd:sequence>   4529       <xsd:sequence>
4583          <xsd:element name="bottomholePres" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   4530          <xsd:element name="bottomholePres" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
4584             <xsd:annotation>   4531             <xsd:annotation>
4585                <xsd:documentation>The pressure at the bottomhole of the well.</xsd:documentation>   4532                <xsd:documentation>The pressure at the bottomhole of the well.</xsd:documentation>
4586             </xsd:annotation>   4533             </xsd:annotation>
4587          </xsd:element>   4534          </xsd:element>
4588          <xsd:element name="bottomholeTemp" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">   4535          <xsd:element name="bottomholeTemp" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
4589             <xsd:annotation>   4536             <xsd:annotation>
4590                <xsd:documentation>The temperature at the bottomhole of the well.</xsd:documentation>   4537                <xsd:documentation>The temperature at the bottomhole of the well.</xsd:documentation>
4591             </xsd:annotation>   4538             </xsd:annotation>
4592          </xsd:element>   4539          </xsd:element>
4593          <xsd:element name="bottomholePOverZ" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   4540          <xsd:element name="bottomholePOverZ" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
4594             <xsd:annotation>   4541             <xsd:annotation>
4595                <xsd:documentation>The P/Z value at the bottomhole. This is P/Z, pressure over gas compressibility factor (z), at the bottomhole of the well. Note that the uom is   4542                <xsd:documentation>The P/Z value at the bottomhole. This is P/Z, pressure over gas compressibility factor (z), at the bottomhole of the well. Note that the uom is
4596                units of pressure., since Z is dimensionless.</xsd:documentation>   4543                units of pressure., since Z is dimensionless.</xsd:documentation>
4597             </xsd:annotation>   4544             </xsd:annotation>
4598          </xsd:element>   4545          </xsd:element>
4599          <xsd:element name="bottomholeMD" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">   4546          <xsd:element name="bottomholeMD" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
4600             <xsd:annotation>   4547             <xsd:annotation>
4601                <xsd:documentation>The measured depth of the bottomhole.</xsd:documentation>   4548                <xsd:documentation>The measured depth of the bottomhole.</xsd:documentation>
4602             </xsd:annotation>   4549             </xsd:annotation>
4603          </xsd:element>   4550          </xsd:element>
4604          <xsd:element name="wellbore" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   4551          <xsd:element name="wellbore" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
4605             <xsd:annotation>   4552             <xsd:annotation>
4606                <xsd:documentation>Defines the wellbore (sidetract) represented by the measured depth. This must be given when the well has multiple wellbores and the measured   4553                <xsd:documentation>Defines the wellbore (sidetract) represented by the measured depth. This must be given when the well has multiple wellbores and the measured
4607                depth value is deeper than the first kickoff point. It is recommended that it always be given.</xsd:documentation>   4554                depth value is deeper than the first kickoff point. It is recommended that it always be given.</xsd:documentation>
4608             </xsd:annotation>   4555             </xsd:annotation>
4609          </xsd:element>   4556          </xsd:element>
4610       </xsd:sequence>   4557       </xsd:sequence>
4611    </xsd:complexType>   4558    </xsd:complexType>
4612    <xsd:complexType name="cs_wellTestCumulative">   4559    <xsd:complexType name="cs_wellTestCumulative">
4613       <xsd:annotation>   4560       <xsd:annotation>
4614          <xsd:documentation>The cumulative amounts of the fluids at the time of the well test. The fluids are oil, gas, and water.</xsd:documentation>   4561          <xsd:documentation>The cumulative amounts of the fluids at the time of the well test. The fluids are oil, gas, and water.</xsd:documentation>
4615       </xsd:annotation>   4562       </xsd:annotation>
4616       <xsd:sequence>   4563       <xsd:sequence>
4617          <xsd:element name="cumulativeOil" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">   4564          <xsd:element name="cumulativeOil" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
4618             <xsd:annotation>   4565             <xsd:annotation>
4619                <xsd:documentation>The cumulative amount of oil.</xsd:documentation>   4566                <xsd:documentation>The cumulative amount of oil.</xsd:documentation>
4620             </xsd:annotation>   4567             </xsd:annotation>
4621          </xsd:element>   4568          </xsd:element>
4622          <xsd:element name="cumulativeGas" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">   4569          <xsd:element name="cumulativeGas" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
4623             <xsd:annotation>   4570             <xsd:annotation>
4624                <xsd:documentation>The cumulative amount of gas.</xsd:documentation>   4571                <xsd:documentation>The cumulative amount of gas.</xsd:documentation>
4625             </xsd:annotation>   4572             </xsd:annotation>
4626          </xsd:element>   4573          </xsd:element>
4627          <xsd:element name="cumulativeWater" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">   4574          <xsd:element name="cumulativeWater" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
4628             <xsd:annotation>   4575             <xsd:annotation>
4629                <xsd:documentation>The cumulative amount of water.</xsd:documentation>   4576                <xsd:documentation>The cumulative amount of water.</xsd:documentation>
4630             </xsd:annotation>   4577             </xsd:annotation>
4631          </xsd:element>   4578          </xsd:element>
4632       </xsd:sequence>   4579       </xsd:sequence>
4633    </xsd:complexType>   4580    </xsd:complexType>
4634    <xsd:complexType name="cs_wellTestFluidLevelTest">   4581    <xsd:complexType name="cs_wellTestFluidLevelTest">
4635       <xsd:sequence>   4582       <xsd:sequence>
4636          <xsd:element name="fluidLevel" type="witsml:lengthMeasure" minOccurs="1" maxOccurs="1">   4583          <xsd:element name="fluidLevel" type="witsml:lengthMeasure" minOccurs="1" maxOccurs="1">
4637             <xsd:annotation>   4584             <xsd:annotation>
4638                <xsd:documentation>The fluid level achieved in the well. The value is given as length units from the top of the well.</xsd:documentation>   4585                <xsd:documentation>The fluid level achieved in the well. The value is given as length units from the top of the well.</xsd:documentation>
4639             </xsd:annotation>   4586             </xsd:annotation>
4640          </xsd:element>   4587          </xsd:element>
4641          <xsd:element name="baseUsableWater" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">   4588          <xsd:element name="baseUsableWater" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
4642             <xsd:annotation>   4589             <xsd:annotation>
4643                <xsd:documentation>The lowest usable water depth as measured from the surface. See TxRRC H-15.</xsd:documentation>   4590                <xsd:documentation>The lowest usable water depth as measured from the surface. See TxRRC H-15.</xsd:documentation>
4644             </xsd:annotation>   4591             </xsd:annotation>
4645          </xsd:element>   4592          </xsd:element>
4646          <xsd:element name="testedBy" type="witsml:nameString" minOccurs="0" maxOccurs="1">   4593          <xsd:element name="testedBy" type="witsml:nameString" minOccurs="0" maxOccurs="1">
4647             <xsd:annotation>   4594             <xsd:annotation>
4648                <xsd:documentation>The business associate that conducted the test. This is generally a person.</xsd:documentation>   4595                <xsd:documentation>The business associate that conducted the test. This is generally a person.</xsd:documentation>
4649             </xsd:annotation>   4596             </xsd:annotation>
4650          </xsd:element>   4597          </xsd:element>
4651       </xsd:sequence>   4598       </xsd:sequence>
4652    </xsd:complexType>   4599    </xsd:complexType>
4653    <xsd:complexType name="cs_wellTestFluidRate">   4600    <xsd:complexType name="cs_wellTestFluidRate">
4654       <xsd:sequence>   4601       <xsd:sequence>
4655          <xsd:element name="fluidRate" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">   4602          <xsd:element name="fluidRate" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">
4656             <xsd:annotation>   4603             <xsd:annotation>
4657                <xsd:documentation>The fluid flow rate.</xsd:documentation>   4604                <xsd:documentation>The fluid flow rate.</xsd:documentation>
4658             </xsd:annotation>   4605             </xsd:annotation>
4659          </xsd:element>   4606          </xsd:element>
4660          <xsd:element name="fluidRateStdTempPres" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">   4607          <xsd:element name="fluidRateStdTempPres" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">
4661             <xsd:annotation>   4608             <xsd:annotation>
4662                <xsd:documentation>The fluid flow rate that has been corrected to standard temperature and pressure.</xsd:documentation>   4609                <xsd:documentation>The fluid flow rate that has been corrected to standard temperature and pressure.</xsd:documentation>
4663             </xsd:annotation>   4610             </xsd:annotation>
4664          </xsd:element>   4611          </xsd:element>
4665          <xsd:element name="gasClass" type="witsml:kindString" minOccurs="0" maxOccurs="1">   4612          <xsd:element name="gasClass" type="witsml:kindString" minOccurs="0" maxOccurs="1">
4666             <xsd:annotation>   4613             <xsd:annotation>
4667                <xsd:documentation>Class for Natural Gas. This is not valid for oil or water.</xsd:documentation>   4614                <xsd:documentation>Class for Natural Gas. This is not valid for oil or water.</xsd:documentation>
4668             </xsd:annotation>   4615             </xsd:annotation>
4669          </xsd:element>   4616          </xsd:element>
4670       </xsd:sequence>   4617       </xsd:sequence>
4671    </xsd:complexType>   4618    </xsd:complexType>
4672    <xsd:complexType name="cs_wellTestInjectionTestData">   4619    <xsd:complexType name="cs_wellTestInjectionTestData">
4673       <xsd:sequence>   4620       <xsd:sequence>
4674          <xsd:element name="testDuration" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">   4621          <xsd:element name="testDuration" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
4675             <xsd:annotation>   4622             <xsd:annotation>
4676                <xsd:documentation>The time length (with uom) of the well test.</xsd:documentation>   4623                <xsd:documentation>The time length (with uom) of the well test.</xsd:documentation>
4677             </xsd:annotation>   4624             </xsd:annotation>
4678          </xsd:element>   4625          </xsd:element>
4679          <xsd:element name="testInterval" type="witsml:cs_wellTestInterval" minOccurs="0" maxOccurs="1">   4626          <xsd:element name="testInterval" type="witsml:cs_wellTestInterval" minOccurs="0" maxOccurs="1">
4680             <xsd:annotation>   4627             <xsd:annotation>
4681                <xsd:documentation>The interval tested. This element includes a top and base depth, and the formation tested.</xsd:documentation>   4628                <xsd:documentation>The interval tested. This element includes a top and base depth, and the formation tested.</xsd:documentation>
4682             </xsd:annotation>   4629             </xsd:annotation>
4683          </xsd:element>   4630          </xsd:element>
4684          <xsd:element name="InjectedFluid" type="witsml:InjectionFluid" minOccurs="0" maxOccurs="1">   4631          <xsd:element name="InjectedFluid" type="witsml:InjectionFluid" minOccurs="0" maxOccurs="1">
4685             <xsd:annotation>   4632             <xsd:annotation>
4686                <xsd:documentation>The fluid that is being injected.</xsd:documentation>   4633                <xsd:documentation>The fluid that is being injected.</xsd:documentation>
4687             </xsd:annotation>   4634             </xsd:annotation>
4688          </xsd:element>   4635          </xsd:element>
4689          <xsd:element name="wellTestCumulative" type="witsml:cs_wellTestCumulative" minOccurs="0" maxOccurs="1">   4636          <xsd:element name="wellTestCumulative" type="witsml:cs_wellTestCumulative" minOccurs="0" maxOccurs="1">
4690             <xsd:annotation>   4637             <xsd:annotation>
4691                <xsd:documentation>The cumulative volumes of fluids at the time of the well test. The fluids are oil, gas, and water.</xsd:documentation>   4638                <xsd:documentation>The cumulative volumes of fluids at the time of the well test. The fluids are oil, gas, and water.</xsd:documentation>
4692             </xsd:annotation>   4639             </xsd:annotation>
4693          </xsd:element>   4640          </xsd:element>
4694          <xsd:element name="chokeOrificeSize" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">   4641          <xsd:element name="chokeOrificeSize" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
4695             <xsd:annotation>   4642             <xsd:annotation>
4696                <xsd:documentation>The size of the opening in the flow choke at the wellhead.</xsd:documentation>   4643                <xsd:documentation>The size of the opening in the flow choke at the wellhead.</xsd:documentation>
4697             </xsd:annotation>   4644             </xsd:annotation>
4698          </xsd:element>   4645          </xsd:element>
4699          <xsd:element name="minimumAnnularPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   4646          <xsd:element name="minimumAnnularPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
4700             <xsd:annotation>   4647             <xsd:annotation>
4701                <xsd:documentation>The minimum pressure measured at the annulus.</xsd:documentation>   4648                <xsd:documentation>The minimum pressure measured at the annulus.</xsd:documentation>
4702             </xsd:annotation>   4649             </xsd:annotation>
4703          </xsd:element>   4650          </xsd:element>
4704          <xsd:element name="maximumAnnularPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   4651          <xsd:element name="maximumAnnularPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
4705             <xsd:annotation>   4652             <xsd:annotation>
4706                <xsd:documentation>The maximum pressure measured at the annulus.</xsd:documentation>   4653                <xsd:documentation>The maximum pressure measured at the annulus.</xsd:documentation>
4707             </xsd:annotation>   4654             </xsd:annotation>
4708          </xsd:element>   4655          </xsd:element>
4709          <xsd:element name="wellheadFlowingPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   4656          <xsd:element name="wellheadFlowingPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
4710             <xsd:annotation>   4657             <xsd:annotation>
4711                <xsd:documentation>The flowing pressure measured at the wellhead during the test.</xsd:documentation>   4658                <xsd:documentation>The flowing pressure measured at the wellhead during the test.</xsd:documentation>
4712             </xsd:annotation>   4659             </xsd:annotation>
4713          </xsd:element>   4660          </xsd:element>
4714          <xsd:element name="wellheadMaximumPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   4661          <xsd:element name="wellheadMaximumPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
4715             <xsd:annotation>   4662             <xsd:annotation>
4716                <xsd:documentation>The maximum pressure measured at the wellhead during the well test.</xsd:documentation>   4663                <xsd:documentation>The maximum pressure measured at the wellhead during the well test.</xsd:documentation>
4717             </xsd:annotation>   4664             </xsd:annotation>
4718          </xsd:element>   4665          </xsd:element>
4719          <xsd:element name="injectionTestResults" type="witsml:cs_wellTestInjectionTestResults" minOccurs="0" maxOccurs="1">   4666          <xsd:element name="injectionTestResults" type="witsml:cs_wellTestInjectionTestResults" minOccurs="0" maxOccurs="1">
4720             <xsd:annotation>   4667             <xsd:annotation>
4721                <xsd:documentation>The production results of the test.</xsd:documentation>   4668                <xsd:documentation>The production results of the test.</xsd:documentation>
4722             </xsd:annotation>   4669             </xsd:annotation>
4723          </xsd:element>   4670          </xsd:element>
4724       </xsd:sequence>   4671       </xsd:sequence>
4725    </xsd:complexType>   4672    </xsd:complexType>
4726    <xsd:complexType name="cs_wellTestInjectionTestResults">   4673    <xsd:complexType name="cs_wellTestInjectionTestResults">
4727       <xsd:annotation>   4674       <xsd:annotation>
4728          <xsd:documentation>Oil, gas, and water volumes and rates measured during the well test. The volumes allow either actual volumes or standard (corrected) volumes. The   4675          <xsd:documentation>Oil, gas, and water volumes and rates measured during the well test. The volumes allow either actual volumes or standard (corrected) volumes. The
4729          densities are also recorded with the volumes.</xsd:documentation>   4676          densities are also recorded with the volumes.</xsd:documentation>
4730       </xsd:annotation>   4677       </xsd:annotation>
4731       <xsd:sequence>   4678       <xsd:sequence>
4732          <xsd:element name="oilVolume" type="witsml:cs_wellTestTestVolume" minOccurs="0" maxOccurs="1">   4679          <xsd:element name="oilVolume" type="witsml:cs_wellTestTestVolume" minOccurs="0" maxOccurs="1">
4733             <xsd:annotation>   4680             <xsd:annotation>
4734                <xsd:documentation>Oil volumes measured during the well test.</xsd:documentation>   4681                <xsd:documentation>Oil volumes measured during the well test.</xsd:documentation>
4735             </xsd:annotation>   4682             </xsd:annotation>
4736          </xsd:element>   4683          </xsd:element>
4737          <xsd:element name="oilRate" type="witsml:cs_wellTestFluidRate" minOccurs="0" maxOccurs="1">   4684          <xsd:element name="oilRate" type="witsml:cs_wellTestFluidRate" minOccurs="0" maxOccurs="1">
4738             <xsd:annotation>   4685             <xsd:annotation>
4739                <xsd:documentation>Oil rates measured during the well test.</xsd:documentation>   4686                <xsd:documentation>Oil rates measured during the well test.</xsd:documentation>
4740             </xsd:annotation>   4687             </xsd:annotation>
4741          </xsd:element>   4688          </xsd:element>
4742          <xsd:element name="gasVolume" type="witsml:cs_wellTestTestVolume" minOccurs="0" maxOccurs="1">   4689          <xsd:element name="gasVolume" type="witsml:cs_wellTestTestVolume" minOccurs="0" maxOccurs="1">
4743             <xsd:annotation>   4690             <xsd:annotation>
4744                <xsd:documentation>Gas volumes measured during the well test.</xsd:documentation>   4691                <xsd:documentation>Gas volumes measured during the well test.</xsd:documentation>
4745             </xsd:annotation>   4692             </xsd:annotation>
4746          </xsd:element>   4693          </xsd:element>
4747          <xsd:element name="gasRate" type="witsml:cs_wellTestFluidRate" minOccurs="0" maxOccurs="1">   4694          <xsd:element name="gasRate" type="witsml:cs_wellTestFluidRate" minOccurs="0" maxOccurs="1">
4748             <xsd:annotation>   4695             <xsd:annotation>
4749                <xsd:documentation>Gas rates measured during the well test.</xsd:documentation>   4696                <xsd:documentation>Gas rates measured during the well test.</xsd:documentation>
4750             </xsd:annotation>   4697             </xsd:annotation>
4751          </xsd:element>   4698          </xsd:element>
4752          <xsd:element name="waterVolume" type="witsml:cs_wellTestTestVolume" minOccurs="0" maxOccurs="1">   4699          <xsd:element name="waterVolume" type="witsml:cs_wellTestTestVolume" minOccurs="0" maxOccurs="1">
4753             <xsd:annotation>   4700             <xsd:annotation>
4754                <xsd:documentation>Water volumes measured during the well test.</xsd:documentation>   4701                <xsd:documentation>Water volumes measured during the well test.</xsd:documentation>
4755             </xsd:annotation>   4702             </xsd:annotation>
4756          </xsd:element>   4703          </xsd:element>
4757          <xsd:element name="waterRate" type="witsml:cs_wellTestFluidRate" minOccurs="0" maxOccurs="1">   4704          <xsd:element name="waterRate" type="witsml:cs_wellTestFluidRate" minOccurs="0" maxOccurs="1">
4758             <xsd:annotation>   4705             <xsd:annotation>
4759                <xsd:documentation>Water rates measured during the well test.</xsd:documentation>   4706                <xsd:documentation>Water rates measured during the well test.</xsd:documentation>
4760             </xsd:annotation>   4707             </xsd:annotation>
4761          </xsd:element>   4708          </xsd:element>
4762       </xsd:sequence>   4709       </xsd:sequence>
4763    </xsd:complexType>   4710    </xsd:complexType>
4764    <xsd:complexType name="cs_wellTestInterval">   4711    <xsd:complexType name="cs_wellTestInterval">
4765       <xsd:sequence>   4712       <xsd:sequence>
4766          <xsd:element name="mdTop" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1">   4713          <xsd:element name="mdTop" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1">
4767             <xsd:annotation>   4714             <xsd:annotation>
4768                <xsd:documentation>The measured depth to the top of the interval.</xsd:documentation>   4715                <xsd:documentation>The measured depth to the top of the interval.</xsd:documentation>
4769             </xsd:annotation>   4716             </xsd:annotation>
4770          </xsd:element>   4717          </xsd:element>
4771          <xsd:element name="mdBase" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1">   4718          <xsd:element name="mdBase" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1">
4772             <xsd:annotation>   4719             <xsd:annotation>
4773                <xsd:documentation>The measured depth to the bottom of the interval.</xsd:documentation>   4720                <xsd:documentation>The measured depth to the bottom of the interval.</xsd:documentation>
4774             </xsd:annotation>   4721             </xsd:annotation>
4775          </xsd:element>   4722          </xsd:element>
4776          <xsd:element name="wellbore" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   4723          <xsd:element name="wellbore" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
4777             <xsd:annotation>   4724             <xsd:annotation>
4778                <xsd:documentation>Defines the wellbore (sidetract) represented by the measured depth. This must be given when the well has multiple wellbores and the measured   4725                <xsd:documentation>Defines the wellbore (sidetract) represented by the measured depth. This must be given when the well has multiple wellbores and the measured
4779                depth value is deeper than the first kickoff point. It is recommended that it always be given.</xsd:documentation>   4726                depth value is deeper than the first kickoff point. It is recommended that it always be given.</xsd:documentation>
4780             </xsd:annotation>   4727             </xsd:annotation>
4781          </xsd:element>   4728          </xsd:element>
4782          <xsd:element name="testedFormation" type="witsml:kindString" minOccurs="0" maxOccurs="unbounded">   4729          <xsd:element name="testedFormation" type="witsml:kindString" minOccurs="0" maxOccurs="unbounded">
4783             <xsd:annotation>   4730             <xsd:annotation>
4784                <xsd:documentation>A formation that was tested.</xsd:documentation>   4731                <xsd:documentation>A formation that was tested.</xsd:documentation>
4785             </xsd:annotation>   4732             </xsd:annotation>
4786          </xsd:element>   4733          </xsd:element>
4787          <xsd:element name="valvePosition" type="witsml:lengthPerLengthMeasure" minOccurs="1" maxOccurs="1">   4734          <xsd:element name="valvePosition" type="witsml:lengthPerLengthMeasure" minOccurs="1" maxOccurs="1">
4788             <xsd:annotation>   4735             <xsd:annotation>
4789                <xsd:documentation>The relative opening of the downhole control valve for the tested zone. This is for surface controllable valves.</xsd:documentation>   4736                <xsd:documentation>The relative opening of the downhole control valve for the tested zone. This is for surface controllable valves.</xsd:documentation>
4790             </xsd:annotation>   4737             </xsd:annotation>
4791          </xsd:element>   4738          </xsd:element>
4792       </xsd:sequence>   4739       </xsd:sequence>
4793    </xsd:complexType>   4740    </xsd:complexType>
4794    <xsd:complexType name="cs_wellTestPointData">   4741    <xsd:complexType name="cs_wellTestPointData">
4795       <xsd:annotation>   4742       <xsd:annotation>
4796          <xsd:documentation>Well test data gathered at points in the wellbore.</xsd:documentation>   4743          <xsd:documentation>Well test data gathered at points in the wellbore.</xsd:documentation>
4797       </xsd:annotation>   4744       </xsd:annotation>
4798       <xsd:sequence>   4745       <xsd:sequence>
4799          <xsd:element name="pres" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   4746          <xsd:element name="pres" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
4800             <xsd:annotation>   4747             <xsd:annotation>
4801                <xsd:documentation>The pressure at the point.</xsd:documentation>   4748                <xsd:documentation>The pressure at the point.</xsd:documentation>
4802             </xsd:annotation>   4749             </xsd:annotation>
4803          </xsd:element>   4750          </xsd:element>
4804          <xsd:element name="temp" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">   4751          <xsd:element name="temp" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
4805             <xsd:annotation>   4752             <xsd:annotation>
4806                <xsd:documentation>The temperature at the point.</xsd:documentation>   4753                <xsd:documentation>The temperature at the point.</xsd:documentation>
4807             </xsd:annotation>   4754             </xsd:annotation>
4808          </xsd:element>   4755          </xsd:element>
4809          <xsd:element name="pOverZ" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   4756          <xsd:element name="pOverZ" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
4810             <xsd:annotation>   4757             <xsd:annotation>
4811                <xsd:documentation>The P/Z value at the point. This is P/Z, pressure over gas compressibility factor (z). Note that the uom is units of pressure., since Z is   4758                <xsd:documentation>The P/Z value at the point. This is P/Z, pressure over gas compressibility factor (z). Note that the uom is units of pressure., since Z is
4812                dimensionless.</xsd:documentation>   4759                dimensionless.</xsd:documentation>
4813             </xsd:annotation>   4760             </xsd:annotation>
4814          </xsd:element>   4761          </xsd:element>
4815          <xsd:element name="md" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">   4762          <xsd:element name="md" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
4816             <xsd:annotation>   4763             <xsd:annotation>
4817                <xsd:documentation>The measured depth of the bottomhole.</xsd:documentation>   4764                <xsd:documentation>The measured depth of the bottomhole.</xsd:documentation>
4818             </xsd:annotation>   4765             </xsd:annotation>
4819          </xsd:element>   4766          </xsd:element>
4820          <xsd:element name="wellbore" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   4767          <xsd:element name="wellbore" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
4821             <xsd:annotation>   4768             <xsd:annotation>
4822                <xsd:documentation>Defines the wellbore (sidetract) represented by the measured depth. This must be given when the well has multiple wellbores and the measured   4769                <xsd:documentation>Defines the wellbore (sidetract) represented by the measured depth. This must be given when the well has multiple wellbores and the measured
4823                depth value is deeper than the first kickoff point. It is recommended that it always be given.</xsd:documentation>   4770                depth value is deeper than the first kickoff point. It is recommended that it always be given.</xsd:documentation>
4824             </xsd:annotation>   4771             </xsd:annotation>
4825          </xsd:element>   4772          </xsd:element>
4826          <xsd:element name="bottomhole" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">   4773          <xsd:element name="bottomhole" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
4827             <xsd:annotation>   4774             <xsd:annotation>
4828                <xsd:documentation>A value of true (1 or "true") indicates that the point is at the bottomhole. A value of false (0 or "false") or not given indicates   4775                <xsd:documentation>A value of true (1 or "true") indicates that the point is at the bottomhole. A value of false (0 or "false") or not given indicates
4829                otherwise.</xsd:documentation>   4776                otherwise.</xsd:documentation>
4830             </xsd:annotation>   4777             </xsd:annotation>
4831          </xsd:element>   4778          </xsd:element>
4832          <xsd:element name="static" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">   4779          <xsd:element name="static" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
4833             <xsd:annotation>   4780             <xsd:annotation>
4834                <xsd:documentation>A value of true (1 or "true") indicates a static (non-flowing) pressure. A value of false (0 or "false") or not given indicates otherwise. The   4781                <xsd:documentation>A value of true (1 or "true") indicates a static (non-flowing) pressure. A value of false (0 or "false") or not given indicates otherwise. The
4835                pressure may be measured (e.g., shut-in well) or calculated.</xsd:documentation>   4782                pressure may be measured (e.g., shut-in well) or calculated.</xsd:documentation>
4836             </xsd:annotation>   4783             </xsd:annotation>
4837          </xsd:element>   4784          </xsd:element>
4838       </xsd:sequence>   4785       </xsd:sequence>
4839    </xsd:complexType>   4786    </xsd:complexType>
4840    <xsd:complexType name="cs_wellTestProductionTestData">   4787    <xsd:complexType name="cs_wellTestProductionTestData">
4841       <xsd:sequence>   4788       <xsd:sequence>
4842          <xsd:element name="testDuration" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">   4789          <xsd:element name="testDuration" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
4843             <xsd:annotation>   4790             <xsd:annotation>
4844                <xsd:documentation>The time length (with uom) of the well test.</xsd:documentation>   4791                <xsd:documentation>The time length (with uom) of the well test.</xsd:documentation>
4845             </xsd:annotation>   4792             </xsd:annotation>
4846          </xsd:element>   4793          </xsd:element>
4847          <xsd:element name="testInterval" type="witsml:cs_wellTestInterval" minOccurs="0" maxOccurs="unbounded">   4794          <xsd:element name="testInterval" type="witsml:cs_wellTestInterval" minOccurs="0" maxOccurs="unbounded">
4848             <xsd:annotation>   4795             <xsd:annotation>
4849                <xsd:documentation>The interval tested. This element includes a top and base depth, and the formation(s) tested. It also includes control data for the tested   4796                <xsd:documentation>The interval tested. This element includes a top and base depth, and the formation(s) tested. It also includes control data for the tested
4850                interval.</xsd:documentation>   4797                interval.</xsd:documentation>
4851             </xsd:annotation>   4798             </xsd:annotation>
4852          </xsd:element>   4799          </xsd:element>
4853          <xsd:element name="wellheadData" type="witsml:cs_wellTestWellheadData" minOccurs="0" maxOccurs="1">   4800          <xsd:element name="wellheadData" type="witsml:cs_wellTestWellheadData" minOccurs="0" maxOccurs="1">
4854             <xsd:annotation>   4801             <xsd:annotation>
4855                <xsd:documentation>This element records measurements made and settings made at the wellhead.</xsd:documentation>   4802                <xsd:documentation>This element records measurements made and settings made at the wellhead.</xsd:documentation>
4856             </xsd:annotation>   4803             </xsd:annotation>
4857          </xsd:element>   4804          </xsd:element>
4858          <xsd:element name="bottomholeData" type="witsml:cs_wellTestBottomholeData" minOccurs="0" maxOccurs="1">   4805          <xsd:element name="bottomholeData" type="witsml:cs_wellTestBottomholeData" minOccurs="0" maxOccurs="1">
4859             <xsd:annotation>   4806             <xsd:annotation>
4860                <xsd:documentation>DEPRECATED - Use pointData instead. This element records measurements made at the bottomhole.</xsd:documentation>   4807                <xsd:documentation>DEPRECATED - Use pointData instead. This element records measurements made at the bottomhole.</xsd:documentation>
4861             </xsd:annotation>   4808             </xsd:annotation>
4862          </xsd:element>   4809          </xsd:element>
4863          <xsd:element name="pointData" type="witsml:cs_wellTestPointData" minOccurs="0" maxOccurs="unbounded">   4810          <xsd:element name="pointData" type="witsml:cs_wellTestPointData" minOccurs="0" maxOccurs="unbounded">
4864             <xsd:annotation>   4811             <xsd:annotation>
4865                <xsd:documentation>This element records temperature and pressure at points in the wellbore.</xsd:documentation>   4812                <xsd:documentation>This element records temperature and pressure at points in the wellbore.</xsd:documentation>
4866             </xsd:annotation>   4813             </xsd:annotation>
4867          </xsd:element>   4814          </xsd:element>
4868          <xsd:element name="separatorData" type="witsml:cs_wellTestSeparatorData" minOccurs="0" maxOccurs="1">   4815          <xsd:element name="separatorData" type="witsml:cs_wellTestSeparatorData" minOccurs="0" maxOccurs="1">
4869             <xsd:annotation>   4816             <xsd:annotation>
4870                <xsd:documentation>This element records the measurements (pressure and temperature) at the separator.</xsd:documentation>   4817                <xsd:documentation>This element records the measurements (pressure and temperature) at the separator.</xsd:documentation>
4871             </xsd:annotation>   4818             </xsd:annotation>
4872          </xsd:element>   4819          </xsd:element>
4873          <xsd:element name="operatingMethod" type="witsml:kindString" minOccurs="0" maxOccurs="1">   4820          <xsd:element name="operatingMethod" type="witsml:kindString" minOccurs="0" maxOccurs="1">
4874             <xsd:annotation>   4821             <xsd:annotation>
4875                <xsd:documentation>The method being used to operate the well. Examples are 'flowing', 'pumping', 'gas lifted'.</xsd:documentation>   4822                <xsd:documentation>The method being used to operate the well. Examples are 'flowing', 'pumping', 'gas lifted'.</xsd:documentation>
4876             </xsd:annotation>   4823             </xsd:annotation>
4877          </xsd:element>   4824          </xsd:element>
4878          <xsd:element name="wellTestCumulative" type="witsml:cs_wellTestCumulative" minOccurs="0" maxOccurs="1">   4825          <xsd:element name="wellTestCumulative" type="witsml:cs_wellTestCumulative" minOccurs="0" maxOccurs="1">
4879             <xsd:annotation>   4826             <xsd:annotation>
4880                <xsd:documentation>The cumulative volumes of fluids at the time of the well test. The fluids are oil, gas, and water.</xsd:documentation>   4827                <xsd:documentation>The cumulative volumes of fluids at the time of the well test. The fluids are oil, gas, and water.</xsd:documentation>
4881             </xsd:annotation>   4828             </xsd:annotation>
4882          </xsd:element>   4829          </xsd:element>
4883          <xsd:element name="productionTestResults" type="witsml:cs_wellTestProductionTestResults" minOccurs="0" maxOccurs="1">   4830          <xsd:element name="productionTestResults" type="witsml:cs_wellTestProductionTestResults" minOccurs="0" maxOccurs="1">
4884             <xsd:annotation>   4831             <xsd:annotation>
4885                <xsd:documentation>The production results of the test.</xsd:documentation>   4832                <xsd:documentation>The production results of the test.</xsd:documentation>
4886             </xsd:annotation>   4833             </xsd:annotation>
4887          </xsd:element>   4834          </xsd:element>
4888       </xsd:sequence>   4835       </xsd:sequence>
4889    </xsd:complexType>   4836    </xsd:complexType>
4890    <xsd:complexType name="cs_wellTestProductionTestResults">   4837    <xsd:complexType name="cs_wellTestProductionTestResults">
4891       <xsd:annotation>   4838       <xsd:annotation>
4892          <xsd:documentation>Oil, gas, and water volumes and rates measured during the well test. The volumes allow either actual volumes or standard (corrected) volumes. The   4839          <xsd:documentation>Oil, gas, and water volumes and rates measured during the well test. The volumes allow either actual volumes or standard (corrected) volumes. The
4893          densities are also recorded with the volumes.</xsd:documentation>   4840          densities are also recorded with the volumes.</xsd:documentation>
4894       </xsd:annotation>   4841       </xsd:annotation>
4895       <xsd:sequence>   4842       <xsd:sequence>
4896          <xsd:element name="oilVolume" type="witsml:cs_wellTestTestVolume" minOccurs="0" maxOccurs="1">   4843          <xsd:element name="oilVolume" type="witsml:cs_wellTestTestVolume" minOccurs="0" maxOccurs="1">
4897             <xsd:annotation>   4844             <xsd:annotation>
4898                <xsd:documentation>Oil volumes measured during the well test.</xsd:documentation>   4845                <xsd:documentation>Oil volumes measured during the well test.</xsd:documentation>
4899             </xsd:annotation>   4846             </xsd:annotation>
4900          </xsd:element>   4847          </xsd:element>
4901          <xsd:element name="oilRate" type="witsml:cs_wellTestFluidRate" minOccurs="0" maxOccurs="1">   4848          <xsd:element name="oilRate" type="witsml:cs_wellTestFluidRate" minOccurs="0" maxOccurs="1">
4902             <xsd:annotation>   4849             <xsd:annotation>
4903                <xsd:documentation>Oil rates measured during the well test.</xsd:documentation>   4850                <xsd:documentation>Oil rates measured during the well test.</xsd:documentation>
4904             </xsd:annotation>   4851             </xsd:annotation>
4905          </xsd:element>   4852          </xsd:element>
4906          <xsd:element name="gasVolume" type="witsml:cs_wellTestTestVolume" minOccurs="0" maxOccurs="1">   4853          <xsd:element name="gasVolume" type="witsml:cs_wellTestTestVolume" minOccurs="0" maxOccurs="1">
4907             <xsd:annotation>   4854             <xsd:annotation>
4908                <xsd:documentation>Gas volumes measured during the well test.</xsd:documentation>   4855                <xsd:documentation>Gas volumes measured during the well test.</xsd:documentation>
4909             </xsd:annotation>   4856             </xsd:annotation>
4910          </xsd:element>   4857          </xsd:element>
4911          <xsd:element name="gasRate" type="witsml:cs_wellTestFluidRate" minOccurs="0" maxOccurs="1">   4858          <xsd:element name="gasRate" type="witsml:cs_wellTestFluidRate" minOccurs="0" maxOccurs="1">
4912             <xsd:annotation>   4859             <xsd:annotation>
4913                <xsd:documentation>Gas rates measured during the well test.</xsd:documentation>   4860                <xsd:documentation>Gas rates measured during the well test.</xsd:documentation>
4914             </xsd:annotation>   4861             </xsd:annotation>
4915          </xsd:element>   4862          </xsd:element>
4916          <xsd:element name="waterVolume" type="witsml:cs_wellTestTestVolume" minOccurs="0" maxOccurs="1">   4863          <xsd:element name="waterVolume" type="witsml:cs_wellTestTestVolume" minOccurs="0" maxOccurs="1">
4917             <xsd:annotation>   4864             <xsd:annotation>
4918                <xsd:documentation>Water volumes measured during the well test.</xsd:documentation>   4865                <xsd:documentation>Water volumes measured during the well test.</xsd:documentation>
4919             </xsd:annotation>   4866             </xsd:annotation>
4920          </xsd:element>   4867          </xsd:element>
4921          <xsd:element name="waterRate" type="witsml:cs_wellTestFluidRate" minOccurs="0" maxOccurs="1">   4868          <xsd:element name="waterRate" type="witsml:cs_wellTestFluidRate" minOccurs="0" maxOccurs="1">
4922             <xsd:annotation>   4869             <xsd:annotation>
4923                <xsd:documentation>Water rates measured during the well test.</xsd:documentation>   4870                <xsd:documentation>Water rates measured during the well test.</xsd:documentation>
4924             </xsd:annotation>   4871             </xsd:annotation>
4925          </xsd:element>   4872          </xsd:element>
4926          <xsd:element name="condensateVolume" type="witsml:cs_wellTestTestVolume" minOccurs="0" maxOccurs="1">   4873          <xsd:element name="condensateVolume" type="witsml:cs_wellTestTestVolume" minOccurs="0" maxOccurs="1">
4927             <xsd:annotation>   4874             <xsd:annotation>
4928                <xsd:documentation>condensate volumes measured during the well test.</xsd:documentation>   4875                <xsd:documentation>condensate volumes measured during the well test.</xsd:documentation>
4929             </xsd:annotation>   4876             </xsd:annotation>
4930          </xsd:element>   4877          </xsd:element>
4931          <xsd:element name="condensateRate" type="witsml:cs_wellTestFluidRate" minOccurs="0" maxOccurs="1">   4878          <xsd:element name="condensateRate" type="witsml:cs_wellTestFluidRate" minOccurs="0" maxOccurs="1">
4932             <xsd:annotation>   4879             <xsd:annotation>
4933                <xsd:documentation>Condensate rates measured during the well test.</xsd:documentation>   4880                <xsd:documentation>Condensate rates measured during the well test.</xsd:documentation>
4934             </xsd:annotation>   4881             </xsd:annotation>
4935          </xsd:element>   4882          </xsd:element>
4936          <xsd:element name="gasOilRatio" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">   4883          <xsd:element name="gasOilRatio" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
4937             <xsd:annotation>   4884             <xsd:annotation>
4938                <xsd:documentation>The ratio of the volume of gas and the volume of oil that was produced.</xsd:documentation>   4885                <xsd:documentation>The ratio of the volume of gas and the volume of oil that was produced.</xsd:documentation>
4939             </xsd:annotation>   4886             </xsd:annotation>
4940          </xsd:element>   4887          </xsd:element>
4941          <xsd:element name="waterCut" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">   4888          <xsd:element name="waterCut" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
4942             <xsd:annotation>   4889             <xsd:annotation>
4943                <xsd:documentation>The ratio of water produced compared to the volume of total liquids produced.</xsd:documentation>   4890                <xsd:documentation>The ratio of water produced compared to the volume of total liquids produced.</xsd:documentation>
4944             </xsd:annotation>   4891             </xsd:annotation>
4945          </xsd:element>   4892          </xsd:element>
4946          <xsd:element name="density" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">   4893          <xsd:element name="density" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
4947             <xsd:annotation>   4894             <xsd:annotation>
4948                <xsd:documentation>The density of the fluid mixture.</xsd:documentation>   4895                <xsd:documentation>The density of the fluid mixture.</xsd:documentation>
4949             </xsd:annotation>   4896             </xsd:annotation>
4950          </xsd:element>   4897          </xsd:element>
4951          <xsd:element name="fluidVelocity" type="witsml:velocityMeasure" minOccurs="0" maxOccurs="1">   4898          <xsd:element name="fluidVelocity" type="witsml:velocityMeasure" minOccurs="0" maxOccurs="1">
4952             <xsd:annotation>   4899             <xsd:annotation>
4953                <xsd:documentation>The velocity of the overall fluid mixture.</xsd:documentation>   4900                <xsd:documentation>The velocity of the overall fluid mixture.</xsd:documentation>
4954             </xsd:annotation>   4901             </xsd:annotation>
4955          </xsd:element>   4902          </xsd:element>
4956          <xsd:element name="condensateYield" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">   4903          <xsd:element name="condensateYield" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
4957             <xsd:annotation>   4904             <xsd:annotation>
4958                <xsd:documentation>This is the condensate yield, which describes the amount of condensate per unit of natural gas produced</xsd:documentation>   4905                <xsd:documentation>This is the condensate yield, which describes the amount of condensate per unit of natural gas produced</xsd:documentation>
4959             </xsd:annotation>   4906             </xsd:annotation>
4960          </xsd:element>   4907          </xsd:element>
4961          <xsd:element name="basicSedimentAndWater" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">   4908          <xsd:element name="basicSedimentAndWater" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
4962             <xsd:annotation>   4909             <xsd:annotation>
4963                <xsd:documentation>This is the measured of impurities present in crude oil as it comes from the well. BSandW content is commonly used as a measure for treating   4910                <xsd:documentation>This is the measured of impurities present in crude oil as it comes from the well. BSandW content is commonly used as a measure for treating
4964                performance of hydrocarbon liquids</xsd:documentation>   4911                performance of hydrocarbon liquids</xsd:documentation>
4965             </xsd:annotation>   4912             </xsd:annotation>
4966          </xsd:element>   4913          </xsd:element>
4967          <xsd:element name="oilPotential" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">   4914          <xsd:element name="oilPotential" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">
4968             <xsd:annotation>   4915             <xsd:annotation>
4969                <xsd:documentation>This is the the potential of the well to produce crude oil. This represents the flow rate that could be achieved under maximum   4916                <xsd:documentation>This is the the potential of the well to produce crude oil. This represents the flow rate that could be achieved under maximum
4970                drawdown.</xsd:documentation>   4917                drawdown.</xsd:documentation>
4971             </xsd:annotation>   4918             </xsd:annotation>
4972          </xsd:element>   4919          </xsd:element>
4973          <xsd:element name="gasPotential" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">   4920          <xsd:element name="gasPotential" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">
4974             <xsd:annotation>   4921             <xsd:annotation>
4975                <xsd:documentation>This is the potential of the well to produce natural gas. This represents the flow rate that could be achieved under maximum   4922                <xsd:documentation>This is the potential of the well to produce natural gas. This represents the flow rate that could be achieved under maximum
4976                drawdown.</xsd:documentation>   4923                drawdown.</xsd:documentation>
4977             </xsd:annotation>   4924             </xsd:annotation>
4978          </xsd:element>   4925          </xsd:element>
4979          <xsd:element name="sandVolume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">   4926          <xsd:element name="sandVolume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
4980             <xsd:annotation>   4927             <xsd:annotation>
4981                <xsd:documentation>the volume of sand that was produced.</xsd:documentation>   4928                <xsd:documentation>the volume of sand that was produced.</xsd:documentation>
4982             </xsd:annotation>   4929             </xsd:annotation>
4983          </xsd:element>   4930          </xsd:element>
4984          <xsd:element name="allocatedSplit" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">   4931          <xsd:element name="allocatedSplit" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
4985             <xsd:annotation>   4932             <xsd:annotation>
4986                <xsd:documentation>True ("true" or "1") indicates that the the split factors are allocated as opposed to measured. False ("false" or "0") or not given indicates   4933                <xsd:documentation>True ("true" or "1") indicates that the the split factors are allocated as opposed to measured. False ("false" or "0") or not given indicates
4987                otherwise.</xsd:documentation>   4934                otherwise.</xsd:documentation>
4988             </xsd:annotation>   4935             </xsd:annotation>
4989          </xsd:element>   4936          </xsd:element>
4990          <xsd:element name="oilSplitFactor" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">   4937          <xsd:element name="oilSplitFactor" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
4991             <xsd:annotation>   4938             <xsd:annotation>
4992                <xsd:documentation>The split factor for Oil relative to the overall volume of the test.</xsd:documentation>   4939                <xsd:documentation>The split factor for Oil relative to the overall volume of the test.</xsd:documentation>
4993             </xsd:annotation>   4940             </xsd:annotation>
4994          </xsd:element>   4941          </xsd:element>
4995          <xsd:element name="gasSplitFactor" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">   4942          <xsd:element name="gasSplitFactor" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
4996             <xsd:annotation>   4943             <xsd:annotation>
4997                <xsd:documentation>The split factor for Gas relative to the overall volume of the test.</xsd:documentation>   4944                <xsd:documentation>The split factor for Gas relative to the overall volume of the test.</xsd:documentation>
4998             </xsd:annotation>   4945             </xsd:annotation>
4999          </xsd:element>   4946          </xsd:element>
5000          <xsd:element name="waterSplitFactor" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">   4947          <xsd:element name="waterSplitFactor" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
5001             <xsd:annotation>   4948             <xsd:annotation>
5002                <xsd:documentation>The split factor for Water relative to the overall volume of the test.</xsd:documentation>   4949                <xsd:documentation>The split factor for Water relative to the overall volume of the test.</xsd:documentation>
5003             </xsd:annotation>   4950             </xsd:annotation>
5004          </xsd:element>   4951          </xsd:element>
5005          <xsd:element name="condensateSplitFactor" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">   4952          <xsd:element name="condensateSplitFactor" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
5006             <xsd:annotation>   4953             <xsd:annotation>
5007                <xsd:documentation>The split factor for Condensate relative to the overall volume of the test.</xsd:documentation>   4954                <xsd:documentation>The split factor for Condensate relative to the overall volume of the test.</xsd:documentation>
5008             </xsd:annotation>   4955             </xsd:annotation>
5009          </xsd:element>   4956          </xsd:element>
5010       </xsd:sequence>   4957       </xsd:sequence>
5011    </xsd:complexType>   4958    </xsd:complexType>
5012    <xsd:complexType name="cs_wellTestSeparatorData">   4959    <xsd:complexType name="cs_wellTestSeparatorData">
5013       <xsd:annotation>   4960       <xsd:annotation>
5014          <xsd:documentation>Well test data gathered at the separator.</xsd:documentation>   4961          <xsd:documentation>Well test data gathered at the separator.</xsd:documentation>
5015       </xsd:annotation>   4962       </xsd:annotation>
5016       <xsd:sequence>   4963       <xsd:sequence>
5017          <xsd:element name="separatorPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   4964          <xsd:element name="separatorPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
5018             <xsd:annotation>   4965             <xsd:annotation>
5019                <xsd:documentation>The pressure measured at the separator during the well test.</xsd:documentation>   4966                <xsd:documentation>The pressure measured at the separator during the well test.</xsd:documentation>
5020             </xsd:annotation>   4967             </xsd:annotation>
5021          </xsd:element>   4968          </xsd:element>
5022          <xsd:element name="separatorTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">   4969          <xsd:element name="separatorTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
5023             <xsd:annotation>   4970             <xsd:annotation>
5024                <xsd:documentation>The temperature measured at the separator during the well test.</xsd:documentation>   4971                <xsd:documentation>The temperature measured at the separator during the well test.</xsd:documentation>
5025             </xsd:annotation>   4972             </xsd:annotation>
5026          </xsd:element>   4973          </xsd:element>
5027       </xsd:sequence>   4974       </xsd:sequence>
5028    </xsd:complexType>   4975    </xsd:complexType>
5029    <xsd:complexType name="cs_wellTestTestVolume">   4976    <xsd:complexType name="cs_wellTestTestVolume">
5030       <xsd:annotation>   4977       <xsd:annotation>
5031          <xsd:documentation>The following sequence of four elements can be used for reporting of most production fluids.</xsd:documentation>   4978          <xsd:documentation>The following sequence of four elements can be used for reporting of most production fluids.</xsd:documentation>
5032       </xsd:annotation>   4979       </xsd:annotation>
5033       <xsd:sequence>   4980       <xsd:sequence>
5034          <xsd:element name="volumeStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">   4981          <xsd:element name="volumeStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
5035             <xsd:annotation>   4982             <xsd:annotation>
5036                <xsd:documentation>The volume is the fluid, corrected to standard conditions of temperature and pressure.</xsd:documentation>   4983                <xsd:documentation>The volume is the fluid, corrected to standard conditions of temperature and pressure.</xsd:documentation>
5037             </xsd:annotation>   4984             </xsd:annotation>
5038          </xsd:element>   4985          </xsd:element>
5039          <xsd:element name="volume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">   4986          <xsd:element name="volume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
5040             <xsd:annotation>   4987             <xsd:annotation>
5041                <xsd:documentation>The volume, uncorrected. This volume is generally reported at reservoir conditions.</xsd:documentation>   4988                <xsd:documentation>The volume, uncorrected. This volume is generally reported at reservoir conditions.</xsd:documentation>
5042             </xsd:annotation>   4989             </xsd:annotation>
5043          </xsd:element>   4990          </xsd:element>
5044          <xsd:element name="densityStdTempPres" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">   4991          <xsd:element name="densityStdTempPres" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
5045             <xsd:annotation>   4992             <xsd:annotation>
5046                <xsd:documentation>The density of the fluid, corrected to standard conditions of temperature and pressure.</xsd:documentation>   4993                <xsd:documentation>The density of the fluid, corrected to standard conditions of temperature and pressure.</xsd:documentation>
5047             </xsd:annotation>   4994             </xsd:annotation>
5048          </xsd:element>   4995          </xsd:element>
5049          <xsd:element name="density" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">   4996          <xsd:element name="density" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
5050             <xsd:annotation>   4997             <xsd:annotation>
5051                <xsd:documentation>The density of the fluid, uncorrected.</xsd:documentation>   4998                <xsd:documentation>The density of the fluid, uncorrected.</xsd:documentation>
5052             </xsd:annotation>   4999             </xsd:annotation>
5053          </xsd:element>   5000          </xsd:element>
5054          <xsd:element name="gasClass" type="witsml:kindString" minOccurs="0" maxOccurs="1">   5001          <xsd:element name="gasClass" type="witsml:kindString" minOccurs="0" maxOccurs="1">
5055             <xsd:annotation>   5002             <xsd:annotation>
5056                <xsd:documentation>Class for Natural Gas. This is not valid for oil or water.</xsd:documentation>   5003                <xsd:documentation>Class for Natural Gas. This is not valid for oil or water.</xsd:documentation>
5057             </xsd:annotation>   5004             </xsd:annotation>
5058          </xsd:element>   5005          </xsd:element>
5059       </xsd:sequence>   5006       </xsd:sequence>
5060    </xsd:complexType>   5007    </xsd:complexType>
5061    <xsd:complexType name="cs_wellTestWellheadData">   5008    <xsd:complexType name="cs_wellTestWellheadData">
5062       <xsd:annotation>   5009       <xsd:annotation>
5063          <xsd:documentation>Basic measurements at the wellhead, during the well test.</xsd:documentation>   5010          <xsd:documentation>Basic measurements at the wellhead, during the well test.</xsd:documentation>
5064       </xsd:annotation>   5011       </xsd:annotation>
5065       <xsd:sequence>   5012       <xsd:sequence>
5066          <xsd:element name="temperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">   5013          <xsd:element name="temperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
5067             <xsd:annotation>   5014             <xsd:annotation>
5068                <xsd:documentation>The temperature measured at the wellhead during the well test.</xsd:documentation>   5015                <xsd:documentation>The temperature measured at the wellhead during the well test.</xsd:documentation>
5069             </xsd:annotation>   5016             </xsd:annotation>
5070          </xsd:element>   5017          </xsd:element>
5071          <xsd:element name="flowingPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   5018          <xsd:element name="flowingPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
5072             <xsd:annotation>   5019             <xsd:annotation>
5073                <xsd:documentation>The flowing pressure measured at the wellhead during the well test.</xsd:documentation>   5020                <xsd:documentation>The flowing pressure measured at the wellhead during the well test.</xsd:documentation>
5074             </xsd:annotation>   5021             </xsd:annotation>
5075          </xsd:element>   5022          </xsd:element>
5076          <xsd:element name="shutInPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   5023          <xsd:element name="shutInPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
5077             <xsd:annotation>   5024             <xsd:annotation>
5078                <xsd:documentation>The shut-in pressure measured at the wellhead during the well test.</xsd:documentation>   5025                <xsd:documentation>The shut-in pressure measured at the wellhead during the well test.</xsd:documentation>
5079             </xsd:annotation>   5026             </xsd:annotation>
5080          </xsd:element>   5027          </xsd:element>
5081          <xsd:element name="flowLinePressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   5028          <xsd:element name="flowLinePressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
5082             <xsd:annotation>   5029             <xsd:annotation>
5083                <xsd:documentation>The pressure measured at the flow line connected to the wellhead during this well test.</xsd:documentation>   5030                <xsd:documentation>The pressure measured at the flow line connected to the wellhead during this well test.</xsd:documentation>
5084             </xsd:annotation>   5031             </xsd:annotation>
5085          </xsd:element>   5032          </xsd:element>
5086          <xsd:element name="chokeOrificeSize" type="witsml:lengthMeasure" minOccurs="1" maxOccurs="1">   5033          <xsd:element name="chokeOrificeSize" type="witsml:lengthMeasure" minOccurs="1" maxOccurs="1">
5087             <xsd:annotation>   5034             <xsd:annotation>
5088                <xsd:documentation>The size of the choke opening at the wellhead.</xsd:documentation>   5035                <xsd:documentation>The size of the choke opening at the wellhead.</xsd:documentation>
5089             </xsd:annotation>   5036             </xsd:annotation>
5090          </xsd:element>   5037          </xsd:element>
5091          <xsd:element name="gasLiftPres" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   5038          <xsd:element name="gasLiftPres" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
5092             <xsd:annotation>   5039             <xsd:annotation>
5093                <xsd:documentation>The pressure of the lift gas at the wellhead.</xsd:documentation>   5040                <xsd:documentation>The pressure of the lift gas at the wellhead.</xsd:documentation>
5094             </xsd:annotation>   5041             </xsd:annotation>
5095          </xsd:element>   5042          </xsd:element>
5096          <xsd:element name="gasLiftTemp" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">   5043          <xsd:element name="gasLiftTemp" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
5097             <xsd:annotation>   5044             <xsd:annotation>
5098                <xsd:documentation>The temperature of the lift gas at the wellhead.</xsd:documentation>   5045                <xsd:documentation>The temperature of the lift gas at the wellhead.</xsd:documentation>
5099             </xsd:annotation>   5046             </xsd:annotation>
5100          </xsd:element>   5047          </xsd:element>
5101          <xsd:element name="gasLiftVolume" type="witsml:cs_wellTestTestVolume" minOccurs="0" maxOccurs="1">   5048          <xsd:element name="gasLiftVolume" type="witsml:cs_wellTestTestVolume" minOccurs="0" maxOccurs="1">
5102             <xsd:annotation>   5049             <xsd:annotation>
5103                <xsd:documentation>Lift gas volumes injected during the well test at the wellhead.</xsd:documentation>   5050                <xsd:documentation>Lift gas volumes injected during the well test at the wellhead.</xsd:documentation>
5104             </xsd:annotation>   5051             </xsd:annotation>
5105          </xsd:element>   5052          </xsd:element>
5106          <xsd:element name="gasLiftRate" type="witsml:cs_wellTestFluidRate" minOccurs="0" maxOccurs="1">   5053          <xsd:element name="gasLiftRate" type="witsml:cs_wellTestFluidRate" minOccurs="0" maxOccurs="1">
5107             <xsd:annotation>   5054             <xsd:annotation>
5108                <xsd:documentation>Lift gas rates injected during the well test at the wellhead.</xsd:documentation>   5055                <xsd:documentation>Lift gas rates injected during the well test at the wellhead.</xsd:documentation>
5109             </xsd:annotation>   5056             </xsd:annotation>
5110          </xsd:element>   5057          </xsd:element>
5111          <xsd:element name="gasLiftchokeOrificeSize" type="witsml:lengthMeasure" minOccurs="1" maxOccurs="1">   5058          <xsd:element name="gasLiftchokeOrificeSize" type="witsml:lengthMeasure" minOccurs="1" maxOccurs="1">
5112             <xsd:annotation>   5059             <xsd:annotation>
5113                <xsd:documentation>The size of the gas lift choke opening.</xsd:documentation>   5060                <xsd:documentation>The size of the gas lift choke opening.</xsd:documentation>
5114             </xsd:annotation>   5061             </xsd:annotation>
5115          </xsd:element>   5062          </xsd:element>
5116       </xsd:sequence>   5063       </xsd:sequence>
5117    </xsd:complexType>   5064    </xsd:complexType>
5118    <!--UNUSED: Deleted global element dtsFiber.-->   5065    <!--UNUSED: Deleted global element dtsFiber.-->
5119    <!--UNUSED: Deleted global element dtsInstrumentBox.-->   5066    <!--UNUSED: Deleted global element dtsInstrumentBox.-->
5120    <xsd:group name="grp_commonPropertiesProductVolume">   5067    <xsd:group name="grp_commonPropertiesProductVolume">
5121       <xsd:annotation>   5068       <xsd:annotation>
5122          <xsd:documentation>Properties which are common to multiple structures in the productVolume schema.</xsd:documentation>   5069          <xsd:documentation>Properties which are common to multiple structures in the productVolume schema.</xsd:documentation>
5123       </xsd:annotation>   5070       </xsd:annotation>
5124       <xsd:sequence>   5071       <xsd:sequence>
5125          <xsd:element name="gor" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">   5072          <xsd:element name="gor" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
5126             <xsd:annotation>   5073             <xsd:annotation>
5127                <xsd:documentation>Gas oil ratio. The ratio between the total produced gas volume and the total produced oil volume including oil and gas volumes used on the   5074                <xsd:documentation>Gas oil ratio. The ratio between the total produced gas volume and the total produced oil volume including oil and gas volumes used on the
5128                installation.</xsd:documentation>   5075                installation.</xsd:documentation>
5129             </xsd:annotation>   5076             </xsd:annotation>
5130          </xsd:element>   5077          </xsd:element>
5131          <xsd:element name="gorMTD" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">   5078          <xsd:element name="gorMTD" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
5132             <xsd:annotation>   5079             <xsd:annotation>
5133                <xsd:documentation>Gas oil ratio month to date. The gas oil ratio from the beginning of the month to the end of the reporting priod.</xsd:documentation>   5080                <xsd:documentation>Gas oil ratio month to date. The gas oil ratio from the beginning of the month to the end of the reporting priod.</xsd:documentation>
5134             </xsd:annotation>   5081             </xsd:annotation>
5135          </xsd:element>   5082          </xsd:element>
5136          <xsd:element name="waterConcMass" type="witsml:massConcentrationMeasure" minOccurs="0" maxOccurs="1">   5083          <xsd:element name="waterConcMass" type="witsml:massConcentrationMeasure" minOccurs="0" maxOccurs="1">
5137             <xsd:annotation>   5084             <xsd:annotation>
5138                <xsd:documentation>Water concentration mass basis. The ratio of water produced compared to the mass of total liquids produced.</xsd:documentation>   5085                <xsd:documentation>Water concentration mass basis. The ratio of water produced compared to the mass of total liquids produced.</xsd:documentation>
5139             </xsd:annotation>   5086             </xsd:annotation>
5140          </xsd:element>   5087          </xsd:element>
5141          <xsd:element name="waterConcVol" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">   5088          <xsd:element name="waterConcVol" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
5142             <xsd:annotation>   5089             <xsd:annotation>
5143                <xsd:documentation>Water concentration volume basis. The ratio of water produced compared to the mass of total liquids produced.</xsd:documentation>   5090                <xsd:documentation>Water concentration volume basis. The ratio of water produced compared to the mass of total liquids produced.</xsd:documentation>
5144             </xsd:annotation>   5091             </xsd:annotation>
5145          </xsd:element>   5092          </xsd:element>
5146          <xsd:element name="atmosphere" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   5093          <xsd:element name="atmosphere" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
5147             <xsd:annotation>   5094             <xsd:annotation>
5148                <xsd:documentation>The average atmospheric pressure during the reporting period.</xsd:documentation>   5095                <xsd:documentation>The average atmospheric pressure during the reporting period.</xsd:documentation>
5149             </xsd:annotation>   5096             </xsd:annotation>
5150          </xsd:element>   5097          </xsd:element>
5151          <xsd:element name="volumeValue" type="witsml:cs_volumeValue" minOccurs="0" maxOccurs="unbounded"> <> 5098          <xsd:element name="volumeValue" type="witsml:cs_volumeValue" minOccurs="0" maxOccurs="1">
5152             <xsd:annotation> = 5099             <xsd:annotation>
5153                <xsd:documentation>The volume of the fluid, possibly corrected to specific conditions of temperature and pressure. A positive value for an inlet port indicates flow   5100                <xsd:documentation>The volume of the fluid, possibly corrected to specific conditions of temperature and pressure. A positive value for an inlet port indicates flow
5154                into the port. A negative value for an inlet port indicates flow out of the port. A positive value for an outlet port indicates flow out of the port. A negative   5101                into the port. A negative value for an inlet port indicates flow out of the port. A positive value for an outlet port indicates flow out of the port. A negative
5155                value for an outlet port indicates flow into of the port. This convention is designed such that a positive sign indicates an expected condition based on the   5102                value for an outlet port indicates flow into of the port. This convention is designed such that a positive sign indicates an expected condition based on the
5156                intended port direction while a negative sign indicates an anomolous condition.</xsd:documentation>   5103                intended port direction while a negative sign indicates an anomolous condition.</xsd:documentation>
5157             </xsd:annotation>   5104             </xsd:annotation>
5158          </xsd:element>   5105          </xsd:element>
5159          <xsd:element name="volume" type="witsml:volumeQualifiedMeasure" minOccurs="0" maxOccurs="1">   5106          <xsd:element name="volume" type="witsml:volumeQualifiedMeasure" minOccurs="0" maxOccurs="1">
5160             <xsd:annotation>   5107             <xsd:annotation>
5161                <xsd:documentation>DEPRECATED. Use volumeValue for new work. The uncorrected volume of the product. The sign of the value should conform to the above description of   5108                <xsd:documentation>DEPRECATED. Use volumeValue for new work. The uncorrected volume of the product. The sign of the value should conform to the above description of
5162                volumeValue. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to be good with no restrictions. A value of "NaN" should   5109                volumeValue. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to be good with no restrictions. A value of "NaN" should
5163                be interpreted as null and should be not be given unless a status is also specified to explain why it is null.</xsd:documentation>   5110                be interpreted as null and should be not be given unless a status is also specified to explain why it is null.</xsd:documentation>
5164             </xsd:annotation>   5111             </xsd:annotation>
5165          </xsd:element>   5112          </xsd:element>
5166          <xsd:element name="volumeStd" type="witsml:volumeQualifiedMeasure" minOccurs="0" maxOccurs="1">   5113          <xsd:element name="volumeStd" type="witsml:volumeQualifiedMeasure" minOccurs="0" maxOccurs="1">
5167             <xsd:annotation>   5114             <xsd:annotation>
5168                <xsd:documentation>DEPRECATED. Use volumeValue for new work. The volume of the fluid, corrected to standard conditions of temperature and pressure. The sign of the   5115                <xsd:documentation>DEPRECATED. Use volumeValue for new work. The volume of the fluid, corrected to standard conditions of temperature and pressure. The sign of the
5169                value should conform to the above description of volumeValue. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to be   5116                value should conform to the above description of volumeValue. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to be
5170                good with no restrictions. A value of "NaN" should be interpreted as null and should be not be given unless a status is also specified to explain why it is   5117                good with no restrictions. A value of "NaN" should be interpreted as null and should be not be given unless a status is also specified to explain why it is
5171                null.</xsd:documentation>   5118                null.</xsd:documentation>
5172             </xsd:annotation>   5119             </xsd:annotation>
5173          </xsd:element>   5120          </xsd:element>
5174          <xsd:element name="flowRate" type="witsml:volumeFlowRateQualifiedMeasure" minOccurs="0" maxOccurs="1">   5121          <xsd:element name="flowRate" type="witsml:volumeFlowRateQualifiedMeasure" minOccurs="0" maxOccurs="1">
5175             <xsd:annotation>   5122             <xsd:annotation>
5176                <xsd:documentation>The flow rate of the product. The sign of the value should conform to the above description of volume. If the 'status' attribute is absent and   5123                <xsd:documentation>The flow rate of the product. The sign of the value should conform to the above description of volume. If the 'status' attribute is absent and
5177                the value is not "NaN", the data value can be assumed to be good with no restrictions. A value of "NaN" should be interpreted as null and should be not be given   5124                the value is not "NaN", the data value can be assumed to be good with no restrictions. A value of "NaN" should be interpreted as null and should be not be given
5178                unless a status is also specified to explain why it is null.</xsd:documentation>   5125                unless a status is also specified to explain why it is null.</xsd:documentation>
5179             </xsd:annotation>   5126             </xsd:annotation>
5180          </xsd:element>   5127          </xsd:element>
5181          <xsd:element name="temp" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">   5128          <xsd:element name="temp" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
5182             <xsd:annotation>   5129             <xsd:annotation>
5183                <xsd:documentation>Temperature of the port. Specifying the temperature here (as opposed to in Period) implies that the temperature is constant for all periods of   5130                <xsd:documentation>Temperature of the port. Specifying the temperature here (as opposed to in Period) implies that the temperature is constant for all periods of
5184                the flow.</xsd:documentation>   5131                the flow.</xsd:documentation>
5185             </xsd:annotation>   5132             </xsd:annotation>
5186          </xsd:element>   5133          </xsd:element>
5187          <xsd:element name="pres" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   5134          <xsd:element name="pres" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
5188             <xsd:annotation>   5135             <xsd:annotation>
5189                <xsd:documentation>Pressure of the port. Specifying the pressure here (as opposed to in Period) implies that the pressure is constant for all periods of the   5136                <xsd:documentation>Pressure of the port. Specifying the pressure here (as opposed to in Period) implies that the pressure is constant for all periods of the
5190                flow.</xsd:documentation>   5137                flow.</xsd:documentation>
5191             </xsd:annotation>   5138             </xsd:annotation>
5192          </xsd:element>   5139          </xsd:element>
5193          <xsd:element name="absoluteMinPres" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   5140          <xsd:element name="absoluteMinPres" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
5194             <xsd:annotation>   5141             <xsd:annotation>
5195                <xsd:documentation>Absolute minimum pressure before the system will give an alarm.</xsd:documentation>   5142                <xsd:documentation>Absolute minimum pressure before the system will give an alarm.</xsd:documentation>
5196             </xsd:annotation>   5143             </xsd:annotation>
5197          </xsd:element>   5144          </xsd:element>
5198          <xsd:element name="portDiff" type="witsml:cs_productVolumePortDifference" minOccurs="0" maxOccurs="unbounded">   5145          <xsd:element name="portDiff" type="witsml:cs_productVolumePortDifference" minOccurs="0" maxOccurs="unbounded">
5199             <xsd:annotation>   5146             <xsd:annotation>
5200                <xsd:documentation>The internal differences between this port and one other port on this unit.</xsd:documentation>   5147                <xsd:documentation>The internal differences between this port and one other port on this unit.</xsd:documentation>
5201             </xsd:annotation>   5148             </xsd:annotation>
5202          </xsd:element>   5149          </xsd:element>
5203          <xsd:element name="mass" type="witsml:massMeasure" minOccurs="0" maxOccurs="1">   5150          <xsd:element name="mass" type="witsml:massMeasure" minOccurs="0" maxOccurs="1">
5204             <xsd:annotation>   5151             <xsd:annotation>
5205                <xsd:documentation>The mass of the product.</xsd:documentation>   5152                <xsd:documentation>The mass of the product.</xsd:documentation>
5206             </xsd:annotation>   5153             </xsd:annotation>
5207          </xsd:element>   5154          </xsd:element>
5208          <xsd:element name="work" type="witsml:workMeasure" minOccurs="0" maxOccurs="1">   5155          <xsd:element name="work" type="witsml:workMeasure" minOccurs="0" maxOccurs="1">
5209             <xsd:annotation>   5156             <xsd:annotation>
5210                <xsd:documentation>The electrical energy represented by the product.</xsd:documentation>   5157                <xsd:documentation>The electrical energy represented by the product.</xsd:documentation>
5211             </xsd:annotation>   5158             </xsd:annotation>
5212          </xsd:element>   5159          </xsd:element>
5213          <xsd:element name="efficiency" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">   5160          <xsd:element name="efficiency" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
5214             <xsd:annotation>   5161             <xsd:annotation>
5215                <xsd:documentation>The actual volume divided by the potential volume.</xsd:documentation>   5162                <xsd:documentation>The actual volume divided by the potential volume.</xsd:documentation>
5216             </xsd:annotation>   5163             </xsd:annotation>
5217          </xsd:element>   5164          </xsd:element>
5218          <xsd:element name="rvp" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   5165          <xsd:element name="rvp" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
5219             <xsd:annotation>   5166             <xsd:annotation>
5220                <xsd:documentation>Reid vapor pressure of the product. The absolute vapor pressure of volatile crude oil and volatile petroleum liquids, except liquefied petroleum   5167                <xsd:documentation>Reid vapor pressure of the product. The absolute vapor pressure of volatile crude oil and volatile petroleum liquids, except liquefied petroleum
5221                gases, as determined in accordance with American Society for Testing and Materials under the designation ASTM D323-56.</xsd:documentation>   5168                gases, as determined in accordance with American Society for Testing and Materials under the designation ASTM D323-56.</xsd:documentation>
5222             </xsd:annotation>   5169             </xsd:annotation>
5223          </xsd:element>   5170          </xsd:element>
5224          <xsd:element name="tvp" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   5171          <xsd:element name="tvp" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
5225             <xsd:annotation>   5172             <xsd:annotation>
5226                <xsd:documentation>True vapor pressure of the product. The equilibrium partial pressure exerted by a petroleum liquid as determined in accordance with standard   5173                <xsd:documentation>True vapor pressure of the product. The equilibrium partial pressure exerted by a petroleum liquid as determined in accordance with standard
5227                methods.</xsd:documentation>   5174                methods.</xsd:documentation>
5228             </xsd:annotation>   5175             </xsd:annotation>
5229          </xsd:element>   5176          </xsd:element>
5230          <xsd:element name="bsw" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">   5177          <xsd:element name="bsw" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
5231             <xsd:annotation>   5178             <xsd:annotation>
5232                <xsd:documentation>Basic sediment and water is measured from a liquid sample of the production stream. It includes free water, sediment and emulsion and is measured   5179                <xsd:documentation>Basic sediment and water is measured from a liquid sample of the production stream. It includes free water, sediment and emulsion and is measured
5233                as a volume percentage of the production stream.</xsd:documentation>   5180                as a volume percentage of the production stream.</xsd:documentation>
5234             </xsd:annotation>   5181             </xsd:annotation>
5235          </xsd:element>   5182          </xsd:element>
5236          <xsd:element name="bswPrevious" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">   5183          <xsd:element name="bswPrevious" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
5237             <xsd:annotation>   5184             <xsd:annotation>
5238                <xsd:documentation>The basic sediment and water as measured on the previous reporting period (e.g., day).</xsd:documentation>   5185                <xsd:documentation>The basic sediment and water as measured on the previous reporting period (e.g., day).</xsd:documentation>
5239             </xsd:annotation>   5186             </xsd:annotation>
5240          </xsd:element>   5187          </xsd:element>
5241          <xsd:element name="densityValue" type="witsml:cs_densityValue" minOccurs="0" maxOccurs="1">   5188          <xsd:element name="densityValue" type="witsml:cs_densityValue" minOccurs="0" maxOccurs="1">
5242             <xsd:annotation>   5189             <xsd:annotation>
5243                <xsd:documentation>The density of the fluid, possibly corrected to specific conditions of temperature and pressure.</xsd:documentation>   5190                <xsd:documentation>The density of the fluid, possibly corrected to specific conditions of temperature and pressure.</xsd:documentation>
5244             </xsd:annotation>   5191             </xsd:annotation>
5245          </xsd:element>   5192          </xsd:element>
5246          <xsd:element name="density" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">   5193          <xsd:element name="density" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
5247             <xsd:annotation>   5194             <xsd:annotation>
5248                <xsd:documentation>The density of the product.</xsd:documentation>   5195                <xsd:documentation>The density of the product.</xsd:documentation>
5249             </xsd:annotation>   5196             </xsd:annotation>
5250          </xsd:element>   5197          </xsd:element>
5251          <xsd:element name="densityFlowRate" type="witsml:massFlowRateMeasure" minOccurs="0" maxOccurs="1">   5198          <xsd:element name="densityFlowRate" type="witsml:massFlowRateMeasure" minOccurs="0" maxOccurs="1">
5252             <xsd:annotation>   5199             <xsd:annotation>
5253                <xsd:documentation>The mass basis flow rate of the product. This is used for things like a sand component.</xsd:documentation>   5200                <xsd:documentation>The mass basis flow rate of the product. This is used for things like a sand component.</xsd:documentation>
5254             </xsd:annotation>   5201             </xsd:annotation>
5255          </xsd:element>   5202          </xsd:element>
5256          <xsd:element name="densityStd" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">   5203          <xsd:element name="densityStd" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
5257             <xsd:annotation>   5204             <xsd:annotation>
5258                <xsd:documentation>The density of the product after it has been corrected to standard temperature and pressure.</xsd:documentation>   5205                <xsd:documentation>The density of the product after it has been corrected to standard temperature and pressure.</xsd:documentation>
5259             </xsd:annotation>   5206             </xsd:annotation>
5260          </xsd:element>   5207          </xsd:element>
5261          <xsd:element name="concentration" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">   5208          <xsd:element name="concentration" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
5262             <xsd:annotation>   5209             <xsd:annotation>
5263                <xsd:documentation>The concentration of the product as a volume percentage of the product stream.</xsd:documentation>   5210                <xsd:documentation>The concentration of the product as a volume percentage of the product stream.</xsd:documentation>
5264             </xsd:annotation>   5211             </xsd:annotation>
5265          </xsd:element>   5212          </xsd:element>
5266          <xsd:element name="molecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">   5213          <xsd:element name="molecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">
5267             <xsd:annotation>   5214             <xsd:annotation>
5268                <xsd:documentation>The molecular weight of the product.</xsd:documentation>   5215                <xsd:documentation>The molecular weight of the product.</xsd:documentation>
5269             </xsd:annotation>   5216             </xsd:annotation>
5270          </xsd:element>   5217          </xsd:element>
5271          <xsd:element name="weightPercent" type="witsml:massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1">   5218          <xsd:element name="weightPercent" type="witsml:massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1">
5272             <xsd:annotation>   5219             <xsd:annotation>
5273                <xsd:documentation>The weight fraction of the product.</xsd:documentation>   5220                <xsd:documentation>The weight fraction of the product.</xsd:documentation>
5274             </xsd:annotation>   5221             </xsd:annotation>
5275          </xsd:element>   5222          </xsd:element>
5276          <xsd:element name="molePercent" type="witsml:molarFractionMeasurePercent" minOccurs="0" maxOccurs="1">   5223          <xsd:element name="molePercent" type="witsml:molarFractionMeasurePercent" minOccurs="0" maxOccurs="1">
5277             <xsd:annotation>   5224             <xsd:annotation>
5278                <xsd:documentation>The mole fraction of the product.</xsd:documentation>   5225                <xsd:documentation>The mole fraction of the product.</xsd:documentation>
5279             </xsd:annotation>   5226             </xsd:annotation>
5280          </xsd:element>   5227          </xsd:element>
5281          <xsd:element name="moleAmt" type="witsml:amountOfSubstanceMeasure" minOccurs="0" maxOccurs="1">   5228          <xsd:element name="moleAmt" type="witsml:amountOfSubstanceMeasure" minOccurs="0" maxOccurs="1">
5282             <xsd:annotation>   5229             <xsd:annotation>
5283                <xsd:documentation>The molar amount.</xsd:documentation>   5230                <xsd:documentation>The molar amount.</xsd:documentation>
5284             </xsd:annotation>   5231             </xsd:annotation>
5285          </xsd:element>   5232          </xsd:element>
5286          <xsd:element name="sg" type="witsml:dimensionlessMeasure" minOccurs="0" maxOccurs="1">   5233          <xsd:element name="sg" type="witsml:dimensionlessMeasure" minOccurs="0" maxOccurs="1">
5287             <xsd:annotation>   5234             <xsd:annotation>
5288                <xsd:documentation>The specific gravity of the product.</xsd:documentation>   5235                <xsd:documentation>The specific gravity of the product.</xsd:documentation>
5289             </xsd:annotation>   5236             </xsd:annotation>
5290          </xsd:element>   5237          </xsd:element>
5291          <xsd:element name="hcDewpoint" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">   5238          <xsd:element name="hcDewpoint" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
5292             <xsd:annotation>   5239             <xsd:annotation>
5293                <xsd:documentation>The temperature at which the heavier hydrocarbons come out of solution.</xsd:documentation>   5240                <xsd:documentation>The temperature at which the heavier hydrocarbons come out of solution.</xsd:documentation>
5294             </xsd:annotation>   5241             </xsd:annotation>
5295          </xsd:element>   5242          </xsd:element>
5296          <xsd:element name="waterDewpoint" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">   5243          <xsd:element name="waterDewpoint" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
5297             <xsd:annotation>   5244             <xsd:annotation>
5298                <xsd:documentation>The temperature at which the first water comes out of solution.</xsd:documentation>   5245                <xsd:documentation>The temperature at which the first water comes out of solution.</xsd:documentation>
5299             </xsd:annotation>   5246             </xsd:annotation>
5300          </xsd:element>   5247          </xsd:element>
5301          <xsd:element name="wobbeIndex" type="witsml:modulusOfCompressionMeasure" minOccurs="0" maxOccurs="1">   5248          <xsd:element name="wobbeIndex" type="witsml:modulusOfCompressionMeasure" minOccurs="0" maxOccurs="1">
5302             <xsd:annotation>   5249             <xsd:annotation>
5303                <xsd:documentation>Wobbe Index. A number which indicates interchangeability of fuel gasses and is obtained by dividing the heating value of a gas by the square root   5250                <xsd:documentation>Wobbe Index. A number which indicates interchangeability of fuel gasses and is obtained by dividing the heating value of a gas by the square root
5304                of its specific gravity.</xsd:documentation>   5251                of its specific gravity.</xsd:documentation>
5305             </xsd:annotation>   5252             </xsd:annotation>
5306          </xsd:element>   5253          </xsd:element>
5307          <xsd:element name="grossCalorificValueStd" type="witsml:modulusOfCompressionMeasure" minOccurs="0" maxOccurs="1">   5254          <xsd:element name="grossCalorificValueStd" type="witsml:modulusOfCompressionMeasure" minOccurs="0" maxOccurs="1">
5308             <xsd:annotation>   5255             <xsd:annotation>
5309                <xsd:documentation>The amount of heat which would be released by the complete combustion in air of a specific quantity of product at standard temperature and   5256                <xsd:documentation>The amount of heat which would be released by the complete combustion in air of a specific quantity of product at standard temperature and
5310                pressure.</xsd:documentation>   5257                pressure.</xsd:documentation>
5311             </xsd:annotation>   5258             </xsd:annotation>
5312          </xsd:element>   5259          </xsd:element>
5313          <xsd:element name="rvpStabilizedCrude" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   5260          <xsd:element name="rvpStabilizedCrude" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
5314             <xsd:annotation>   5261             <xsd:annotation>
5315                <xsd:documentation>Reid vapor pressure of stabilized crude.</xsd:documentation>   5262                <xsd:documentation>Reid vapor pressure of stabilized crude.</xsd:documentation>
5316             </xsd:annotation>   5263             </xsd:annotation>
5317          </xsd:element>   5264          </xsd:element>
5318          <xsd:element name="bswStabilizedCrude" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">   5265          <xsd:element name="bswStabilizedCrude" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
5319             <xsd:annotation>   5266             <xsd:annotation>
5320                <xsd:documentation>Basic sediment and water content in stabilized crude.</xsd:documentation>   5267                <xsd:documentation>Basic sediment and water content in stabilized crude.</xsd:documentation>
5321             </xsd:annotation>   5268             </xsd:annotation>
5322          </xsd:element>   5269          </xsd:element>
5323          <xsd:element name="densityStabilizedCrude" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">   5270          <xsd:element name="densityStabilizedCrude" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
5324             <xsd:annotation>   5271             <xsd:annotation>
5325                <xsd:documentation>The density of stabilized crude.</xsd:documentation>   5272                <xsd:documentation>The density of stabilized crude.</xsd:documentation>
5326             </xsd:annotation>   5273             </xsd:annotation>
5327          </xsd:element>   5274          </xsd:element>
5328       </xsd:sequence>   5275       </xsd:sequence>
5329    </xsd:group>   5276    </xsd:group>
5330    <xsd:group name="grp_dtsInstalledSystem">   5277    <xsd:group name="grp_dtsInstalledSystem">
5331       <xsd:annotation>   5278       <xsd:annotation>
5332          <xsd:documentation>The optical fiber is installed in a wellbore and attached to an instrument box. Calibrations are performed. In general, this should be a subelement of   5279          <xsd:documentation>The optical fiber is installed in a wellbore and attached to an instrument box. Calibrations are performed. In general, this should be a subelement of
5333          a DTS object.</xsd:documentation>   5280          a DTS object.</xsd:documentation>
5334       </xsd:annotation>   5281       </xsd:annotation>
5335       <xsd:sequence>   5282       <xsd:sequence>
5336          <xsd:element name="dateMin" type="witsml:endpointQualifiedDate" minOccurs="0" maxOccurs="1">   5283          <xsd:element name="dateMin" type="witsml:endpointQualifiedDate" minOccurs="0" maxOccurs="1">
5337             <xsd:annotation>   5284             <xsd:annotation>
5338                <xsd:documentation>The minimum date index contained within the object. The minimum and maximum indexes are server query parameters and will be populated with valid   5285                <xsd:documentation>The minimum date index contained within the object. The minimum and maximum indexes are server query parameters and will be populated with valid
5339                values in a "get" result. That is, all measurements for a well in the specified period defined by the min/max. See the WITSML API Specification appendix on "Special   5286                values in a "get" result. That is, all measurements for a well in the specified period defined by the min/max. See the WITSML API Specification appendix on "Special
5340                Handling" of growing objects for a description of the behavior related to this parameter.</xsd:documentation>   5287                Handling" of growing objects for a description of the behavior related to this parameter.</xsd:documentation>
5341             </xsd:annotation>   5288             </xsd:annotation>
5342          </xsd:element>   5289          </xsd:element>
5343          <xsd:element name="dateMax" type="witsml:endpointQualifiedDate" minOccurs="0" maxOccurs="1">   5290          <xsd:element name="dateMax" type="witsml:endpointQualifiedDate" minOccurs="0" maxOccurs="1">
5344             <xsd:annotation>   5291             <xsd:annotation>
5345                <xsd:documentation>The maximum date index contained within the object. The minimum and maximum indexes are server query parameters and will be populated with valid   5292                <xsd:documentation>The maximum date index contained within the object. The minimum and maximum indexes are server query parameters and will be populated with valid
5346                values in a "get" result. See the WITSML API Specification appendix on "Special Handling" of growing objects for a description of the behavior related to this   5293                values in a "get" result. See the WITSML API Specification appendix on "Special Handling" of growing objects for a description of the behavior related to this
5347                parameter.</xsd:documentation>   5294                parameter.</xsd:documentation>
5348             </xsd:annotation>   5295             </xsd:annotation>
5349          </xsd:element>   5296          </xsd:element>
5350          <xsd:element name="dateCurrent" type="witsml:date" minOccurs="0" maxOccurs="1">   5297          <xsd:element name="dateCurrent" type="witsml:date" minOccurs="0" maxOccurs="1">
5351             <xsd:annotation>   5298             <xsd:annotation>
5352                <xsd:documentation>The definition of the "current date" index for this object. The current date index is a server query parameter which requests the selection of a   5299                <xsd:documentation>The definition of the "current date" index for this object. The current date index is a server query parameter which requests the selection of a
5353                single node from a recurring set (e.g., the data related to one point in a date series). That is, the "most recent" (at or before the specified date) installation   5300                single node from a recurring set (e.g., the data related to one point in a date series). That is, the "most recent" (at or before the specified date) installation
5354                for a well. See the WITSML API Specification appendix on "Special Handling" of growing objects for a description of the behavior related to this   5301                for a well. See the WITSML API Specification appendix on "Special Handling" of growing objects for a description of the behavior related to this
5355                parameter.</xsd:documentation>   5302                parameter.</xsd:documentation>
5356             </xsd:annotation>   5303             </xsd:annotation>
5357          </xsd:element>   5304          </xsd:element>
5358          <xsd:element name="wellContext" type="witsml:cs_wellContext" minOccurs="0" maxOccurs="1">   5305          <xsd:element name="wellContext" type="witsml:cs_wellContext" minOccurs="0" maxOccurs="1">
5359             <xsd:annotation>   5306             <xsd:annotation>
5360                <xsd:documentation>Contextual data about the well in which the system was installed.</xsd:documentation>   5307                <xsd:documentation>Contextual data about the well in which the system was installed.</xsd:documentation>
5361             </xsd:annotation>   5308             </xsd:annotation>
5362          </xsd:element>   5309          </xsd:element>
5363          <xsd:element name="isPlanned" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">   5310          <xsd:element name="isPlanned" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
5364             <xsd:annotation>   5311             <xsd:annotation>
5365                <xsd:documentation>Is this a planned installation in a well, or has the installation already occurred. Note that the default value is 'false', which states that   5312                <xsd:documentation>Is this a planned installation in a well, or has the installation already occurred. Note that the default value is 'false', which states that
5366                this is an actual installation.</xsd:documentation>   5313                this is an actual installation.</xsd:documentation>
5367             </xsd:annotation>   5314             </xsd:annotation>
5368          </xsd:element>   5315          </xsd:element>
5369          <xsd:element name="fiberInformation" type="witsml:cs_dtsFiberInformation" minOccurs="0" maxOccurs="1">   5316          <xsd:element name="fiberInformation" type="witsml:cs_dtsFiberInformation" minOccurs="0" maxOccurs="1">
5370             <xsd:annotation>   5317             <xsd:annotation>
5371                <xsd:documentation>Information about the fiber used, and its installation.</xsd:documentation>   5318                <xsd:documentation>Information about the fiber used, and its installation.</xsd:documentation>
5372             </xsd:annotation>   5319             </xsd:annotation>
5373          </xsd:element>   5320          </xsd:element>
5374          <xsd:element name="instrumentBoxInformation" type="witsml:cs_dtsBoxInformation" minOccurs="0" maxOccurs="1">   5321          <xsd:element name="instrumentBoxInformation" type="witsml:cs_dtsBoxInformation" minOccurs="0" maxOccurs="1">
5375             <xsd:annotation>   5322             <xsd:annotation>
5376                <xsd:documentation>Information about the instrument box used, and its installation.</xsd:documentation>   5323                <xsd:documentation>Information about the instrument box used, and its installation.</xsd:documentation>
5377             </xsd:annotation>   5324             </xsd:annotation>
5378          </xsd:element>   5325          </xsd:element>
5379          <xsd:element name="fiberConfiguration" type="witsml:kindString" minOccurs="0" maxOccurs="1">   5326          <xsd:element name="fiberConfiguration" type="witsml:kindString" minOccurs="0" maxOccurs="1">
5380             <xsd:annotation>   5327             <xsd:annotation>
5381                <xsd:documentation>The configuration of the fiber installation. Example values would be linear, linear with gauge, J, U.</xsd:documentation>   5328                <xsd:documentation>The configuration of the fiber installation. Example values would be linear, linear with gauge, J, U.</xsd:documentation>
5382             </xsd:annotation>   5329             </xsd:annotation>
5383          </xsd:element>   5330          </xsd:element>
5384          <xsd:element name="fiberEndPoint" type="witsml:cs_dtsFiberEndPoint" minOccurs="0" maxOccurs="2">   5331          <xsd:element name="fiberEndPoint" type="witsml:cs_dtsFiberEndPoint" minOccurs="0" maxOccurs="2">
5385             <xsd:annotation>   5332             <xsd:annotation>
5386                <xsd:documentation>A fiber installed with a "U" configuration will have two ends available for hookup to an instrument box. In order to record which end is cabled   5333                <xsd:documentation>A fiber installed with a "U" configuration will have two ends available for hookup to an instrument box. In order to record which end is cabled
5387                to the instrument box on a particular measurement run, it is necessary to identify the two ends. This complex type allows a name and description for each end, so   5334                to the instrument box on a particular measurement run, it is necessary to identify the two ends. This complex type allows a name and description for each end, so
5388                that it may be identified in a later use. This may also be useful when multiple fibers in multiple wellbores converge at the same wellhead.</xsd:documentation>   5335                that it may be identified in a later use. This may also be useful when multiple fibers in multiple wellbores converge at the same wellhead.</xsd:documentation>
5389             </xsd:annotation>   5336             </xsd:annotation>
5390          </xsd:element>   5337          </xsd:element>
5391          <xsd:element name="fiberLength" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">   5338          <xsd:element name="fiberLength" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
5392             <xsd:annotation>   5339             <xsd:annotation>
5393                <xsd:documentation>The length of the fiber installed in the wellbore.</xsd:documentation>   5340                <xsd:documentation>The length of the fiber installed in the wellbore.</xsd:documentation>
5394             </xsd:annotation>   5341             </xsd:annotation>
5395          </xsd:element>   5342          </xsd:element>
5396          <xsd:element name="wellboreFiberSchematic" type="witsml:cs_dtsFiberInstalledPoints" minOccurs="0" maxOccurs="1">   5343          <xsd:element name="wellboreFiberSchematic" type="witsml:cs_dtsFiberInstalledPoints" minOccurs="0" maxOccurs="1">
5397             <xsd:annotation>   5344             <xsd:annotation>
5398                <xsd:documentation>A table of values along the length along the fiber.</xsd:documentation>   5345                <xsd:documentation>A table of values along the length along the fiber.</xsd:documentation>
5399             </xsd:annotation>   5346             </xsd:annotation>
5400          </xsd:element>   5347          </xsd:element>
5401          <xsd:element name="opticalBudget" type="witsml:generalMeasureType" minOccurs="0" maxOccurs="1">   5348          <xsd:element name="opticalBudget" type="witsml:generalMeasureType" minOccurs="0" maxOccurs="1">
5402             <xsd:annotation>   5349             <xsd:annotation>
5403                <xsd:documentation>Total light budget available for the installation. This is generally measured in decibels, and indicates the total power loss for two-way travel   5350                <xsd:documentation>Total light budget available for the installation. This is generally measured in decibels, and indicates the total power loss for two-way travel
5404                of the light in the installed fiber.</xsd:documentation>   5351                of the light in the installed fiber.</xsd:documentation>
5405             </xsd:annotation>   5352             </xsd:annotation>
5406          </xsd:element>   5353          </xsd:element>
5407          <xsd:element name="pumpActivity" type="witsml:cs_dtsPumpActivity" minOccurs="0" maxOccurs="1">   5354          <xsd:element name="pumpActivity" type="witsml:cs_dtsPumpActivity" minOccurs="0" maxOccurs="1">
5408             <xsd:annotation>   5355             <xsd:annotation>
5409                <xsd:documentation>The activity of pumping the fiber downhole</xsd:documentation>   5356                <xsd:documentation>The activity of pumping the fiber downhole</xsd:documentation>
5410             </xsd:annotation>   5357             </xsd:annotation>
5411          </xsd:element>   5358          </xsd:element>
5412          <xsd:element name="otdrInstallationTest" type="witsml:cs_dtsOtdr" minOccurs="0" maxOccurs="unbounded">   5359          <xsd:element name="otdrInstallationTest" type="witsml:cs_dtsOtdr" minOccurs="0" maxOccurs="unbounded">
5413             <xsd:annotation>   5360             <xsd:annotation>
5414                <xsd:documentation>This captures the data from the pre-installation and post-installation OTDR tests run on the fiber. A standard quality control program would   5361                <xsd:documentation>This captures the data from the pre-installation and post-installation OTDR tests run on the fiber. A standard quality control program would
5415                include these two, but the schema allows for more than two if additional runs associated with the installation of the fiber are performed. OTDR runs associated with   5362                include these two, but the schema allows for more than two if additional runs associated with the installation of the fiber are performed. OTDR runs associated with
5416                a measurement are given as a child of the measurementInformation element.</xsd:documentation>   5363                a measurement are given as a child of the measurementInformation element.</xsd:documentation>
5417             </xsd:annotation>   5364             </xsd:annotation>
5418          </xsd:element>   5365          </xsd:element>
5419          <xsd:element name="installationCalibration" type="witsml:cs_dtsCalibration" minOccurs="0" maxOccurs="unbounded">   5366          <xsd:element name="installationCalibration" type="witsml:cs_dtsCalibration" minOccurs="0" maxOccurs="unbounded">
5420             <xsd:annotation>   5367             <xsd:annotation>
5421                <xsd:documentation>Any calibration other than the ones explicitly given may be recorded here. This is a general calibration type, which is populated with name/value   5368                <xsd:documentation>Any calibration other than the ones explicitly given may be recorded here. This is a general calibration type, which is populated with name/value
5422                pairs.</xsd:documentation>   5369                pairs.</xsd:documentation>
5423             </xsd:annotation>   5370             </xsd:annotation>
5424          </xsd:element>   5371          </xsd:element>
5425          <xsd:element name="basedOnInstalledFiber" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   5372          <xsd:element name="basedOnInstalledFiber" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
5426             <xsd:annotation>   5373             <xsd:annotation>
5427                <xsd:documentation>If an instrument box is changed, for example, but the fiber remains the same, this instance of installed fiber is given to record that change.   5374                <xsd:documentation>If an instrument box is changed, for example, but the fiber remains the same, this instance of installed fiber is given to record that change.
5428                This element refers to a previous installed fiber, on which this one is based. For example, the wellboreFiberSchematic is unchanged, and may be obtained from the   5375                This element refers to a previous installed fiber, on which this one is based. For example, the wellboreFiberSchematic is unchanged, and may be obtained from the
5429                previous instance of installed fiber that is referenced here.</xsd:documentation>   5376                previous instance of installed fiber that is referenced here.</xsd:documentation>
5430             </xsd:annotation>   5377             </xsd:annotation>
5431          </xsd:element>   5378          </xsd:element>
5432       </xsd:sequence>   5379       </xsd:sequence>
5433    </xsd:group>   5380    </xsd:group>
5434    <xsd:group name="grp_dtsMeasurement">   5381    <xsd:group name="grp_dtsMeasurement">
5435       <xsd:annotation>   5382       <xsd:annotation>
5436          <xsd:documentation>The information content of a DTS temperature run is captured in the following elements, and in the referenced dtsInstalledFiber (for context) and the   5383          <xsd:documentation>The information content of a DTS temperature run is captured in the following elements, and in the referenced dtsInstalledFiber (for context) and the
5437          reference well log (captures the table of data).</xsd:documentation>   5384          reference well log (captures the table of data).</xsd:documentation>
5438       </xsd:annotation>   5385       </xsd:annotation>
5439       <xsd:sequence>   5386       <xsd:sequence>
5440          <xsd:element name="dTimMin" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">   5387          <xsd:element name="dTimMin" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
5441             <xsd:annotation>   5388             <xsd:annotation>
5442                <xsd:documentation>The minimum time index contained within the object. The minimum and maximum indexes are server query parameters and will be populated with valid   5389                <xsd:documentation>The minimum time index contained within the object. The minimum and maximum indexes are server query parameters and will be populated with valid
5443                values in a "get" result. That is, all measurements for a well in the specified period defined by the min/max. See the WITSML API Specification appendix on "Special   5390                values in a "get" result. That is, all measurements for a well in the specified period defined by the min/max. See the WITSML API Specification appendix on "Special
5444                Handling" of growing objects for a description of the behavior related to this parameter.</xsd:documentation>   5391                Handling" of growing objects for a description of the behavior related to this parameter.</xsd:documentation>
5445             </xsd:annotation>   5392             </xsd:annotation>
5446          </xsd:element>   5393          </xsd:element>
5447          <xsd:element name="dTimMax" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">   5394          <xsd:element name="dTimMax" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
5448             <xsd:annotation>   5395             <xsd:annotation>
5449                <xsd:documentation>The maximum time index contained within the object. The minimum and maximum indexes are server query parameters and will be populated with valid   5396                <xsd:documentation>The maximum time index contained within the object. The minimum and maximum indexes are server query parameters and will be populated with valid
5450                values in a "get" result. See the WITSML API Specification appendix on "Special Handling" of growing objects for a description of the behavior related to this   5397                values in a "get" result. See the WITSML API Specification appendix on "Special Handling" of growing objects for a description of the behavior related to this
5451                parameter.</xsd:documentation>   5398                parameter.</xsd:documentation>
5452             </xsd:annotation>   5399             </xsd:annotation>
5453          </xsd:element>   5400          </xsd:element>
5454          <xsd:element name="dTimCurrent" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   5401          <xsd:element name="dTimCurrent" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
5455             <xsd:annotation>   5402             <xsd:annotation>
5456                <xsd:documentation>The definition of the "current time" index for this object. The current time index is a server query parameter which requests the selection of a   5403                <xsd:documentation>The definition of the "current time" index for this object. The current time index is a server query parameter which requests the selection of a
5457                single node from a recurring set (e.g., the data related to one point in a time series). That is, the "most recent" (at or before the specified time) measurement   5404                single node from a recurring set (e.g., the data related to one point in a time series). That is, the "most recent" (at or before the specified time) measurement
5458                for a well. See the WITSML API Specification appendix on "Special Handling" of growing objects for a description of the behavior related to this   5405                for a well. See the WITSML API Specification appendix on "Special Handling" of growing objects for a description of the behavior related to this
5459                parameter.</xsd:documentation>   5406                parameter.</xsd:documentation>
5460             </xsd:annotation>   5407             </xsd:annotation>
5461          </xsd:element>   5408          </xsd:element>
5462          <xsd:element name="wellContext" type="witsml:cs_wellContext" minOccurs="0" maxOccurs="1">   5409          <xsd:element name="wellContext" type="witsml:cs_wellContext" minOccurs="0" maxOccurs="1">
5463             <xsd:annotation>   5410             <xsd:annotation>
5464                <xsd:documentation>Contextual data about the well that was tested.</xsd:documentation>   5411                <xsd:documentation>Contextual data about the well that was tested.</xsd:documentation>
5465             </xsd:annotation>   5412             </xsd:annotation>
5466          </xsd:element>   5413          </xsd:element>
5467          <xsd:element name="dTim" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   5414          <xsd:element name="dTim" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
5468             <xsd:annotation>   5415             <xsd:annotation>
5469                <xsd:documentation>The date and time associated with the measurement. This will normally be the start of the run.</xsd:documentation>   5416                <xsd:documentation>The date and time associated with the measurement. This will normally be the start of the run.</xsd:documentation>
5470             </xsd:annotation>   5417             </xsd:annotation>
5471          </xsd:element>   5418          </xsd:element>
5472          <xsd:element name="runDuration" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">   5419          <xsd:element name="runDuration" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
5473             <xsd:annotation>   5420             <xsd:annotation>
5474                <xsd:documentation>The length of time that the instrument box was operating while collecting DTS data.</xsd:documentation>   5421                <xsd:documentation>The length of time that the instrument box was operating while collecting DTS data.</xsd:documentation>
5475             </xsd:annotation>   5422             </xsd:annotation>
5476          </xsd:element>   5423          </xsd:element>
5477          <xsd:element name="installedSystemUsed" type="witsml:refNameString" minOccurs="1" maxOccurs="1">   5424          <xsd:element name="installedSystemUsed" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
5478             <xsd:annotation>   5425             <xsd:annotation>
5479                <xsd:documentation>A reference to the installed system that was used to make the measurements.</xsd:documentation>   5426                <xsd:documentation>A reference to the installed system that was used to make the measurements.</xsd:documentation>
5480             </xsd:annotation>   5427             </xsd:annotation>
5481          </xsd:element>   5428          </xsd:element>
5482          <xsd:element name="dataInWellLog" type="witsml:refNameString" minOccurs="1" maxOccurs="1">   5429          <xsd:element name="dataInWellLog" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
5483             <xsd:annotation>   5430             <xsd:annotation>
5484                <xsd:documentation>A reference to the well log used to record the table of data.</xsd:documentation>   5431                <xsd:documentation>A reference to the well log used to record the table of data.</xsd:documentation>
5485             </xsd:annotation>   5432             </xsd:annotation>
5486          </xsd:element>   5433          </xsd:element>
5487          <xsd:element name="connectedToFiber" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   5434          <xsd:element name="connectedToFiber" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
5488             <xsd:annotation>   5435             <xsd:annotation>
5489                <xsd:documentation>A reference to the fiber used to record the table of data. This is necessary only in the cases in which a dtsInstalledSystem has a multi-fiber   5436                <xsd:documentation>A reference to the fiber used to record the table of data. This is necessary only in the cases in which a dtsInstalledSystem has a multi-fiber
5490                installation. If there is only a single installed fiber, this element is unnecessary.</xsd:documentation>   5437                installation. If there is only a single installed fiber, this element is unnecessary.</xsd:documentation>
5491             </xsd:annotation>   5438             </xsd:annotation>
5492          </xsd:element>   5439          </xsd:element>
5493          <xsd:element name="fiberEndConnected" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   5440          <xsd:element name="fiberEndConnected" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
5494             <xsd:annotation>   5441             <xsd:annotation>
5495                <xsd:documentation>A pointer to the fiber connection node. If more than one node is available for a well/wellbore, this element is used to specify which node is   5442                <xsd:documentation>A pointer to the fiber connection node. If more than one node is available for a well/wellbore, this element is used to specify which node is
5496                connected to the instrument box. This name should correspond to the fiberEndPoint/name that is recorded in the installed system object.</xsd:documentation>   5443                connected to the instrument box. This name should correspond to the fiberEndPoint/name that is recorded in the installed system object.</xsd:documentation>
5497             </xsd:annotation>   5444             </xsd:annotation>
5498          </xsd:element>   5445          </xsd:element>
5499          <xsd:element name="fiberDefinedPoint" type="witsml:cs_dtsSingleInstalledPoint" minOccurs="0" maxOccurs="1">   5446          <xsd:element name="fiberDefinedPoint" type="witsml:cs_dtsSingleInstalledPoint" minOccurs="0" maxOccurs="1">
5500             <xsd:annotation>   5447             <xsd:annotation>
5501                <xsd:documentation>A known point of the fiber. This point should correspond to one that is given in the wellboreFiberSchematic, so that the relationship between the   5448                <xsd:documentation>A known point of the fiber. This point should correspond to one that is given in the wellboreFiberSchematic, so that the relationship between the
5502                length of fiber values in the wellboreFiberSchematic can be related to the values in the measurement table.</xsd:documentation>   5449                length of fiber values in the wellboreFiberSchematic can be related to the values in the measurement table.</xsd:documentation>
5503             </xsd:annotation>   5450             </xsd:annotation>
5504          </xsd:element>   5451          </xsd:element>
5505          <xsd:element name="errorReport" type="witsml:cs_dtsErrorReport" minOccurs="0" maxOccurs="unbounded">   5452          <xsd:element name="errorReport" type="witsml:cs_dtsErrorReport" minOccurs="0" maxOccurs="unbounded">
5506             <xsd:annotation>   5453             <xsd:annotation>
5507                <xsd:documentation>An error that occurred during the measurement.</xsd:documentation>   5454                <xsd:documentation>An error that occurred during the measurement.</xsd:documentation>
5508             </xsd:annotation>   5455             </xsd:annotation>
5509          </xsd:element>   5456          </xsd:element>
5510          <xsd:element name="processedLog" type="witsml:cs_dtsProcessedWellLog" minOccurs="0" maxOccurs="unbounded">   5457          <xsd:element name="processedLog" type="witsml:cs_dtsProcessedWellLog" minOccurs="0" maxOccurs="unbounded">
5511             <xsd:annotation>   5458             <xsd:annotation>
5512                <xsd:documentation>A reference to a processed wellLog that represents this measurement.</xsd:documentation>   5459                <xsd:documentation>A reference to a processed wellLog that represents this measurement.</xsd:documentation>
5513             </xsd:annotation>   5460             </xsd:annotation>
5514          </xsd:element>   5461          </xsd:element>
5515       </xsd:sequence>   5462       </xsd:sequence>
5516    </xsd:group>   5463    </xsd:group>
5517    <xsd:group name="grp_fluidAnalysis">   5464    <xsd:group name="grp_fluidAnalysis">
5518       <xsd:sequence>   5465       <xsd:sequence>
5519          <xsd:choice>   5466          <xsd:choice>
5520             <xsd:element name="userAnalysisKind" type="witsml:FluidAnalysisKind" minOccurs="1" maxOccurs="1">   5467             <xsd:element name="userAnalysisKind" type="witsml:FluidAnalysisKind" minOccurs="1" maxOccurs="1">
5521                <xsd:annotation>   5468                <xsd:annotation>
5522                   <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5469                   <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5523                </xsd:annotation>   5470                </xsd:annotation>
5524             </xsd:element>   5471             </xsd:element>
5525             <xsd:element name="laboratorybAnalysisKind" type="witsml:kindString" minOccurs="1" maxOccurs="1">   5472             <xsd:element name="laboratorybAnalysisKind" type="witsml:kindString" minOccurs="1" maxOccurs="1">
5526                <xsd:annotation>   5473                <xsd:annotation>
5527                   <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5474                   <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5528                </xsd:annotation>   5475                </xsd:annotation>
5529             </xsd:element>   5476             </xsd:element>
5530          </xsd:choice>   5477          </xsd:choice>
5531          <xsd:element name="analysisdDate" type="witsml:date" minOccurs="0" maxOccurs="1">   5478          <xsd:element name="analysisdDate" type="witsml:date" minOccurs="0" maxOccurs="1">
5532             <xsd:annotation>   5479             <xsd:annotation>
5533                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5480                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5534             </xsd:annotation>   5481             </xsd:annotation>
5535          </xsd:element>   5482          </xsd:element>
5536          <xsd:element name="applicationName" type="witsml:nameString" minOccurs="0" maxOccurs="1">   5483          <xsd:element name="applicationName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
5537             <xsd:annotation>   5484             <xsd:annotation>
5538                <xsd:documentation>The name of the application that was run by the user.</xsd:documentation>   5485                <xsd:documentation>The name of the application that was run by the user.</xsd:documentation>
5539             </xsd:annotation>   5486             </xsd:annotation>
5540          </xsd:element>   5487          </xsd:element>
5541          <xsd:element name="applicationVersion" type="witsml:nameString" minOccurs="0" maxOccurs="1">   5488          <xsd:element name="applicationVersion" type="witsml:nameString" minOccurs="0" maxOccurs="1">
5542             <xsd:annotation>   5489             <xsd:annotation>
5543                <xsd:documentation>The version of the application that was run by the user.</xsd:documentation>   5490                <xsd:documentation>The version of the application that was run by the user.</xsd:documentation>
5544             </xsd:annotation>   5491             </xsd:annotation>
5545          </xsd:element>   5492          </xsd:element>
5546          <xsd:element name="analysisCompany" type="witsml:nameString" minOccurs="0" maxOccurs="1">   5493          <xsd:element name="analysisCompany" type="witsml:nameString" minOccurs="0" maxOccurs="1">
5547             <xsd:annotation>   5494             <xsd:annotation>
5548                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5495                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5549             </xsd:annotation>   5496             </xsd:annotation>
5550          </xsd:element>   5497          </xsd:element>
5551          <xsd:element name="personName" type="witsml:nameString" minOccurs="0" maxOccurs="1">   5498          <xsd:element name="personName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
5552             <xsd:annotation>   5499             <xsd:annotation>
5553                <xsd:documentation>The name of the analyst or user who is responsible for the results.</xsd:documentation>   5500                <xsd:documentation>The name of the analyst or user who is responsible for the results.</xsd:documentation>
5554             </xsd:annotation>   5501             </xsd:annotation>
5555          </xsd:element>   5502          </xsd:element>
5556          <xsd:element name="reportIdentifier" type="witsml:nameString" minOccurs="0" maxOccurs="1">   5503          <xsd:element name="reportIdentifier" type="witsml:nameString" minOccurs="0" maxOccurs="1">
5557             <xsd:annotation>   5504             <xsd:annotation>
5558                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5505                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5559             </xsd:annotation>   5506             </xsd:annotation>
5560          </xsd:element>   5507          </xsd:element>
5561          <xsd:element name="reportDate" type="witsml:date" minOccurs="0" maxOccurs="1">   5508          <xsd:element name="reportDate" type="witsml:date" minOccurs="0" maxOccurs="1">
5562             <xsd:annotation>   5509             <xsd:annotation>
5563                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5510                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5564             </xsd:annotation>   5511             </xsd:annotation>
5565          </xsd:element>   5512          </xsd:element>
5566          <xsd:element name="reportLocation" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">   5513          <xsd:element name="reportLocation" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">
5567             <xsd:annotation>   5514             <xsd:annotation>
5568                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5515                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5569             </xsd:annotation>   5516             </xsd:annotation>
5570          </xsd:element>   5517          </xsd:element>
5571       </xsd:sequence>   5518       </xsd:sequence>
5572    </xsd:group>   5519    </xsd:group>
5573    <xsd:group name="grp_fluidAnalysisResult">   5520    <xsd:group name="grp_fluidAnalysisResult">
5574       <xsd:sequence>   5521       <xsd:sequence>
5575          <xsd:element name="transferPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   5522          <xsd:element name="transferPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
5576             <xsd:annotation>   5523             <xsd:annotation>
5577                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5524                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5578             </xsd:annotation>   5525             </xsd:annotation>
5579          </xsd:element>   5526          </xsd:element>
5580          <xsd:element name="transferTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">   5527          <xsd:element name="transferTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
5581             <xsd:annotation>   5528             <xsd:annotation>
5582                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5529                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5583             </xsd:annotation>   5530             </xsd:annotation>
5584          </xsd:element>   5531          </xsd:element>
5585          <xsd:element name="reservoirPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   5532          <xsd:element name="reservoirPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
5586             <xsd:annotation>   5533             <xsd:annotation>
5587                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5534                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5588             </xsd:annotation>   5535             </xsd:annotation>
5589          </xsd:element>   5536          </xsd:element>
5590          <xsd:element name="reservoirTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">   5537          <xsd:element name="reservoirTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
5591             <xsd:annotation>   5538             <xsd:annotation>
5592                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5539                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5593             </xsd:annotation>   5540             </xsd:annotation>
5594          </xsd:element>   5541          </xsd:element>
5595          <xsd:element name="saturationPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   5542          <xsd:element name="saturationPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
5596             <xsd:annotation>   5543             <xsd:annotation>
5597                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5544                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5598             </xsd:annotation>   5545             </xsd:annotation>
5599          </xsd:element>   5546          </xsd:element>
5600          <xsd:element name="producingGORStd" type="witsml:standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1">   5547          <xsd:element name="producingGORStd" type="witsml:standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1">
5601             <xsd:annotation>   5548             <xsd:annotation>
5602                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5549                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5603             </xsd:annotation>   5550             </xsd:annotation>
5604          </xsd:element>   5551          </xsd:element>
5605          <xsd:element name="oilAPIGravityMeasured" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">   5552          <xsd:element name="oilAPIGravityMeasured" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
5606             <xsd:annotation>   5553             <xsd:annotation>
5607                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5554                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5608             </xsd:annotation>   5555             </xsd:annotation>
5609          </xsd:element>   5556          </xsd:element>
5610          <xsd:element name="oilAPIGravityCorrected" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">   5557          <xsd:element name="oilAPIGravityCorrected" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
5611             <xsd:annotation>   5558             <xsd:annotation>
5612                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5559                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5613             </xsd:annotation>   5560             </xsd:annotation>
5614          </xsd:element>   5561          </xsd:element>
5615          <xsd:element name="gasGravityMeasured" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">   5562          <xsd:element name="gasGravityMeasured" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">
5616             <xsd:annotation>   5563             <xsd:annotation>
5617                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5564                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5618             </xsd:annotation>   5565             </xsd:annotation>
5619          </xsd:element>   5566          </xsd:element>
5620          <xsd:element name="gasGravityCorrected" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">   5567          <xsd:element name="gasGravityCorrected" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">
5621             <xsd:annotation>   5568             <xsd:annotation>
5622                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5569                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5623             </xsd:annotation>   5570             </xsd:annotation>
5624          </xsd:element>   5571          </xsd:element>
5625          <xsd:element name="h2oGravityMeasured" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">   5572          <xsd:element name="h2oGravityMeasured" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">
5626             <xsd:annotation>   5573             <xsd:annotation>
5627                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5574                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5628             </xsd:annotation>   5575             </xsd:annotation>
5629          </xsd:element>   5576          </xsd:element>
5630          <xsd:element name="h2oGravityCorrected" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">   5577          <xsd:element name="h2oGravityCorrected" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">
5631             <xsd:annotation>   5578             <xsd:annotation>
5632                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5579                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5633             </xsd:annotation>   5580             </xsd:annotation>
5634          </xsd:element>   5581          </xsd:element>
5635          <xsd:element name="h2oSalinity" type="witsml:massConcentrationMeasure" minOccurs="0" maxOccurs="1">   5582          <xsd:element name="h2oSalinity" type="witsml:massConcentrationMeasure" minOccurs="0" maxOccurs="1">
5636             <xsd:annotation>   5583             <xsd:annotation>
5637                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5584                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5638             </xsd:annotation>   5585             </xsd:annotation>
5639          </xsd:element>   5586          </xsd:element>
5640          <xsd:element name="aromaticsWeightPercent" type="witsml:massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1">   5587          <xsd:element name="aromaticsWeightPercent" type="witsml:massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1">
5641             <xsd:annotation>   5588             <xsd:annotation>
5642                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5589                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5643             </xsd:annotation>   5590             </xsd:annotation>
5644          </xsd:element>   5591          </xsd:element>
5645          <xsd:element name="asphaltenesWeightPercent" type="witsml:massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1">   5592          <xsd:element name="asphaltenesWeightPercent" type="witsml:massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1">
5646             <xsd:annotation>   5593             <xsd:annotation>
5647                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5594                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5648             </xsd:annotation>   5595             </xsd:annotation>
5649          </xsd:element>   5596          </xsd:element>
5650          <xsd:element name="napthenesWeightPercent" type="witsml:massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1">   5597          <xsd:element name="napthenesWeightPercent" type="witsml:massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1">
5651             <xsd:annotation>   5598             <xsd:annotation>
5652                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5599                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5653             </xsd:annotation>   5600             </xsd:annotation>
5654          </xsd:element>   5601          </xsd:element>
5655          <xsd:element name="parafinsWeightPercent" type="witsml:massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1">   5602          <xsd:element name="parafinsWeightPercent" type="witsml:massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1">
5656             <xsd:annotation>   5603             <xsd:annotation>
5657                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5604                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5658             </xsd:annotation>   5605             </xsd:annotation>
5659          </xsd:element>   5606          </xsd:element>
5660          <xsd:element name="standardPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   5607          <xsd:element name="standardPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
5661             <xsd:annotation>   5608             <xsd:annotation>
5662                <xsd:documentation>The definitin of standard pressure for all elements which end in "Std".</xsd:documentation>   5609                <xsd:documentation>The definitin of standard pressure for all elements which end in "Std".</xsd:documentation>
5663             </xsd:annotation>   5610             </xsd:annotation>
5664          </xsd:element>   5611          </xsd:element>
5665          <xsd:element name="standardTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">   5612          <xsd:element name="standardTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
5666             <xsd:annotation>   5613             <xsd:annotation>
5667                <xsd:documentation>The definitin of standard temperature for all elements which end in "Std".</xsd:documentation>   5614                <xsd:documentation>The definitin of standard temperature for all elements which end in "Std".</xsd:documentation>
5668             </xsd:annotation>   5615             </xsd:annotation>
5669          </xsd:element>   5616          </xsd:element>
5670          <xsd:element name="eosMOdel" type="witsml:EosModelKind" minOccurs="0" maxOccurs="1">   5617          <xsd:element name="eosMOdel" type="witsml:EosModelKind" minOccurs="0" maxOccurs="1">
5671             <xsd:annotation>   5618             <xsd:annotation>
5672                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5619                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5673             </xsd:annotation>   5620             </xsd:annotation>
5674          </xsd:element>   5621          </xsd:element>
5675          <xsd:element name="analysisDescription" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">   5622          <xsd:element name="analysisDescription" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">
5676             <xsd:annotation>   5623             <xsd:annotation>
5677                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5624                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5678             </xsd:annotation>   5625             </xsd:annotation>
5679          </xsd:element>   5626          </xsd:element>
5680          <xsd:element name="analysisPurpose" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">   5627          <xsd:element name="analysisPurpose" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">
5681             <xsd:annotation>   5628             <xsd:annotation>
5682                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5629                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5683             </xsd:annotation>   5630             </xsd:annotation>
5684          </xsd:element>   5631          </xsd:element>
5685          <xsd:element name="fluidDataQuality" type="witsml:cs_fluidResultDataQuality" minOccurs="0" maxOccurs="1">   5632          <xsd:element name="fluidDataQuality" type="witsml:cs_fluidResultDataQuality" minOccurs="0" maxOccurs="1">
5686             <xsd:annotation>   5633             <xsd:annotation>
5687                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5634                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5688             </xsd:annotation>   5635             </xsd:annotation>
5689          </xsd:element>   5636          </xsd:element>
5690          <xsd:element name="fluidSampleComposition" type="witsml:cs_fluidResultComposition" minOccurs="0" maxOccurs="unbounded">   5637          <xsd:element name="fluidSampleComposition" type="witsml:cs_fluidResultComposition" minOccurs="0" maxOccurs="unbounded">
5691             <xsd:annotation>   5638             <xsd:annotation>
5692                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5639                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5693             </xsd:annotation>   5640             </xsd:annotation>
5694          </xsd:element>   5641          </xsd:element>
5695          <xsd:choice maxOccurs="unbounded">   5642          <xsd:choice maxOccurs="unbounded">
5696             <xsd:element name="saturationTest" type="witsml:cs_fluidResultSaturationTest" minOccurs="0" maxOccurs="unbounded">   5643             <xsd:element name="saturationTest" type="witsml:cs_fluidResultSaturationTest" minOccurs="0" maxOccurs="unbounded">
5697                <xsd:annotation>   5644                <xsd:annotation>
5698                   <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5645                   <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5699                </xsd:annotation>   5646                </xsd:annotation>
5700             </xsd:element>   5647             </xsd:element>
5701             <xsd:element name="constantCompositionExpansionTest" type="witsml:cs_fluidResultConstantCompositionExpansionTest" minOccurs="0" maxOccurs="unbounded">   5648             <xsd:element name="constantCompositionExpansionTest" type="witsml:cs_fluidResultConstantCompositionExpansionTest" minOccurs="0" maxOccurs="unbounded">
5702                <xsd:annotation>   5649                <xsd:annotation>
5703                   <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5650                   <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5704                </xsd:annotation>   5651                </xsd:annotation>
5705             </xsd:element>   5652             </xsd:element>
5706             <xsd:element name="constantVolumeDepletionTest" type="witsml:cs_fluidResultConstantVolumeDepletionTest" minOccurs="0" maxOccurs="unbounded">   5653             <xsd:element name="constantVolumeDepletionTest" type="witsml:cs_fluidResultConstantVolumeDepletionTest" minOccurs="0" maxOccurs="unbounded">
5707                <xsd:annotation>   5654                <xsd:annotation>
5708                   <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5655                   <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5709                </xsd:annotation>   5656                </xsd:annotation>
5710             </xsd:element>   5657             </xsd:element>
5711             <xsd:element name="differentialLiberationTest" type="witsml:cs_fluidResultDifferentialLiberationTest" minOccurs="0" maxOccurs="unbounded">   5658             <xsd:element name="differentialLiberationTest" type="witsml:cs_fluidResultDifferentialLiberationTest" minOccurs="0" maxOccurs="unbounded">
5712                <xsd:annotation>   5659                <xsd:annotation>
5713                   <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5660                   <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5714                </xsd:annotation>   5661                </xsd:annotation>
5715             </xsd:element>   5662             </xsd:element>
5716             <xsd:element name="jCurveTest" type="witsml:cs_fluidResultJCurveTest" minOccurs="0" maxOccurs="unbounded">   5663             <xsd:element name="jCurveTest" type="witsml:cs_fluidResultJCurveTest" minOccurs="0" maxOccurs="unbounded">
5717                <xsd:annotation>   5664                <xsd:annotation>
5718                   <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5665                   <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5719                </xsd:annotation>   5666                </xsd:annotation>
5720             </xsd:element>   5667             </xsd:element>
5721             <xsd:element name="transportPropertiesTest" type="witsml:cs_fluidResultTransportPropertiesTest" minOccurs="0" maxOccurs="unbounded">   5668             <xsd:element name="transportPropertiesTest" type="witsml:cs_fluidResultTransportPropertiesTest" minOccurs="0" maxOccurs="unbounded">
5722                <xsd:annotation>   5669                <xsd:annotation>
5723                   <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5670                   <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5724                </xsd:annotation>   5671                </xsd:annotation>
5725             </xsd:element>   5672             </xsd:element>
5726             <xsd:element name="separatorTest" type="witsml:cs_fluidResultSeparatorTest" minOccurs="0" maxOccurs="unbounded">   5673             <xsd:element name="separatorTest" type="witsml:cs_fluidResultSeparatorTest" minOccurs="0" maxOccurs="unbounded">
5727                <xsd:annotation>   5674                <xsd:annotation>
5728                   <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5675                   <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5729                </xsd:annotation>   5676                </xsd:annotation>
5730             </xsd:element>   5677             </xsd:element>
5731          </xsd:choice>   5678          </xsd:choice>
5732          <xsd:element name="fluidSampleContaminant" type="witsml:cs_fluidResultContaminant" minOccurs="0" maxOccurs="unbounded">   5679          <xsd:element name="fluidSampleContaminant" type="witsml:cs_fluidResultContaminant" minOccurs="0" maxOccurs="unbounded">
5733             <xsd:annotation>   5680             <xsd:annotation>
5734                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5681                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5735             </xsd:annotation>   5682             </xsd:annotation>
5736          </xsd:element>   5683          </xsd:element>
5737       </xsd:sequence>   5684       </xsd:sequence>
5738    </xsd:group>   5685    </xsd:group>
5739    <xsd:group name="grp_fluidResultCommonTestGroup">   5686    <xsd:group name="grp_fluidResultCommonTestGroup">
5740       <xsd:sequence>   5687       <xsd:sequence>
5741          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1" />   5688          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1" />
5742          <xsd:choice>   5689          <xsd:choice>
5743             <xsd:sequence>   5690             <xsd:sequence>
5744                <xsd:element name="reservoir" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1" />   5691                <xsd:element name="reservoir" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1" />
5745                <xsd:element name="saturated" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1" />   5692                <xsd:element name="saturated" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1" />
5746             </xsd:sequence>   5693             </xsd:sequence>
5747             <xsd:element name="stockTank" type="witsml:cs_fluidResultStockTank" minOccurs="0" maxOccurs="1" />   5694             <xsd:element name="stockTank" type="witsml:cs_fluidResultStockTank" minOccurs="0" maxOccurs="1" />
5748          </xsd:choice>   5695          </xsd:choice>
5749          <xsd:element name="VaporComposition" type="witsml:cs_fluidResultPhaseComposition" minOccurs="0" maxOccurs="unbounded" />   5696          <xsd:element name="VaporComposition" type="witsml:cs_fluidResultPhaseComposition" minOccurs="0" maxOccurs="unbounded" />
5750          <xsd:element name="LiquidComposition" type="witsml:cs_fluidResultPhaseComposition" minOccurs="0" maxOccurs="unbounded" />   5697          <xsd:element name="LiquidComposition" type="witsml:cs_fluidResultPhaseComposition" minOccurs="0" maxOccurs="unbounded" />
5751          <xsd:element name="CompositeComposition" type="witsml:cs_fluidResultCompositeComposition" minOccurs="0" maxOccurs="unbounded" />   5698          <xsd:element name="CompositeComposition" type="witsml:cs_fluidResultCompositeComposition" minOccurs="0" maxOccurs="unbounded" />
5752       </xsd:sequence>   5699       </xsd:sequence>
5753    </xsd:group>   5700    </xsd:group>
5754    <xsd:group name="grp_fluidSample">   5701    <xsd:group name="grp_fluidSample">
5755       <xsd:sequence>   5702       <xsd:sequence>
5756          <xsd:element name="sampleBottle" type="witsml:nameString" minOccurs="0" maxOccurs="1">   5703          <xsd:element name="sampleBottle" type="witsml:nameString" minOccurs="0" maxOccurs="1">
5757             <xsd:annotation>   5704             <xsd:annotation>
5758                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5705                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5759             </xsd:annotation>   5706             </xsd:annotation>
5760          </xsd:element>   5707          </xsd:element>
5761          <xsd:element name="sampleType" type="witsml:FluidSampleKind" minOccurs="0" maxOccurs="1">   5708          <xsd:element name="sampleType" type="witsml:FluidSampleKind" minOccurs="0" maxOccurs="1">
5762             <xsd:annotation>   5709             <xsd:annotation>
5763                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5710                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5764             </xsd:annotation>   5711             </xsd:annotation>
5765          </xsd:element>   5712          </xsd:element>
5766          <xsd:element name="facility" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">   5713          <xsd:element name="facility" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
5767             <xsd:annotation>   5714             <xsd:annotation>
5768                <xsd:documentation>The name of the facility from which the sample was acquired. The name can be qualified by a naming system. This also defines the kind of   5715                <xsd:documentation>The name of the facility from which the sample was acquired. The name can be qualified by a naming system. This also defines the kind of
5769                facility. Common facilities are wells, wellbores within a well, completions within a well.</xsd:documentation>   5716                facility. Common facilities are wells, wellbores within a well, completions within a well.</xsd:documentation>
5770             </xsd:annotation>   5717             </xsd:annotation>
5771          </xsd:element>   5718          </xsd:element>
5772          <xsd:element name="facilityParent1" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">   5719          <xsd:element name="facilityParent1" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
5773             <xsd:annotation>   5720             <xsd:annotation>
5774                <xsd:documentation>For facilities whose name is unique within the context of another facility, the name of the parent facility. For example, if name represents a   5721                <xsd:documentation>For facilities whose name is unique within the context of another facility, the name of the parent facility. For example, if name represents a
5775                completion, then facilityParent1 would represent the name of the well within which name was unique. The name can be qualified by a naming system. This also defines   5722                completion, then facilityParent1 would represent the name of the well within which name was unique. The name can be qualified by a naming system. This also defines
5776                the kind of facility.</xsd:documentation>   5723                the kind of facility.</xsd:documentation>
5777             </xsd:annotation>   5724             </xsd:annotation>
5778          </xsd:element>   5725          </xsd:element>
5779          <xsd:element name="facilityParent2" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">   5726          <xsd:element name="facilityParent2" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
5780             <xsd:annotation>   5727             <xsd:annotation>
5781                <xsd:documentation>For facilities whose name is unique within the context of another facility, the name of the parent facility of parent1. The name can be qualified   5728                <xsd:documentation>For facilities whose name is unique within the context of another facility, the name of the parent facility of parent1. The name can be qualified
5782                by a naming system. This also defines the kind of facility.</xsd:documentation>   5729                by a naming system. This also defines the kind of facility.</xsd:documentation>
5783             </xsd:annotation>   5730             </xsd:annotation>
5784          </xsd:element>   5731          </xsd:element>
5785          <xsd:element name="facilityAlias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">   5732          <xsd:element name="facilityAlias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
5786             <xsd:annotation>   5733             <xsd:annotation>
5787                <xsd:documentation>An alternatative name of a facility. This is generally unique within a naming system. The above contextually unique name (that is, within the   5734                <xsd:documentation>An alternatative name of a facility. This is generally unique within a naming system. The above contextually unique name (that is, within the
5788                context of a parent) should also be listed as an alias.</xsd:documentation>   5735                context of a parent) should also be listed as an alias.</xsd:documentation>
5789             </xsd:annotation>   5736             </xsd:annotation>
5790          </xsd:element>   5737          </xsd:element>
5791          <xsd:element name="testKind" type="witsml:FluidSampleTestAcquisition" minOccurs="0" maxOccurs="1">   5738          <xsd:element name="testKind" type="witsml:FluidSampleTestAcquisition" minOccurs="0" maxOccurs="1">
5792             <xsd:annotation>   5739             <xsd:annotation>
5793                <xsd:documentation>The kind of test which acquired the sample.</xsd:documentation>   5740                <xsd:documentation>The kind of test which acquired the sample.</xsd:documentation>
5794             </xsd:annotation>   5741             </xsd:annotation>
5795          </xsd:element>   5742          </xsd:element>
5796          <xsd:element name="testMD" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">   5743          <xsd:element name="testMD" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
5797             <xsd:annotation>   5744             <xsd:annotation>
5798                <xsd:documentation>The measured depth of the test in a wellbore.</xsd:documentation>   5745                <xsd:documentation>The measured depth of the test in a wellbore.</xsd:documentation>
5799             </xsd:annotation>   5746             </xsd:annotation>
5800          </xsd:element>   5747          </xsd:element>
5801          <xsd:element name="testId" type="witsml:kindString" minOccurs="0" maxOccurs="1">   5748          <xsd:element name="testId" type="witsml:kindString" minOccurs="0" maxOccurs="1">
5802             <xsd:annotation>   5749             <xsd:annotation>
5803                <xsd:documentation>The test identifier.</xsd:documentation>   5750                <xsd:documentation>The test identifier.</xsd:documentation>
5804             </xsd:annotation>   5751             </xsd:annotation>
5805          </xsd:element>   5752          </xsd:element>
5806          <xsd:element name="testRun" type="witsml:kindString" minOccurs="0" maxOccurs="1">   5753          <xsd:element name="testRun" type="witsml:kindString" minOccurs="0" maxOccurs="1">
5807             <xsd:annotation>   5754             <xsd:annotation>
5808                <xsd:documentation>The test run number (e.g., for an RFT)</xsd:documentation>   5755                <xsd:documentation>The test run number (e.g., for an RFT)</xsd:documentation>
5809             </xsd:annotation>   5756             </xsd:annotation>
5810          </xsd:element>   5757          </xsd:element>
5811          <xsd:element name="testProvider" type="witsml:nameString" minOccurs="0" maxOccurs="1">   5758          <xsd:element name="testProvider" type="witsml:nameString" minOccurs="0" maxOccurs="1">
5812             <xsd:annotation>   5759             <xsd:annotation>
5813                <xsd:documentation>The name of the company which ran the test.</xsd:documentation>   5760                <xsd:documentation>The name of the company which ran the test.</xsd:documentation>
5814             </xsd:annotation>   5761             </xsd:annotation>
5815          </xsd:element>   5762          </xsd:element>
5816          <xsd:element name="reservoirFluidType" type="witsml:ReservoirFluidKind" minOccurs="0" maxOccurs="1">   5763          <xsd:element name="reservoirFluidType" type="witsml:ReservoirFluidKind" minOccurs="0" maxOccurs="1">
5817             <xsd:annotation>   5764             <xsd:annotation>
5818                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5765                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5819             </xsd:annotation>   5766             </xsd:annotation>
5820          </xsd:element>   5767          </xsd:element>
5821          <xsd:element name="acquisitionDate" type="witsml:date" minOccurs="0" maxOccurs="1">   5768          <xsd:element name="acquisitionDate" type="witsml:date" minOccurs="0" maxOccurs="1">
5822             <xsd:annotation>   5769             <xsd:annotation>
5823                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5770                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5824             </xsd:annotation>   5771             </xsd:annotation>
5825          </xsd:element>   5772          </xsd:element>
5826          <xsd:element name="acquisitionMD" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">   5773          <xsd:element name="acquisitionMD" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
5827             <xsd:annotation>   5774             <xsd:annotation>
5828                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5775                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5829             </xsd:annotation>   5776             </xsd:annotation>
5830          </xsd:element>   5777          </xsd:element>
5831          <xsd:element name="acquisitionPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">   5778          <xsd:element name="acquisitionPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
5832             <xsd:annotation>   5779             <xsd:annotation>
5833                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5780                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5834             </xsd:annotation>   5781             </xsd:annotation>
5835          </xsd:element>   5782          </xsd:element>
5836          <xsd:element name="acquisitionTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">   5783          <xsd:element name="acquisitionTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
5837             <xsd:annotation>   5784             <xsd:annotation>
5838                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5785                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5839             </xsd:annotation>   5786             </xsd:annotation>
5840          </xsd:element>   5787          </xsd:element>
5841          <xsd:element name="acquisitionGORStd" type="witsml:standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1">   5788          <xsd:element name="acquisitionGORStd" type="witsml:standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1">
5842             <xsd:annotation>   5789             <xsd:annotation>
5843                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5790                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5844             </xsd:annotation>   5791             </xsd:annotation>
5845          </xsd:element>   5792          </xsd:element>
5846          <xsd:element name="sampleDisposition" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">   5793          <xsd:element name="sampleDisposition" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">
5847             <xsd:annotation>   5794             <xsd:annotation>
5848                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5795                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5849             </xsd:annotation>   5796             </xsd:annotation>
5850          </xsd:element>   5797          </xsd:element>
5851          <xsd:element name="representative" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">   5798          <xsd:element name="representative" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
5852             <xsd:annotation>   5799             <xsd:annotation>
5853                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5800                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5854             </xsd:annotation>   5801             </xsd:annotation>
5855          </xsd:element>   5802          </xsd:element>
5856          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">   5803          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
5857             <xsd:annotation>   5804             <xsd:annotation>
5858                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   5805                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
5859             </xsd:annotation>   5806             </xsd:annotation>
5860          </xsd:element>   5807          </xsd:element>
5861       </xsd:sequence>   5808       </xsd:sequence>
5862    </xsd:group>   5809    </xsd:group>
5863    <xsd:group name="grp_productFlowModel">   5810    <xsd:group name="grp_productFlowModel">
5864       <xsd:annotation>   5811       <xsd:annotation>
5865          <xsd:documentation>The non-contextual content of a WITSML Product Flow Model object.</xsd:documentation>   5812          <xsd:documentation>The non-contextual content of a WITSML Product Flow Model object.</xsd:documentation>
5866       </xsd:annotation>   5813       </xsd:annotation>
5867       <xsd:sequence>   5814       <xsd:sequence>
5868          <xsd:element name="installation" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">   5815          <xsd:element name="installation" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
5869             <xsd:annotation>   5816             <xsd:annotation>
5870                <xsd:documentation>The name of the facility which is represented by this model. The name can be qualified by a naming system. This also defines the kind of   5817                <xsd:documentation>The name of the facility which is represented by this model. The name can be qualified by a naming system. This also defines the kind of
5871                facility.</xsd:documentation>   5818                facility.</xsd:documentation>
5872             </xsd:annotation>   5819             </xsd:annotation>
5873          </xsd:element>   5820          </xsd:element>
5874          <xsd:element name="contextFacility" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="unbounded">   5821          <xsd:element name="contextFacility" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="unbounded">
5875             <xsd:annotation>   5822             <xsd:annotation>
5876                <xsd:documentation>The name and type of a facility whose context is relevant to the represented installation.</xsd:documentation>   5823                <xsd:documentation>The name and type of a facility whose context is relevant to the represented installation.</xsd:documentation>
5877             </xsd:annotation>   5824             </xsd:annotation>
5878          </xsd:element>   5825          </xsd:element>
5879          <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   5826          <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
5880             <xsd:annotation>   5827             <xsd:annotation>
5881                <xsd:documentation>The date and time of the start of validity for this model.</xsd:documentation>   5828                <xsd:documentation>The date and time of the start of validity for this model.</xsd:documentation>
5882             </xsd:annotation>   5829             </xsd:annotation>
5883          </xsd:element>   5830          </xsd:element>
5884          <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   5831          <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
5885             <xsd:annotation>   5832             <xsd:annotation>
5886                <xsd:documentation>The date and time of the termination of validity for this model.</xsd:documentation>   5833                <xsd:documentation>The date and time of the termination of validity for this model.</xsd:documentation>
5887             </xsd:annotation>   5834             </xsd:annotation>
5888          </xsd:element>   5835          </xsd:element>
5889          <xsd:element name="existenceTime" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">   5836          <xsd:element name="existenceTime" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
5890             <xsd:annotation>   5837             <xsd:annotation>
5891                <xsd:documentation>The time for which "currently existing" data is desired from the network. All connections (and related data) existing at this time (i.e. start   5838                <xsd:documentation>The time for which "currently existing" data is desired from the network. All connections (and related data) existing at this time (i.e. start
5892                and end bracket this value) will will be returned if requested. The existence time is a server query parameter. See the WITSML API Specification appendix on   5839                and end bracket this value) will will be returned if requested. The existence time is a server query parameter. See the WITSML API Specification appendix on
5893                "Special Handling" of growing objects for a description of the behavior related to this parameter.</xsd:documentation>   5840                "Special Handling" of growing objects for a description of the behavior related to this parameter.</xsd:documentation>
5894             </xsd:annotation>   5841             </xsd:annotation>
5895          </xsd:element>   5842          </xsd:element>
5896          <xsd:element name="dTimMin" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">   5843          <xsd:element name="dTimMin" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
5897             <xsd:annotation>   5844             <xsd:annotation>
5898                <xsd:documentation>The minimum time index contained within the report. The minimum and maximum indexes are server query parameters and will be populated with valid   5845                <xsd:documentation>The minimum time index contained within the report. The minimum and maximum indexes are server query parameters and will be populated with valid
5899                values in a "get" result. See the WITSML API Specification appendix on "Special Handling" of growing objects for a description of the behavior related to this   5846                values in a "get" result. See the WITSML API Specification appendix on "Special Handling" of growing objects for a description of the behavior related to this
5900                parameter.</xsd:documentation>   5847                parameter.</xsd:documentation>
5901             </xsd:annotation>   5848             </xsd:annotation>
5902          </xsd:element>   5849          </xsd:element>
5903          <xsd:element name="dTimMax" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">   5850          <xsd:element name="dTimMax" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
5904             <xsd:annotation>   5851             <xsd:annotation>
5905                <xsd:documentation>The maximum time index contained within the report. The minimum and maximum indexes are server query parameters and will be populated with valid   5852                <xsd:documentation>The maximum time index contained within the report. The minimum and maximum indexes are server query parameters and will be populated with valid
5906                values in a "get" result. See the WITSML API Specification appendix on "Special Handling" of growing objects for a description of the behavior related to this   5853                values in a "get" result. See the WITSML API Specification appendix on "Special Handling" of growing objects for a description of the behavior related to this
5907                parameter.</xsd:documentation>   5854                parameter.</xsd:documentation>
5908             </xsd:annotation>   5855             </xsd:annotation>
5909          </xsd:element>   5856          </xsd:element>
5910          <xsd:element name="externalConnect" type="witsml:cs_productFlowExternalReference" minOccurs="0" maxOccurs="unbounded">   5857          <xsd:element name="externalConnect" type="witsml:cs_productFlowExternalReference" minOccurs="0" maxOccurs="unbounded">
5911             <xsd:annotation>   5858             <xsd:annotation>
5912                <xsd:documentation>Defines the external port in another Product Flow Model to which an external port in this model is connected. An external port should be   5859                <xsd:documentation>Defines the external port in another Product Flow Model to which an external port in this model is connected. An external port should be
5913                connected to an external port with the opposite direction. The connected external port must be in another Product Flow Model. These connections should always be   5860                connected to an external port with the opposite direction. The connected external port must be in another Product Flow Model. These connections should always be
5914                defined on a one-to-one basis. For example, if a facility may receive input from multiple other facilities then a separate input port should be defined for each of   5861                defined on a one-to-one basis. For example, if a facility may receive input from multiple other facilities then a separate input port should be defined for each of
5915                those facilities. This allows any question about mass balancing to be contained within each individual model. The external port name must match the name of an   5862                those facilities. This allows any question about mass balancing to be contained within each individual model. The external port name must match the name of an
5916                external port on the network that represents this model.</xsd:documentation>   5863                external port on the network that represents this model.</xsd:documentation>
5917             </xsd:annotation>   5864             </xsd:annotation>
5918          </xsd:element>   5865          </xsd:element>
5919          <xsd:element name="network" type="witsml:cs_productFlowNetwork" minOccurs="1" maxOccurs="unbounded">   5866          <xsd:element name="network" type="witsml:cs_productFlowNetwork" minOccurs="1" maxOccurs="unbounded">
5920             <xsd:annotation>   5867             <xsd:annotation>
5921                <xsd:documentation>The description of one named network within this model. Each model is self contained but may reference other newtorks for defining internal   5868                <xsd:documentation>The description of one named network within this model. Each model is self contained but may reference other newtorks for defining internal
5922                detail. One of the networks must represent this model.</xsd:documentation>   5869                detail. One of the networks must represent this model.</xsd:documentation>
5923             </xsd:annotation>   5870             </xsd:annotation>
5924          </xsd:element>   5871          </xsd:element>
5925          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">   5872          <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
5926             <xsd:annotation>   5873             <xsd:annotation>
5927                <xsd:documentation>A descriptive remark about the model.</xsd:documentation>   5874                <xsd:documentation>A descriptive remark about the model.</xsd:documentation>
5928             </xsd:annotation>   5875             </xsd:annotation>
5929          </xsd:element>   5876          </xsd:element>
5930       </xsd:sequence>   5877       </xsd:sequence>
5931    </xsd:group>   5878    </xsd:group>
5932    <xsd:group name="grp_productionOperation">   5879    <xsd:group name="grp_productionOperation">
5933       <xsd:annotation>   5880       <xsd:annotation>
5934          <xsd:documentation>The non-contextual content of a WITSML Production Operation object.</xsd:documentation>   5881          <xsd:documentation>The non-contextual content of a WITSML Production Operation object.</xsd:documentation>
5935       </xsd:annotation>   5882       </xsd:annotation>
5936       <xsd:sequence>   5883       <xsd:sequence>
5937          <xsd:element name="installation" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">   5884          <xsd:element name="installation" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
5938             <xsd:annotation>   5885             <xsd:annotation>
5939                <xsd:documentation>The name of the facility which is represented by this report. The name can be qualified by a naming system. This also defines the kind of   5886                <xsd:documentation>The name of the facility which is represented by this report. The name can be qualified by a naming system. This also defines the kind of
5940                facility.</xsd:documentation>   5887                facility.</xsd:documentation>
5941             </xsd:annotation>   5888             </xsd:annotation>
5942          </xsd:element>   5889          </xsd:element>
5943          <xsd:element name="contextFacility" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="unbounded">   5890          <xsd:element name="contextFacility" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="unbounded">
5944             <xsd:annotation>   5891             <xsd:annotation>
5945                <xsd:documentation>The name and type of a facility whose context is relevant to the represented installation.</xsd:documentation>   5892                <xsd:documentation>The name and type of a facility whose context is relevant to the represented installation.</xsd:documentation>
5946             </xsd:annotation>   5893             </xsd:annotation>
5947          </xsd:element>   5894          </xsd:element>
5948          <xsd:element name="kind" type="witsml:kindString" minOccurs="0" maxOccurs="1">   5895          <xsd:element name="kind" type="witsml:kindString" minOccurs="0" maxOccurs="1">
5949             <xsd:annotation>   5896             <xsd:annotation>
5950                <xsd:documentation>The type of report.</xsd:documentation>   5897                <xsd:documentation>The type of report.</xsd:documentation>
5951             </xsd:annotation>   5898             </xsd:annotation>
5952          </xsd:element>   5899          </xsd:element>
5953          <xsd:element name="periodKind" type="witsml:ReportingPeriod" minOccurs="0" maxOccurs="1">   5900          <xsd:element name="periodKind" type="witsml:ReportingPeriod" minOccurs="0" maxOccurs="1">
5954             <xsd:annotation>   5901             <xsd:annotation>
5955                <xsd:documentation>The type of period that is being reported. This value must be consistent with the reporting start and end values.</xsd:documentation>   5902                <xsd:documentation>The type of period that is being reported. This value must be consistent with the reporting start and end values.</xsd:documentation>
5956             </xsd:annotation>   5903             </xsd:annotation>
5957          </xsd:element>   5904          </xsd:element>
5958          <xsd:choice minOccurs="1" maxOccurs="1">   5905          <xsd:choice minOccurs="1" maxOccurs="1">
5959             <xsd:annotation>   5906             <xsd:annotation>
5960                <xsd:documentation>The reporting period. If one value from a pair are given the both values must be given.</xsd:documentation>   5907                <xsd:documentation>The reporting period. If one value from a pair are given the both values must be given.</xsd:documentation>
5961             </xsd:annotation>   5908             </xsd:annotation>
5962             <xsd:sequence>   5909             <xsd:sequence>
5963                <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="1" maxOccurs="1">   5910                <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="1" maxOccurs="1">
5964                   <xsd:annotation>   5911                   <xsd:annotation>
5965                      <xsd:documentation>The beginning date and time that the report represents.</xsd:documentation>   5912                      <xsd:documentation>The beginning date and time that the report represents.</xsd:documentation>
5966                   </xsd:annotation>   5913                   </xsd:annotation>
5967                </xsd:element>   5914                </xsd:element>
5968                <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="1" maxOccurs="1">   5915                <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="1" maxOccurs="1">
5969                   <xsd:annotation>   5916                   <xsd:annotation>
5970                      <xsd:documentation>The ending date and time that the report represents.</xsd:documentation>   5917                      <xsd:documentation>The ending date and time that the report represents.</xsd:documentation>
5971                   </xsd:annotation>   5918                   </xsd:annotation>
5972                </xsd:element>   5919                </xsd:element>
5973             </xsd:sequence>   5920             </xsd:sequence>
5974             <xsd:sequence>   5921             <xsd:sequence>
5975                <xsd:element name="dateStart" type="witsml:date" minOccurs="1" maxOccurs="1">   5922                <xsd:element name="dateStart" type="witsml:date" minOccurs="1" maxOccurs="1">
5976                   <xsd:annotation>   5923                   <xsd:annotation>
5977                      <xsd:documentation>The beginning date that the report represents.</xsd:documentation>   5924                      <xsd:documentation>The beginning date that the report represents.</xsd:documentation>
5978                   </xsd:annotation>   5925                   </xsd:annotation>
5979                </xsd:element>   5926                </xsd:element>
5980                <xsd:element name="dateEnd" type="witsml:date" minOccurs="1" maxOccurs="1">   5927                <xsd:element name="dateEnd" type="witsml:date" minOccurs="1" maxOccurs="1">
5981                   <xsd:annotation>   5928                   <xsd:annotation>
5982                      <xsd:documentation>The ending date that the report represents.</xsd:documentation>   5929                      <xsd:documentation>The ending date that the report represents.</xsd:documentation>
5983                   </xsd:annotation>   5930                   </xsd:annotation>
5984                </xsd:element>   5931                </xsd:element>
5985             </xsd:sequence>   5932             </xsd:sequence>
5986          </xsd:choice>   5933          </xsd:choice>
5987          <xsd:element name="operator" type="witsml:cs_businessAssociate" minOccurs="0" maxOccurs="1">   5934          <xsd:element name="operator" type="witsml:cs_businessAssociate" minOccurs="0" maxOccurs="1">
5988             <xsd:annotation>   5935             <xsd:annotation>
5989                <xsd:documentation>The operator of the facilities in the report.</xsd:documentation>   5936                <xsd:documentation>The operator of the facilities in the report.</xsd:documentation>
5990             </xsd:annotation>   5937             </xsd:annotation>
5991          </xsd:element>   5938          </xsd:element>
5992          <xsd:element name="title" type="witsml:nameStruct" minOccurs="0" maxOccurs="1">   5939          <xsd:element name="title" type="witsml:nameStruct" minOccurs="0" maxOccurs="1">
5993             <xsd:annotation>   5940             <xsd:annotation>
5994                <xsd:documentation>The tile of the report if different from the name of the report.</xsd:documentation>   5941                <xsd:documentation>The tile of the report if different from the name of the report.</xsd:documentation>
5995             </xsd:annotation>   5942             </xsd:annotation>
5996          </xsd:element>   5943          </xsd:element>
5997          <xsd:element name="geographicContext" type="witsml:cs_geographicContext" minOccurs="0" maxOccurs="1">   5944          <xsd:element name="geographicContext" type="witsml:cs_geographicContext" minOccurs="0" maxOccurs="1">
5998             <xsd:annotation>   5945             <xsd:annotation>
5999                <xsd:documentation>The geographic context of the report.</xsd:documentation>   5946                <xsd:documentation>The geographic context of the report.</xsd:documentation>
6000             </xsd:annotation>   5947             </xsd:annotation>
6001          </xsd:element>   5948          </xsd:element>
6002          <xsd:element name="issueDate" type="witsml:date" minOccurs="0" maxOccurs="1">   5949          <xsd:element name="issueDate" type="witsml:date" minOccurs="0" maxOccurs="1">
6003             <xsd:annotation>   5950             <xsd:annotation>
6004                <xsd:documentation>The date that the report was issued.</xsd:documentation>   5951                <xsd:documentation>The date that the report was issued.</xsd:documentation>
6005             </xsd:annotation>   5952             </xsd:annotation>
6006          </xsd:element>   5953          </xsd:element>
6007          <xsd:element name="issuedBy" type="witsml:cs_businessAssociate" minOccurs="0" maxOccurs="1">   5954          <xsd:element name="issuedBy" type="witsml:cs_businessAssociate" minOccurs="0" maxOccurs="1">
6008             <xsd:annotation>   5955             <xsd:annotation>
6009                <xsd:documentation>The person or company that issued the report. This may contain the role of the person or company within the context of the   5956                <xsd:documentation>The person or company that issued the report. This may contain the role of the person or company within the context of the
6010                report.</xsd:documentation>   5957                report.</xsd:documentation>
6011             </xsd:annotation>   5958             </xsd:annotation>
6012          </xsd:element>   5959          </xsd:element>
6013          <xsd:element name="approvalDate" type="witsml:date" minOccurs="0" maxOccurs="1">   5960          <xsd:element name="approvalDate" type="witsml:date" minOccurs="0" maxOccurs="1">
6014             <xsd:annotation>   5961             <xsd:annotation>
6015                <xsd:documentation>The date that the report was approved.</xsd:documentation>   5962                <xsd:documentation>The date that the report was approved.</xsd:documentation>
6016             </xsd:annotation>   5963             </xsd:annotation>
6017          </xsd:element>   5964          </xsd:element>
6018          <xsd:element name="approver" type="witsml:cs_businessAssociate" minOccurs="0" maxOccurs="1">   5965          <xsd:element name="approver" type="witsml:cs_businessAssociate" minOccurs="0" maxOccurs="1">
6019             <xsd:annotation>   5966             <xsd:annotation>
6020                <xsd:documentation>The person or company that approved the report. This may contain the role of the person or company within the context of the   5967                <xsd:documentation>The person or company that approved the report. This may contain the role of the person or company within the context of the
6021                report.</xsd:documentation>   5968                report.</xsd:documentation>
6022             </xsd:annotation>   5969             </xsd:annotation>
6023          </xsd:element>   5970          </xsd:element>
6024          <xsd:element name="installationReport" type="witsml:cs_productionOperationInstallationReport" minOccurs="0" maxOccurs="unbounded">   5971          <xsd:element name="installationReport" type="witsml:cs_productionOperationInstallationReport" minOccurs="0" maxOccurs="unbounded">
6025             <xsd:annotation>   5972             <xsd:annotation>
6026                <xsd:documentation>A report for each installation</xsd:documentation>   5973                <xsd:documentation>A report for each installation</xsd:documentation>
6027             </xsd:annotation>   5974             </xsd:annotation>
6028          </xsd:element>   5975          </xsd:element>
6029       </xsd:sequence>   5976       </xsd:sequence>
6030    </xsd:group>   5977    </xsd:group>
6031    <xsd:group name="grp_productVolume">   5978    <xsd:group name="grp_productVolume">
6032       <xsd:annotation>   5979       <xsd:annotation>
6033          <xsd:documentation>The non-contextual content of a WITSML Product Volume object.</xsd:documentation>   5980          <xsd:documentation>The non-contextual content of a WITSML Product Volume object.</xsd:documentation>
6034       </xsd:annotation>   5981       </xsd:annotation>
6035       <xsd:sequence>   5982       <xsd:sequence>
6036          <xsd:element name="installation" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">   5983          <xsd:element name="installation" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
6037             <xsd:annotation>   5984             <xsd:annotation>
6038                <xsd:documentation>The name of the facility which is represented by this report. The name can be qualified by a naming system. This also defines the kind of   5985                <xsd:documentation>The name of the facility which is represented by this report. The name can be qualified by a naming system. This also defines the kind of
6039                facility.</xsd:documentation>   5986                facility.</xsd:documentation>
6040             </xsd:annotation>   5987             </xsd:annotation>
6041          </xsd:element>   5988          </xsd:element>
6042          <xsd:element name="contextFacility" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="unbounded">   5989          <xsd:element name="contextFacility" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="unbounded">
6043             <xsd:annotation>   5990             <xsd:annotation>
6044                <xsd:documentation>The name and type of a facility whose context is relevant to the represented installation.</xsd:documentation>   5991                <xsd:documentation>The name and type of a facility whose context is relevant to the represented installation.</xsd:documentation>
6045             </xsd:annotation>   5992             </xsd:annotation>
6046          </xsd:element>   5993          </xsd:element>
6047          <xsd:element name="kind" type="witsml:kindString" minOccurs="0" maxOccurs="1">   5994          <xsd:element name="kind" type="witsml:kindString" minOccurs="0" maxOccurs="1">
6048             <xsd:annotation>   5995             <xsd:annotation>
6049                <xsd:documentation>The type of report.</xsd:documentation>   5996                <xsd:documentation>The type of report.</xsd:documentation>
6050             </xsd:annotation>   5997             </xsd:annotation>
6051          </xsd:element>   5998          </xsd:element>
6052          <xsd:element name="periodKind" type="witsml:ReportingPeriod" minOccurs="0" maxOccurs="1">   5999          <xsd:element name="periodKind" type="witsml:ReportingPeriod" minOccurs="0" maxOccurs="1">
6053             <xsd:annotation>   6000             <xsd:annotation>
6054                <xsd:documentation>The type of period that is being reported. This value must be consistent with the reporting start and end values.</xsd:documentation>   6001                <xsd:documentation>The type of period that is being reported. This value must be consistent with the reporting start and end values.</xsd:documentation>
6055             </xsd:annotation>   6002             </xsd:annotation>
6056          </xsd:element>   6003          </xsd:element>
6057          <xsd:choice minOccurs="0" maxOccurs="1">   6004          <xsd:choice minOccurs="0" maxOccurs="1">
6058             <xsd:annotation>   6005             <xsd:annotation>
6059                <xsd:documentation>The reporting period. If one value from a pair are given the both values must be given.</xsd:documentation>   6006                <xsd:documentation>The reporting period. If one value from a pair are given the both values must be given.</xsd:documentation>
6060             </xsd:annotation>   6007             </xsd:annotation>
6061             <xsd:sequence>   6008             <xsd:sequence>
6062                <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   6009                <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
6063                   <xsd:annotation>   6010                   <xsd:annotation>
6064                      <xsd:documentation>The beginning date and time that the report represents.</xsd:documentation>   6011                      <xsd:documentation>The beginning date and time that the report represents.</xsd:documentation>
6065                   </xsd:annotation>   6012                   </xsd:annotation>
6066                </xsd:element>   6013                </xsd:element>
6067                <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   6014                <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
6068                   <xsd:annotation>   6015                   <xsd:annotation>
6069                      <xsd:documentation>The ending date and time that the report represents.</xsd:documentation>   6016                      <xsd:documentation>The ending date and time that the report represents.</xsd:documentation>
6070                   </xsd:annotation>   6017                   </xsd:annotation>
6071                </xsd:element>   6018                </xsd:element>
6072             </xsd:sequence>   6019             </xsd:sequence>
6073             <xsd:sequence>   6020             <xsd:sequence>
6074                <xsd:element name="dateStart" type="witsml:date" minOccurs="0" maxOccurs="1">   6021                <xsd:element name="dateStart" type="witsml:date" minOccurs="0" maxOccurs="1">
6075                   <xsd:annotation>   6022                   <xsd:annotation>
6076                      <xsd:documentation>The beginning date that the report represents.</xsd:documentation>   6023                      <xsd:documentation>The beginning date that the report represents.</xsd:documentation>
6077                   </xsd:annotation>   6024                   </xsd:annotation>
6078                </xsd:element>   6025                </xsd:element>
6079                <xsd:element name="dateEnd" type="witsml:date" minOccurs="0" maxOccurs="1">   6026                <xsd:element name="dateEnd" type="witsml:date" minOccurs="0" maxOccurs="1">
6080                   <xsd:annotation>   6027                   <xsd:annotation>
6081                      <xsd:documentation>The ending date that the report represents.</xsd:documentation>   6028                      <xsd:documentation>The ending date that the report represents.</xsd:documentation>
6082                   </xsd:annotation>   6029                   </xsd:annotation>
6083                </xsd:element>   6030                </xsd:element>
6084             </xsd:sequence>   6031             </xsd:sequence>
6085             <xsd:element name="month" type="witsml:month" minOccurs="0" maxOccurs="1">   6032             <xsd:element name="month" type="witsml:month" minOccurs="0" maxOccurs="1">
6086                <xsd:annotation>   6033                <xsd:annotation>
6087                   <xsd:documentation>The ending date that the report represents.</xsd:documentation>   6034                   <xsd:documentation>The ending date that the report represents.</xsd:documentation>
6088                </xsd:annotation>   6035                </xsd:annotation>
6089             </xsd:element>   6036             </xsd:element>
6090          </xsd:choice>   6037          </xsd:choice>
6091          <xsd:element name="dTimMin" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">   6038          <xsd:element name="dTimMin" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
6092             <xsd:annotation>   6039             <xsd:annotation>
6093                <xsd:documentation>The minimum time index contained within the report. For the purposes of this parameter, a "period" or "facility parameter" without any time data   6040                <xsd:documentation>The minimum time index contained within the report. For the purposes of this parameter, a "period" or "facility parameter" without any time data
6094                should be assumed to have the time associated with the overall report. The minimum and maximum indexes are server query parameters and will be populated with valid   6041                should be assumed to have the time associated with the overall report. The minimum and maximum indexes are server query parameters and will be populated with valid
6095                values in a "get" result. See the WITSML API Specification appendix on "Special Handling" of growing objects for a description of the behavior related to this   6042                values in a "get" result. See the WITSML API Specification appendix on "Special Handling" of growing objects for a description of the behavior related to this
6096                parameter.</xsd:documentation>   6043                parameter.</xsd:documentation>
6097             </xsd:annotation>   6044             </xsd:annotation>
6098          </xsd:element>   6045          </xsd:element>
6099          <xsd:element name="dTimMax" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">   6046          <xsd:element name="dTimMax" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
6100             <xsd:annotation>   6047             <xsd:annotation>
6101                <xsd:documentation>The maximum time index contained within the report. For the purposes of this parameter, a "period" or "facility parameter" without any time data   6048                <xsd:documentation>The maximum time index contained within the report. For the purposes of this parameter, a "period" or "facility parameter" without any time data
6102                should be assumed to have the time associated with the overall report. The minimum and maximum indexes are server query parameters and will be populated with valid   6049                should be assumed to have the time associated with the overall report. The minimum and maximum indexes are server query parameters and will be populated with valid
6103                values in a "get" result. See the WITSML API Specification appendix on "Special Handling" of growing objects for a description of the behavior related to this   6050                values in a "get" result. See the WITSML API Specification appendix on "Special Handling" of growing objects for a description of the behavior related to this
6104                parameter.</xsd:documentation>   6051                parameter.</xsd:documentation>
6105             </xsd:annotation>   6052             </xsd:annotation>
6106          </xsd:element>   6053          </xsd:element>
6107          <xsd:element name="dTimCurrent" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   6054          <xsd:element name="dTimCurrent" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
6108             <xsd:annotation>   6055             <xsd:annotation>
6109                <xsd:documentation>The definition of the "current time" index for this report. The current time index is a server query parameter which requests the selection of a   6056                <xsd:documentation>The definition of the "current time" index for this report. The current time index is a server query parameter which requests the selection of a
6110                single node from a recurring "period" set (e.g., the data related to one point in a time series). For the purposes of this parameter, a "period" without any time   6057                single node from a recurring "period" set (e.g., the data related to one point in a time series). For the purposes of this parameter, a "period" without any time
6111                data should be assumed to have the time associated with the overall report. See the WITSML API Specification appendix on "Special Handling" of growing objects for a   6058                data should be assumed to have the time associated with the overall report. See the WITSML API Specification appendix on "Special Handling" of growing objects for a
6112                description of the behavior related to this parameter.</xsd:documentation>   6059                description of the behavior related to this parameter.</xsd:documentation>
6113             </xsd:annotation>   6060             </xsd:annotation>
6114          </xsd:element>   6061          </xsd:element>
6115          <xsd:element name="calculationMethod" type="witsml:CalculationMethod" minOccurs="0" maxOccurs="1">   6062          <xsd:element name="calculationMethod" type="witsml:CalculationMethod" minOccurs="0" maxOccurs="1">
6116             <xsd:annotation>   6063             <xsd:annotation>
6117                <xsd:documentation>The calculation method for for "filling in" values in an indexed set. If not given, the default is that no calculations are performed to create   6064                <xsd:documentation>The calculation method for for "filling in" values in an indexed set. If not given, the default is that no calculations are performed to create
6118                data where none exists within an existing set. This is not to be construed as to prevent concepts such as simulation and forcasting from being applied in order to   6065                data where none exists within an existing set. This is not to be construed as to prevent concepts such as simulation and forcasting from being applied in order to
6119                create a new set. This is a server query parameter.</xsd:documentation>   6066                create a new set. This is a server query parameter.</xsd:documentation>
6120             </xsd:annotation>   6067             </xsd:annotation>
6121          </xsd:element>   6068          </xsd:element>
6122          <xsd:element name="operator" type="witsml:cs_businessAssociate" minOccurs="0" maxOccurs="1">   6069          <xsd:element name="operator" type="witsml:cs_businessAssociate" minOccurs="0" maxOccurs="1">
6123             <xsd:annotation>   6070             <xsd:annotation>
6124                <xsd:documentation>The operator of the facilities in the report.</xsd:documentation>   6071                <xsd:documentation>The operator of the facilities in the report.</xsd:documentation>
6125             </xsd:annotation>   6072             </xsd:annotation>
6126          </xsd:element>   6073          </xsd:element>
6127          <xsd:element name="title" type="witsml:nameStruct" minOccurs="0" maxOccurs="1">   6074          <xsd:element name="title" type="witsml:nameStruct" minOccurs="0" maxOccurs="1">
6128             <xsd:annotation>   6075             <xsd:annotation>
6129                <xsd:documentation>The tile of the report if different from the name of the report.</xsd:documentation>   6076                <xsd:documentation>The tile of the report if different from the name of the report.</xsd:documentation>
6130             </xsd:annotation>   6077             </xsd:annotation>
6131          </xsd:element>   6078          </xsd:element>
6132          <xsd:element name="geographicContext" type="witsml:cs_geographicContext" minOccurs="0" maxOccurs="1">   6079          <xsd:element name="geographicContext" type="witsml:cs_geographicContext" minOccurs="0" maxOccurs="1">
6133             <xsd:annotation>   6080             <xsd:annotation>
6134                <xsd:documentation>The geographic context of the report.</xsd:documentation>   6081                <xsd:documentation>The geographic context of the report.</xsd:documentation>
6135             </xsd:annotation>   6082             </xsd:annotation>
6136          </xsd:element>   6083          </xsd:element>
6137          <xsd:element name="issueDate" type="witsml:date" minOccurs="0" maxOccurs="1">   6084          <xsd:element name="issueDate" type="witsml:date" minOccurs="0" maxOccurs="1">
6138             <xsd:annotation>   6085             <xsd:annotation>
6139                <xsd:documentation>The date that the report was issued.</xsd:documentation>   6086                <xsd:documentation>The date that the report was issued.</xsd:documentation>
6140             </xsd:annotation>   6087             </xsd:annotation>
6141          </xsd:element>   6088          </xsd:element>
6142          <xsd:element name="issuedBy" type="witsml:cs_businessAssociate" minOccurs="0" maxOccurs="1">   6089          <xsd:element name="issuedBy" type="witsml:cs_businessAssociate" minOccurs="0" maxOccurs="1">
6143             <xsd:annotation>   6090             <xsd:annotation>
6144                <xsd:documentation>The person or company that issued the report. This may contain the role of the person or company within the context of the   6091                <xsd:documentation>The person or company that issued the report. This may contain the role of the person or company within the context of the
6145                report.</xsd:documentation>   6092                report.</xsd:documentation>
6146             </xsd:annotation>   6093             </xsd:annotation>
6147          </xsd:element>   6094          </xsd:element>
6148          <xsd:element name="approvalDate" type="witsml:date" minOccurs="0" maxOccurs="1">   6095          <xsd:element name="approvalDate" type="witsml:date" minOccurs="0" maxOccurs="1">
6149             <xsd:annotation>   6096             <xsd:annotation>
6150                <xsd:documentation>The date that the report was approved.</xsd:documentation>   6097                <xsd:documentation>The date that the report was approved.</xsd:documentation>
6151             </xsd:annotation>   6098             </xsd:annotation>
6152          </xsd:element>   6099          </xsd:element>
6153          <xsd:element name="approver" type="witsml:cs_businessAssociate" minOccurs="0" maxOccurs="1">   6100          <xsd:element name="approver" type="witsml:cs_businessAssociate" minOccurs="0" maxOccurs="1">
6154             <xsd:annotation>   6101             <xsd:annotation>
6155                <xsd:documentation>The person or company that approved the report. This may contain the role of the person or company within the context of the   6102                <xsd:documentation>The person or company that approved the report. This may contain the role of the person or company within the context of the
6156                report.</xsd:documentation>   6103                report.</xsd:documentation>
6157             </xsd:annotation>   6104             </xsd:annotation>
6158          </xsd:element>   6105          </xsd:element>
6159          <xsd:element name="productFlowModel" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   6106          <xsd:element name="productFlowModel" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
6160             <xsd:annotation>   6107             <xsd:annotation>
6161                <xsd:documentation>The Product Flow Model for the overall installation. This model represents all Product Flow Units referenced within this   6108                <xsd:documentation>The Product Flow Model for the overall installation. This model represents all Product Flow Units referenced within this
6162                report.</xsd:documentation>   6109                report.</xsd:documentation>
6163             </xsd:annotation>   6110             </xsd:annotation>
6164          </xsd:element>   6111          </xsd:element>
6165          <xsd:element name="standardTempPres" type="witsml:StandardTempPress" minOccurs="0" maxOccurs="1">   6112          <xsd:element name="standardTempPres" type="witsml:StandardTempPress" minOccurs="0" maxOccurs="1">
6166             <xsd:annotation>   6113             <xsd:annotation>
6167                <xsd:documentation>DEPRECATED. The elements which reference this have been DEPRECATED. Defines the standard temperature and pressure to which all standard volumes   6114                <xsd:documentation>DEPRECATED. The elements which reference this have been DEPRECATED. Defines the standard temperature and pressure to which all standard volumes
6168                in this report have been corrected. This applies to all elements whose name is suffixed by Std and documented to be corrected to conditions of standard temperature   6115                in this report have been corrected. This applies to all elements whose name is suffixed by Std and documented to be corrected to conditions of standard temperature
6169                and pressure.</xsd:documentation>   6116                and pressure.</xsd:documentation>
6170             </xsd:annotation>   6117             </xsd:annotation>
6171          </xsd:element>   6118          </xsd:element>
6172          <xsd:element name="businessUnit" type="witsml:cs_productVolumeBusinessUnit" minOccurs="0" maxOccurs="unbounded">   6119          <xsd:element name="businessUnit" type="witsml:cs_productVolumeBusinessUnit" minOccurs="0" maxOccurs="unbounded">
6173             <xsd:annotation>   6120             <xsd:annotation>
6174                <xsd:documentation>A business unit and related account or ownership share information.</xsd:documentation>   6121                <xsd:documentation>A business unit and related account or ownership share information.</xsd:documentation>
6175             </xsd:annotation>   6122             </xsd:annotation>
6176          </xsd:element>   6123          </xsd:element>
6177          <xsd:element name="facility" type="witsml:cs_productVolumeFacility" minOccurs="1" maxOccurs="unbounded">   6124          <xsd:element name="facility" type="witsml:cs_productVolumeFacility" minOccurs="1" maxOccurs="unbounded">
6178             <xsd:annotation>   6125             <xsd:annotation>
6179                <xsd:documentation>A facility for which product information is being reported.</xsd:documentation>   6126                <xsd:documentation>A facility for which product information is being reported.</xsd:documentation>
6180             </xsd:annotation>   6127             </xsd:annotation>
6181          </xsd:element>   6128          </xsd:element>
6182       </xsd:sequence>   6129       </xsd:sequence>
6183    </xsd:group>   6130    </xsd:group>
6184    <xsd:group name="grp_wellTest">   6131    <xsd:group name="grp_wellTest">
6185       <xsd:annotation>   6132       <xsd:annotation>
6186          <xsd:documentation>The non-contextual content of a WITSML Well Test object.</xsd:documentation>   6133          <xsd:documentation>The non-contextual content of a WITSML Well Test object.</xsd:documentation>
6187       </xsd:annotation>   6134       </xsd:annotation>
6188       <xsd:sequence>   6135       <xsd:sequence>
6189          <xsd:element name="dTimMin" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">   6136          <xsd:element name="dTimMin" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
6190             <xsd:annotation>   6137             <xsd:annotation>
6191                <xsd:documentation>The minimum time index contained within the object. The minimum and maximum indexes are server query parameters and will be populated with valid   6138                <xsd:documentation>The minimum time index contained within the object. The minimum and maximum indexes are server query parameters and will be populated with valid
6192                values in a "get" result. That is, all wellTest for a well in the specified period defined by the min/max. See the WITSML API Specification appendix on "Special   6139                values in a "get" result. That is, all wellTest for a well in the specified period defined by the min/max. See the WITSML API Specification appendix on "Special
6193                Handling" of growing objects for a description of the behavior related to this parameter.</xsd:documentation>   6140                Handling" of growing objects for a description of the behavior related to this parameter.</xsd:documentation>
6194             </xsd:annotation>   6141             </xsd:annotation>
6195          </xsd:element>   6142          </xsd:element>
6196          <xsd:element name="dTimMax" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">   6143          <xsd:element name="dTimMax" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
6197             <xsd:annotation>   6144             <xsd:annotation>
6198                <xsd:documentation>The maximum time index contained within the object. The minimum and maximum indexes are server query parameters and will be populated with valid   6145                <xsd:documentation>The maximum time index contained within the object. The minimum and maximum indexes are server query parameters and will be populated with valid
6199                values in a "get" result. See the WITSML API Specification appendix on "Special Handling" of growing objects for a description of the behavior related to this   6146                values in a "get" result. See the WITSML API Specification appendix on "Special Handling" of growing objects for a description of the behavior related to this
6200                parameter.</xsd:documentation>   6147                parameter.</xsd:documentation>
6201             </xsd:annotation>   6148             </xsd:annotation>
6202          </xsd:element>   6149          </xsd:element>
6203          <xsd:element name="dTimCurrent" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   6150          <xsd:element name="dTimCurrent" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
6204             <xsd:annotation>   6151             <xsd:annotation>
6205                <xsd:documentation>The definition of the "current time" index for this object. The current time index is a server query parameter which requests the selection of a   6152                <xsd:documentation>The definition of the "current time" index for this object. The current time index is a server query parameter which requests the selection of a
6206                single node from a recurring set (e.g., the data related to one point in a time series). That is, the "most recent" (at or before the specified time) wellTest for a   6153                single node from a recurring set (e.g., the data related to one point in a time series). That is, the "most recent" (at or before the specified time) wellTest for a
6207                well. See the WITSML API Specification appendix on "Special Handling" of growing objects for a description of the behavior related to this   6154                well. See the WITSML API Specification appendix on "Special Handling" of growing objects for a description of the behavior related to this
6208                parameter.</xsd:documentation>   6155                parameter.</xsd:documentation>
6209             </xsd:annotation>   6156             </xsd:annotation>
6210          </xsd:element>   6157          </xsd:element>
6211          <xsd:element name="wellContext" type="witsml:cs_wellContext" minOccurs="0" maxOccurs="1">   6158          <xsd:element name="wellContext" type="witsml:cs_wellContext" minOccurs="0" maxOccurs="1">
6212             <xsd:annotation>   6159             <xsd:annotation>
6213                <xsd:documentation>Contextual data about the well that was tested.</xsd:documentation>   6160                <xsd:documentation>Contextual data about the well that was tested.</xsd:documentation>
6214             </xsd:annotation>   6161             </xsd:annotation>
6215          </xsd:element>   6162          </xsd:element>
6216          <xsd:element name="testDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   6163          <xsd:element name="testDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
6217             <xsd:annotation>   6164             <xsd:annotation>
6218                <xsd:documentation>The date-time of well test.</xsd:documentation>   6165                <xsd:documentation>The date-time of well test.</xsd:documentation>
6219             </xsd:annotation>   6166             </xsd:annotation>
6220          </xsd:element>   6167          </xsd:element>
6221          <xsd:element name="previousTestDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   6168          <xsd:element name="previousTestDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
6222             <xsd:annotation>   6169             <xsd:annotation>
6223                <xsd:documentation>The date-time of the previous well test.</xsd:documentation>   6170                <xsd:documentation>The date-time of the previous well test.</xsd:documentation>
6224             </xsd:annotation>   6171             </xsd:annotation>
6225          </xsd:element>   6172          </xsd:element>
6226          <xsd:element name="lastValidTest" type="witsml:timestamp" minOccurs="0" maxOccurs="1">   6173          <xsd:element name="lastValidTest" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
6227             <xsd:annotation>   6174             <xsd:annotation>
6228                <xsd:documentation>The date-time of the last valid well test.</xsd:documentation>   6175                <xsd:documentation>The date-time of the last valid well test.</xsd:documentation>
6229             </xsd:annotation>   6176             </xsd:annotation>
6230          </xsd:element>   6177          </xsd:element>
6231          <xsd:element name="testReason" type="witsml:TestReason" minOccurs="0" maxOccurs="1">   6178          <xsd:element name="testReason" type="witsml:TestReason" minOccurs="0" maxOccurs="1">
6232             <xsd:annotation>   6179             <xsd:annotation>
6233                <xsd:documentation>The reason for the well test: initial, periodic, revision.</xsd:documentation>   6180                <xsd:documentation>The reason for the well test: initial, periodic, revision.</xsd:documentation>
6234             </xsd:annotation>   6181             </xsd:annotation>
6235          </xsd:element>   6182          </xsd:element>
6236          <xsd:element name="testType" type="witsml:kindString" minOccurs="0" maxOccurs="1">   6183          <xsd:element name="testType" type="witsml:kindString" minOccurs="0" maxOccurs="1">
6237             <xsd:annotation>   6184             <xsd:annotation>
6238                <xsd:documentation>The type of well production test.</xsd:documentation>   6185                <xsd:documentation>The type of well production test.</xsd:documentation>
6239             </xsd:annotation>   6186             </xsd:annotation>
6240          </xsd:element>   6187          </xsd:element>
6241          <xsd:element name="chokeOrificeSize" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">   6188          <xsd:element name="chokeOrificeSize" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
6242             <xsd:annotation>   6189             <xsd:annotation>
6243                <xsd:documentation>DEPRECATED: use productionTest/wellheadData/chokeOrificeSize or injectionTest/chokeOrificeSize. The size of the opening in the flow choke at the   6190                <xsd:documentation>DEPRECATED: use productionTest/wellheadData/chokeOrificeSize or injectionTest/chokeOrificeSize. The size of the opening in the flow choke at the
6244                wellhead.</xsd:documentation>   6191                wellhead.</xsd:documentation>
6245             </xsd:annotation>   6192             </xsd:annotation>
6246          </xsd:element>   6193          </xsd:element>
6247          <xsd:element name="productFlowPort" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   6194          <xsd:element name="productFlowPort" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
6248             <xsd:annotation>   6195             <xsd:annotation>
6249                <xsd:documentation>A port on a Product Flow Unit that is represented by this test.</xsd:documentation>   6196                <xsd:documentation>A port on a Product Flow Unit that is represented by this test.</xsd:documentation>
6250             </xsd:annotation>   6197             </xsd:annotation>
6251          </xsd:element>   6198          </xsd:element>
6252          <xsd:element name="productFlowUnit" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   6199          <xsd:element name="productFlowUnit" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
6253             <xsd:annotation>   6200             <xsd:annotation>
6254                <xsd:documentation>The Product Flow Unit represented by the port. This is defined within the Product Flow Model</xsd:documentation>   6201                <xsd:documentation>The Product Flow Unit represented by the port. This is defined within the Product Flow Model</xsd:documentation>
6255             </xsd:annotation>   6202             </xsd:annotation>
6256          </xsd:element>   6203          </xsd:element>
6257          <xsd:element name="productFlowModel" type="witsml:refNameString" minOccurs="0" maxOccurs="1">   6204          <xsd:element name="productFlowModel" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
6258             <xsd:annotation>   6205             <xsd:annotation>
6259                <xsd:documentation>The Product Flow Model that represents the above Product Flow Unit.</xsd:documentation>   6206                <xsd:documentation>The Product Flow Model that represents the above Product Flow Unit.</xsd:documentation>
6260             </xsd:annotation>   6207             </xsd:annotation>
6261          </xsd:element>   6208          </xsd:element>
6262          <xsd:element name="standardTempPres" type="witsml:StandardTempPress" minOccurs="0" maxOccurs="1">   6209          <xsd:element name="standardTempPres" type="witsml:StandardTempPress" minOccurs="0" maxOccurs="1">
6263             <xsd:annotation>   6210             <xsd:annotation>
6264                <xsd:documentation>Defines the standard temperature and pressure to which all standard volumes in this report have been corrected. This applies to all elements   6211                <xsd:documentation>Defines the standard temperature and pressure to which all standard volumes in this report have been corrected. This applies to all elements
6265                whose name is suffixed by StdTempPres.</xsd:documentation>   6212                whose name is suffixed by StdTempPres.</xsd:documentation>
6266             </xsd:annotation>   6213             </xsd:annotation>
6267          </xsd:element>   6214          </xsd:element>
6268          <xsd:choice minOccurs="1" maxOccurs="1">   6215          <xsd:choice minOccurs="1" maxOccurs="1">
6269             <xsd:element name="fluidLevelTest" type="witsml:cs_wellTestFluidLevelTest" minOccurs="0" maxOccurs="1">   6216             <xsd:element name="fluidLevelTest" type="witsml:cs_wellTestFluidLevelTest" minOccurs="0" maxOccurs="1">
6270                <xsd:annotation>   6217                <xsd:annotation>
6271                   <xsd:documentation>Data from a fluid level test.</xsd:documentation>   6218                   <xsd:documentation>Data from a fluid level test.</xsd:documentation>
6272                </xsd:annotation>   6219                </xsd:annotation>
6273             </xsd:element>   6220             </xsd:element>
6274             <xsd:element name="productionTest" type="witsml:cs_wellTestProductionTestData" minOccurs="0" maxOccurs="unbounded">   6221             <xsd:element name="productionTest" type="witsml:cs_wellTestProductionTestData" minOccurs="0" maxOccurs="unbounded">
6275                <xsd:annotation>   6222                <xsd:annotation>
6276                   <xsd:documentation>Data from a production test. Multiple tests generally indicate that there are multiple components of a single overall test. For example, for   6223                   <xsd:documentation>Data from a production test. Multiple tests generally indicate that there are multiple components of a single overall test. For example, for
6277                   multi-zoned wells.</xsd:documentation>   6224                   multi-zoned wells.</xsd:documentation>
6278                </xsd:annotation>   6225                </xsd:annotation>
6279             </xsd:element>   6226             </xsd:element>
6280             <xsd:element name="injectionTest" type="witsml:cs_wellTestInjectionTestData" minOccurs="0" maxOccurs="unbounded">   6227             <xsd:element name="injectionTest" type="witsml:cs_wellTestInjectionTestData" minOccurs="0" maxOccurs="unbounded">
6281                <xsd:annotation>   6228                <xsd:annotation>
6282                   <xsd:documentation>Data from an injection test. Multiple tests generally indicate that there are multiple components of the overall test. For example, for   6229                   <xsd:documentation>Data from an injection test. Multiple tests generally indicate that there are multiple components of the overall test. For example, for
6283                   multi-zoned wells.</xsd:documentation>   6230                   multi-zoned wells.</xsd:documentation>
6284                </xsd:annotation>   6231                </xsd:annotation>
6285             </xsd:element>   6232             </xsd:element>
6286          </xsd:choice>   6233          </xsd:choice>
6287       </xsd:sequence>   6234       </xsd:sequence>
6288    </xsd:group>   6235    </xsd:group>
6289    <!--UNUSED: Deleted global element dtsInstalledSystems.-->   6236    <!--UNUSED: Deleted global element dtsInstalledSystems.-->
6290    <xsd:complexType name="obj_dtsInstalledSystems">   6237    <xsd:complexType name="obj_dtsInstalledSystems">
6291       <xsd:sequence>   6238       <xsd:sequence>
6292          <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">   6239          <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">
6293             <xsd:annotation>   6240             <xsd:annotation>
6294                <xsd:documentation>Information about the XML message instance.</xsd:documentation>   6241                <xsd:documentation>Information about the XML message instance.</xsd:documentation>
6295             </xsd:annotation>   6242             </xsd:annotation>
6296          </xsd:element>   6243          </xsd:element>
6297          <xsd:element name="dtsInstalledSystem" type="witsml:obj_dtsInstalledSystem" minOccurs="1" maxOccurs="unbounded">   6244          <xsd:element name="dtsInstalledSystem" type="witsml:obj_dtsInstalledSystem" minOccurs="1" maxOccurs="unbounded">
6298             <xsd:annotation>   6245             <xsd:annotation>
6299                <xsd:documentation>Main wrapper for all the distributed temperature survey information about the installed system. Note that this can serve as a standalone object   6246                <xsd:documentation>Main wrapper for all the distributed temperature survey information about the installed system. Note that this can serve as a standalone object
6300                for messages that are not part of the WITSML server architecture.</xsd:documentation>   6247                for messages that are not part of the WITSML server architecture.</xsd:documentation>
6301             </xsd:annotation>   6248             </xsd:annotation>
6302          </xsd:element>   6249          </xsd:element>
6303       </xsd:sequence>   6250       </xsd:sequence>
6304       <xsd:attribute name="version" type="witsml:schemaVersionString" use="required">   6251       <xsd:attribute name="version" type="witsml:schemaVersionString" use="required">
6305          <xsd:annotation>   6252          <xsd:annotation>
6306             <xsd:documentation>Data object schema version. The fourth level must match the version of the schema constraints (enumerations and XML loader files) that are assumed   6253             <xsd:documentation>Data object schema version. The fourth level must match the version of the schema constraints (enumerations and XML loader files) that are assumed
6307             by the document instance.</xsd:documentation>   6254             by the document instance.</xsd:documentation>
6308          </xsd:annotation>   6255          </xsd:annotation>
6309       </xsd:attribute>   6256       </xsd:attribute>
6310    </xsd:complexType>   6257    </xsd:complexType>
6311    <xsd:complexType name="obj_dtsInstalledSystem">   6258    <xsd:complexType name="obj_dtsInstalledSystem">
6312       <xsd:complexContent>   6259       <xsd:complexContent>
6313          <xsd:extension base="witsml:abstractSingularDataObject">   6260          <xsd:extension base="witsml:abstractSingularDataObject">
6314             <xsd:sequence>   6261             <xsd:sequence>
6315                <xsd:element name="nameWell" type="witsml:nameString" minOccurs="1" maxOccurs="1">   6262                <xsd:element name="nameWell" type="witsml:nameString" minOccurs="1" maxOccurs="1">
6316                   <xsd:annotation>   6263                   <xsd:annotation>
6317                      <xsd:documentation>Human recognizable context for the well that contains the wellbore.</xsd:documentation>   6264                      <xsd:documentation>Human recognizable context for the well that contains the wellbore.</xsd:documentation>
6318                   </xsd:annotation>   6265                   </xsd:annotation>
6319                </xsd:element>   6266                </xsd:element>
6320                <xsd:element name="nameWellbore" type="witsml:nameString" minOccurs="1" maxOccurs="1">   6267                <xsd:element name="nameWellbore" type="witsml:nameString" minOccurs="1" maxOccurs="1">
6321                   <xsd:annotation>   6268                   <xsd:annotation>
6322                      <xsd:documentation>Human recognizable context for the wellbore that contains the installed system.</xsd:documentation>   6269                      <xsd:documentation>Human recognizable context for the wellbore that contains the installed system.</xsd:documentation>
6323                   </xsd:annotation>   6270                   </xsd:annotation>
6324                </xsd:element>   6271                </xsd:element>
6325                <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">   6272                <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
6326                   <xsd:annotation>   6273                   <xsd:annotation>
6327                      <xsd:documentation>Human recognizable context for the dts.</xsd:documentation>   6274                      <xsd:documentation>Human recognizable context for the dts.</xsd:documentation>
6328                   </xsd:annotation>   6275                   </xsd:annotation>
6329                </xsd:element>   6276                </xsd:element>
6330                <xsd:group ref="witsml:grp_dtsInstalledSystem">   6277                <xsd:group ref="witsml:grp_dtsInstalledSystem">
6331                   <xsd:annotation>   6278                   <xsd:annotation>
6332                      <xsd:documentation>The information content of a dts installed system object</xsd:documentation>   6279                      <xsd:documentation>The information content of a dts installed system object</xsd:documentation>
6333                   </xsd:annotation>   6280                   </xsd:annotation>
6334                </xsd:group>   6281                </xsd:group>
6335                <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">   6282                <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
6336                   <xsd:annotation>   6283                   <xsd:annotation>
6337                      <xsd:documentation>A container element that contains elements that are common to all data objects.</xsd:documentation>   6284                      <xsd:documentation>A container element that contains elements that are common to all data objects.</xsd:documentation>
6338                   </xsd:annotation>   6285                   </xsd:annotation>
6339                </xsd:element>   6286                </xsd:element>
6340                <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">   6287                <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
6341                   <xsd:annotation>   6288                   <xsd:annotation>
6342                      <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>   6289                      <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>
6343                   </xsd:annotation>   6290                   </xsd:annotation>
6344                </xsd:element>   6291                </xsd:element>
6345             </xsd:sequence>   6292             </xsd:sequence>
6346             <xsd:attribute name="uidWell" type="witsml:uidString" use="optional">   6293             <xsd:attribute name="uidWell" type="witsml:uidString" use="optional">
6347                <xsd:annotation>   6294                <xsd:annotation>
6348                   <xsd:documentation>Unique identifier for the well. This uniquely represents the well referenced by the (possibly non-unique) nameWell.</xsd:documentation>   6295                   <xsd:documentation>Unique identifier for the well. This uniquely represents the well referenced by the (possibly non-unique) nameWell.</xsd:documentation>
6349                </xsd:annotation>   6296                </xsd:annotation>
6350             </xsd:attribute>   6297             </xsd:attribute>
6351             <xsd:attribute name="uidWellbore" type="witsml:uidString" use="optional">   6298             <xsd:attribute name="uidWellbore" type="witsml:uidString" use="optional">
6352                <xsd:annotation>   6299                <xsd:annotation>
6353                   <xsd:documentation>Unique identifier for the wellbore. This uniquely represents the wellbore referenced by the (possibly non-unique)   6300                   <xsd:documentation>Unique identifier for the wellbore. This uniquely represents the wellbore referenced by the (possibly non-unique)
6354                   nameWellbore.</xsd:documentation>   6301                   nameWellbore.</xsd:documentation>
6355                </xsd:annotation>   6302                </xsd:annotation>
6356             </xsd:attribute>   6303             </xsd:attribute>
6357             <xsd:attributeGroup ref="witsml:attgrp_uid">   6304             <xsd:attributeGroup ref="witsml:attgrp_uid">
6358                <xsd:annotation>   6305                <xsd:annotation>
6359                   <xsd:documentation>Unique identifier for the installed system.</xsd:documentation>   6306                   <xsd:documentation>Unique identifier for the installed system.</xsd:documentation>
6360                </xsd:annotation>   6307                </xsd:annotation>
6361             </xsd:attributeGroup>   6308             </xsd:attributeGroup>
6362          </xsd:extension>   6309          </xsd:extension>
6363       </xsd:complexContent>   6310       </xsd:complexContent>
6364    </xsd:complexType>   6311    </xsd:complexType>
6365    <!--UNUSED: Deleted global element dtsMeasurements.-->   6312    <!--UNUSED: Deleted global element dtsMeasurements.-->
6366    <xsd:complexType name="obj_dtsMeasurements">   6313    <xsd:complexType name="obj_dtsMeasurements">
6367       <xsd:sequence>   6314       <xsd:sequence>
6368          <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">   6315          <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">
6369             <xsd:annotation>   6316             <xsd:annotation>
6370                <xsd:documentation>Information about the XML message instance.</xsd:documentation>   6317                <xsd:documentation>Information about the XML message instance.</xsd:documentation>
6371             </xsd:annotation>   6318             </xsd:annotation>
6372          </xsd:element>   6319          </xsd:element>
6373          <xsd:element name="dtsMeasurement" type="witsml:obj_dtsMeasurement" minOccurs="1" maxOccurs="unbounded">   6320          <xsd:element name="dtsMeasurement" type="witsml:obj_dtsMeasurement" minOccurs="1" maxOccurs="unbounded">
6374             <xsd:annotation>   6321             <xsd:annotation>
6375                <xsd:documentation>Main wrapper for all the distributed temperature survey information about the measurement. Note that this object must be accompanied by a wellLog   6322                <xsd:documentation>Main wrapper for all the distributed temperature survey information about the measurement. Note that this object must be accompanied by a wellLog
6376                object in order to be complete.</xsd:documentation>   6323                object in order to be complete.</xsd:documentation>
6377             </xsd:annotation>   6324             </xsd:annotation>
6378          </xsd:element>   6325          </xsd:element>
6379       </xsd:sequence>   6326       </xsd:sequence>
6380       <xsd:attribute name="version" type="witsml:schemaVersionString" use="required">   6327       <xsd:attribute name="version" type="witsml:schemaVersionString" use="required">
6381          <xsd:annotation>   6328          <xsd:annotation>
6382             <xsd:documentation>Data object schema version. The fourth level must match the version of the schema constraints (enumerations and XML loader files) that are assumed   6329             <xsd:documentation>Data object schema version. The fourth level must match the version of the schema constraints (enumerations and XML loader files) that are assumed
6383             by the document instance.</xsd:documentation>   6330             by the document instance.</xsd:documentation>
6384          </xsd:annotation>   6331          </xsd:annotation>
6385       </xsd:attribute>   6332       </xsd:attribute>
6386    </xsd:complexType>   6333    </xsd:complexType>
6387    <xsd:complexType name="obj_dtsMeasurement">   6334    <xsd:complexType name="obj_dtsMeasurement">
6388       <xsd:complexContent>   6335       <xsd:complexContent>
6389          <xsd:extension base="witsml:abstractSingularDataObject">   6336          <xsd:extension base="witsml:abstractSingularDataObject">
6390             <xsd:annotation>   6337             <xsd:annotation>
6391                <xsd:documentation>The measurements of a DTS run are carried primarily in the wellLog object. The elements in this object are additional, defined parameters that   6338                <xsd:documentation>The measurements of a DTS run are carried primarily in the wellLog object. The elements in this object are additional, defined parameters that
6392                are needed to capture the context of the DTS measurement.</xsd:documentation>   6339                are needed to capture the context of the DTS measurement.</xsd:documentation>
6393             </xsd:annotation>   6340             </xsd:annotation>
6394             <xsd:sequence>   6341             <xsd:sequence>
6395                <xsd:element name="nameWell" type="witsml:nameString" minOccurs="1" maxOccurs="1">   6342                <xsd:element name="nameWell" type="witsml:nameString" minOccurs="1" maxOccurs="1">
6396                   <xsd:annotation>   6343                   <xsd:annotation>
6397                      <xsd:documentation>Human recognizable context for the well that contains the wellbore.</xsd:documentation>   6344                      <xsd:documentation>Human recognizable context for the well that contains the wellbore.</xsd:documentation>
6398                   </xsd:annotation>   6345                   </xsd:annotation>
6399                </xsd:element>   6346                </xsd:element>
6400                <xsd:element name="nameWellbore" type="witsml:nameString" minOccurs="1" maxOccurs="1">   6347                <xsd:element name="nameWellbore" type="witsml:nameString" minOccurs="1" maxOccurs="1">
6401                   <xsd:annotation>   6348                   <xsd:annotation>
6402                      <xsd:documentation>Human recognizable context for the wellbore that contains the dts.</xsd:documentation>   6349                      <xsd:documentation>Human recognizable context for the wellbore that contains the dts.</xsd:documentation>
6403                   </xsd:annotation>   6350                   </xsd:annotation>
6404                </xsd:element>   6351                </xsd:element>
6405                <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">   6352                <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
6406                   <xsd:annotation>   6353                   <xsd:annotation>
6407                      <xsd:documentation>Human recognizable context for the dts.</xsd:documentation>   6354                      <xsd:documentation>Human recognizable context for the dts.</xsd:documentation>
6408                   </xsd:annotation>   6355                   </xsd:annotation>
6409                </xsd:element>   6356                </xsd:element>
6410                <xsd:group ref="witsml:grp_dtsMeasurement">   6357                <xsd:group ref="witsml:grp_dtsMeasurement">
6411                   <xsd:annotation>   6358                   <xsd:annotation>
6412                      <xsd:documentation>The information content of a dts measurement object</xsd:documentation>   6359                      <xsd:documentation>The information content of a dts measurement object</xsd:documentation>
6413                   </xsd:annotation>   6360                   </xsd:annotation>
6414                </xsd:group>   6361                </xsd:group>
6415                <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">   6362                <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
6416                   <xsd:annotation>   6363                   <xsd:annotation>
6417                      <xsd:documentation>A container element that contains elements that are common to all data objects.</xsd:documentation>   6364                      <xsd:documentation>A container element that contains elements that are common to all data objects.</xsd:documentation>
6418                   </xsd:annotation>   6365                   </xsd:annotation>
6419                </xsd:element>   6366                </xsd:element>
6420                <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">   6367                <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
6421                   <xsd:annotation>   6368                   <xsd:annotation>
6422                      <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>   6369                      <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>
6423                   </xsd:annotation>   6370                   </xsd:annotation>
6424                </xsd:element>   6371                </xsd:element>
6425             </xsd:sequence>   6372             </xsd:sequence>
6426             <xsd:attribute name="uidWell" type="witsml:uidString" use="optional">   6373             <xsd:attribute name="uidWell" type="witsml:uidString" use="optional">
6427                <xsd:annotation>   6374                <xsd:annotation>
6428                   <xsd:documentation>Unique identifier for the well. This uniquely represents the well referenced by the (possibly non-unique) nameWell.</xsd:documentation>   6375                   <xsd:documentation>Unique identifier for the well. This uniquely represents the well referenced by the (possibly non-unique) nameWell.</xsd:documentation>
6429                </xsd:annotation>   6376                </xsd:annotation>
6430             </xsd:attribute>   6377             </xsd:attribute>
6431             <xsd:attribute name="uidWellbore" type="witsml:uidString" use="optional">   6378             <xsd:attribute name="uidWellbore" type="witsml:uidString" use="optional">
6432                <xsd:annotation>   6379                <xsd:annotation>
6433                   <xsd:documentation>Unique identifier for the wellbore. This uniquely represents the wellbore referenced by the (possibly non-unique)   6380                   <xsd:documentation>Unique identifier for the wellbore. This uniquely represents the wellbore referenced by the (possibly non-unique)
6434                   nameWellbore.</xsd:documentation>   6381                   nameWellbore.</xsd:documentation>
6435                </xsd:annotation>   6382                </xsd:annotation>
6436             </xsd:attribute>   6383             </xsd:attribute>
6437             <xsd:attributeGroup ref="witsml:attgrp_uid">   6384             <xsd:attributeGroup ref="witsml:attgrp_uid">
6438                <xsd:annotation>   6385                <xsd:annotation>
6439                   <xsd:documentation>Unique identifier for the measurement.</xsd:documentation>   6386                   <xsd:documentation>Unique identifier for the measurement.</xsd:documentation>
6440                </xsd:annotation>   6387                </xsd:annotation>
6441             </xsd:attributeGroup>   6388             </xsd:attributeGroup>
6442          </xsd:extension>   6389          </xsd:extension>
6443       </xsd:complexContent>   6390       </xsd:complexContent>
6444    </xsd:complexType>   6391    </xsd:complexType>
6445    <!--UNUSED: Deleted global element fluidAnalysiss.-->   6392    <!--UNUSED: Deleted global element fluidAnalysiss.-->
6446    <xsd:complexType name="obj_fluidAnalysiss">   6393    <xsd:complexType name="obj_fluidAnalysiss">
6447       <xsd:sequence>   6394       <xsd:sequence>
6448          <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">   6395          <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">
6449             <xsd:annotation>   6396             <xsd:annotation>
6450                <xsd:documentation>Information about the XML message instance.</xsd:documentation>   6397                <xsd:documentation>Information about the XML message instance.</xsd:documentation>
6451             </xsd:annotation>   6398             </xsd:annotation>
6452          </xsd:element>   6399          </xsd:element>
6453          <xsd:element name="fluidAnalysis" type="witsml:obj_fluidAnalysis" minOccurs="0" maxOccurs="unbounded">   6400          <xsd:element name="fluidAnalysis" type="witsml:obj_fluidAnalysis" minOccurs="0" maxOccurs="unbounded">
6454             <xsd:annotation>   6401             <xsd:annotation>
6455                <xsd:documentation>Information about a single Fluid Analysis.</xsd:documentation>   6402                <xsd:documentation>Information about a single Fluid Analysis.</xsd:documentation>
6456             </xsd:annotation>   6403             </xsd:annotation>
6457          </xsd:element>   6404          </xsd:element>
6458       </xsd:sequence>   6405       </xsd:sequence>
6459       <xsd:attribute name="version" type="witsml:schemaVersionString" use="required">   6406       <xsd:attribute name="version" type="witsml:schemaVersionString" use="required">
6460          <xsd:annotation>   6407          <xsd:annotation>
6461             <xsd:documentation>Data object schema version. The fourth level must match the version of the schema constraints (enumerations and XML loader files) that are assumed   6408             <xsd:documentation>Data object schema version. The fourth level must match the version of the schema constraints (enumerations and XML loader files) that are assumed
6462             by the documenti nstance.</xsd:documentation>   6409             by the documenti nstance.</xsd:documentation>
6463          </xsd:annotation>   6410          </xsd:annotation>
6464       </xsd:attribute>   6411       </xsd:attribute>
6465    </xsd:complexType>   6412    </xsd:complexType>
6466    <xsd:complexType name="obj_fluidAnalysis">   6413    <xsd:complexType name="obj_fluidAnalysis">
6467       <xsd:complexContent>   6414       <xsd:complexContent>
6468          <xsd:extension base="witsml:abstractSingularDataObject">   6415          <xsd:extension base="witsml:abstractSingularDataObject">
6469             <xsd:sequence>   6416             <xsd:sequence>
6470                <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">   6417                <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
6471                   <xsd:annotation>   6418                   <xsd:annotation>
6472                      <xsd:documentation>The name of the Fluid Analysis.</xsd:documentation>   6419                      <xsd:documentation>The name of the Fluid Analysis.</xsd:documentation>
6473                   </xsd:annotation>   6420                   </xsd:annotation>
6474                </xsd:element>   6421                </xsd:element>
6475                <xsd:group ref="witsml:grp_fluidAnalysis">   6422                <xsd:group ref="witsml:grp_fluidAnalysis">
6476                   <xsd:annotation>   6423                   <xsd:annotation>
6477                      <xsd:documentation>The non-contextual elements for general Fluid Analysis information.</xsd:documentation>   6424                      <xsd:documentation>The non-contextual elements for general Fluid Analysis information.</xsd:documentation>
6478                   </xsd:annotation>   6425                   </xsd:annotation>
6479                </xsd:group>   6426                </xsd:group>
6480                <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">   6427                <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
6481                   <xsd:annotation>   6428                   <xsd:annotation>
6482                      <xsd:documentation>A container element that contains elements that are common to all data objects.</xsd:documentation>   6429                      <xsd:documentation>A container element that contains elements that are common to all data objects.</xsd:documentation>
6483                   </xsd:annotation>   6430                   </xsd:annotation>
6484                </xsd:element>   6431                </xsd:element>
6485                <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">   6432                <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
6486                   <xsd:annotation>   6433                   <xsd:annotation>
6487                      <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>   6434                      <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>
6488                   </xsd:annotation>   6435                   </xsd:annotation>
6489                </xsd:element>   6436                </xsd:element>
6490             </xsd:sequence>   6437             </xsd:sequence>
6491             <xsd:attributeGroup ref="witsml:attgrp_uid">   6438             <xsd:attributeGroup ref="witsml:attgrp_uid">
6492                <xsd:annotation>   6439                <xsd:annotation>
6493                   <xsd:documentation>Unique identifier for the Fluid Analysis.</xsd:documentation>   6440                   <xsd:documentation>Unique identifier for the Fluid Analysis.</xsd:documentation>
6494                </xsd:annotation>   6441                </xsd:annotation>
6495             </xsd:attributeGroup>   6442             </xsd:attributeGroup>
6496          </xsd:extension>   6443          </xsd:extension>
6497       </xsd:complexContent>   6444       </xsd:complexContent>
6498    </xsd:complexType>   6445    </xsd:complexType>
6499    <!--UNUSED: Deleted global element fluidAnalysisResults.-->   6446    <!--UNUSED: Deleted global element fluidAnalysisResults.-->
6500    <xsd:complexType name="obj_fluidAnalysisResults">   6447    <xsd:complexType name="obj_fluidAnalysisResults">
6501       <xsd:sequence>   6448       <xsd:sequence>
6502          <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">   6449          <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">
6503             <xsd:annotation>   6450             <xsd:annotation>
6504                <xsd:documentation>Information about the XML message instance.</xsd:documentation>   6451                <xsd:documentation>Information about the XML message instance.</xsd:documentation>
6505             </xsd:annotation>   6452             </xsd:annotation>
6506          </xsd:element>   6453          </xsd:element>
6507          <xsd:element name="fluidAnalysisResult" type="witsml:obj_fluidAnalysisResult" minOccurs="0" maxOccurs="unbounded">   6454          <xsd:element name="fluidAnalysisResult" type="witsml:obj_fluidAnalysisResult" minOccurs="0" maxOccurs="unbounded">
6508             <xsd:annotation>   6455             <xsd:annotation>
6509                <xsd:documentation>Information about a single Fluid Analysis Result.</xsd:documentation>   6456                <xsd:documentation>Information about a single Fluid Analysis Result.</xsd:documentation>
6510             </xsd:annotation>   6457             </xsd:annotation>
6511          </xsd:element>   6458          </xsd:element>
6512       </xsd:sequence>   6459       </xsd:sequence>
6513       <xsd:attribute name="version" type="witsml:schemaVersionString" use="required">   6460       <xsd:attribute name="version" type="witsml:schemaVersionString" use="required">
6514          <xsd:annotation>   6461          <xsd:annotation>
6515             <xsd:documentation>Data object schema version. The fourth level must match the version of the schema constraints (enumerations and XML loader files) that are assumed   6462             <xsd:documentation>Data object schema version. The fourth level must match the version of the schema constraints (enumerations and XML loader files) that are assumed
6516             by the documenti nstance.</xsd:documentation>   6463             by the documenti nstance.</xsd:documentation>
6517          </xsd:annotation>   6464          </xsd:annotation>
6518       </xsd:attribute>   6465       </xsd:attribute>
6519    </xsd:complexType>   6466    </xsd:complexType>
6520    <xsd:complexType name="obj_fluidAnalysisResult">   6467    <xsd:complexType name="obj_fluidAnalysisResult">
6521       <xsd:complexContent>   6468       <xsd:complexContent>
6522          <xsd:extension base="witsml:abstractSingularDataObject">   6469          <xsd:extension base="witsml:abstractSingularDataObject">
6523             <xsd:sequence>   6470             <xsd:sequence>
6524                <xsd:element name="nameFluidSample" type="witsml:nameString" minOccurs="0" maxOccurs="1">   6471                <xsd:element name="nameFluidSample" type="witsml:nameString" minOccurs="0" maxOccurs="1">
6525                   <xsd:annotation>   6472                   <xsd:annotation>
6526                      <xsd:documentation>Human recognizable context for the fluid sample that was analyzed.</xsd:documentation>   6473                      <xsd:documentation>Human recognizable context for the fluid sample that was analyzed.</xsd:documentation>
6527                   </xsd:annotation>   6474                   </xsd:annotation>
6528                </xsd:element>   6475                </xsd:element>
6529                <xsd:element name="nameFluidAnalysis" type="witsml:nameString" minOccurs="0" maxOccurs="1">   6476                <xsd:element name="nameFluidAnalysis" type="witsml:nameString" minOccurs="0" maxOccurs="1">
6530                   <xsd:annotation>   6477                   <xsd:annotation>
6531                      <xsd:documentation>Human recognizable context for the fluid analysis that produced this result.</xsd:documentation>   6478                      <xsd:documentation>Human recognizable context for the fluid analysis that produced this result.</xsd:documentation>
6532                   </xsd:annotation>   6479                   </xsd:annotation>
6533                </xsd:element>   6480                </xsd:element>
6534                <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">   6481                <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
6535                   <xsd:annotation>   6482                   <xsd:annotation>
6536                      <xsd:documentation>The name of the Fluid Analysis Result.</xsd:documentation>   6483                      <xsd:documentation>The name of the Fluid Analysis Result.</xsd:documentation>
6537                   </xsd:annotation>   6484                   </xsd:annotation>
6538                </xsd:element>   6485                </xsd:element>
6539                <xsd:group ref="witsml:grp_fluidAnalysisResult">   6486                <xsd:group ref="witsml:grp_fluidAnalysisResult">
6540                   <xsd:annotation>   6487                   <xsd:annotation>
6541                      <xsd:documentation>The non-contextual elements for general Fluid Analysis Result information.</xsd:documentation>   6488                      <xsd:documentation>The non-contextual elements for general Fluid Analysis Result information.</xsd:documentation>
6542                   </xsd:annotation>   6489                   </xsd:annotation>
6543                </xsd:group>   6490                </xsd:group>
6544                <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">   6491                <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
6545                   <xsd:annotation>   6492                   <xsd:annotation>
6546                      <xsd:documentation>A container element that contains elements that are common to all data objects.</xsd:documentation>   6493                      <xsd:documentation>A container element that contains elements that are common to all data objects.</xsd:documentation>
6547                   </xsd:annotation>   6494                   </xsd:annotation>
6548                </xsd:element>   6495                </xsd:element>
6549                <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">   6496                <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
6550                   <xsd:annotation>   6497                   <xsd:annotation>
6551                      <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>   6498                      <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>
6552                   </xsd:annotation>   6499                   </xsd:annotation>
6553                </xsd:element>   6500                </xsd:element>
6554             </xsd:sequence>   6501             </xsd:sequence>
6555             <xsd:attribute name="uidFluidSample" type="witsml:refString" use="optional">   6502             <xsd:attribute name="uidFluidSample" type="witsml:refString" use="optional">
6556                <xsd:annotation>   6503                <xsd:annotation>
6557                   <xsd:documentation>Unique identifier for the Fluid Sample that was analyzed.</xsd:documentation>   6504                   <xsd:documentation>Unique identifier for the Fluid Sample that was analyzed.</xsd:documentation>
6558                </xsd:annotation>   6505                </xsd:annotation>
6559             </xsd:attribute>   6506             </xsd:attribute>
6560             <xsd:attribute name="uidFluidAnalysis" type="witsml:refString" use="optional">   6507             <xsd:attribute name="uidFluidAnalysis" type="witsml:refString" use="optional">
6561                <xsd:annotation>   6508                <xsd:annotation>
6562                   <xsd:documentation>Unique identifier for the Fluid Analysis that produced this result.</xsd:documentation>   6509                   <xsd:documentation>Unique identifier for the Fluid Analysis that produced this result.</xsd:documentation>
6563                </xsd:annotation>   6510                </xsd:annotation>
6564             </xsd:attribute>   6511             </xsd:attribute>
6565             <xsd:attributeGroup ref="witsml:attgrp_uid">   6512             <xsd:attributeGroup ref="witsml:attgrp_uid">
6566                <xsd:annotation>   6513                <xsd:annotation>
6567                   <xsd:documentation>Unique identifier for the Fluid Analysis Result.</xsd:documentation>   6514                   <xsd:documentation>Unique identifier for the Fluid Analysis Result.</xsd:documentation>
6568                </xsd:annotation>   6515                </xsd:annotation>
6569             </xsd:attributeGroup>   6516             </xsd:attributeGroup>
6570          </xsd:extension>   6517          </xsd:extension>
6571       </xsd:complexContent>   6518       </xsd:complexContent>
6572    </xsd:complexType>   6519    </xsd:complexType>
6573    <!--UNUSED: Deleted global element fluidSamples.-->   6520    <!--UNUSED: Deleted global element fluidSamples.-->
6574    <xsd:complexType name="obj_fluidSamples">   6521    <xsd:complexType name="obj_fluidSamples">
6575       <xsd:sequence>   6522       <xsd:sequence>
6576          <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">   6523          <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">
6577             <xsd:annotation>   6524             <xsd:annotation>
6578                <xsd:documentation>Information about the XML message instance.</xsd:documentation>   6525                <xsd:documentation>Information about the XML message instance.</xsd:documentation>
6579             </xsd:annotation>   6526             </xsd:annotation>
6580          </xsd:element>   6527          </xsd:element>
6581          <xsd:element name="fluidSample" type="witsml:obj_fluidSample" minOccurs="0" maxOccurs="unbounded">   6528          <xsd:element name="fluidSample" type="witsml:obj_fluidSample" minOccurs="0" maxOccurs="unbounded">
6582             <xsd:annotation>   6529             <xsd:annotation>
6583                <xsd:documentation>Information about a single Fluid Sample.</xsd:documentation>   6530                <xsd:documentation>Information about a single Fluid Sample.</xsd:documentation>
6584             </xsd:annotation>   6531             </xsd:annotation>
6585          </xsd:element>   6532          </xsd:element>
6586       </xsd:sequence>   6533       </xsd:sequence>
6587       <xsd:attribute name="version" type="witsml:schemaVersionString" use="required">   6534       <xsd:attribute name="version" type="witsml:schemaVersionString" use="required">
6588          <xsd:annotation>   6535          <xsd:annotation>
6589             <xsd:documentation>Data object schema version. The fourth level must match the version of the schema constraints (enumerations and XML loader files) that are assumed   6536             <xsd:documentation>Data object schema version. The fourth level must match the version of the schema constraints (enumerations and XML loader files) that are assumed
6590             by the documenti nstance.</xsd:documentation>   6537             by the documenti nstance.</xsd:documentation>
6591          </xsd:annotation>   6538          </xsd:annotation>
6592       </xsd:attribute>   6539       </xsd:attribute>
6593    </xsd:complexType>   6540    </xsd:complexType>
6594    <xsd:complexType name="obj_fluidSample">   6541    <xsd:complexType name="obj_fluidSample">
6595       <xsd:complexContent>   6542       <xsd:complexContent>
6596          <xsd:extension base="witsml:abstractSingularDataObject">   6543          <xsd:extension base="witsml:abstractSingularDataObject">
6597             <xsd:sequence>   6544             <xsd:sequence>
6598                <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">   6545                <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
6599                   <xsd:annotation>   6546                   <xsd:annotation>
6600                      <xsd:documentation>The name of the Fluid Sample.</xsd:documentation>   6547                      <xsd:documentation>The name of the Fluid Sample.</xsd:documentation>
6601                   </xsd:annotation>   6548                   </xsd:annotation>
6602                </xsd:element>   6549                </xsd:element>
6603                <xsd:group ref="witsml:grp_fluidSample">   6550                <xsd:group ref="witsml:grp_fluidSample">
6604                   <xsd:annotation>   6551                   <xsd:annotation>
6605                      <xsd:documentation>The non-contextual elements for general Fluid Sample information.</xsd:documentation>   6552                      <xsd:documentation>The non-contextual elements for general Fluid Sample information.</xsd:documentation>
6606                   </xsd:annotation>   6553                   </xsd:annotation>
6607                </xsd:group>   6554                </xsd:group>
6608                <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">   6555                <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
6609                   <xsd:annotation>   6556                   <xsd:annotation>
6610                      <xsd:documentation>A container element that contains elements that are common to all data objects.</xsd:documentation>   6557                      <xsd:documentation>A container element that contains elements that are common to all data objects.</xsd:documentation>
6611                   </xsd:annotation>   6558                   </xsd:annotation>
6612                </xsd:element>   6559                </xsd:element>
6613                <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">   6560                <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
6614                   <xsd:annotation>   6561                   <xsd:annotation>
6615                      <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>   6562                      <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>
6616                   </xsd:annotation>   6563                   </xsd:annotation>
6617                </xsd:element>   6564                </xsd:element>
6618             </xsd:sequence>   6565             </xsd:sequence>
6619             <xsd:attributeGroup ref="witsml:attgrp_uid">   6566             <xsd:attributeGroup ref="witsml:attgrp_uid">
6620                <xsd:annotation>   6567                <xsd:annotation>
6621                   <xsd:documentation>Unique identifier for the Fluid Sample.</xsd:documentation>   6568                   <xsd:documentation>Unique identifier for the Fluid Sample.</xsd:documentation>
6622                </xsd:annotation>   6569                </xsd:annotation>
6623             </xsd:attributeGroup>   6570             </xsd:attributeGroup>
6624          </xsd:extension>   6571          </xsd:extension>
6625       </xsd:complexContent>   6572       </xsd:complexContent>
6626    </xsd:complexType>   6573    </xsd:complexType>
6627    <xsd:element name="objects" type="witsml:obj_objects">   6574    <xsd:element name="objects" type="witsml:obj_objects">
6628       <xsd:annotation>   6575       <xsd:annotation>
6629          <xsd:documentation>The WITSML API mandated plural root element which allows multiple singular objects to be sent. The plural name is formed by adding an "s" to the   6576          <xsd:documentation>The WITSML API mandated plural root element which allows multiple singular objects to be sent. The plural name is formed by adding an "s" to the
6630          singular name.</xsd:documentation>   6577          singular name.</xsd:documentation>
6631       </xsd:annotation>   6578       </xsd:annotation>
6632    </xsd:element>   6579    </xsd:element>
6633    <xsd:complexType name="obj_objects">   6580    <xsd:complexType name="obj_objects">
6634       <xsd:sequence>   6581       <xsd:sequence>
6635          <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">   6582          <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">
6636             <xsd:annotation>   6583             <xsd:annotation>
6637                <xsd:documentation>Information about the XML message instance.</xsd:documentation>   6584                <xsd:documentation>Information about the XML message instance.</xsd:documentation>
6638             </xsd:annotation>   6585             </xsd:annotation>
6639          </xsd:element>   6586          </xsd:element>
6640          <xsd:element name="context" type="witsml:abstractContextualObject" minOccurs="0" maxOccurs="1">   6587          <xsd:element name="context" type="witsml:abstractContextualObject" minOccurs="0" maxOccurs="1">
6641             <xsd:annotation>   6588             <xsd:annotation>
6642                <xsd:documentation>A contextual object. This defines the context for the set of data objects. The abstract type cannot be intantiated in an XML message. Rather, a   6589                <xsd:documentation>A contextual object. This defines the context for the set of data objects. The abstract type cannot be intantiated in an XML message. Rather, a
6643                subtype of the abstract type(i.e., any singular object type) must be chosen. Knowledge of which type is chosen will be revealed in the XML via attribute xsi:type   6590                subtype of the abstract type(i.e., any singular object type) must be chosen. Knowledge of which type is chosen will be revealed in the XML via attribute xsi:type
6644                (e.g., xsi:type="obj_report").</xsd:documentation>   6591                (e.g., xsi:type="obj_report").</xsd:documentation>
6645             </xsd:annotation>   6592             </xsd:annotation>
6646          </xsd:element>   6593          </xsd:element>
6647          <xsd:element name="object" type="witsml:abstractSingularDataObject" minOccurs="0" maxOccurs="unbounded">   6594          <xsd:element name="object" type="witsml:abstractSingularDataObject" minOccurs="0" maxOccurs="unbounded">
6648             <xsd:annotation>   6595             <xsd:annotation>
6649                <xsd:documentation>A single object. Note that the objects can be specified in any order but it is recommended that a the most independent data objects (e.g., well   6596                <xsd:documentation>A single object. Note that the objects can be specified in any order but it is recommended that a the most independent data objects (e.g., well
6650                before wellbore). The abstract type cannot be intantiated in an XML message. Rather, a subtype of the abstract type(i.e., any singular object type) must be chosen.   6597                before wellbore). The abstract type cannot be intantiated in an XML message. Rather, a subtype of the abstract type(i.e., any singular object type) must be chosen.
6651                Knowledge of which type is chosen will be revealed in the XML via attribute xsi:type (e.g., xsi:type="obj_well").</xsd:documentation>   6598                Knowledge of which type is chosen will be revealed in the XML via attribute xsi:type (e.g., xsi:type="obj_well").</xsd:documentation>
6652             </xsd:annotation>   6599             </xsd:annotation>
6653          </xsd:element>   6600          </xsd:element>
6654       </xsd:sequence>   6601       </xsd:sequence>
6655       <xsd:attribute name="version" type="witsml:schemaVersionString" use="required">   6602       <xsd:attribute name="version" type="witsml:schemaVersionString" use="required">
6656          <xsd:annotation>   6603          <xsd:annotation>
6657             <xsd:documentation>Data object schema version. The fourth level must match the version of the schema constraints (enumerations and XML loader files) that are assumed   6604             <xsd:documentation>Data object schema version. The fourth level must match the version of the schema constraints (enumerations and XML loader files) that are assumed
6658             by the document instance.</xsd:documentation>   6605             by the document instance.</xsd:documentation>
6659          </xsd:annotation>   6606          </xsd:annotation>
6660       </xsd:attribute>   6607       </xsd:attribute>
6661    </xsd:complexType>   6608    </xsd:complexType>
6662    <!--UNUSED: Deleted global element productFlowModels.-->   6609    <!--UNUSED: Deleted global element productFlowModels.-->
6663    <xsd:complexType name="obj_productFlowModels">   6610    <xsd:complexType name="obj_productFlowModels">
6664       <xsd:sequence>   6611       <xsd:sequence>
6665          <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">   6612          <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">
6666             <xsd:annotation>   6613             <xsd:annotation>
6667                <xsd:documentation>Information about the XML message instance.</xsd:documentation>   6614                <xsd:documentation>Information about the XML message instance.</xsd:documentation>
6668             </xsd:annotation>   6615             </xsd:annotation>
6669          </xsd:element>   6616          </xsd:element>
6670          <xsd:element name="productFlowModel" type="witsml:obj_productFlowModel" minOccurs="0" maxOccurs="unbounded">   6617          <xsd:element name="productFlowModel" type="witsml:obj_productFlowModel" minOccurs="0" maxOccurs="unbounded">
6671             <xsd:annotation>   6618             <xsd:annotation>
6672                <xsd:documentation>Information about a single Product Flow Model.</xsd:documentation>   6619                <xsd:documentation>Information about a single Product Flow Model.</xsd:documentation>
6673             </xsd:annotation>   6620             </xsd:annotation>
6674          </xsd:element>   6621          </xsd:element>
6675       </xsd:sequence>   6622       </xsd:sequence>
6676       <xsd:attribute name="version" type="witsml:schemaVersionString" use="required">   6623       <xsd:attribute name="version" type="witsml:schemaVersionString" use="required">
6677          <xsd:annotation>   6624          <xsd:annotation>
6678             <xsd:documentation>Data object schema version. The fourth level must match the version of the schema constraints (enumerations and XML loader files) that are assumed   6625             <xsd:documentation>Data object schema version. The fourth level must match the version of the schema constraints (enumerations and XML loader files) that are assumed
6679             by the documenti nstance.</xsd:documentation>   6626             by the documenti nstance.</xsd:documentation>
6680          </xsd:annotation>   6627          </xsd:annotation>
6681       </xsd:attribute>   6628       </xsd:attribute>
6682    </xsd:complexType>   6629    </xsd:complexType>
6683    <xsd:complexType name="obj_productFlowModel">   6630    <xsd:complexType name="obj_productFlowModel">
6684       <xsd:complexContent>   6631       <xsd:complexContent>
6685          <xsd:extension base="witsml:abstractSingularDataObject">   6632          <xsd:extension base="witsml:abstractSingularDataObject">
6686             <xsd:sequence>   6633             <xsd:sequence>
6687                <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">   6634                <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
6688                   <xsd:annotation>   6635                   <xsd:annotation>
6689                      <xsd:documentation>The name of the Product Flow Model.</xsd:documentation>   6636                      <xsd:documentation>The name of the Product Flow Model.</xsd:documentation>
6690                   </xsd:annotation>   6637                   </xsd:annotation>
6691                </xsd:element>   6638                </xsd:element>
6692                <xsd:group ref="witsml:grp_productFlowModel">   6639                <xsd:group ref="witsml:grp_productFlowModel">
6693                   <xsd:annotation>   6640                   <xsd:annotation>
6694                      <xsd:documentation>The non-contextual elements for general Product Flow Model information.</xsd:documentation>   6641                      <xsd:documentation>The non-contextual elements for general Product Flow Model information.</xsd:documentation>
6695                   </xsd:annotation>   6642                   </xsd:annotation>
6696                </xsd:group>   6643                </xsd:group>
6697                <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">   6644                <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
6698                   <xsd:annotation>   6645                   <xsd:annotation>
6699                      <xsd:documentation>A container element that contains elements that are common to all data objects.</xsd:documentation>   6646                      <xsd:documentation>A container element that contains elements that are common to all data objects.</xsd:documentation>
6700                   </xsd:annotation>   6647                   </xsd:annotation>
6701                </xsd:element>   6648                </xsd:element>
6702                <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">   6649                <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
6703                   <xsd:annotation>   6650                   <xsd:annotation>
6704                      <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>   6651                      <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>
6705                   </xsd:annotation>   6652                   </xsd:annotation>
6706                </xsd:element>   6653                </xsd:element>
6707             </xsd:sequence>   6654             </xsd:sequence>
6708             <xsd:attributeGroup ref="witsml:attgrp_uid">   6655             <xsd:attributeGroup ref="witsml:attgrp_uid">
6709                <xsd:annotation>   6656                <xsd:annotation>
6710                   <xsd:documentation>Unique identifier for the Product Flow Model.</xsd:documentation>   6657                   <xsd:documentation>Unique identifier for the Product Flow Model.</xsd:documentation>
6711                </xsd:annotation>   6658                </xsd:annotation>
6712             </xsd:attributeGroup>   6659             </xsd:attributeGroup>
6713          </xsd:extension>   6660          </xsd:extension>
6714       </xsd:complexContent>   6661       </xsd:complexContent>
6715    </xsd:complexType>   6662    </xsd:complexType>
6716    <!--UNUSED: Deleted global element productionOperations.-->   6663    <!--UNUSED: Deleted global element productionOperations.-->
6717    <xsd:complexType name="obj_productionOperations">   6664    <xsd:complexType name="obj_productionOperations">
6718       <xsd:sequence>   6665       <xsd:sequence>
6719          <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">   6666          <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">
6720             <xsd:annotation>   6667             <xsd:annotation>
6721                <xsd:documentation>Information about the XML message instance.</xsd:documentation>   6668                <xsd:documentation>Information about the XML message instance.</xsd:documentation>
6722             </xsd:annotation>   6669             </xsd:annotation>
6723          </xsd:element>   6670          </xsd:element>
6724          <xsd:element name="productionOperation" type="witsml:obj_productionOperation" minOccurs="1" maxOccurs="unbounded">   6671          <xsd:element name="productionOperation" type="witsml:obj_productionOperation" minOccurs="1" maxOccurs="unbounded">
6725             <xsd:annotation>   6672             <xsd:annotation>
6726                <xsd:documentation>Information about a single productionOperation.</xsd:documentation>   6673                <xsd:documentation>Information about a single productionOperation.</xsd:documentation>
6727             </xsd:annotation>   6674             </xsd:annotation>
6728          </xsd:element>   6675          </xsd:element>
6729       </xsd:sequence>   6676       </xsd:sequence>
6730       <xsd:attribute name="version" type="witsml:schemaVersionString" use="required">   6677       <xsd:attribute name="version" type="witsml:schemaVersionString" use="required">
6731          <xsd:annotation>   6678          <xsd:annotation>
6732             <xsd:documentation>Data object schema version. The fourth level must match the version of the schema constraints (enumerations and XML loader files) that are assumed   6679             <xsd:documentation>Data object schema version. The fourth level must match the version of the schema constraints (enumerations and XML loader files) that are assumed
6733             by the document instance.</xsd:documentation>   6680             by the document instance.</xsd:documentation>
6734          </xsd:annotation>   6681          </xsd:annotation>
6735       </xsd:attribute>   6682       </xsd:attribute>
6736    </xsd:complexType>   6683    </xsd:complexType>
6737    <xsd:complexType name="obj_productionOperation">   6684    <xsd:complexType name="obj_productionOperation">
6738       <xsd:complexContent>   6685       <xsd:complexContent>
6739          <xsd:extension base="witsml:abstractSingularDataObject">   6686          <xsd:extension base="witsml:abstractSingularDataObject">
6740             <xsd:sequence>   6687             <xsd:sequence>
6741                <xsd:element name="name" type="witsml:nameStruct" minOccurs="1" maxOccurs="1">   6688                <xsd:element name="name" type="witsml:nameStruct" minOccurs="1" maxOccurs="1">
6742                   <xsd:annotation>   6689                   <xsd:annotation>
6743                      <xsd:documentation>Human recognizable context for the Production Operation Report.</xsd:documentation>   6690                      <xsd:documentation>Human recognizable context for the Production Operation Report.</xsd:documentation>
6744                   </xsd:annotation>   6691                   </xsd:annotation>
6745                </xsd:element>   6692                </xsd:element>
6746                <xsd:group ref="witsml:grp_productionOperation">   6693                <xsd:group ref="witsml:grp_productionOperation">
6747                   <xsd:annotation>   6694                   <xsd:annotation>
6748                      <xsd:documentation>The non-contextual elements for general Production Operation information. The name should be unique within the context of the overall   6695                      <xsd:documentation>The non-contextual elements for general Production Operation information. The name should be unique within the context of the overall
6749                      installation.</xsd:documentation>   6696                      installation.</xsd:documentation>
6750                   </xsd:annotation>   6697                   </xsd:annotation>
6751                </xsd:group>   6698                </xsd:group>
6752                <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">   6699                <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
6753                   <xsd:annotation>   6700                   <xsd:annotation>
6754                      <xsd:documentation>A container element that contains elements that are common to all data objects.</xsd:documentation>   6701                      <xsd:documentation>A container element that contains elements that are common to all data objects.</xsd:documentation>
6755                   </xsd:annotation>   6702                   </xsd:annotation>
6756                </xsd:element>   6703                </xsd:element>
6757                <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">   6704                <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
6758                   <xsd:annotation>   6705                   <xsd:annotation>
6759                      <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>   6706                      <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>
6760                   </xsd:annotation>   6707                   </xsd:annotation>
6761                </xsd:element>   6708                </xsd:element>
6762             </xsd:sequence>   6709             </xsd:sequence>
6763             <xsd:attributeGroup ref="witsml:attgrp_uid">   6710             <xsd:attributeGroup ref="witsml:attgrp_uid">
6764                <xsd:annotation>   6711                <xsd:annotation>
6765                   <xsd:documentation>Unique identifier for the Production Operation Report.</xsd:documentation>   6712                   <xsd:documentation>Unique identifier for the Production Operation Report.</xsd:documentation>
6766                </xsd:annotation>   6713                </xsd:annotation>
6767             </xsd:attributeGroup>   6714             </xsd:attributeGroup>
6768          </xsd:extension>   6715          </xsd:extension>
6769       </xsd:complexContent>   6716       </xsd:complexContent>
6770    </xsd:complexType>   6717    </xsd:complexType>
6771    <!--UNUSED: Deleted global element productVolumes.-->   6718    <!--UNUSED: Deleted global element productVolumes.-->
6772    <xsd:complexType name="obj_productVolumes">   6719    <xsd:complexType name="obj_productVolumes">
6773       <xsd:sequence>   6720       <xsd:sequence>
6774          <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">   6721          <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">
6775             <xsd:annotation>   6722             <xsd:annotation>
6776                <xsd:documentation>Information about the XML message instance.</xsd:documentation>   6723                <xsd:documentation>Information about the XML message instance.</xsd:documentation>
6777             </xsd:annotation>   6724             </xsd:annotation>
6778          </xsd:element>   6725          </xsd:element>
6779          <xsd:element name="productVolume" type="witsml:obj_productVolume" minOccurs="0" maxOccurs="unbounded">   6726          <xsd:element name="productVolume" type="witsml:obj_productVolume" minOccurs="0" maxOccurs="unbounded">
6780             <xsd:annotation>   6727             <xsd:annotation>
6781                <xsd:documentation>Information about a single productVolume.</xsd:documentation>   6728                <xsd:documentation>Information about a single productVolume.</xsd:documentation>
6782             </xsd:annotation>   6729             </xsd:annotation>
6783          </xsd:element>   6730          </xsd:element>
6784       </xsd:sequence>   6731       </xsd:sequence>
6785       <xsd:attribute name="version" type="witsml:schemaVersionString" use="required">   6732       <xsd:attribute name="version" type="witsml:schemaVersionString" use="required">
6786          <xsd:annotation>   6733          <xsd:annotation>
6787             <xsd:documentation>Data object schema version. The fourth level must match the version of the schema constraints (enumerations and XML loader files) that are assumed   6734             <xsd:documentation>Data object schema version. The fourth level must match the version of the schema constraints (enumerations and XML loader files) that are assumed
6788             by the document instance.</xsd:documentation>   6735             by the document instance.</xsd:documentation>
6789          </xsd:annotation>   6736          </xsd:annotation>
6790       </xsd:attribute>   6737       </xsd:attribute>
6791    </xsd:complexType>   6738    </xsd:complexType>
6792    <xsd:complexType name="obj_productVolume">   6739    <xsd:complexType name="obj_productVolume">
6793       <xsd:complexContent>   6740       <xsd:complexContent>
6794          <xsd:extension base="witsml:abstractSingularDataObject">   6741          <xsd:extension base="witsml:abstractSingularDataObject">
6795             <xsd:sequence>   6742             <xsd:sequence>
6796                <xsd:element name="name" type="witsml:nameStruct" minOccurs="1" maxOccurs="1">   6743                <xsd:element name="name" type="witsml:nameStruct" minOccurs="1" maxOccurs="1">
6797                   <xsd:annotation>   6744                   <xsd:annotation>
6798                      <xsd:documentation>Human recognizable context for the Product Volume Report.</xsd:documentation>   6745                      <xsd:documentation>Human recognizable context for the Product Volume Report.</xsd:documentation>
6799                   </xsd:annotation>   6746                   </xsd:annotation>
6800                </xsd:element>   6747                </xsd:element>
6801                <xsd:group ref="witsml:grp_productVolume">   6748                <xsd:group ref="witsml:grp_productVolume">
6802                   <xsd:annotation>   6749                   <xsd:annotation>
6803                      <xsd:documentation>The non-contextual elements for general Product Volume information.</xsd:documentation>   6750                      <xsd:documentation>The non-contextual elements for general Product Volume information.</xsd:documentation>
6804                   </xsd:annotation>   6751                   </xsd:annotation>
6805                </xsd:group>   6752                </xsd:group>
6806                <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">   6753                <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
6807                   <xsd:annotation>   6754                   <xsd:annotation>
6808                      <xsd:documentation>A container element that contains elements that are common to all data objects.</xsd:documentation>   6755                      <xsd:documentation>A container element that contains elements that are common to all data objects.</xsd:documentation>
6809                   </xsd:annotation>   6756                   </xsd:annotation>
6810                </xsd:element>   6757                </xsd:element>
6811                <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">   6758                <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
6812                   <xsd:annotation>   6759                   <xsd:annotation>
6813                      <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>   6760                      <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>
6814                   </xsd:annotation>   6761                   </xsd:annotation>
6815                </xsd:element>   6762                </xsd:element>
6816             </xsd:sequence>   6763             </xsd:sequence>
6817             <xsd:attributeGroup ref="witsml:attgrp_uid">   6764             <xsd:attributeGroup ref="witsml:attgrp_uid">
6818                <xsd:annotation>   6765                <xsd:annotation>
6819                   <xsd:documentation>Unique identifier for the Product Volume Report.</xsd:documentation>   6766                   <xsd:documentation>Unique identifier for the Product Volume Report.</xsd:documentation>
6820                </xsd:annotation>   6767                </xsd:annotation>
6821             </xsd:attributeGroup>   6768             </xsd:attributeGroup>
6822          </xsd:extension>   6769          </xsd:extension>
6823       </xsd:complexContent>   6770       </xsd:complexContent>
6824    </xsd:complexType>   6771    </xsd:complexType>
6825    <xsd:complexType name="obj_report">   6772    <xsd:complexType name="obj_report">
6826       <xsd:complexContent>   6773       <xsd:complexContent>
6827          <xsd:extension base="witsml:abstractContextualObject">   6774          <xsd:extension base="witsml:abstractContextualObject">
6828             <xsd:sequence>   6775             <xsd:sequence>
6829                <xsd:element name="kind" type="witsml:kindString" minOccurs="0" maxOccurs="1">   6776                <xsd:element name="kind" type="witsml:kindString" minOccurs="0" maxOccurs="1">
6830                   <xsd:annotation>   6777                   <xsd:annotation>
6831                      <xsd:documentation>The type of report.</xsd:documentation>   6778                      <xsd:documentation>The type of report.</xsd:documentation>
6832                   </xsd:annotation>   6779                   </xsd:annotation>
6833                </xsd:element>   6780                </xsd:element>
6834                <xsd:element name="title" type="witsml:nameStruct" minOccurs="0" maxOccurs="1">   6781                <xsd:element name="title" type="witsml:nameStruct" minOccurs="0" maxOccurs="1">
6835                   <xsd:annotation>   6782                   <xsd:annotation>
6836                      <xsd:documentation>The tile of the report if different from the name of the report.</xsd:documentation>   6783                      <xsd:documentation>The tile of the report if different from the name of the report.</xsd:documentation>
6837                   </xsd:annotation>   6784                   </xsd:annotation>
6838                </xsd:element>   6785                </xsd:element>
6839                <xsd:element name="date" type="witsml:date" minOccurs="0" maxOccurs="1">   6786                <xsd:element name="date" type="witsml:date" minOccurs="0" maxOccurs="1">
6840                   <xsd:annotation>   6787                   <xsd:annotation>
6841                      <xsd:documentation>The date that the report represents.</xsd:documentation>   6788                      <xsd:documentation>The date that the report represents.</xsd:documentation>
6842                   </xsd:annotation>   6789                   </xsd:annotation>
6843                </xsd:element>   6790                </xsd:element>
6844                <xsd:element name="dateStart" type="witsml:date" minOccurs="0" maxOccurs="1"> +-    
6845                   <xsd:annotation>      
6846                      <xsd:documentation>The start date that the report represents.</xsd:documentation>      
6847                   </xsd:annotation>      
6848                </xsd:element>      
6849                <xsd:element name="dateEnd" type="witsml:date" minOccurs="0" maxOccurs="1"> = 6791                <xsd:element name="dateEnd" type="witsml:date" minOccurs="0" maxOccurs="1">
6850                   <xsd:annotation>   6792                   <xsd:annotation>
6851                      <xsd:documentation>The ending date that the report represents if it represents an interval.</xsd:documentation>   6793                      <xsd:documentation>The ending date that the report represents if it represents an interval.</xsd:documentation>
6852                   </xsd:annotation>   6794                   </xsd:annotation>
6853                </xsd:element>   6795                </xsd:element>
6854                <xsd:element name="month" type="witsml:month" minOccurs="0" maxOccurs="1">   6796                <xsd:element name="month" type="witsml:month" minOccurs="0" maxOccurs="1">
6855                   <xsd:annotation>   6797                   <xsd:annotation>
6856                      <xsd:documentation>The month that the report represents (i.e., not a date or date range).</xsd:documentation>   6798                      <xsd:documentation>The month that the report represents (i.e., not a date or date range).</xsd:documentation>
6857                   </xsd:annotation>   6799                   </xsd:annotation>
6858                </xsd:element>   6800                </xsd:element>
6859                <xsd:element name="year" type="witsml:year" minOccurs="0" maxOccurs="1">   6801                <xsd:element name="year" type="witsml:year" minOccurs="0" maxOccurs="1">
6860                   <xsd:annotation>   6802                   <xsd:annotation>
6861                      <xsd:documentation>The year that the report represents (i.e., not a month, date or date range).</xsd:documentation>   6803                      <xsd:documentation>The year that the report represents (i.e., not a month, date or date range).</xsd:documentation>
6862                   </xsd:annotation>   6804                   </xsd:annotation>
6863                </xsd:element>   6805                </xsd:element>
6864                <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">   6806                <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
6865                   <xsd:annotation>   6807                   <xsd:annotation>
6866                      <xsd:documentation>A textual comment about the report.</xsd:documentation>   6808                      <xsd:documentation>A textual comment about the report.</xsd:documentation>
6867                   </xsd:annotation>   6809                   </xsd:annotation>
6868                </xsd:element>   6810                </xsd:element>
6869                <!-- added te, msv-->   6811                <!-- added te, msv-->
6870                <xsd:element minOccurs="0" name="reportVersion" type="witsml:commentString">   6812                <xsd:element minOccurs="0" name="reportVersion" type="witsml:commentString">
6871                   <xsd:annotation>   6813                   <xsd:annotation>
6872                      <xsd:documentation>The current report version.</xsd:documentation>   6814                      <xsd:documentation>The current report version.</xsd:documentation>
6873                   </xsd:annotation>   6815                   </xsd:annotation>
6874                </xsd:element>   6816                </xsd:element>
6875                <xsd:element minOccurs="0" name="reportStatus" type="witsml:versionStatus">   6817                <xsd:element minOccurs="0" name="reportStatus" type="witsml:versionStatus">
6876                   <xsd:annotation>   6818                   <xsd:annotation>
6877                      <xsd:documentation>The current document version status.</xsd:documentation>   6819                      <xsd:documentation>The current document version status.</xsd:documentation>
6878                   </xsd:annotation>   6820                   </xsd:annotation>
6879                </xsd:element>   6821                </xsd:element>
6880                <xsd:element name="installation" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">   6822                <xsd:element name="installation" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
6881                   <xsd:annotation>   6823                   <xsd:annotation>
6882                      <xsd:documentation>The name of the facility which is represented by this report. The name can be qualified by a naming system. This also defines the kind of   6824                      <xsd:documentation>The name of the facility which is represented by this report. The name can be qualified by a naming system. This also defines the kind of
6883                      facility.</xsd:documentation>   6825                      facility.</xsd:documentation>
6884                   </xsd:annotation>   6826                   </xsd:annotation>
6885                </xsd:element>   6827                </xsd:element>
6886                <xsd:element name="contextFacility" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="unbounded">   6828                <xsd:element name="contextFacility" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="unbounded">
6887                   <xsd:annotation>   6829                   <xsd:annotation>
6888                      <xsd:documentation>The name and type of a facility whose context is relevant to the represented installation.</xsd:documentation>   6830                      <xsd:documentation>The name and type of a facility whose context is relevant to the represented installation.</xsd:documentation>
6889                   </xsd:annotation>   6831                   </xsd:annotation>
6890                </xsd:element>   6832                </xsd:element>
6891                <xsd:element name="operator" type="witsml:cs_businessAssociate" minOccurs="0" maxOccurs="1">   6833                <xsd:element name="operator" type="witsml:cs_businessAssociate" minOccurs="0" maxOccurs="1">
6892                   <xsd:annotation>   6834                   <xsd:annotation>
6893                      <xsd:documentation>The operator of the facilities in the report.</xsd:documentation>   6835                      <xsd:documentation>The operator of the facilities in the report.</xsd:documentation>
6894                   </xsd:annotation>   6836                   </xsd:annotation>
6895                </xsd:element>   6837                </xsd:element>
6896                <xsd:element name="geographicContext" type="witsml:cs_geographicContext" minOccurs="0" maxOccurs="1">   6838                <xsd:element name="geographicContext" type="witsml:cs_geographicContext" minOccurs="0" maxOccurs="1">
6897                   <xsd:annotation>   6839                   <xsd:annotation>
6898                      <xsd:documentation>The geographic context of the report.</xsd:documentation>   6840                      <xsd:documentation>The geographic context of the report.</xsd:documentation>
6899                   </xsd:annotation>   6841                   </xsd:annotation>
6900                </xsd:element>   6842                </xsd:element>
6901                <xsd:element name="issueDate" type="witsml:date" minOccurs="0" maxOccurs="1">   6843                <xsd:element name="issueDate" type="witsml:date" minOccurs="0" maxOccurs="1">
6902                   <xsd:annotation>   6844                   <xsd:annotation>
6903                      <xsd:documentation>The date that the report was issued.</xsd:documentation>   6845                      <xsd:documentation>The date that the report was issued.</xsd:documentation>
6904                   </xsd:annotation>   6846                   </xsd:annotation>
6905                </xsd:element>   6847                </xsd:element>
6906                <xsd:element name="issuedBy" type="witsml:cs_businessAssociate" minOccurs="0" maxOccurs="1">   6848                <xsd:element name="issuedBy" type="witsml:cs_businessAssociate" minOccurs="0" maxOccurs="1">
6907                   <xsd:annotation>   6849                   <xsd:annotation>
6908                      <xsd:documentation>The person or company that issued the report. This may contain the role of the person or company within the context of the   6850                      <xsd:documentation>The person or company that issued the report. This may contain the role of the person or company within the context of the
6909                      report.</xsd:documentation>   6851                      report.</xsd:documentation>
6910                   </xsd:annotation>   6852                   </xsd:annotation>
6911                </xsd:element>   6853                </xsd:element>
6912                <xsd:element name="approvalDate" type="witsml:date" minOccurs="0" maxOccurs="1">   6854                <xsd:element name="approvalDate" type="witsml:date" minOccurs="0" maxOccurs="1">
6913                   <xsd:annotation>   6855                   <xsd:annotation>
6914                      <xsd:documentation>The date that the report was approved.</xsd:documentation>   6856                      <xsd:documentation>The date that the report was approved.</xsd:documentation>
6915                   </xsd:annotation>   6857                   </xsd:annotation>
6916                </xsd:element>   6858                </xsd:element>
6917                <xsd:element name="approver" type="witsml:cs_businessAssociate" minOccurs="0" maxOccurs="1">   6859                <xsd:element name="approver" type="witsml:cs_businessAssociate" minOccurs="0" maxOccurs="1">
6918                   <xsd:annotation>   6860                   <xsd:annotation>
6919                      <xsd:documentation>The person or company that approved the report. This may contain the role of the person or company within the context of the   6861                      <xsd:documentation>The person or company that approved the report. This may contain the role of the person or company within the context of the
6920                      report.</xsd:documentation>   6862                      report.</xsd:documentation>
6921                   </xsd:annotation>   6863                   </xsd:annotation>
6922                </xsd:element>   6864                </xsd:element>
6923                <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">   6865                <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
6924                   <xsd:annotation>   6866                   <xsd:annotation>
6925                      <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>   6867                      <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>
6926                   </xsd:annotation>   6868                   </xsd:annotation>
6927                </xsd:element>   6869                </xsd:element>
6928             </xsd:sequence>   6870             </xsd:sequence>
6929          </xsd:extension>   6871          </xsd:extension>
6930       </xsd:complexContent>   6872       </xsd:complexContent>
6931    </xsd:complexType>   6873    </xsd:complexType>
6932      6874   
6933    <!--added msv te-->   6875    <!--added msv te-->
6934    <xsd:simpleType name="versionStatus">   6876    <xsd:simpleType name="versionStatus">
6935       <xsd:restriction base="witsml:abstractTypeEnum">   6877       <xsd:restriction base="witsml:abstractTypeEnum">
6936          <xsd:enumeration value="final"/>   6878          <xsd:enumeration value="final"/>
6937          <xsd:enumeration value="preliminary"/>   6879          <xsd:enumeration value="preliminary"/>
6938       </xsd:restriction>   6880       </xsd:restriction>
6939    </xsd:simpleType>   6881    </xsd:simpleType>
6940      6882   
6941    <xsd:simpleType name="wellStatus">   6883    <xsd:simpleType name="wellStatus">
6942       <xsd:restriction base="witsml:abstractTypeEnum">   6884       <xsd:restriction base="witsml:abstractTypeEnum">
6943          <xsd:enumeration value="operating"/>   6885          <xsd:enumeration value="operating"/>
6944          <xsd:enumeration value="re-class to development"/>   6886          <xsd:enumeration value="re-class to development"/>
6945          <xsd:enumeration value="plugged and abandonded "/>   6887          <xsd:enumeration value="plugged and abandonded "/>
6946          <xsd:enumeration value="junked"/>   6888          <xsd:enumeration value="junked"/>
6947          <xsd:enumeration value="plugged"/>   6889          <xsd:enumeration value="plugged"/>
6948          <xsd:enumeration value="suspended"/>   6890          <xsd:enumeration value="suspended"/>
6949          <xsd:enumeration value="suspended at td"/>   6891          <xsd:enumeration value="suspended at td"/>
6950          <xsd:enumeration value="injecting"/>   6892          <xsd:enumeration value="injecting"/>
6951          <xsd:enumeration value="producing"/>   6893          <xsd:enumeration value="producing"/>
6952          <xsd:enumeration value="producing - injecting"/>   6894          <xsd:enumeration value="producing - injecting"/>
6953          <xsd:enumeration value="closed"/>   6895          <xsd:enumeration value="closed"/>
6954          <xsd:enumeration value="abandonded"/>   6896          <xsd:enumeration value="abandonded"/>
6955       </xsd:restriction>   6897       </xsd:restriction>
6956    </xsd:simpleType>   6898    </xsd:simpleType>
6957      6899   
6958      6900   
6959    <!-- -->   6901    <!-- -->
6960      6902   
6961    <!--UNUSED: Deleted global element wellTests.-->   6903    <!--UNUSED: Deleted global element wellTests.-->
6962    <xsd:complexType name="obj_wellTests">   6904    <xsd:complexType name="obj_wellTests">
6963       <xsd:sequence>   6905       <xsd:sequence>
6964          <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">   6906          <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">
6965             <xsd:annotation>   6907             <xsd:annotation>
6966                <xsd:documentation>Information about the XML message instance.</xsd:documentation>   6908                <xsd:documentation>Information about the XML message instance.</xsd:documentation>
6967             </xsd:annotation>   6909             </xsd:annotation>
6968          </xsd:element>   6910          </xsd:element>
6969          <xsd:element name="wellTest" type="witsml:obj_wellTest" minOccurs="0" maxOccurs="unbounded">   6911          <xsd:element name="wellTest" type="witsml:obj_wellTest" minOccurs="0" maxOccurs="unbounded">
6970             <xsd:annotation>   6912             <xsd:annotation>
6971                <xsd:documentation>Information about a single well test.</xsd:documentation>   6913                <xsd:documentation>Information about a single well test.</xsd:documentation>
6972             </xsd:annotation>   6914             </xsd:annotation>
6973          </xsd:element>   6915          </xsd:element>
6974       </xsd:sequence>   6916       </xsd:sequence>
6975       <xsd:attribute name="version" type="witsml:schemaVersionString" use="required">   6917       <xsd:attribute name="version" type="witsml:schemaVersionString" use="required">
6976          <xsd:annotation>   6918          <xsd:annotation>
6977             <xsd:documentation>Data object schema version. The fourth level must match the version of the schema constraints (enumerations and XML loader files) that are assumed   6919             <xsd:documentation>Data object schema version. The fourth level must match the version of the schema constraints (enumerations and XML loader files) that are assumed
6978             by the document instance.</xsd:documentation>   6920             by the document instance.</xsd:documentation>
6979          </xsd:annotation>   6921          </xsd:annotation>
6980       </xsd:attribute>   6922       </xsd:attribute>
6981    </xsd:complexType>   6923    </xsd:complexType>
6982    <xsd:complexType name="obj_wellTest">   6924    <xsd:complexType name="obj_wellTest">
6983       <xsd:complexContent>   6925       <xsd:complexContent>
6984          <xsd:extension base="witsml:abstractSingularDataObject">   6926          <xsd:extension base="witsml:abstractSingularDataObject">
6985             <xsd:sequence>   6927             <xsd:sequence>
6986                <xsd:element name="nameWell" type="witsml:nameString" minOccurs="1" maxOccurs="1">   6928                <xsd:element name="nameWell" type="witsml:nameString" minOccurs="1" maxOccurs="1">
6987                   <xsd:annotation>   6929                   <xsd:annotation>
6988                      <xsd:documentation>Human recognizable context for the well that contains the well test.</xsd:documentation>   6930                      <xsd:documentation>Human recognizable context for the well that contains the well test.</xsd:documentation>
6989                   </xsd:annotation>   6931                   </xsd:annotation>
6990                </xsd:element>   6932                </xsd:element>
6991                <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">   6933                <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
6992                   <xsd:annotation>   6934                   <xsd:annotation>
6993                      <xsd:documentation>Human recognizable context for the well test.</xsd:documentation>   6935                      <xsd:documentation>Human recognizable context for the well test.</xsd:documentation>
6994                   </xsd:annotation>   6936                   </xsd:annotation>
6995                </xsd:element>   6937                </xsd:element>
6996                <xsd:group ref="witsml:grp_wellTest">   6938                <xsd:group ref="witsml:grp_wellTest">
6997                   <xsd:annotation>   6939                   <xsd:annotation>
6998                      <xsd:documentation>The non-contextual elements for a well test.</xsd:documentation>   6940                      <xsd:documentation>The non-contextual elements for a well test.</xsd:documentation>
6999                   </xsd:annotation>   6941                   </xsd:annotation>
7000                </xsd:group>   6942                </xsd:group>
7001                <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">   6943                <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
7002                   <xsd:annotation>   6944                   <xsd:annotation>
7003                      <xsd:documentation>A container element that contains elements that are common to all data objects.</xsd:documentation>   6945                      <xsd:documentation>A container element that contains elements that are common to all data objects.</xsd:documentation>
7004                   </xsd:annotation>   6946                   </xsd:annotation>
7005                </xsd:element>   6947                </xsd:element>
7006                <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">   6948                <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
7007                   <xsd:annotation>   6949                   <xsd:annotation>
7008                      <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>   6950                      <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>
7009                   </xsd:annotation>   6951                   </xsd:annotation>
7010                </xsd:element>   6952                </xsd:element>
7011             </xsd:sequence>   6953             </xsd:sequence>
7012             <xsd:attribute name="uidWell" type="witsml:uidString" use="optional">   6954             <xsd:attribute name="uidWell" type="witsml:uidString" use="optional">
7013                <xsd:annotation>   6955                <xsd:annotation>
7014                   <xsd:documentation>Unique identifier for the well. This uniquely represents the well referenced by the (possibly non-unique) nameWell.</xsd:documentation>   6956                   <xsd:documentation>Unique identifier for the well. This uniquely represents the well referenced by the (possibly non-unique) nameWell.</xsd:documentation>
7015                </xsd:annotation>   6957                </xsd:annotation>
7016             </xsd:attribute>   6958             </xsd:attribute>
7017             <xsd:attributeGroup ref="witsml:attgrp_uid">   6959             <xsd:attributeGroup ref="witsml:attgrp_uid">
7018                <xsd:annotation>   6960                <xsd:annotation>
7019                   <xsd:documentation>Unique identifier for the well test.</xsd:documentation>   6961                   <xsd:documentation>Unique identifier for the well test.</xsd:documentation>
7020                </xsd:annotation>   6962                </xsd:annotation>
7021             </xsd:attributeGroup>   6963             </xsd:attributeGroup>
7022          </xsd:extension>   6964          </xsd:extension>
7023       </xsd:complexContent>   6965       </xsd:complexContent>
7024    </xsd:complexType>   6966    </xsd:complexType>
7025    <xsd:simpleType name="abstractBoolean">   6967    <xsd:simpleType name="abstractBoolean">
7026       <xsd:annotation>   6968       <xsd:annotation>
7027          <xsd:documentation>This type disallows an "empty" boolean value. This type should not be used directly except to derive another type. All boolean types should be derived   6969          <xsd:documentation>This type disallows an "empty" boolean value. This type should not be used directly except to derive another type. All boolean types should be derived
7028          from this type rather than using xsd:boolen.</xsd:documentation>   6970          from this type rather than using xsd:boolen.</xsd:documentation>
7029       </xsd:annotation>   6971       </xsd:annotation>
7030       <xsd:restriction base="xsd:boolean">   6972       <xsd:restriction base="xsd:boolean">
7031          <xsd:pattern value=".+" />   6973          <xsd:pattern value=".+" />
7032       </xsd:restriction>   6974       </xsd:restriction>
7033    </xsd:simpleType>   6975    </xsd:simpleType>
7034    <xsd:simpleType name="abstractDateTime">   6976    <xsd:simpleType name="abstractDateTime">
7035       <xsd:annotation>   6977       <xsd:annotation>
7036          <xsd:documentation>This type disallows an "empty" dateTime value. This type should not be used directly except to derive another type. All dateTime types should be   6978          <xsd:documentation>This type disallows an "empty" dateTime value. This type should not be used directly except to derive another type. All dateTime types should be
7037          derived from this type rather than using xsd:dateTime.</xsd:documentation>   6979          derived from this type rather than using xsd:dateTime.</xsd:documentation>
7038       </xsd:annotation>   6980       </xsd:annotation>
7039       <xsd:restriction base="xsd:dateTime">   6981       <xsd:restriction base="xsd:dateTime">
7040          <xsd:pattern value=".+" />   6982          <xsd:pattern value=".+" />
7041       </xsd:restriction>   6983       </xsd:restriction>
7042    </xsd:simpleType>   6984    </xsd:simpleType>
7043    <xsd:simpleType name="abstractDate">   6985    <xsd:simpleType name="abstractDate">
7044       <xsd:annotation>   6986       <xsd:annotation>
7045          <xsd:documentation>This type disallows an "empty" date value. This type should not be used directly except to derive another type. All dateTime types should be derived   6987          <xsd:documentation>This type disallows an "empty" date value. This type should not be used directly except to derive another type. All dateTime types should be derived
7046          from this type rather than using xsd:dateTime.</xsd:documentation>   6988          from this type rather than using xsd:dateTime.</xsd:documentation>
7047       </xsd:annotation>   6989       </xsd:annotation>
7048       <xsd:restriction base="xsd:date">   6990       <xsd:restriction base="xsd:date">
7049          <xsd:pattern value=".+" />   6991          <xsd:pattern value=".+" />
7050       </xsd:restriction>   6992       </xsd:restriction>
7051    </xsd:simpleType>   6993    </xsd:simpleType>
7052    <!--UNUSED: Deleted type abstractYear.-->   6994    <!--UNUSED: Deleted type abstractYear.-->
7053    <xsd:simpleType name="abstractDouble">   6995    <xsd:simpleType name="abstractDouble">
7054       <xsd:annotation>   6996       <xsd:annotation>
7055          <xsd:documentation>This type disallows an "empty" double value. This type should not be used directly except to derive another type.</xsd:documentation>   6997          <xsd:documentation>This type disallows an "empty" double value. This type should not be used directly except to derive another type.</xsd:documentation>
7056       </xsd:annotation>   6998       </xsd:annotation>
7057       <xsd:restriction base="xsd:double">   6999       <xsd:restriction base="xsd:double">
7058          <xsd:pattern value=".+" />   7000          <xsd:pattern value=".+" />
7059       </xsd:restriction>   7001       </xsd:restriction>
7060    </xsd:simpleType>   7002    </xsd:simpleType>
7061    <xsd:simpleType name="abstractShort">   7003    <xsd:simpleType name="abstractShort">
7062       <xsd:annotation>   7004       <xsd:annotation>
7063          <xsd:documentation>This type disallows an "empty" short value. This type should not be used directly except to derive another type.</xsd:documentation>   7005          <xsd:documentation>This type disallows an "empty" short value. This type should not be used directly except to derive another type.</xsd:documentation>
7064       </xsd:annotation>   7006       </xsd:annotation>
7065       <xsd:restriction base="xsd:short">   7007       <xsd:restriction base="xsd:short">
7066          <xsd:pattern value=".+" />   7008          <xsd:pattern value=".+" />
7067       </xsd:restriction>   7009       </xsd:restriction>
7068    </xsd:simpleType>   7010    </xsd:simpleType>
7069    <xsd:simpleType name="abstractInt">   7011    <xsd:simpleType name="abstractInt">
7070       <xsd:annotation>   7012       <xsd:annotation>
7071          <xsd:documentation>This type disallows an "empty" int value. This type should not be used directly except to derive another type.</xsd:documentation>   7013          <xsd:documentation>This type disallows an "empty" int value. This type should not be used directly except to derive another type.</xsd:documentation>
7072       </xsd:annotation>   7014       </xsd:annotation>
7073       <xsd:restriction base="xsd:int">   7015       <xsd:restriction base="xsd:int">
7074          <xsd:pattern value=".+" />   7016          <xsd:pattern value=".+" />
7075       </xsd:restriction>   7017       </xsd:restriction>
7076    </xsd:simpleType>   7018    </xsd:simpleType>
7077    <xsd:simpleType name="abstractString">   7019    <xsd:simpleType name="abstractString">
7078       <xsd:annotation>   7020       <xsd:annotation>
7079          <xsd:documentation>The intended abstract supertype of all strings. This abstract type allows the control over whitespace for all strings to be defined at a high level.   7021          <xsd:documentation>The intended abstract supertype of all strings. This abstract type allows the control over whitespace for all strings to be defined at a high level.
7080          This type should not be used directly except to derive another type.</xsd:documentation>   7022          This type should not be used directly except to derive another type.</xsd:documentation>
7081       </xsd:annotation>   7023       </xsd:annotation>
7082       <xsd:restriction base="xsd:string">   7024       <xsd:restriction base="xsd:string">
7083          <xsd:whiteSpace value="collapse">   7025          <xsd:whiteSpace value="collapse">
7084             <xsd:annotation>   7026             <xsd:annotation>
7085                <xsd:documentation>Replace tab, line feed and carriage return with a space, collapse contiguous sequences of spaces to a single space and then remove leading and   7027                <xsd:documentation>Replace tab, line feed and carriage return with a space, collapse contiguous sequences of spaces to a single space and then remove leading and
7086                trailing spaces.</xsd:documentation>   7028                trailing spaces.</xsd:documentation>
7087             </xsd:annotation>   7029             </xsd:annotation>
7088          </xsd:whiteSpace>   7030          </xsd:whiteSpace>
7089          <xsd:minLength value="1">   7031          <xsd:minLength value="1">
7090             <xsd:annotation>   7032             <xsd:annotation>
7091                <xsd:documentation>The empty string is not allowed. This constraint conbined with the whiteSpace collapse constraint means that a blank value is not   7033                <xsd:documentation>The empty string is not allowed. This constraint conbined with the whiteSpace collapse constraint means that a blank value is not
7092                allowed.</xsd:documentation>   7034                allowed.</xsd:documentation>
7093             </xsd:annotation>   7035             </xsd:annotation>
7094          </xsd:minLength>   7036          </xsd:minLength>
7095       </xsd:restriction>   7037       </xsd:restriction>
7096    </xsd:simpleType>   7038    </xsd:simpleType>
7097    <xsd:complexType name="abstractMeasure">   7039    <xsd:complexType name="abstractMeasure">
7098       <xsd:annotation>   7040       <xsd:annotation>
7099          <xsd:documentation>The intended abstract supertype of all quantities that have a value with a unit of measure. The unit of measure is in the uom attribute of the   7041          <xsd:documentation>The intended abstract supertype of all quantities that have a value with a unit of measure. The unit of measure is in the uom attribute of the
7100          subtypes. This type allows all quantities to be profiled to be a 'float' instead of a 'double'.</xsd:documentation>   7042          subtypes. This type allows all quantities to be profiled to be a 'float' instead of a 'double'.</xsd:documentation>
7101       </xsd:annotation>   7043       </xsd:annotation>
7102       <xsd:simpleContent>   7044       <xsd:simpleContent>
7103          <xsd:extension base="witsml:abstractDouble" />   7045          <xsd:extension base="witsml:abstractDouble" />
7104       </xsd:simpleContent>   7046       </xsd:simpleContent>
7105    </xsd:complexType>   7047    </xsd:complexType>
7106    <xsd:simpleType name="abstractMaximumLengthString">   7048    <xsd:simpleType name="abstractMaximumLengthString">
7107       <xsd:annotation>   7049       <xsd:annotation>
7108          <xsd:documentation>This defines the maximum acceptable length of a string that can be stored in a data base.</xsd:documentation>   7050          <xsd:documentation>This defines the maximum acceptable length of a string that can be stored in a data base.</xsd:documentation>
7109       </xsd:annotation>   7051       </xsd:annotation>
7110       <xsd:restriction base="witsml:abstractString">   7052       <xsd:restriction base="witsml:abstractString">
7111          <xsd:maxLength value="4000">   7053          <xsd:maxLength value="4000">
7112             <xsd:annotation>   7054             <xsd:annotation>
7113                <xsd:documentation>This value should be the smallest "maximum size of a variable length character type" in commonly used DBMSs. This is the maximum size of a   7055                <xsd:documentation>This value should be the smallest "maximum size of a variable length character type" in commonly used DBMSs. This is the maximum size of a
7114                VARCHAR2 in Oracle 8.</xsd:documentation>   7056                VARCHAR2 in Oracle 8.</xsd:documentation>
7115             </xsd:annotation>   7057             </xsd:annotation>
7116          </xsd:maxLength>   7058          </xsd:maxLength>
7117       </xsd:restriction>   7059       </xsd:restriction>
7118    </xsd:simpleType>   7060    </xsd:simpleType>
7119    <!--UNUSED: Deleted type abstractUncollapsedString.-->   7061    <!--UNUSED: Deleted type abstractUncollapsedString.-->
7120    <xsd:complexType name="abstractContextualObject">   7062    <xsd:complexType name="abstractContextualObject">
7121       <xsd:annotation>   7063       <xsd:annotation>
7122          <xsd:documentation>The intended abstract supertype of all contectual objects.</xsd:documentation>   7064          <xsd:documentation>The intended abstract supertype of all contectual objects.</xsd:documentation>
7123       </xsd:annotation>   7065       </xsd:annotation>
7124       <xsd:sequence />   7066       <xsd:sequence />
7125    </xsd:complexType>   7067    </xsd:complexType>
7126    <xsd:complexType name="abstractSingularDataObject">   7068    <xsd:complexType name="abstractSingularDataObject">
7127       <xsd:annotation>   7069       <xsd:annotation>
7128          <xsd:documentation>The intended abstract supertype of all singular data objects.</xsd:documentation>   7070          <xsd:documentation>The intended abstract supertype of all singular data objects.</xsd:documentation>
7129       </xsd:annotation>   7071       </xsd:annotation>
7130       <xsd:sequence />   7072       <xsd:sequence />
7131    </xsd:complexType>   7073    </xsd:complexType>
7132    <xsd:simpleType name="abstractPositiveCount">   7074    <xsd:simpleType name="abstractPositiveCount">
7133       <xsd:annotation>   7075       <xsd:annotation>
7134          <xsd:documentation>A positive integer (one based count or index) with a maximum value of 32767 (2-bytes).</xsd:documentation>   7076          <xsd:documentation>A positive integer (one based count or index) with a maximum value of 32767 (2-bytes).</xsd:documentation>
7135       </xsd:annotation>   7077       </xsd:annotation>
7136       <xsd:restriction base="witsml:abstractShort">   7078       <xsd:restriction base="witsml:abstractShort">
7137          <xsd:minInclusive value="1">   7079          <xsd:minInclusive value="1">
7138             <xsd:annotation>   7080             <xsd:annotation>
7139                <xsd:documentation>This value cannot be negative or zero.</xsd:documentation>   7081                <xsd:documentation>This value cannot be negative or zero.</xsd:documentation>
7140             </xsd:annotation>   7082             </xsd:annotation>
7141          </xsd:minInclusive>   7083          </xsd:minInclusive>
7142       </xsd:restriction>   7084       </xsd:restriction>
7143    </xsd:simpleType>   7085    </xsd:simpleType>
7144    <xsd:simpleType name="abstractNameString">   7086    <xsd:simpleType name="abstractNameString">
7145       <xsd:annotation>   7087       <xsd:annotation>
7146          <xsd:documentation>The intended abstract supertype of all user assigned human recognizable contextual name types. There should be no assumption that (interoperable)   7088          <xsd:documentation>The intended abstract supertype of all user assigned human recognizable contextual name types. There should be no assumption that (interoperable)
7147          semantic information will be extracted from the name by a third party. This type of value is generally not guaranteed to be unique and is not a candidate to be replaced   7089          semantic information will be extracted from the name by a third party. This type of value is generally not guaranteed to be unique and is not a candidate to be replaced
7148          by an enumeration.</xsd:documentation>   7090          by an enumeration.</xsd:documentation>
7149       </xsd:annotation>   7091       </xsd:annotation>
7150       <xsd:restriction base="witsml:abstractString">   7092       <xsd:restriction base="witsml:abstractString">
7151          <xsd:maxLength value="64" />   7093          <xsd:maxLength value="64" />
7152       </xsd:restriction>   7094       </xsd:restriction>
7153    </xsd:simpleType>   7095    </xsd:simpleType>
7154    <xsd:simpleType name="abstractUidString">   7096    <xsd:simpleType name="abstractUidString">
7155       <xsd:annotation>   7097       <xsd:annotation>
7156          <xsd:documentation>The intended abstract supertype of all locally unique identifiers. The value is not intended to convey any semantic content (e.g., it may be computer   7098          <xsd:documentation>The intended abstract supertype of all locally unique identifiers. The value is not intended to convey any semantic content (e.g., it may be computer
7157          generated). The value is only required to be unique within a context in a document (e.g., defined via key and keyref). There is no guarantee that the same data in   7099          generated). The value is only required to be unique within a context in a document (e.g., defined via key and keyref). There is no guarantee that the same data in
7158          multiple documents will utilize the same uid value unless enforced by the source of the document (e.g., a document server). Spaces are not allowed.</xsd:documentation>   7100          multiple documents will utilize the same uid value unless enforced by the source of the document (e.g., a document server). Spaces are not allowed.</xsd:documentation>
7159       </xsd:annotation>   7101       </xsd:annotation>
7160       <xsd:restriction base="witsml:abstractString">   7102       <xsd:restriction base="witsml:abstractString">
7161          <xsd:maxLength value="64" />   7103          <xsd:maxLength value="64" />
7162          <xsd:pattern value="[^ ]*" />   7104          <xsd:pattern value="[^ ]*" />
7163       </xsd:restriction>   7105       </xsd:restriction>
7164    </xsd:simpleType>   7106    </xsd:simpleType>
7165    <xsd:simpleType name="abstractCommentString">   7107    <xsd:simpleType name="abstractCommentString">
7166       <xsd:annotation>   7108       <xsd:annotation>
7167          <xsd:documentation>The intended abstract supertype of all comments or remarks intended for human consumption. There should be no assumption that semantics can be   7109          <xsd:documentation>The intended abstract supertype of all comments or remarks intended for human consumption. There should be no assumption that semantics can be
7168          extracted from the field by a computer. Neither should there be an assumption that any two humans will interpret the information in the same way (i.e., it may not be   7110          extracted from the field by a computer. Neither should there be an assumption that any two humans will interpret the information in the same way (i.e., it may not be
7169          interoperable).</xsd:documentation>   7111          interoperable).</xsd:documentation>
7170       </xsd:annotation>   7112       </xsd:annotation>
7171       <xsd:restriction base="witsml:abstractMaximumLengthString" />   7113       <xsd:restriction base="witsml:abstractMaximumLengthString" />
7172    </xsd:simpleType>   7114    </xsd:simpleType>
7173    <xsd:simpleType name="abstractTypeEnum">   7115    <xsd:simpleType name="abstractTypeEnum">
7174       <xsd:annotation>   7116       <xsd:annotation>
7175          <xsd:documentation>The intended abstract supertype of all enumerated "types". This abstract type allows the maximum length of a type enumeration to be centrally defined.   7117          <xsd:documentation>The intended abstract supertype of all enumerated "types". This abstract type allows the maximum length of a type enumeration to be centrally defined.
7176          This type should not be used directly except to derive another type. It should also be used for uncontrolled strings which are candidates to become enumerations at a   7118          This type should not be used directly except to derive another type. It should also be used for uncontrolled strings which are candidates to become enumerations at a
7177          future date.</xsd:documentation>   7119          future date.</xsd:documentation>
7178       </xsd:annotation>   7120       </xsd:annotation>
7179       <xsd:restriction base="witsml:abstractString">   7121       <xsd:restriction base="witsml:abstractString">
7180          <xsd:maxLength value="40" />   7122          <xsd:maxLength value="40" />
7181       </xsd:restriction>   7123       </xsd:restriction>
7182    </xsd:simpleType>   7124    </xsd:simpleType>
7183    <xsd:simpleType name="abstractUomEnum">   7125    <xsd:simpleType name="abstractUomEnum">
7184       <xsd:annotation>   7126       <xsd:annotation>
7185          <xsd:documentation>The intended abstract supertype of all "units of measure". This abstract type allows the maximum length of a UOM enumeration to be centrally defined.   7127          <xsd:documentation>The intended abstract supertype of all "units of measure". This abstract type allows the maximum length of a UOM enumeration to be centrally defined.
7186          This type is abstract in the sense that it should not be used directly except to derive another type.</xsd:documentation>   7128          This type is abstract in the sense that it should not be used directly except to derive another type.</xsd:documentation>
7187       </xsd:annotation>   7129       </xsd:annotation>
7188       <xsd:restriction base="witsml:abstractString">   7130       <xsd:restriction base="witsml:abstractString">
7189          <xsd:maxLength value="24" />   7131          <xsd:maxLength value="24" />
7190       </xsd:restriction>   7132       </xsd:restriction>
7191    </xsd:simpleType>   7133    </xsd:simpleType>
7192    <xsd:simpleType name="abstractNonNegativeCount">   7134    <xsd:simpleType name="abstractNonNegativeCount">
7193       <xsd:annotation>   7135       <xsd:annotation>
7194          <xsd:documentation>A non-negative integer (zero based count or index) with a maximum vaulue of 32767 (2-bytes).</xsd:documentation>   7136          <xsd:documentation>A non-negative integer (zero based count or index) with a maximum vaulue of 32767 (2-bytes).</xsd:documentation>
7195       </xsd:annotation>   7137       </xsd:annotation>
7196       <xsd:restriction base="witsml:abstractShort">   7138       <xsd:restriction base="witsml:abstractShort">
7197          <xsd:minInclusive value="0">   7139          <xsd:minInclusive value="0">
7198             <xsd:annotation>   7140             <xsd:annotation>
7199                <xsd:documentation>This value cannot be negative.</xsd:documentation>   7141                <xsd:documentation>This value cannot be negative.</xsd:documentation>
7200             </xsd:annotation>   7142             </xsd:annotation>
7201          </xsd:minInclusive>   7143          </xsd:minInclusive>
7202       </xsd:restriction>   7144       </xsd:restriction>
7203    </xsd:simpleType>   7145    </xsd:simpleType>
7204    <!--UNUSED: Deleted type ActivityClassType.-->   7146    <!--UNUSED: Deleted type ActivityClassType.-->
7205    <!--UNUSED: Deleted type ActivityCode.-->   7147    <!--UNUSED: Deleted type ActivityCode.-->
7206    <xsd:simpleType name="AddressKindEnum">   7148    <xsd:simpleType name="AddressKindEnum">
7207       <xsd:annotation>   7149       <xsd:annotation>
7208          <xsd:documentation>Kind of Address. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>   7150          <xsd:documentation>Kind of Address. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
7209       </xsd:annotation>   7151       </xsd:annotation>
7210       <xsd:restriction base="witsml:abstractTypeEnum">   7152       <xsd:restriction base="witsml:abstractTypeEnum">
7211          <xsd:enumeration value="mailing">   7153          <xsd:enumeration value="mailing">
7212             <xsd:annotation>   7154             <xsd:annotation>
7213                <xsd:documentation>The mailing address of a business associate or facility.</xsd:documentation>   7155                <xsd:documentation>The mailing address of a business associate or facility.</xsd:documentation>
7214             </xsd:annotation>   7156             </xsd:annotation>
7215          </xsd:enumeration>   7157          </xsd:enumeration>
7216          <xsd:enumeration value="physical">   7158          <xsd:enumeration value="physical">
7217             <xsd:annotation>   7159             <xsd:annotation>
7218                <xsd:documentation>The physical address - location - of a business associate or facility.</xsd:documentation>   7160                <xsd:documentation>The physical address - location - of a business associate or facility.</xsd:documentation>
7219             </xsd:annotation>   7161             </xsd:annotation>
7220          </xsd:enumeration>   7162          </xsd:enumeration>
7221          <xsd:enumeration value="both">   7163          <xsd:enumeration value="both">
7222             <xsd:annotation>   7164             <xsd:annotation>
7223                <xsd:documentation>Both the mailing address and the physical address.</xsd:documentation>   7165                <xsd:documentation>Both the mailing address and the physical address.</xsd:documentation>
7224             </xsd:annotation>   7166             </xsd:annotation>
7225          </xsd:enumeration>   7167          </xsd:enumeration>
7226          <xsd:enumeration value="unknown">   7168          <xsd:enumeration value="unknown">
7227             <xsd:annotation>   7169             <xsd:annotation>
7228                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   7170                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
7229                value. Use of this value may result in rejection in some situations.</xsd:documentation>   7171                value. Use of this value may result in rejection in some situations.</xsd:documentation>
7230             </xsd:annotation>   7172             </xsd:annotation>
7231          </xsd:enumeration>   7173          </xsd:enumeration>
7232       </xsd:restriction>   7174       </xsd:restriction>
7233    </xsd:simpleType>   7175    </xsd:simpleType>
7234    <xsd:simpleType name="AddressQualifier">   7176    <xsd:simpleType name="AddressQualifier">
7235       <xsd:annotation>   7177       <xsd:annotation>
7236          <xsd:documentation>What kind of email (or phone) is this? Is it a work phone? Or personal? Or is a permanent one? The list of standard values is contained in the PRODML   7178          <xsd:documentation>What kind of email (or phone) is this? Is it a work phone? Or personal? Or is a permanent one? The list of standard values is contained in the PRODML
7237          enumValues.xml file.</xsd:documentation>   7179          enumValues.xml file.</xsd:documentation>
7238       </xsd:annotation>   7180       </xsd:annotation>
7239       <xsd:restriction base="witsml:abstractTypeEnum">   7181       <xsd:restriction base="witsml:abstractTypeEnum">
7240          <xsd:enumeration value="personal">   7182          <xsd:enumeration value="personal">
7241             <xsd:annotation>   7183             <xsd:annotation>
7242                <xsd:documentation>The phone number or email address is personal, and can probably be received at the business associates home.</xsd:documentation>   7184                <xsd:documentation>The phone number or email address is personal, and can probably be received at the business associates home.</xsd:documentation>
7243             </xsd:annotation>   7185             </xsd:annotation>
7244          </xsd:enumeration>   7186          </xsd:enumeration>
7245          <xsd:enumeration value="work">   7187          <xsd:enumeration value="work">
7246             <xsd:annotation>   7188             <xsd:annotation>
7247                <xsd:documentation>The phone number or email is a work number, which is subject to change if the business associate changes jobs.</xsd:documentation>   7189                <xsd:documentation>The phone number or email is a work number, which is subject to change if the business associate changes jobs.</xsd:documentation>
7248             </xsd:annotation>   7190             </xsd:annotation>
7249          </xsd:enumeration>   7191          </xsd:enumeration>
7250          <xsd:enumeration value="permanent">   7192          <xsd:enumeration value="permanent">
7251             <xsd:annotation>   7193             <xsd:annotation>
7252                <xsd:documentation>The phone number or email is permanent, which will still be valid if the person changes home or work locations.</xsd:documentation>   7194                <xsd:documentation>The phone number or email is permanent, which will still be valid if the person changes home or work locations.</xsd:documentation>
7253             </xsd:annotation>   7195             </xsd:annotation>
7254          </xsd:enumeration>   7196          </xsd:enumeration>
7255          <xsd:enumeration value="unknown">   7197          <xsd:enumeration value="unknown">
7256             <xsd:annotation>   7198             <xsd:annotation>
7257                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   7199                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
7258                value. Use of this value may result in rejection in some situations.</xsd:documentation>   7200                value. Use of this value may result in rejection in some situations.</xsd:documentation>
7259             </xsd:annotation>   7201             </xsd:annotation>
7260          </xsd:enumeration>   7202          </xsd:enumeration>
7261       </xsd:restriction>   7203       </xsd:restriction>
7262    </xsd:simpleType>   7204    </xsd:simpleType>
7263    <!--UNUSED: Deleted type AziRef.-->   7205    <!--UNUSED: Deleted type AziRef.-->
7264    <!--UNUSED: Deleted type ArrayElementDataType.-->   7206    <!--UNUSED: Deleted type ArrayElementDataType.-->
7265    <!--UNUSED: Deleted type BearingType.-->   7207    <!--UNUSED: Deleted type BearingType.-->
7266    <!--UNUSED: Deleted type BitDullCode.-->   7208    <!--UNUSED: Deleted type BitDullCode.-->
7267    <!--UNUSED: Deleted type BitReasonPulled.-->   7209    <!--UNUSED: Deleted type BitReasonPulled.-->
7268    <!--UNUSED: Deleted type BitType.-->   7210    <!--UNUSED: Deleted type BitType.-->
7269    <!--UNUSED: Deleted type BhaStatus.-->   7211    <!--UNUSED: Deleted type BhaStatus.-->
7270    <!--UNUSED: Deleted type BladeShapeType.-->   7212    <!--UNUSED: Deleted type BladeShapeType.-->
7271    <!--UNUSED: Deleted type BladeType.-->   7213    <!--UNUSED: Deleted type BladeType.-->
7272    <!--UNUSED: Deleted type BopType.-->   7214    <!--UNUSED: Deleted type BopType.-->
7273    <!--UNUSED: Deleted type BoxPinConfig.-->   7215    <!--UNUSED: Deleted type BoxPinConfig.-->
7274    <xsd:simpleType name="CalculationMethod">   7216    <xsd:simpleType name="CalculationMethod">
7275       <xsd:annotation>   7217       <xsd:annotation>
7276          <xsd:documentation>Defines the calculation methods available for "filling in" values in an indexed set. The list of standard values is contained in the PRODML   7218          <xsd:documentation>Defines the calculation methods available for "filling in" values in an indexed set. The list of standard values is contained in the PRODML
7277          enumValues.xml file.</xsd:documentation>   7219          enumValues.xml file.</xsd:documentation>
7278       </xsd:annotation>   7220       </xsd:annotation>
7279       <xsd:restriction base="witsml:abstractTypeEnum">   7221       <xsd:restriction base="witsml:abstractTypeEnum">
7280          <xsd:enumeration value="none">   7222          <xsd:enumeration value="none">
7281             <xsd:annotation>   7223             <xsd:annotation>
7282                <xsd:documentation>No calculations are performed to create data where none exists at index points within an existing set of data.</xsd:documentation>   7224                <xsd:documentation>No calculations are performed to create data where none exists at index points within an existing set of data.</xsd:documentation>
7283             </xsd:annotation>   7225             </xsd:annotation>
7284          </xsd:enumeration>   7226          </xsd:enumeration>
7285          <xsd:enumeration value="step wise constant">   7227          <xsd:enumeration value="step wise constant">
7286             <xsd:annotation>   7228             <xsd:annotation>
7287                <xsd:documentation>The value is held constant until the next index point.</xsd:documentation>   7229                <xsd:documentation>The value is held constant until the next index point.</xsd:documentation>
7288             </xsd:annotation>   7230             </xsd:annotation>
7289          </xsd:enumeration>   7231          </xsd:enumeration>
7290          <xsd:enumeration value="unknown">   7232          <xsd:enumeration value="unknown">
7291             <xsd:annotation>   7233             <xsd:annotation>
7292                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   7234                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
7293                value. Use of this value may result in rejection in some situations.</xsd:documentation>   7235                value. Use of this value may result in rejection in some situations.</xsd:documentation>
7294             </xsd:annotation>   7236             </xsd:annotation>
7295          </xsd:enumeration>   7237          </xsd:enumeration>
7296       </xsd:restriction>   7238       </xsd:restriction>
7297    </xsd:simpleType>   7239    </xsd:simpleType>
7298    <!--UNUSED: Deleted type CementJobType.-->   7240    <!--UNUSED: Deleted type CementJobType.-->
7299    <!--UNUSED: Deleted type ConnectionPosition.-->   7241    <!--UNUSED: Deleted type ConnectionPosition.-->
7300    <xsd:simpleType name="ContactPreference">   7242    <xsd:simpleType name="ContactPreference">
7301       <xsd:annotation>   7243       <xsd:annotation>
7302          <xsd:documentation>The preferred method of contacting a business associate. The list of standard values is contained in the PRODML enumValues.xml   7244          <xsd:documentation>The preferred method of contacting a business associate. The list of standard values is contained in the PRODML enumValues.xml
7303          file.</xsd:documentation>   7245          file.</xsd:documentation>
7304       </xsd:annotation>   7246       </xsd:annotation>
7305       <xsd:restriction base="witsml:abstractTypeEnum">   7247       <xsd:restriction base="witsml:abstractTypeEnum">
7306          <xsd:enumeration value="business mail">   7248          <xsd:enumeration value="business mail">
7307             <xsd:annotation>   7249             <xsd:annotation>
7308                <xsd:documentation>Postal mail at the business address.</xsd:documentation>   7250                <xsd:documentation>Postal mail at the business address.</xsd:documentation>
7309             </xsd:annotation>   7251             </xsd:annotation>
7310          </xsd:enumeration>   7252          </xsd:enumeration>
7311          <xsd:enumeration value="business fax">   7253          <xsd:enumeration value="business fax">
7312             <xsd:annotation>   7254             <xsd:annotation>
7313                <xsd:documentation>Business fax.</xsd:documentation>   7255                <xsd:documentation>Business fax.</xsd:documentation>
7314             </xsd:annotation>   7256             </xsd:annotation>
7315          </xsd:enumeration>   7257          </xsd:enumeration>
7316          <xsd:enumeration value="business email">   7258          <xsd:enumeration value="business email">
7317             <xsd:annotation>   7259             <xsd:annotation>
7318                <xsd:documentation>Business email.</xsd:documentation>   7260                <xsd:documentation>Business email.</xsd:documentation>
7319             </xsd:annotation>   7261             </xsd:annotation>
7320          </xsd:enumeration>   7262          </xsd:enumeration>
7321          <xsd:enumeration value="business mail">   7263          <xsd:enumeration value="business mail">
7322             <xsd:annotation>   7264             <xsd:annotation>
7323                <xsd:documentation>Postal mail at the business address.</xsd:documentation>   7265                <xsd:documentation>Postal mail at the business address.</xsd:documentation>
7324             </xsd:annotation>   7266             </xsd:annotation>
7325          </xsd:enumeration>   7267          </xsd:enumeration>
7326          <xsd:enumeration value="business phone">   7268          <xsd:enumeration value="business phone">
7327             <xsd:annotation>   7269             <xsd:annotation>
7328                <xsd:documentation>Business voice phone.</xsd:documentation>   7270                <xsd:documentation>Business voice phone.</xsd:documentation>
7329             </xsd:annotation>   7271             </xsd:annotation>
7330          </xsd:enumeration>   7272          </xsd:enumeration>
7331          <xsd:enumeration value="mobile">   7273          <xsd:enumeration value="mobile">
7332             <xsd:annotation>   7274             <xsd:annotation>
7333                <xsd:documentation>Mobile phone.</xsd:documentation>   7275                <xsd:documentation>Mobile phone.</xsd:documentation>
7334             </xsd:annotation>   7276             </xsd:annotation>
7335          </xsd:enumeration>   7277          </xsd:enumeration>
7336          <xsd:enumeration value="pager">   7278          <xsd:enumeration value="pager">
7337             <xsd:annotation>   7279             <xsd:annotation>
7338                <xsd:documentation>Pager.</xsd:documentation>   7280                <xsd:documentation>Pager.</xsd:documentation>
7339             </xsd:annotation>   7281             </xsd:annotation>
7340          </xsd:enumeration>   7282          </xsd:enumeration>
7341          <xsd:enumeration value="personal fax">   7283          <xsd:enumeration value="personal fax">
7342             <xsd:annotation>   7284             <xsd:annotation>
7343                <xsd:documentation>Personal fax.</xsd:documentation>   7285                <xsd:documentation>Personal fax.</xsd:documentation>
7344             </xsd:annotation>   7286             </xsd:annotation>
7345          </xsd:enumeration>   7287          </xsd:enumeration>
7346          <xsd:enumeration value="personal email">   7288          <xsd:enumeration value="personal email">
7347             <xsd:annotation>   7289             <xsd:annotation>
7348                <xsd:documentation>Personal email.</xsd:documentation>   7290                <xsd:documentation>Personal email.</xsd:documentation>
7349             </xsd:annotation>   7291             </xsd:annotation>
7350          </xsd:enumeration>   7292          </xsd:enumeration>
7351          <xsd:enumeration value="personal mail">   7293          <xsd:enumeration value="personal mail">
7352             <xsd:annotation>   7294             <xsd:annotation>
7353                <xsd:documentation>Postal mail at the personal address.</xsd:documentation>   7295                <xsd:documentation>Postal mail at the personal address.</xsd:documentation>
7354             </xsd:annotation>   7296             </xsd:annotation>
7355          </xsd:enumeration>   7297          </xsd:enumeration>
7356          <xsd:enumeration value="personal phone">   7298          <xsd:enumeration value="personal phone">
7357             <xsd:annotation>   7299             <xsd:annotation>
7358                <xsd:documentation>Personal voice phone.</xsd:documentation>   7300                <xsd:documentation>Personal voice phone.</xsd:documentation>
7359             </xsd:annotation>   7301             </xsd:annotation>
7360          </xsd:enumeration>   7302          </xsd:enumeration>
7361          <xsd:enumeration value="unknown">   7303          <xsd:enumeration value="unknown">
7362             <xsd:annotation>   7304             <xsd:annotation>
7363                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   7305                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
7364                value. Use of this value may result in rejection in some situations.</xsd:documentation>   7306                value. Use of this value may result in rejection in some situations.</xsd:documentation>
7365             </xsd:annotation>   7307             </xsd:annotation>
7366          </xsd:enumeration>   7308          </xsd:enumeration>
7367       </xsd:restriction>   7309       </xsd:restriction>
7368    </xsd:simpleType>   7310    </xsd:simpleType>
7369    <!--UNUSED: Deleted type DeflectionMethod.-->   7311    <!--UNUSED: Deleted type DeflectionMethod.-->
7370    <!--UNUSED: Deleted type DerrickType.-->   7312    <!--UNUSED: Deleted type DerrickType.-->
7371    <!--UNUSED: Deleted type DrawWorksType.-->   7313    <!--UNUSED: Deleted type DrawWorksType.-->
7372    <!--UNUSED: Deleted type DriveType.-->   7314    <!--UNUSED: Deleted type DriveType.-->
7373    <xsd:simpleType name="ElevCodeEnum">   7315    <xsd:simpleType name="ElevCodeEnum">
7374       <xsd:annotation>   7316       <xsd:annotation>
7375          <xsd:documentation>The type of local or permanent reference datum for vertical gravity based (i.e., elevation and vertical depth) and measured depth coordinates within   7317          <xsd:documentation>The type of local or permanent reference datum for vertical gravity based (i.e., elevation and vertical depth) and measured depth coordinates within
7376          the context of a well. This list includes local points (e.g., kelly bushing) used as a datum and vertical reference datums (e.g., mean sea level).</xsd:documentation>   7318          the context of a well. This list includes local points (e.g., kelly bushing) used as a datum and vertical reference datums (e.g., mean sea level).</xsd:documentation>
7377       </xsd:annotation>   7319       </xsd:annotation>
7378       <xsd:restriction base="witsml:abstractTypeEnum">   7320       <xsd:restriction base="witsml:abstractTypeEnum">
7379          <xsd:enumeration value="CF">   7321          <xsd:enumeration value="CF">
7380             <xsd:annotation>   7322             <xsd:annotation>
7381                <xsd:documentation>casing flange: A flange affixed to the top of the casing string used to attach production equipment.</xsd:documentation>   7323                <xsd:documentation>casing flange: A flange affixed to the top of the casing string used to attach production equipment.</xsd:documentation>
7382             </xsd:annotation>   7324             </xsd:annotation>
7383          </xsd:enumeration>   7325          </xsd:enumeration>
7384          <xsd:enumeration value="CV">   7326          <xsd:enumeration value="CV">
7385             <xsd:annotation>   7327             <xsd:annotation>
7386                <xsd:documentation>crown valve</xsd:documentation>   7328                <xsd:documentation>crown valve</xsd:documentation>
7387             </xsd:annotation>   7329             </xsd:annotation>
7388          </xsd:enumeration>   7330          </xsd:enumeration>
7389          <xsd:enumeration value="DF">   7331          <xsd:enumeration value="DF">
7390             <xsd:annotation>   7332             <xsd:annotation>
7391                <xsd:documentation>derrick floor</xsd:documentation>   7333                <xsd:documentation>derrick floor</xsd:documentation>
7392             </xsd:annotation>   7334             </xsd:annotation>
7393          </xsd:enumeration>   7335          </xsd:enumeration>
7394          <xsd:enumeration value="GL">   7336          <xsd:enumeration value="GL">
7395             <xsd:annotation>   7337             <xsd:annotation>
7396                <xsd:documentation>ground level</xsd:documentation>   7338                <xsd:documentation>ground level</xsd:documentation>
7397             </xsd:annotation>   7339             </xsd:annotation>
7398          </xsd:enumeration>   7340          </xsd:enumeration>
7399          <xsd:enumeration value="KB">   7341          <xsd:enumeration value="KB">
7400             <xsd:annotation>   7342             <xsd:annotation>
7401                <xsd:documentation>kelly bushing</xsd:documentation>   7343                <xsd:documentation>kelly bushing</xsd:documentation>
7402             </xsd:annotation>   7344             </xsd:annotation>
7403          </xsd:enumeration>   7345          </xsd:enumeration>
7404          <xsd:enumeration value="RB">   7346          <xsd:enumeration value="RB">
7405             <xsd:annotation>   7347             <xsd:annotation>
7406                <xsd:documentation>rotary bushing</xsd:documentation>   7348                <xsd:documentation>rotary bushing</xsd:documentation>
7407             </xsd:annotation>   7349             </xsd:annotation>
7408          </xsd:enumeration>   7350          </xsd:enumeration>
7409          <xsd:enumeration value="RT">   7351          <xsd:enumeration value="RT">
7410             <xsd:annotation>   7352             <xsd:annotation>
7411                <xsd:documentation>rotary table</xsd:documentation>   7353                <xsd:documentation>rotary table</xsd:documentation>
7412             </xsd:annotation>   7354             </xsd:annotation>
7413          </xsd:enumeration>   7355          </xsd:enumeration>
7414          <xsd:enumeration value="SF">   7356          <xsd:enumeration value="SF">
7415             <xsd:annotation>   7357             <xsd:annotation>
7416                <xsd:documentation>sea floor</xsd:documentation>   7358                <xsd:documentation>sea floor</xsd:documentation>
7417             </xsd:annotation>   7359             </xsd:annotation>
7418          </xsd:enumeration>   7360          </xsd:enumeration>
7419          <xsd:enumeration value="LAT">   7361          <xsd:enumeration value="LAT">
7420             <xsd:annotation>   7362             <xsd:annotation>
7421                <xsd:documentation>Lowest Astronomical Tide. The lowest tide level over the duration of the National Tidal Datum Epoch (19 years).</xsd:documentation>   7363                <xsd:documentation>Lowest Astronomical Tide. The lowest tide level over the duration of the National Tidal Datum Epoch (19 years).</xsd:documentation>
7422             </xsd:annotation>   7364             </xsd:annotation>
7423          </xsd:enumeration>   7365          </xsd:enumeration>
7424          <xsd:enumeration value="SL">   7366          <xsd:enumeration value="SL">
7425             <xsd:annotation>   7367             <xsd:annotation>
7426                <xsd:documentation>Mean Sea Level - A tidal datum. The arithmetic mean of hourly heights observed over the National Tidal Datum Epoch (19   7368                <xsd:documentation>Mean Sea Level - A tidal datum. The arithmetic mean of hourly heights observed over the National Tidal Datum Epoch (19
7427                years).</xsd:documentation>   7369                years).</xsd:documentation>
7428             </xsd:annotation>   7370             </xsd:annotation>
7429          </xsd:enumeration>   7371          </xsd:enumeration>
7430          <xsd:enumeration value="MHHW">   7372          <xsd:enumeration value="MHHW">
7431             <xsd:annotation>   7373             <xsd:annotation>
7432                <xsd:documentation>Mean Higher High Water - A tidal datum. The average of the higher high water height of each tidal day observed over the National Tidal Datum   7374                <xsd:documentation>Mean Higher High Water - A tidal datum. The average of the higher high water height of each tidal day observed over the National Tidal Datum
7433                Epoch (19 years).</xsd:documentation>   7375                Epoch (19 years).</xsd:documentation>
7434             </xsd:annotation>   7376             </xsd:annotation>
7435          </xsd:enumeration>   7377          </xsd:enumeration>
7436          <xsd:enumeration value="MHW">   7378          <xsd:enumeration value="MHW">
7437             <xsd:annotation>   7379             <xsd:annotation>
7438                <xsd:documentation>Mean High Water - A tidal datum. The average of all the high water heights observed over the National Tidal Datum Epoch (19   7380                <xsd:documentation>Mean High Water - A tidal datum. The average of all the high water heights observed over the National Tidal Datum Epoch (19
7439                years).</xsd:documentation>   7381                years).</xsd:documentation>
7440             </xsd:annotation>   7382             </xsd:annotation>
7441          </xsd:enumeration>   7383          </xsd:enumeration>
7442          <xsd:enumeration value="MLLW">   7384          <xsd:enumeration value="MLLW">
7443             <xsd:annotation>   7385             <xsd:annotation>
7444                <xsd:documentation>Mean Lower Low Water - A tidal datum. The average of the lower low water height of each tidal day observed over the National Tidal Datum Epoch   7386                <xsd:documentation>Mean Lower Low Water - A tidal datum. The average of the lower low water height of each tidal day observed over the National Tidal Datum Epoch
7445                (19 years ).</xsd:documentation>   7387                (19 years ).</xsd:documentation>
7446             </xsd:annotation>   7388             </xsd:annotation>
7447          </xsd:enumeration>   7389          </xsd:enumeration>
7448          <xsd:enumeration value="MLW">   7390          <xsd:enumeration value="MLW">
7449             <xsd:annotation>   7391             <xsd:annotation>
7450                <xsd:documentation>Mean Low Water - A tidal datum. The average of all the low water heights observed over the National Tidal Datum Epoch (19   7392                <xsd:documentation>Mean Low Water - A tidal datum. The average of all the low water heights observed over the National Tidal Datum Epoch (19
7451                years).</xsd:documentation>   7393                years).</xsd:documentation>
7452             </xsd:annotation>   7394             </xsd:annotation>
7453          </xsd:enumeration>   7395          </xsd:enumeration>
7454          <xsd:enumeration value="MTL">   7396          <xsd:enumeration value="MTL">
7455             <xsd:annotation>   7397             <xsd:annotation>
7456                <xsd:documentation>Mean Tide Level - A tidal datum. The arithmetic mean of mean high water and mean low water. Same as half-tide level.</xsd:documentation>   7398                <xsd:documentation>Mean Tide Level - A tidal datum. The arithmetic mean of mean high water and mean low water. Same as half-tide level.</xsd:documentation>
7457             </xsd:annotation>   7399             </xsd:annotation>
7458          </xsd:enumeration>   7400          </xsd:enumeration>
7459          <xsd:enumeration value="KO">   7401          <xsd:enumeration value="KO">
7460             <xsd:annotation>   7402             <xsd:annotation>
7461                <xsd:documentation>kickoff point</xsd:documentation>   7403                <xsd:documentation>kickoff point</xsd:documentation>
7462             </xsd:annotation>   7404             </xsd:annotation>
7463          </xsd:enumeration>   7405          </xsd:enumeration>
7464          <xsd:enumeration value="unknown">   7406          <xsd:enumeration value="unknown">
7465             <xsd:annotation>   7407             <xsd:annotation>
7466                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   7408                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
7467                value. Use of this value may result in rejection in some situations.</xsd:documentation>   7409                value. Use of this value may result in rejection in some situations.</xsd:documentation>
7468             </xsd:annotation>   7410             </xsd:annotation>
7469          </xsd:enumeration>   7411          </xsd:enumeration>
7470       </xsd:restriction>   7412       </xsd:restriction>
7471    </xsd:simpleType>   7413    </xsd:simpleType>
7472    <!--UNUSED: Deleted type Ellipsoid.-->   7414    <!--UNUSED: Deleted type Ellipsoid.-->
7473    <xsd:simpleType name="EndpointQualifier">   7415    <xsd:simpleType name="EndpointQualifier">
7474       <xsd:annotation>   7416       <xsd:annotation>
7475          <xsd:documentation>The meaning of the endpoint for min/max query parameters on "growing objects". The list of standard values is contained in the PRODML enumValues.xml   7417          <xsd:documentation>The meaning of the endpoint for min/max query parameters on "growing objects". The list of standard values is contained in the PRODML enumValues.xml
7476          file.</xsd:documentation>   7418          file.</xsd:documentation>
7477       </xsd:annotation>   7419       </xsd:annotation>
7478       <xsd:restriction base="witsml:abstractTypeEnum">   7420       <xsd:restriction base="witsml:abstractTypeEnum">
7479          <xsd:enumeration value="inclusive">   7421          <xsd:enumeration value="inclusive">
7480             <xsd:annotation>   7422             <xsd:annotation>
7481                <xsd:documentation>The endpoint of the range is inclusive of the specified range value. hat is, a node index value which matches the specified range value is   7423                <xsd:documentation>The endpoint of the range is inclusive of the specified range value. hat is, a node index value which matches the specified range value is
7482                considered to be within the range.</xsd:documentation>   7424                considered to be within the range.</xsd:documentation>
7483             </xsd:annotation>   7425             </xsd:annotation>
7484          </xsd:enumeration>   7426          </xsd:enumeration>
7485          <xsd:enumeration value="exclusive">   7427          <xsd:enumeration value="exclusive">
7486             <xsd:annotation>   7428             <xsd:annotation>
7487                <xsd:documentation>The endpoint of the range is exclusive of the specified range value. That is, a node index value which matches the specified range value is   7429                <xsd:documentation>The endpoint of the range is exclusive of the specified range value. That is, a node index value which matches the specified range value is
7488                considered to be outside the range.</xsd:documentation>   7430                considered to be outside the range.</xsd:documentation>
7489             </xsd:annotation>   7431             </xsd:annotation>
7490          </xsd:enumeration>   7432          </xsd:enumeration>
7491          <xsd:enumeration value="extensive">   7433          <xsd:enumeration value="extensive">
7492             <xsd:annotation>   7434             <xsd:annotation>
7493                <xsd:documentation>The endpoint of the range may be extended to the first encountered value if an exact value match is not found. That is, if a node index value   7435                <xsd:documentation>The endpoint of the range may be extended to the first encountered value if an exact value match is not found. That is, if a node index value
7494                does not match the specified range value then the next smaller value (on minimum end) or larger value (on maximum end) in the index series should be used as the   7436                does not match the specified range value then the next smaller value (on minimum end) or larger value (on maximum end) in the index series should be used as the
7495                endpoint. Basically, this concept is designed to support interpolation across an undefined point.</xsd:documentation>   7437                endpoint. Basically, this concept is designed to support interpolation across an undefined point.</xsd:documentation>
7496             </xsd:annotation>   7438             </xsd:annotation>
7497          </xsd:enumeration>   7439          </xsd:enumeration>
7498          <xsd:enumeration value="overlap extensive">   7440          <xsd:enumeration value="overlap extensive">
7499             <xsd:annotation>   7441             <xsd:annotation>
7500                <xsd:documentation>The endpoint of the range may be extended to the first encountered value if the interval is overlapped with the index interval. That is, if a   7442                <xsd:documentation>The endpoint of the range may be extended to the first encountered value if the interval is overlapped with the index interval. That is, if a
7501                node index value does not match the specified range value then the next smaller value (on minimum end) or larger value (on maximum end) in the index series should   7443                node index value does not match the specified range value then the next smaller value (on minimum end) or larger value (on maximum end) in the index series should
7502                be used as the endpoint. This concept is designed to select ALL nodes whose index interval overlap with the query range.</xsd:documentation>   7444                be used as the endpoint. This concept is designed to select ALL nodes whose index interval overlap with the query range.</xsd:documentation>
7503             </xsd:annotation>   7445             </xsd:annotation>
7504          </xsd:enumeration>   7446          </xsd:enumeration>
7505          <xsd:enumeration value="unknown">   7447          <xsd:enumeration value="unknown">
7506             <xsd:annotation>   7448             <xsd:annotation>
7507                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   7449                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
7508                value. Use of this value may result in rejection in some situations.</xsd:documentation>   7450                value. Use of this value may result in rejection in some situations.</xsd:documentation>
7509             </xsd:annotation>   7451             </xsd:annotation>
7510          </xsd:enumeration>   7452          </xsd:enumeration>
7511       </xsd:restriction>   7453       </xsd:restriction>
7512    </xsd:simpleType>   7454    </xsd:simpleType>
7513    <xsd:simpleType name="FacilityParameter">   7455    <xsd:simpleType name="FacilityParameter">
7514       <xsd:annotation>   7456       <xsd:annotation>
7515          <xsd:documentation>Defines kinds of facility parameters. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>   7457          <xsd:documentation>Defines kinds of facility parameters. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
7516       </xsd:annotation>   7458       </xsd:annotation>
7517       <xsd:restriction base="witsml:abstractTypeEnum">   7459       <xsd:restriction base="witsml:abstractTypeEnum">
7518          <xsd:enumeration value="available">   7460          <xsd:enumeration value="available">
7519             <xsd:annotation>   7461             <xsd:annotation>
7520                <xsd:documentation>Indicates the availablity of the facility. This should be implemented as a string value. A value of "true" indicates that it is available for   7462                <xsd:documentation>Indicates the availablity of the facility. This should be implemented as a string value. A value of "true" indicates that it is available for
7521                use. That is, it may be currently shut-down but it can be restarted. A value of "false" indicates that the faility is not available to be used. That is, it cannot   7463                use. That is, it may be currently shut-down but it can be restarted. A value of "false" indicates that the faility is not available to be used. That is, it cannot
7522                be restarted at this time.</xsd:documentation>   7464                be restarted at this time.</xsd:documentation>
7523             </xsd:annotation>   7465             </xsd:annotation>
7524          </xsd:enumeration>   7466          </xsd:enumeration>
7525          <xsd:enumeration value="available room">   7467          <xsd:enumeration value="available room">
7526             <xsd:annotation>   7468             <xsd:annotation>
7527                <xsd:documentation>Defines the unoccupied volume of a tank. Zero indicates that the tank is full. This should be implemented as a volume   7469                <xsd:documentation>Defines the unoccupied volume of a tank. Zero indicates that the tank is full. This should be implemented as a volume
7528                measure.</xsd:documentation>   7470                measure.</xsd:documentation>
7529             </xsd:annotation>   7471             </xsd:annotation>
7530          </xsd:enumeration>   7472          </xsd:enumeration>
7531          <xsd:enumeration value="block valve status">   7473          <xsd:enumeration value="block valve status">
7532             <xsd:annotation>   7474             <xsd:annotation>
7533                <xsd:documentation>Indicates the status of a block valve. This should be implemented as a string value. A value of "open" indicates that it is open. A value of   7475                <xsd:documentation>Indicates the status of a block valve. This should be implemented as a string value. A value of "open" indicates that it is open. A value of
7534                "closed" indicates that it is closed.</xsd:documentation>   7476                "closed" indicates that it is closed.</xsd:documentation>
7535             </xsd:annotation>   7477             </xsd:annotation>
7536          </xsd:enumeration>   7478          </xsd:enumeration>
7537          <xsd:enumeration value="facility uptime">   7479          <xsd:enumeration value="facility uptime">
7538             <xsd:annotation>   7480             <xsd:annotation>
7539                <xsd:documentation>The ammount to time the facility was available during the specified period. This should be implemented as an time measure.</xsd:documentation>   7481                <xsd:documentation>The ammount to time the facility was available during the specified period. This should be implemented as an time measure.</xsd:documentation>
7540             </xsd:annotation>   7482             </xsd:annotation>
7541          </xsd:enumeration>   7483          </xsd:enumeration>
7542          <xsd:enumeration value="reciprocating speed">   7484          <xsd:enumeration value="reciprocating speed">
7543             <xsd:annotation>   7485             <xsd:annotation>
7544                <xsd:documentation>The reciprocating speed of a device (e.g., motor, compressor) This should be implemented as an anglePerTime measure.</xsd:documentation>   7486                <xsd:documentation>The reciprocating speed of a device (e.g., motor, compressor) This should be implemented as an anglePerTime measure.</xsd:documentation>
7545             </xsd:annotation>   7487             </xsd:annotation>
7546          </xsd:enumeration>   7488          </xsd:enumeration>
7547          <xsd:enumeration value="relative tank level">   7489          <xsd:enumeration value="relative tank level">
7548             <xsd:annotation>   7490             <xsd:annotation>
7549                <xsd:documentation>Defines the relative level of a tank. Zero indicates empty and 100% indicates full. This should be implemented as a lengthPerLength   7491                <xsd:documentation>Defines the relative level of a tank. Zero indicates empty and 100% indicates full. This should be implemented as a lengthPerLength
7550                measure.</xsd:documentation>   7492                measure.</xsd:documentation>
7551             </xsd:annotation>   7493             </xsd:annotation>
7552          </xsd:enumeration>   7494          </xsd:enumeration>
7553          <xsd:enumeration value="relative valve opening">   7495          <xsd:enumeration value="relative valve opening">
7554             <xsd:annotation>   7496             <xsd:annotation>
7555                <xsd:documentation>Indicates the status of a valve. This should be implemented as an areaPerAreaMeasure. A value of 100 % indicates that it is open. A value of zero   7497                <xsd:documentation>Indicates the status of a valve. This should be implemented as an areaPerAreaMeasure. A value of 100 % indicates that it is open. A value of zero
7556                indicates that it is closed.</xsd:documentation>   7498                indicates that it is closed.</xsd:documentation>
7557             </xsd:annotation>   7499             </xsd:annotation>
7558          </xsd:enumeration>   7500          </xsd:enumeration>
7559          <xsd:enumeration value="valve opening">   7501          <xsd:enumeration value="valve opening">
7560             <xsd:annotation>   7502             <xsd:annotation>
7561                <xsd:documentation>Indicates the open area of a valve. This should be implemented as an areaMeasure. A value of zero indicates that it is   7503                <xsd:documentation>Indicates the open area of a valve. This should be implemented as an areaMeasure. A value of zero indicates that it is
7562                closed.</xsd:documentation>   7504                closed.</xsd:documentation>
7563             </xsd:annotation>   7505             </xsd:annotation>
7564          </xsd:enumeration>   7506          </xsd:enumeration>
7565          <xsd:enumeration value="scheduled downtime">   7507          <xsd:enumeration value="scheduled downtime">
7566             <xsd:annotation>   7508             <xsd:annotation>
7567                <xsd:documentation>Indicates the amount of time the facility has been unavailable during the specified period. May be related to a particular point in time which   7509                <xsd:documentation>Indicates the amount of time the facility has been unavailable during the specified period. May be related to a particular point in time which
7568                would represent the start of the downtime. This should be implemented as an time measure.</xsd:documentation>   7510                would represent the start of the downtime. This should be implemented as an time measure.</xsd:documentation>
7569             </xsd:annotation>   7511             </xsd:annotation>
7570          </xsd:enumeration>   7512          </xsd:enumeration>
7571          <xsd:enumeration value="shutdown order">   7513          <xsd:enumeration value="shutdown order">
7572             <xsd:annotation>   7514             <xsd:annotation>
7573                <xsd:documentation>Defines the relative order in which a facility should be shutdown. This should be implemented as an integer count. Facilities with smaller values   7515                <xsd:documentation>Defines the relative order in which a facility should be shutdown. This should be implemented as an integer count. Facilities with smaller values
7574                should be shut down first. Only facility parameters with the same version time and same version source should be evaluated together for the purposes of this   7516                should be shut down first. Only facility parameters with the same version time and same version source should be evaluated together for the purposes of this
7575                order.</xsd:documentation>   7517                order.</xsd:documentation>
7576             </xsd:annotation>   7518             </xsd:annotation>
7577          </xsd:enumeration>   7519          </xsd:enumeration>
7578          <xsd:enumeration value="tank fluid level">   7520          <xsd:enumeration value="tank fluid level">
7579             <xsd:annotation>   7521             <xsd:annotation>
7580                <xsd:documentation>The vertical height of the specified product in a tank. This should be implemented as a length measure.</xsd:documentation>   7522                <xsd:documentation>The vertical height of the specified product in a tank. This should be implemented as a length measure.</xsd:documentation>
7581             </xsd:annotation>   7523             </xsd:annotation>
7582          </xsd:enumeration>   7524          </xsd:enumeration>
7583          <xsd:enumeration value="tank product volume">   7525          <xsd:enumeration value="tank product volume">
7584             <xsd:annotation>   7526             <xsd:annotation>
7585                <xsd:documentation>The volume of the specified product in a tank. This should be implemented as a volume measure.</xsd:documentation>   7527                <xsd:documentation>The volume of the specified product in a tank. This should be implemented as a volume measure.</xsd:documentation>
7586             </xsd:annotation>   7528             </xsd:annotation>
7587          </xsd:enumeration>   7529          </xsd:enumeration>
7588          <xsd:enumeration value="tank product standard volume">   7530          <xsd:enumeration value="tank product standard volume">
7589             <xsd:annotation>   7531             <xsd:annotation>
7590                <xsd:documentation>The volume of the specified product in a tank, corrected to standard conditions of temperature and pressure. This should be implemented as a   7532                <xsd:documentation>The volume of the specified product in a tank, corrected to standard conditions of temperature and pressure. This should be implemented as a
7591                volume measure.</xsd:documentation>   7533                volume measure.</xsd:documentation>
7592             </xsd:annotation>   7534             </xsd:annotation>
7593          </xsd:enumeration>   7535          </xsd:enumeration>
7594          <xsd:enumeration value="well operation type">   7536          <xsd:enumeration value="well operation type">
7595             <xsd:annotation>   7537             <xsd:annotation>
7596                <xsd:documentation>This commonly called the "well type". It characterizes the well based on its mode of lifting the product. This should be implemented as a string   7538                <xsd:documentation>This commonly called the "well type". It characterizes the well based on its mode of lifting the product. This should be implemented as a string
7597                value.</xsd:documentation>   7539                value.</xsd:documentation>
7598             </xsd:annotation>   7540             </xsd:annotation>
7599          </xsd:enumeration>   7541          </xsd:enumeration>
7600          <xsd:enumeration value="unknown">   7542          <xsd:enumeration value="unknown">
7601             <xsd:annotation>   7543             <xsd:annotation>
7602                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   7544                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
7603                value. Use of this value may result in rejection in some situations.</xsd:documentation>   7545                value. Use of this value may result in rejection in some situations.</xsd:documentation>
7604             </xsd:annotation>   7546             </xsd:annotation>
7605          </xsd:enumeration>   7547          </xsd:enumeration>
7606       </xsd:restriction>   7548       </xsd:restriction>
7607    </xsd:simpleType>   7549    </xsd:simpleType>
7608    <xsd:simpleType name="FiberMode">   7550    <xsd:simpleType name="FiberMode">
7609       <xsd:annotation>   7551       <xsd:annotation>
7610          <xsd:documentation>The mode of a Distributed Temperature Survey (DTS) fiber. The list of standard values is contained in the PRODML enumValues.xml   7552          <xsd:documentation>The mode of a Distributed Temperature Survey (DTS) fiber. The list of standard values is contained in the PRODML enumValues.xml
7611          file.</xsd:documentation>   7553          file.</xsd:documentation>
7612       </xsd:annotation>   7554       </xsd:annotation>
7613       <xsd:restriction base="witsml:abstractTypeEnum">   7555       <xsd:restriction base="witsml:abstractTypeEnum">
7614          <xsd:enumeration value="singlemode">   7556          <xsd:enumeration value="singlemode">
7615             <xsd:annotation>   7557             <xsd:annotation>
7616                <xsd:documentation>A single, narrow, core of constant refractive index, surrounded by glass cladding. The core diameter is comparable to a wave length of the light   7558                <xsd:documentation>A single, narrow, core of constant refractive index, surrounded by glass cladding. The core diameter is comparable to a wave length of the light
7617                (about 5 um).</xsd:documentation>   7559                (about 5 um).</xsd:documentation>
7618             </xsd:annotation>   7560             </xsd:annotation>
7619          </xsd:enumeration>   7561          </xsd:enumeration>
7620          <xsd:enumeration value="multimode">   7562          <xsd:enumeration value="multimode">
7621             <xsd:annotation>   7563             <xsd:annotation>
7622                <xsd:documentation>The core has a graded refractive index. The core is generally about 50um in diameter.</xsd:documentation>   7564                <xsd:documentation>The core has a graded refractive index. The core is generally about 50um in diameter.</xsd:documentation>
7623             </xsd:annotation>   7565             </xsd:annotation>
7624          </xsd:enumeration>   7566          </xsd:enumeration>
7625          <xsd:enumeration value="other">   7567          <xsd:enumeration value="other">
7626             <xsd:annotation>   7568             <xsd:annotation>
7627                <xsd:documentation>The fiber mode is neither singlemode or multimode.</xsd:documentation>   7569                <xsd:documentation>The fiber mode is neither singlemode or multimode.</xsd:documentation>
7628             </xsd:annotation>   7570             </xsd:annotation>
7629          </xsd:enumeration>   7571          </xsd:enumeration>
7630          <xsd:enumeration value="unknown">   7572          <xsd:enumeration value="unknown">
7631             <xsd:annotation>   7573             <xsd:annotation>
7632                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   7574                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
7633                value. Use of this value may result in rejection in some situations.</xsd:documentation>   7575                value. Use of this value may result in rejection in some situations.</xsd:documentation>
7634             </xsd:annotation>   7576             </xsd:annotation>
7635          </xsd:enumeration>   7577          </xsd:enumeration>
7636       </xsd:restriction>   7578       </xsd:restriction>
7637    </xsd:simpleType>   7579    </xsd:simpleType>
7638    <xsd:simpleType name="FlowQualifier">   7580    <xsd:simpleType name="FlowQualifier">
7639       <xsd:annotation>   7581       <xsd:annotation>
7640          <xsd:documentation>Defines qualifiers for type of flow. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>   7582          <xsd:documentation>Defines qualifiers for type of flow. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
7641       </xsd:annotation>   7583       </xsd:annotation>
7642       <xsd:restriction base="witsml:abstractTypeEnum">   7584       <xsd:restriction base="witsml:abstractTypeEnum">
7643          <xsd:enumeration value="allocated">   7585          <xsd:enumeration value="allocated">
7644             <xsd:annotation>   7586             <xsd:annotation>
7645                <xsd:documentation>Indicates product characteristics that were allocated back to a well as opposed to being measured at the well.</xsd:documentation>   7587                <xsd:documentation>Indicates product characteristics that were allocated back to a well as opposed to being measured at the well.</xsd:documentation>
7646             </xsd:annotation>   7588             </xsd:annotation>
7647          </xsd:enumeration>   7589          </xsd:enumeration>
7648          <xsd:enumeration value="budget">   7590          <xsd:enumeration value="budget">
7649             <xsd:annotation>   7591             <xsd:annotation>
7650                <xsd:documentation>A performance requirement as determined by a budget.</xsd:documentation>   7592                <xsd:documentation>A performance requirement as determined by a budget.</xsd:documentation>
7651             </xsd:annotation>   7593             </xsd:annotation>
7652          </xsd:enumeration>   7594          </xsd:enumeration>
7653          <xsd:enumeration value="constraint">   7595          <xsd:enumeration value="constraint">
7654             <xsd:annotation>   7596             <xsd:annotation>
7655                <xsd:documentation>Indicates product characteristics that were determined by an allowable or other performance limit. This includes allowables which are usually   7597                <xsd:documentation>Indicates product characteristics that were determined by an allowable or other performance limit. This includes allowables which are usually
7656                established by a regulatory agency for a product.</xsd:documentation>   7598                established by a regulatory agency for a product.</xsd:documentation>
7657             </xsd:annotation>   7599             </xsd:annotation>
7658          </xsd:enumeration>   7600          </xsd:enumeration>
7659          <xsd:enumeration value="forecast">   7601          <xsd:enumeration value="forecast">
7660             <xsd:annotation>   7602             <xsd:annotation>
7661                <xsd:documentation>A forecast future value.</xsd:documentation>   7603                <xsd:documentation>A forecast future value.</xsd:documentation>
7662             </xsd:annotation>   7604             </xsd:annotation>
7663          </xsd:enumeration>   7605          </xsd:enumeration>
7664          <xsd:enumeration value="derived">   7606          <xsd:enumeration value="derived">
7665             <xsd:annotation>   7607             <xsd:annotation>
7666                <xsd:documentation>Indicates product volumes that were derived directly from one or more other flows.</xsd:documentation>   7608                <xsd:documentation>Indicates product volumes that were derived directly from one or more other flows.</xsd:documentation>
7667             </xsd:annotation>   7609             </xsd:annotation>
7668          </xsd:enumeration>   7610          </xsd:enumeration>
7669          <xsd:enumeration value="estimate">   7611          <xsd:enumeration value="estimate">
7670             <xsd:annotation>   7612             <xsd:annotation>
7671                <xsd:documentation>An estimated or calculated performance, possibly based on comparable product flow units, but not based on reservoir simulations for the   7613                <xsd:documentation>An estimated or calculated performance, possibly based on comparable product flow units, but not based on reservoir simulations for the
7672                particular product flow unit.</xsd:documentation>   7614                particular product flow unit.</xsd:documentation>
7673             </xsd:annotation>   7615             </xsd:annotation>
7674          </xsd:enumeration>   7616          </xsd:enumeration>
7675          <xsd:enumeration value="measured">   7617          <xsd:enumeration value="measured">
7676             <xsd:annotation>   7618             <xsd:annotation>
7677                <xsd:documentation>Indicates product volumes that were actually measured at the port.</xsd:documentation>   7619                <xsd:documentation>Indicates product volumes that were actually measured at the port.</xsd:documentation>
7678             </xsd:annotation>   7620             </xsd:annotation>
7679          </xsd:enumeration>   7621          </xsd:enumeration>
7680          <xsd:enumeration value="nominated">   7622          <xsd:enumeration value="nominated">
7681             <xsd:annotation>   7623             <xsd:annotation>
7682                <xsd:documentation>Normally a 1 day forcast promise to a buyer.</xsd:documentation>   7624                <xsd:documentation>Normally a 1 day forcast promise to a buyer.</xsd:documentation>
7683             </xsd:annotation>   7625             </xsd:annotation>
7684          </xsd:enumeration>   7626          </xsd:enumeration>
7685          <xsd:enumeration value="potential">   7627          <xsd:enumeration value="potential">
7686             <xsd:annotation>   7628             <xsd:annotation>
7687                <xsd:documentation>The estimated maximum which is possible.</xsd:documentation>   7629                <xsd:documentation>The estimated maximum which is possible.</xsd:documentation>
7688             </xsd:annotation>   7630             </xsd:annotation>
7689          </xsd:enumeration>   7631          </xsd:enumeration>
7690          <xsd:enumeration value="processed">   7632          <xsd:enumeration value="processed">
7691             <xsd:annotation>   7633             <xsd:annotation>
7692                <xsd:documentation>A measured value that has been processed. This is different from derived because it is fundamentally a variation of the original   7634                <xsd:documentation>A measured value that has been processed. This is different from derived because it is fundamentally a variation of the original
7693                value.</xsd:documentation>   7635                value.</xsd:documentation>
7694             </xsd:annotation>   7636             </xsd:annotation>
7695          </xsd:enumeration>   7637          </xsd:enumeration>
7696          <xsd:enumeration value="quota">   7638          <xsd:enumeration value="quota">
7697             <xsd:annotation>   7639             <xsd:annotation>
7698                <xsd:documentation>An amount, set by some authority, which may or may not be based on technical criteria.</xsd:documentation>   7640                <xsd:documentation>An amount, set by some authority, which may or may not be based on technical criteria.</xsd:documentation>
7699             </xsd:annotation>   7641             </xsd:annotation>
7700          </xsd:enumeration>   7642          </xsd:enumeration>
7701          <xsd:enumeration value="recommended">   7643          <xsd:enumeration value="recommended">
7702             <xsd:annotation>   7644             <xsd:annotation>
7703                <xsd:documentation>A value which is believed to be very desirable if it can be achieved. This a recommendation that something be changed in order to achieve this   7645                <xsd:documentation>A value which is believed to be very desirable if it can be achieved. This a recommendation that something be changed in order to achieve this
7704                value.</xsd:documentation>   7646                value.</xsd:documentation>
7705             </xsd:annotation>   7647             </xsd:annotation>
7706          </xsd:enumeration>   7648          </xsd:enumeration>
7707          <xsd:enumeration value="simulated">   7649          <xsd:enumeration value="simulated">
7708             <xsd:annotation>   7650             <xsd:annotation>
7709                <xsd:documentation>An estimated performance based on a simulation that includes the particular product flow unit.</xsd:documentation>   7651                <xsd:documentation>An estimated performance based on a simulation that includes the particular product flow unit.</xsd:documentation>
7710             </xsd:annotation>   7652             </xsd:annotation>
7711          </xsd:enumeration>   7653          </xsd:enumeration>
7712          <xsd:enumeration value="target">   7654          <xsd:enumeration value="target">
7713             <xsd:annotation>   7655             <xsd:annotation>
7714                <xsd:documentation>The desired value. What you are aiming for.</xsd:documentation>   7656                <xsd:documentation>The desired value. What you are aiming for.</xsd:documentation>
7715             </xsd:annotation>   7657             </xsd:annotation>
7716          </xsd:enumeration>   7658          </xsd:enumeration>
7717          <xsd:enumeration value="unknown">   7659          <xsd:enumeration value="unknown">
7718             <xsd:annotation>   7660             <xsd:annotation>
7719                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   7661                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
7720                value. Use of this value may result in rejection in some situations.</xsd:documentation>   7662                value. Use of this value may result in rejection in some situations.</xsd:documentation>
7721             </xsd:annotation>   7663             </xsd:annotation>
7722          </xsd:enumeration>   7664          </xsd:enumeration>
7723          <xsd:enumeration value="mass adjusted">   7665          <xsd:enumeration value="mass adjusted">
7724             <xsd:annotation>   7666             <xsd:annotation>
7725                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>   7667                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
7726             </xsd:annotation>   7668             </xsd:annotation>
7727          </xsd:enumeration>   7669          </xsd:enumeration>
7728          <xsd:enumeration value="value adjusted">   7670          <xsd:enumeration value="value adjusted">
7729             <xsd:annotation>   7671             <xsd:annotation>
7730                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>   7672                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
7731             </xsd:annotation>   7673             </xsd:annotation>
7732          </xsd:enumeration>   7674          </xsd:enumeration>
7733          <xsd:enumeration value="difference">   7675          <xsd:enumeration value="difference">
7734             <xsd:annotation>   7676             <xsd:annotation>
7735                <xsd:documentation>A value that is the difference between e.g. a target value and a metered value.</xsd:documentation>   7677                <xsd:documentation>A value that is the difference between e.g. a target value and a metered value.</xsd:documentation>
7736             </xsd:annotation>   7678             </xsd:annotation>
7737          </xsd:enumeration>   7679          </xsd:enumeration>
7738          <xsd:enumeration value="metered - fiscal">   7680          <xsd:enumeration value="metered - fiscal">
7739             <xsd:annotation>   7681             <xsd:annotation>
7740                <xsd:documentation>A value that is generated by measurement and calculation and has an impact on company revenue and government taxation.</xsd:documentation>   7682                <xsd:documentation>A value that is generated by measurement and calculation and has an impact on company revenue and government taxation.</xsd:documentation>
7741             </xsd:annotation>   7683             </xsd:annotation>
7742          </xsd:enumeration>   7684          </xsd:enumeration>
7743          <xsd:enumeration value="tariff basis">   7685          <xsd:enumeration value="tariff basis">
7744             <xsd:annotation>   7686             <xsd:annotation>
7745                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>   7687                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
7746             </xsd:annotation>   7688             </xsd:annotation>
7747          </xsd:enumeration>   7689          </xsd:enumeration>
7748       </xsd:restriction>   7690       </xsd:restriction>
7749    </xsd:simpleType>   7691    </xsd:simpleType>
7750    <xsd:simpleType name="FlowSubQualifier">   7692    <xsd:simpleType name="FlowSubQualifier">
7751       <xsd:annotation>   7693       <xsd:annotation>
7752          <xsd:documentation>Defines a specialization of a flow qualifier. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>   7694          <xsd:documentation>Defines a specialization of a flow qualifier. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
7753       </xsd:annotation>   7695       </xsd:annotation>
7754       <xsd:restriction base="witsml:abstractTypeEnum">   7696       <xsd:restriction base="witsml:abstractTypeEnum">
7755          <xsd:enumeration value="decline curve">   7697          <xsd:enumeration value="decline curve">
7756             <xsd:annotation>   7698             <xsd:annotation>
7757                <xsd:documentation>Indicates a pseudo decline-curve of flow rate over time. This presumes that the flow will not be interrupted over that time period.   7699                <xsd:documentation>Indicates a pseudo decline-curve of flow rate over time. This presumes that the flow will not be interrupted over that time period.
7758                Specialization of "forecast".</xsd:documentation>   7700                Specialization of "forecast".</xsd:documentation>
7759             </xsd:annotation>   7701             </xsd:annotation>
7760          </xsd:enumeration>   7702          </xsd:enumeration>
7761          <xsd:enumeration value="difference">   7703          <xsd:enumeration value="difference">
7762             <xsd:annotation>   7704             <xsd:annotation>
7763                <xsd:documentation>A value is derived by taking the difference between two other values. Specialization of "derived".</xsd:documentation>   7705                <xsd:documentation>A value is derived by taking the difference between two other values. Specialization of "derived".</xsd:documentation>
7764             </xsd:annotation>   7706             </xsd:annotation>
7765          </xsd:enumeration>   7707          </xsd:enumeration>
7766          <xsd:enumeration value="fiscal">   7708          <xsd:enumeration value="fiscal">
7767             <xsd:annotation>   7709             <xsd:annotation>
7768                <xsd:documentation>The value was measured for fiscal purposes. Specialization of "measured".</xsd:documentation>   7710                <xsd:documentation>The value was measured for fiscal purposes. Specialization of "measured".</xsd:documentation>
7769             </xsd:annotation>   7711             </xsd:annotation>
7770          </xsd:enumeration>   7712          </xsd:enumeration>
7771          <xsd:enumeration value="fixed">   7713          <xsd:enumeration value="fixed">
7772             <xsd:annotation>   7714             <xsd:annotation>
7773                <xsd:documentation>The value supplied is the only value permitted. Specialization of "constraint".</xsd:documentation>   7715                <xsd:documentation>The value supplied is the only value permitted. Specialization of "constraint".</xsd:documentation>
7774             </xsd:annotation>   7716             </xsd:annotation>
7775          </xsd:enumeration>   7717          </xsd:enumeration>
7776          <xsd:enumeration value="minimum">   7718          <xsd:enumeration value="minimum">
7777             <xsd:annotation>   7719             <xsd:annotation>
7778                <xsd:documentation>The value supplied is the minimum permitted. Specialization of "constraint".</xsd:documentation>   7720                <xsd:documentation>The value supplied is the minimum permitted. Specialization of "constraint".</xsd:documentation>
7779             </xsd:annotation>   7721             </xsd:annotation>
7780          </xsd:enumeration>   7722          </xsd:enumeration>
7781          <xsd:enumeration value="maximum">   7723          <xsd:enumeration value="maximum">
7782             <xsd:annotation>   7724             <xsd:annotation>
7783                <xsd:documentation>The value supplied is the maximum permitted. Specialization of "constraint".</xsd:documentation>   7725                <xsd:documentation>The value supplied is the maximum permitted. Specialization of "constraint".</xsd:documentation>
7784             </xsd:annotation>   7726             </xsd:annotation>
7785          </xsd:enumeration>   7727          </xsd:enumeration>
7786          <xsd:enumeration value="raw">   7728          <xsd:enumeration value="raw">
7787             <xsd:annotation>   7729             <xsd:annotation>
7788                <xsd:documentation>The value is a raw measurement. Specialization of "measured".</xsd:documentation>   7730                <xsd:documentation>The value is a raw measurement. Specialization of "measured".</xsd:documentation>
7789             </xsd:annotation>   7731             </xsd:annotation>
7790          </xsd:enumeration>   7732          </xsd:enumeration>
7791          <xsd:enumeration value="recalibrated">   7733          <xsd:enumeration value="recalibrated">
7792             <xsd:annotation>   7734             <xsd:annotation>
7793                <xsd:documentation>The value has changed due to a recalibration of the sensor. Specialization of "measured".</xsd:documentation>   7735                <xsd:documentation>The value has changed due to a recalibration of the sensor. Specialization of "measured".</xsd:documentation>
7794             </xsd:annotation>   7736             </xsd:annotation>
7795          </xsd:enumeration>   7737          </xsd:enumeration>
7796          <xsd:enumeration value="standard">   7738          <xsd:enumeration value="standard">
7797             <xsd:annotation>   7739             <xsd:annotation>
7798                <xsd:documentation>A standard forecast as opposed to a decline curve. Specialization of "forecast".</xsd:documentation>   7740                <xsd:documentation>A standard forecast as opposed to a decline curve. Specialization of "forecast".</xsd:documentation>
7799             </xsd:annotation>   7741             </xsd:annotation>
7800          </xsd:enumeration>   7742          </xsd:enumeration>
7801          <xsd:enumeration value="unknown">   7743          <xsd:enumeration value="unknown">
7802             <xsd:annotation>   7744             <xsd:annotation>
7803                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   7745                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
7804                value. Use of this value may result in rejection in some situations.</xsd:documentation>   7746                value. Use of this value may result in rejection in some situations.</xsd:documentation>
7805             </xsd:annotation>   7747             </xsd:annotation>
7806          </xsd:enumeration>   7748          </xsd:enumeration>
7807       </xsd:restriction>   7749       </xsd:restriction>
7808    </xsd:simpleType>   7750    </xsd:simpleType>
7809    <!--UNUSED: Deleted type GasPeakType.-->   7751    <!--UNUSED: Deleted type GasPeakType.-->
7810    <!--UNUSED: Deleted type GeodeticDatum.-->   7752    <!--UNUSED: Deleted type GeodeticDatum.-->
7811    <!--UNUSED: Deleted type Hemispheres.-->   7753    <!--UNUSED: Deleted type Hemispheres.-->
7812    <!--UNUSED: Deleted type HoleCasingType.-->   7754    <!--UNUSED: Deleted type HoleCasingType.-->
7813    <!--UNUSED: Deleted type HoleOpenerType.-->   7755    <!--UNUSED: Deleted type HoleOpenerType.-->
7814    <xsd:simpleType name="InjectionFluid">   7756    <xsd:simpleType name="InjectionFluid">
7815       <xsd:annotation>   7757       <xsd:annotation>
7816          <xsd:documentation>Fluids which are injected into a well. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>   7758          <xsd:documentation>Fluids which are injected into a well. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
7817       </xsd:annotation>   7759       </xsd:annotation>
7818       <xsd:restriction base="witsml:abstractTypeEnum">   7760       <xsd:restriction base="witsml:abstractTypeEnum">
7819          <xsd:enumeration value="oil">   7761          <xsd:enumeration value="oil">
7820             <xsd:annotation>   7762             <xsd:annotation>
7821                <xsd:documentation />   7763                <xsd:documentation />
7822             </xsd:annotation>   7764             </xsd:annotation>
7823          </xsd:enumeration>   7765          </xsd:enumeration>
7824          <xsd:enumeration value="gas">   7766          <xsd:enumeration value="gas">
7825             <xsd:annotation>   7767             <xsd:annotation>
7826                <xsd:documentation />   7768                <xsd:documentation />
7827             </xsd:annotation>   7769             </xsd:annotation>
7828          </xsd:enumeration>   7770          </xsd:enumeration>
7829          <xsd:enumeration value="non HC gas">   7771          <xsd:enumeration value="non HC gas">
7830             <xsd:annotation>   7772             <xsd:annotation>
7831                <xsd:documentation />   7773                <xsd:documentation />
7832             </xsd:annotation>   7774             </xsd:annotation>
7833          </xsd:enumeration>   7775          </xsd:enumeration>
7834          <xsd:enumeration value="CO2">   7776          <xsd:enumeration value="CO2">
7835             <xsd:annotation>   7777             <xsd:annotation>
7836                <xsd:documentation />   7778                <xsd:documentation />
7837             </xsd:annotation>   7779             </xsd:annotation>
7838          </xsd:enumeration>   7780          </xsd:enumeration>
7839          <xsd:enumeration value="water">   7781          <xsd:enumeration value="water">
7840             <xsd:annotation>   7782             <xsd:annotation>
7841                <xsd:documentation />   7783                <xsd:documentation />
7842             </xsd:annotation>   7784             </xsd:annotation>
7843          </xsd:enumeration>   7785          </xsd:enumeration>
7844          <xsd:enumeration value="brine">   7786          <xsd:enumeration value="brine">
7845             <xsd:annotation>   7787             <xsd:annotation>
7846                <xsd:documentation />   7788                <xsd:documentation />
7847             </xsd:annotation>   7789             </xsd:annotation>
7848          </xsd:enumeration>   7790          </xsd:enumeration>
7849          <xsd:enumeration value="fresh water">   7791          <xsd:enumeration value="fresh water">
7850             <xsd:annotation>   7792             <xsd:annotation>
7851                <xsd:documentation />   7793                <xsd:documentation />
7852             </xsd:annotation>   7794             </xsd:annotation>
7853          </xsd:enumeration>   7795          </xsd:enumeration>
7854          <xsd:enumeration value="oil-gas">   7796          <xsd:enumeration value="oil-gas">
7855             <xsd:annotation>   7797             <xsd:annotation>
7856                <xsd:documentation />   7798                <xsd:documentation />
7857             </xsd:annotation>   7799             </xsd:annotation>
7858          </xsd:enumeration>   7800          </xsd:enumeration>
7859          <xsd:enumeration value="oil-water">   7801          <xsd:enumeration value="oil-water">
7860             <xsd:annotation>   7802             <xsd:annotation>
7861                <xsd:documentation />   7803                <xsd:documentation />
7862             </xsd:annotation>   7804             </xsd:annotation>
7863          </xsd:enumeration>   7805          </xsd:enumeration>
7864          <xsd:enumeration value="gas-water">   7806          <xsd:enumeration value="gas-water">
7865             <xsd:annotation>   7807             <xsd:annotation>
7866                <xsd:documentation />   7808                <xsd:documentation />
7867             </xsd:annotation>   7809             </xsd:annotation>
7868          </xsd:enumeration>   7810          </xsd:enumeration>
7869          <xsd:enumeration value="condensate">   7811          <xsd:enumeration value="condensate">
7870             <xsd:annotation>   7812             <xsd:annotation>
7871                <xsd:documentation />   7813                <xsd:documentation />
7872             </xsd:annotation>   7814             </xsd:annotation>
7873          </xsd:enumeration>   7815          </xsd:enumeration>
7874          <xsd:enumeration value="steam">   7816          <xsd:enumeration value="steam">
7875             <xsd:annotation>   7817             <xsd:annotation>
7876                <xsd:documentation />   7818                <xsd:documentation />
7877             </xsd:annotation>   7819             </xsd:annotation>
7878          </xsd:enumeration>   7820          </xsd:enumeration>
7879          <xsd:enumeration value="air">   7821          <xsd:enumeration value="air">
7880             <xsd:annotation>   7822             <xsd:annotation>
7881                <xsd:documentation />   7823                <xsd:documentation />
7882             </xsd:annotation>   7824             </xsd:annotation>
7883          </xsd:enumeration>   7825          </xsd:enumeration>
7884          <xsd:enumeration value="dry">   7826          <xsd:enumeration value="dry">
7885             <xsd:annotation>   7827             <xsd:annotation>
7886                <xsd:documentation />   7828                <xsd:documentation />
7887             </xsd:annotation>   7829             </xsd:annotation>
7888          </xsd:enumeration>   7830          </xsd:enumeration>
7889          <xsd:enumeration value="other">   7831          <xsd:enumeration value="other">
7890             <xsd:annotation>   7832             <xsd:annotation>
7891                <xsd:documentation />   7833                <xsd:documentation />
7892             </xsd:annotation>   7834             </xsd:annotation>
7893          </xsd:enumeration>   7835          </xsd:enumeration>
7894          <xsd:enumeration value="unknown">   7836          <xsd:enumeration value="unknown">
7895             <xsd:annotation>   7837             <xsd:annotation>
7896                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   7838                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
7897                value. Use of this value may result in rejection in some situations.</xsd:documentation>   7839                value. Use of this value may result in rejection in some situations.</xsd:documentation>
7898             </xsd:annotation>   7840             </xsd:annotation>
7899          </xsd:enumeration>   7841          </xsd:enumeration>
7900       </xsd:restriction>   7842       </xsd:restriction>
7901    </xsd:simpleType>   7843    </xsd:simpleType>
7902    <!--UNUSED: Deleted type IntervalMethod.-->   7844    <!--UNUSED: Deleted type IntervalMethod.-->
7903    <!--UNUSED: Deleted type IntervalType.-->   7845    <!--UNUSED: Deleted type IntervalType.-->
7904    <xsd:simpleType name="ItemState">   7846    <xsd:simpleType name="ItemState">
7905       <xsd:annotation>   7847       <xsd:annotation>
7906          <xsd:documentation>These values represent the state of a WITSML object.</xsd:documentation>   7848          <xsd:documentation>These values represent the state of a WITSML object.</xsd:documentation>
7907       </xsd:annotation>   7849       </xsd:annotation>
7908       <xsd:restriction base="witsml:abstractTypeEnum">   7850       <xsd:restriction base="witsml:abstractTypeEnum">
7909          <xsd:enumeration value="actual">   7851          <xsd:enumeration value="actual">
7910             <xsd:annotation>   7852             <xsd:annotation>
7911                <xsd:documentation>Actual data measured or entered at the well site.</xsd:documentation>   7853                <xsd:documentation>Actual data measured or entered at the well site.</xsd:documentation>
7912             </xsd:annotation>   7854             </xsd:annotation>
7913          </xsd:enumeration>   7855          </xsd:enumeration>
7914          <xsd:enumeration value="model">   7856          <xsd:enumeration value="model">
7915             <xsd:annotation>   7857             <xsd:annotation>
7916                <xsd:documentation>Model data used for "what if" calculations.</xsd:documentation>   7858                <xsd:documentation>Model data used for "what if" calculations.</xsd:documentation>
7917             </xsd:annotation>   7859             </xsd:annotation>
7918          </xsd:enumeration>   7860          </xsd:enumeration>
7919          <xsd:enumeration value="plan">   7861          <xsd:enumeration value="plan">
7920             <xsd:annotation>   7862             <xsd:annotation>
7921                <xsd:documentation>A planned object. That is, one which is expected to be executed in the future.</xsd:documentation>   7863                <xsd:documentation>A planned object. That is, one which is expected to be executed in the future.</xsd:documentation>
7922             </xsd:annotation>   7864             </xsd:annotation>
7923          </xsd:enumeration>   7865          </xsd:enumeration>
7924          <xsd:enumeration value="unknown">   7866          <xsd:enumeration value="unknown">
7925             <xsd:annotation>   7867             <xsd:annotation>
7926                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   7868                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
7927                value. Use of this value may result in rejection in some situations.</xsd:documentation>   7869                value. Use of this value may result in rejection in some situations.</xsd:documentation>
7928             </xsd:annotation>   7870             </xsd:annotation>
7929          </xsd:enumeration>   7871          </xsd:enumeration>
7930       </xsd:restriction>   7872       </xsd:restriction>
7931    </xsd:simpleType>   7873    </xsd:simpleType>
7932    <xsd:simpleType name="InstalledFiberPoint">   7874    <xsd:simpleType name="InstalledFiberPoint">
7933       <xsd:annotation>   7875       <xsd:annotation>
7934          <xsd:documentation>The type of Distributed Temperature Survey (DTS) fiber point. The list of standard values is contained in the PRODML enumValues.xml   7876          <xsd:documentation>The type of Distributed Temperature Survey (DTS) fiber point. The list of standard values is contained in the PRODML enumValues.xml
7935          file.</xsd:documentation>   7877          file.</xsd:documentation>
7936       </xsd:annotation>   7878       </xsd:annotation>
7937       <xsd:restriction base="witsml:abstractTypeEnum">   7879       <xsd:restriction base="witsml:abstractTypeEnum">
7938          <xsd:enumeration value="splice">   7880          <xsd:enumeration value="splice">
7939             <xsd:annotation>   7881             <xsd:annotation>
7940                <xsd:documentation>A point at which a fiber is physically, and semi-permanently, connected to another length of fiber.</xsd:documentation>   7882                <xsd:documentation>A point at which a fiber is physically, and semi-permanently, connected to another length of fiber.</xsd:documentation>
7941             </xsd:annotation>   7883             </xsd:annotation>
7942          </xsd:enumeration>   7884          </xsd:enumeration>
7943          <xsd:enumeration value="connector">   7885          <xsd:enumeration value="connector">
7944             <xsd:annotation>   7886             <xsd:annotation>
7945                <xsd:documentation>A point at which a cable connector is installed, which allows the fiber to be connected to another instrument or fiber   7887                <xsd:documentation>A point at which a cable connector is installed, which allows the fiber to be connected to another instrument or fiber
7946                length.</xsd:documentation>   7888                length.</xsd:documentation>
7947             </xsd:annotation>   7889             </xsd:annotation>
7948          </xsd:enumeration>   7890          </xsd:enumeration>
7949          <xsd:enumeration value="end of fiber">   7891          <xsd:enumeration value="end of fiber">
7950             <xsd:annotation>   7892             <xsd:annotation>
7951                <xsd:documentation>The end of the fiber. If a U-geometry is used, and a connector is at both ends, the connector classification should be used rather than the end   7893                <xsd:documentation>The end of the fiber. If a U-geometry is used, and a connector is at both ends, the connector classification should be used rather than the end
7952                of fiber classification.</xsd:documentation>   7894                of fiber classification.</xsd:documentation>
7953             </xsd:annotation>   7895             </xsd:annotation>
7954          </xsd:enumeration>   7896          </xsd:enumeration>
7955          <xsd:enumeration value="base of fiber">   7897          <xsd:enumeration value="base of fiber">
7956             <xsd:annotation>   7898             <xsd:annotation>
7957                <xsd:documentation>The deepest point of the installed fiber in a well. This is a valid value for fiber installations that do NOT turn around at the bottom (J- and   7899                <xsd:documentation>The deepest point of the installed fiber in a well. This is a valid value for fiber installations that do NOT turn around at the bottom (J- and
7958                U-type installations).</xsd:documentation>   7900                U-type installations).</xsd:documentation>
7959             </xsd:annotation>   7901             </xsd:annotation>
7960          </xsd:enumeration>   7902          </xsd:enumeration>
7961          <xsd:enumeration value="turn around point">   7903          <xsd:enumeration value="turn around point">
7962             <xsd:annotation>   7904             <xsd:annotation>
7963                <xsd:documentation>The point in the turn-around-sub at which measured depth stops increasing and begins decreasing. This is a valid value for fiber installations of   7905                <xsd:documentation>The point in the turn-around-sub at which measured depth stops increasing and begins decreasing. This is a valid value for fiber installations of
7964                the J- and U- type only.</xsd:documentation>   7906                the J- and U- type only.</xsd:documentation>
7965             </xsd:annotation>   7907             </xsd:annotation>
7966          </xsd:enumeration>   7908          </xsd:enumeration>
7967          <xsd:enumeration value="start of fiber">   7909          <xsd:enumeration value="start of fiber">
7968             <xsd:annotation>   7910             <xsd:annotation>
7969                <xsd:documentation>The start of the fiber. If appropriate, the connector classification should be used instead of this classification.</xsd:documentation>   7911                <xsd:documentation>The start of the fiber. If appropriate, the connector classification should be used instead of this classification.</xsd:documentation>
7970             </xsd:annotation>   7912             </xsd:annotation>
7971          </xsd:enumeration>   7913          </xsd:enumeration>
7972          <xsd:enumeration value="oven entry point">   7914          <xsd:enumeration value="oven entry point">
7973             <xsd:annotation>   7915             <xsd:annotation>
7974                <xsd:documentation>The point on the fiber at which it enters the oven.</xsd:documentation>   7916                <xsd:documentation>The point on the fiber at which it enters the oven.</xsd:documentation>
7975             </xsd:annotation>   7917             </xsd:annotation>
7976          </xsd:enumeration>   7918          </xsd:enumeration>
7977          <xsd:enumeration value="oven exit point">   7919          <xsd:enumeration value="oven exit point">
7978             <xsd:annotation>   7920             <xsd:annotation>
7979                <xsd:documentation>The point on the fiber at which it exits the oven. The oven exit point should be closer to the wellbore than the oven entry   7921                <xsd:documentation>The point on the fiber at which it exits the oven. The oven exit point should be closer to the wellbore than the oven entry
7980                point.</xsd:documentation>   7922                point.</xsd:documentation>
7981             </xsd:annotation>   7923             </xsd:annotation>
7982          </xsd:enumeration>   7924          </xsd:enumeration>
7983          <xsd:enumeration value="downhole gauge">   7925          <xsd:enumeration value="downhole gauge">
7984             <xsd:annotation>   7926             <xsd:annotation>
7985                <xsd:documentation>A downhole point on the fiber at which a gauge is attached.</xsd:documentation>   7927                <xsd:documentation>A downhole point on the fiber at which a gauge is attached.</xsd:documentation>
7986             </xsd:annotation>   7928             </xsd:annotation>
7987          </xsd:enumeration>   7929          </xsd:enumeration>
7988          <xsd:enumeration value="DTS laser head">   7930          <xsd:enumeration value="DTS laser head">
7989             <xsd:annotation>   7931             <xsd:annotation>
7990                <xsd:documentation>The connector between the laser head and the optical fiber.</xsd:documentation>   7932                <xsd:documentation>The connector between the laser head and the optical fiber.</xsd:documentation>
7991             </xsd:annotation>   7933             </xsd:annotation>
7992          </xsd:enumeration>   7934          </xsd:enumeration>
7993          <xsd:enumeration value="DTS reference oven">   7935          <xsd:enumeration value="DTS reference oven">
7994             <xsd:annotation>   7936             <xsd:annotation>
7995                <xsd:documentation>The oven within or near the DTS instrument box which maintains a length of fiber at a reference temperature.</xsd:documentation>   7937                <xsd:documentation>The oven within or near the DTS instrument box which maintains a length of fiber at a reference temperature.</xsd:documentation>
7996             </xsd:annotation>   7938             </xsd:annotation>
7997          </xsd:enumeration>   7939          </xsd:enumeration>
7998          <xsd:enumeration value="splice box">   7940          <xsd:enumeration value="splice box">
7999             <xsd:annotation>   7941             <xsd:annotation>
8000                <xsd:documentation>Container in which ends of lengths of fiber are joined.</xsd:documentation>   7942                <xsd:documentation>Container in which ends of lengths of fiber are joined.</xsd:documentation>
8001             </xsd:annotation>   7943             </xsd:annotation>
8002          </xsd:enumeration>   7944          </xsd:enumeration>
8003          <xsd:enumeration value="wellhead junction box">   7945          <xsd:enumeration value="wellhead junction box">
8004             <xsd:annotation>   7946             <xsd:annotation>
8005                <xsd:documentation>The device at which a fiber originating at the instrument box is joined to a fiber installed in a wellbore. This is a recommended location at   7947                <xsd:documentation>The device at which a fiber originating at the instrument box is joined to a fiber installed in a wellbore. This is a recommended location at
8006                which LengthAlongFiber and measuredDepth in the wellbore are correlated</xsd:documentation>   7948                which LengthAlongFiber and measuredDepth in the wellbore are correlated</xsd:documentation>
8007             </xsd:annotation>   7949             </xsd:annotation>
8008          </xsd:enumeration>   7950          </xsd:enumeration>
8009          <xsd:enumeration value="base tubing hanger flange">   7951          <xsd:enumeration value="base tubing hanger flange">
8010             <xsd:annotation>   7952             <xsd:annotation>
8011                <xsd:documentation>The device at the base of the wellhead to which the production tubing is attached. This is a recommended location at which LengthAlongFiber and   7953                <xsd:documentation>The device at the base of the wellhead to which the production tubing is attached. This is a recommended location at which LengthAlongFiber and
8012                measuredDepth in the wellbore are correlated.</xsd:documentation>   7954                measuredDepth in the wellbore are correlated.</xsd:documentation>
8013             </xsd:annotation>   7955             </xsd:annotation>
8014          </xsd:enumeration>   7956          </xsd:enumeration>
8015          <xsd:enumeration value="PBR wet connect">   7957          <xsd:enumeration value="PBR wet connect">
8016             <xsd:annotation>   7958             <xsd:annotation>
8017                <xsd:documentation>The top-most point at which the fiber intersects the PBR (polished bore receptacle). For J- and U- installations, on the upward portion of the   7959                <xsd:documentation>The top-most point at which the fiber intersects the PBR (polished bore receptacle). For J- and U- installations, on the upward portion of the
8018                fiber, this is the point at which it leaves the pbf.</xsd:documentation>   7960                fiber, this is the point at which it leaves the pbf.</xsd:documentation>
8019             </xsd:annotation>   7961             </xsd:annotation>
8020          </xsd:enumeration>   7962          </xsd:enumeration>
8021          <xsd:enumeration value="top ESP pump">   7963          <xsd:enumeration value="top ESP pump">
8022             <xsd:annotation>   7964             <xsd:annotation>
8023                <xsd:documentation>The top of the electrical submersible pump (ESP). This is the minimum measured depth point of the pump.</xsd:documentation>   7965                <xsd:documentation>The top of the electrical submersible pump (ESP). This is the minimum measured depth point of the pump.</xsd:documentation>
8024             </xsd:annotation>   7966             </xsd:annotation>
8025          </xsd:enumeration>   7967          </xsd:enumeration>
8026          <xsd:enumeration value="base ESP pump">   7968          <xsd:enumeration value="base ESP pump">
8027             <xsd:annotation>   7969             <xsd:annotation>
8028                <xsd:documentation>The base of the electrical submersible pump (ESP). This is the maximum measured depth point of the pump.</xsd:documentation>   7970                <xsd:documentation>The base of the electrical submersible pump (ESP). This is the maximum measured depth point of the pump.</xsd:documentation>
8029             </xsd:annotation>   7971             </xsd:annotation>
8030          </xsd:enumeration>   7972          </xsd:enumeration>
8031          <xsd:enumeration value="wellhead temperature gauge">   7973          <xsd:enumeration value="wellhead temperature gauge">
8032             <xsd:annotation>   7974             <xsd:annotation>
8033                <xsd:documentation>Temperature measuring device at the wellhead independent of the optic fiber sensor.</xsd:documentation>   7975                <xsd:documentation>Temperature measuring device at the wellhead independent of the optic fiber sensor.</xsd:documentation>
8034             </xsd:annotation>   7976             </xsd:annotation>
8035          </xsd:enumeration>   7977          </xsd:enumeration>
8036          <xsd:enumeration value="top completion zone">   7978          <xsd:enumeration value="top completion zone">
8037             <xsd:annotation>   7979             <xsd:annotation>
8038                <xsd:documentation>The point which is the minimum measured depth of a completion zone.</xsd:documentation>   7980                <xsd:documentation>The point which is the minimum measured depth of a completion zone.</xsd:documentation>
8039             </xsd:annotation>   7981             </xsd:annotation>
8040          </xsd:enumeration>   7982          </xsd:enumeration>
8041          <xsd:enumeration value="base completion zone">   7983          <xsd:enumeration value="base completion zone">
8042             <xsd:annotation>   7984             <xsd:annotation>
8043                <xsd:documentation>The point which is the maximum measured depth of a completion zone.</xsd:documentation>   7985                <xsd:documentation>The point which is the maximum measured depth of a completion zone.</xsd:documentation>
8044             </xsd:annotation>   7986             </xsd:annotation>
8045          </xsd:enumeration>   7987          </xsd:enumeration>
8046          <xsd:enumeration value="unknown">   7988          <xsd:enumeration value="unknown">
8047             <xsd:annotation>   7989             <xsd:annotation>
8048                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   7990                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
8049                value. Use of this value may result in rejection in some situations.</xsd:documentation>   7991                value. Use of this value may result in rejection in some situations.</xsd:documentation>
8050             </xsd:annotation>   7992             </xsd:annotation>
8051          </xsd:enumeration>   7993          </xsd:enumeration>
8052       </xsd:restriction>   7994       </xsd:restriction>
8053    </xsd:simpleType>   7995    </xsd:simpleType>
8054    <!--UNUSED: Deleted type JarType.-->   7996    <!--UNUSED: Deleted type JarType.-->
8055    <!--UNUSED: Deleted type JarAction.-->   7997    <!--UNUSED: Deleted type JarAction.-->
8056    <!--UNUSED: Deleted type LithologySource.-->   7998    <!--UNUSED: Deleted type LithologySource.-->
8057    <!--UNUSED: Deleted type LithologyType.-->   7999    <!--UNUSED: Deleted type LithologyType.-->
8058    <!--UNUSED: Deleted type LogDataType.-->   8000    <!--UNUSED: Deleted type LogDataType.-->
8059    <!--UNUSED: Deleted type LogIndexDirection.-->   8001    <!--UNUSED: Deleted type LogIndexDirection.-->
8060    <!--UNUSED: Deleted type LogIndexType.-->   8002    <!--UNUSED: Deleted type LogIndexType.-->
8061    <!--UNUSED: Deleted type LogTraceOrigin.-->   8003    <!--UNUSED: Deleted type LogTraceOrigin.-->
8062    <!--UNUSED: Deleted type LogTraceState.-->   8004    <!--UNUSED: Deleted type LogTraceState.-->
8063    <!--UNUSED: Deleted type MaterialType.-->   8005    <!--UNUSED: Deleted type MaterialType.-->
8064    <xsd:simpleType name="MeasureClass">   8006    <xsd:simpleType name="MeasureClass">
8065       <xsd:annotation>   8007       <xsd:annotation>
8066          <xsd:documentation>Kind of measure (quantity with a unit of measure). The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>   8008          <xsd:documentation>Kind of measure (quantity with a unit of measure). The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
8067       </xsd:annotation>   8009       </xsd:annotation>
8068       <xsd:restriction base="witsml:abstractTypeEnum">   8010       <xsd:restriction base="witsml:abstractTypeEnum">
8069          <xsd:enumeration value="absorbed dose">   8011          <xsd:enumeration value="absorbed dose">
8070             <xsd:annotation>   8012             <xsd:annotation>
8071                <xsd:documentation />   8013                <xsd:documentation />
8072             </xsd:annotation>   8014             </xsd:annotation>
8073          </xsd:enumeration>   8015          </xsd:enumeration>
8074          <xsd:enumeration value="acceleration linear">   8016          <xsd:enumeration value="acceleration linear">
8075             <xsd:annotation>   8017             <xsd:annotation>
8076                <xsd:documentation />   8018                <xsd:documentation />
8077             </xsd:annotation>   8019             </xsd:annotation>
8078          </xsd:enumeration>   8020          </xsd:enumeration>
8079          <xsd:enumeration value="activity (of radioactivity)">   8021          <xsd:enumeration value="activity (of radioactivity)">
8080             <xsd:annotation>   8022             <xsd:annotation>
8081                <xsd:documentation />   8023                <xsd:documentation />
8082             </xsd:annotation>   8024             </xsd:annotation>
8083          </xsd:enumeration>   8025          </xsd:enumeration>
8084          <xsd:enumeration value="concentration of B">   8026          <xsd:enumeration value="concentration of B">
8085             <xsd:annotation>   8027             <xsd:annotation>
8086                <xsd:documentation />   8028                <xsd:documentation />
8087             </xsd:annotation>   8029             </xsd:annotation>
8088          </xsd:enumeration>   8030          </xsd:enumeration>
8089          <xsd:enumeration value="amount of substance">   8031          <xsd:enumeration value="amount of substance">
8090             <xsd:annotation>   8032             <xsd:annotation>
8091                <xsd:documentation />   8033                <xsd:documentation />
8092             </xsd:annotation>   8034             </xsd:annotation>
8093          </xsd:enumeration>   8035          </xsd:enumeration>
8094          <xsd:enumeration value="angle per length">   8036          <xsd:enumeration value="angle per length">
8095             <xsd:annotation>   8037             <xsd:annotation>
8096                <xsd:documentation />   8038                <xsd:documentation />
8097             </xsd:annotation>   8039             </xsd:annotation>
8098          </xsd:enumeration>   8040          </xsd:enumeration>
8099          <xsd:enumeration value="angle per time">   8041          <xsd:enumeration value="angle per time">
8100             <xsd:annotation>   8042             <xsd:annotation>
8101                <xsd:documentation />   8043                <xsd:documentation />
8102             </xsd:annotation>   8044             </xsd:annotation>
8103          </xsd:enumeration>   8045          </xsd:enumeration>
8104          <xsd:enumeration value="angle per volume">   8046          <xsd:enumeration value="angle per volume">
8105             <xsd:annotation>   8047             <xsd:annotation>
8106                <xsd:documentation />   8048                <xsd:documentation />
8107             </xsd:annotation>   8049             </xsd:annotation>
8108          </xsd:enumeration>   8050          </xsd:enumeration>
8109          <xsd:enumeration value="angular acceleration">   8051          <xsd:enumeration value="angular acceleration">
8110             <xsd:annotation>   8052             <xsd:annotation>
8111                <xsd:documentation />   8053                <xsd:documentation />
8112             </xsd:annotation>   8054             </xsd:annotation>
8113          </xsd:enumeration>   8055          </xsd:enumeration>
8114          <xsd:enumeration value="area">   8056          <xsd:enumeration value="area">
8115             <xsd:annotation>   8057             <xsd:annotation>
8116                <xsd:documentation />   8058                <xsd:documentation />
8117             </xsd:annotation>   8059             </xsd:annotation>
8118          </xsd:enumeration>   8060          </xsd:enumeration>
8119          <xsd:enumeration value="area per area">   8061          <xsd:enumeration value="area per area">
8120             <xsd:annotation>   8062             <xsd:annotation>
8121                <xsd:documentation />   8063                <xsd:documentation />
8122             </xsd:annotation>   8064             </xsd:annotation>
8123          </xsd:enumeration>   8065          </xsd:enumeration>
8124          <xsd:enumeration value="area per volume">   8066          <xsd:enumeration value="area per volume">
8125             <xsd:annotation>   8067             <xsd:annotation>
8126                <xsd:documentation />   8068                <xsd:documentation />
8127             </xsd:annotation>   8069             </xsd:annotation>
8128          </xsd:enumeration>   8070          </xsd:enumeration>
8129          <xsd:enumeration value="attenuation">   8071          <xsd:enumeration value="attenuation">
8130             <xsd:annotation>   8072             <xsd:annotation>
8131                <xsd:documentation />   8073                <xsd:documentation />
8132             </xsd:annotation>   8074             </xsd:annotation>
8133          </xsd:enumeration>   8075          </xsd:enumeration>
8134          <xsd:enumeration value="attenuation per length">   8076          <xsd:enumeration value="attenuation per length">
8135             <xsd:annotation>   8077             <xsd:annotation>
8136                <xsd:documentation />   8078                <xsd:documentation />
8137             </xsd:annotation>   8079             </xsd:annotation>
8138          </xsd:enumeration>   8080          </xsd:enumeration>
8139          <xsd:enumeration value="capacitance">   8081          <xsd:enumeration value="capacitance">
8140             <xsd:annotation>   8082             <xsd:annotation>
8141                <xsd:documentation />   8083                <xsd:documentation />
8142             </xsd:annotation>   8084             </xsd:annotation>
8143          </xsd:enumeration>   8085          </xsd:enumeration>
8144          <xsd:enumeration value="charge density">   8086          <xsd:enumeration value="charge density">
8145             <xsd:annotation>   8087             <xsd:annotation>
8146                <xsd:documentation />   8088                <xsd:documentation />
8147             </xsd:annotation>   8089             </xsd:annotation>
8148          </xsd:enumeration>   8090          </xsd:enumeration>
8149          <xsd:enumeration value="chemical potential">   8091          <xsd:enumeration value="chemical potential">
8150             <xsd:annotation>   8092             <xsd:annotation>
8151                <xsd:documentation />   8093                <xsd:documentation />
8152             </xsd:annotation>   8094             </xsd:annotation>
8153          </xsd:enumeration>   8095          </xsd:enumeration>
8154          <xsd:enumeration value="compressibility">   8096          <xsd:enumeration value="compressibility">
8155             <xsd:annotation>   8097             <xsd:annotation>
8156                <xsd:documentation />   8098                <xsd:documentation />
8157             </xsd:annotation>   8099             </xsd:annotation>
8158          </xsd:enumeration>   8100          </xsd:enumeration>
8159          <xsd:enumeration value="conductivity">   8101          <xsd:enumeration value="conductivity">
8160             <xsd:annotation>   8102             <xsd:annotation>
8161                <xsd:documentation />   8103                <xsd:documentation />
8162             </xsd:annotation>   8104             </xsd:annotation>
8163          </xsd:enumeration>   8105          </xsd:enumeration>
8164          <xsd:enumeration value="cross section absorption">   8106          <xsd:enumeration value="cross section absorption">
8165             <xsd:annotation>   8107             <xsd:annotation>
8166                <xsd:documentation />   8108                <xsd:documentation />
8167             </xsd:annotation>   8109             </xsd:annotation>
8168          </xsd:enumeration>   8110          </xsd:enumeration>
8169          <xsd:enumeration value="current density">   8111          <xsd:enumeration value="current density">
8170             <xsd:annotation>   8112             <xsd:annotation>
8171                <xsd:documentation />   8113                <xsd:documentation />
8172             </xsd:annotation>   8114             </xsd:annotation>
8173          </xsd:enumeration>   8115          </xsd:enumeration>
8174          <xsd:enumeration value="Darcy flow coefficient">   8116          <xsd:enumeration value="Darcy flow coefficient">
8175             <xsd:annotation>   8117             <xsd:annotation>
8176                <xsd:documentation />   8118                <xsd:documentation />
8177             </xsd:annotation>   8119             </xsd:annotation>
8178          </xsd:enumeration>   8120          </xsd:enumeration>
8179          <xsd:enumeration value="data transmission speed">   8121          <xsd:enumeration value="data transmission speed">
8180             <xsd:annotation>   8122             <xsd:annotation>
8181                <xsd:documentation />   8123                <xsd:documentation />
8182             </xsd:annotation>   8124             </xsd:annotation>
8183          </xsd:enumeration>   8125          </xsd:enumeration>
8184          <xsd:enumeration value="delta temperature">   8126          <xsd:enumeration value="delta temperature">
8185             <xsd:annotation>   8127             <xsd:annotation>
8186                <xsd:documentation />   8128                <xsd:documentation />
8187             </xsd:annotation>   8129             </xsd:annotation>
8188          </xsd:enumeration>   8130          </xsd:enumeration>
8189          <xsd:enumeration value="density">   8131          <xsd:enumeration value="density">
8190             <xsd:annotation>   8132             <xsd:annotation>
8191                <xsd:documentation />   8133                <xsd:documentation />
8192             </xsd:annotation>   8134             </xsd:annotation>
8193          </xsd:enumeration>   8135          </xsd:enumeration>
8194          <xsd:enumeration value="diffusion coefficient">   8136          <xsd:enumeration value="diffusion coefficient">
8195             <xsd:annotation>   8137             <xsd:annotation>
8196                <xsd:documentation />   8138                <xsd:documentation />
8197             </xsd:annotation>   8139             </xsd:annotation>
8198          </xsd:enumeration>   8140          </xsd:enumeration>
8199          <xsd:enumeration value="digital storage">   8141          <xsd:enumeration value="digital storage">
8200             <xsd:annotation>   8142             <xsd:annotation>
8201                <xsd:documentation />   8143                <xsd:documentation />
8202             </xsd:annotation>   8144             </xsd:annotation>
8203          </xsd:enumeration>   8145          </xsd:enumeration>
8204          <xsd:enumeration value="dimensionless">   8146          <xsd:enumeration value="dimensionless">
8205             <xsd:annotation>   8147             <xsd:annotation>
8206                <xsd:documentation />   8148                <xsd:documentation />
8207             </xsd:annotation>   8149             </xsd:annotation>
8208          </xsd:enumeration>   8150          </xsd:enumeration>
8209          <xsd:enumeration value="dose equivalent">   8151          <xsd:enumeration value="dose equivalent">
8210             <xsd:annotation>   8152             <xsd:annotation>
8211                <xsd:documentation />   8153                <xsd:documentation />
8212             </xsd:annotation>   8154             </xsd:annotation>
8213          </xsd:enumeration>   8155          </xsd:enumeration>
8214          <xsd:enumeration value="dose equivalent rate">   8156          <xsd:enumeration value="dose equivalent rate">
8215             <xsd:annotation>   8157             <xsd:annotation>
8216                <xsd:documentation />   8158                <xsd:documentation />
8217             </xsd:annotation>   8159             </xsd:annotation>
8218          </xsd:enumeration>   8160          </xsd:enumeration>
8219          <xsd:enumeration value="dynamic viscosity">   8161          <xsd:enumeration value="dynamic viscosity">
8220             <xsd:annotation>   8162             <xsd:annotation>
8221                <xsd:documentation />   8163                <xsd:documentation />
8222             </xsd:annotation>   8164             </xsd:annotation>
8223          </xsd:enumeration>   8165          </xsd:enumeration>
8224          <xsd:enumeration value="electric charge">   8166          <xsd:enumeration value="electric charge">
8225             <xsd:annotation>   8167             <xsd:annotation>
8226                <xsd:documentation />   8168                <xsd:documentation />
8227             </xsd:annotation>   8169             </xsd:annotation>
8228          </xsd:enumeration>   8170          </xsd:enumeration>
8229          <xsd:enumeration value="electric conductance">   8171          <xsd:enumeration value="electric conductance">
8230             <xsd:annotation>   8172             <xsd:annotation>
8231                <xsd:documentation />   8173                <xsd:documentation />
8232             </xsd:annotation>   8174             </xsd:annotation>
8233          </xsd:enumeration>   8175          </xsd:enumeration>
8234          <xsd:enumeration value="electric current">   8176          <xsd:enumeration value="electric current">
8235             <xsd:annotation>   8177             <xsd:annotation>
8236                <xsd:documentation />   8178                <xsd:documentation />
8237             </xsd:annotation>   8179             </xsd:annotation>
8238          </xsd:enumeration>   8180          </xsd:enumeration>
8239          <xsd:enumeration value="electric dipole moment">   8181          <xsd:enumeration value="electric dipole moment">
8240             <xsd:annotation>   8182             <xsd:annotation>
8241                <xsd:documentation />   8183                <xsd:documentation />
8242             </xsd:annotation>   8184             </xsd:annotation>
8243          </xsd:enumeration>   8185          </xsd:enumeration>
8244          <xsd:enumeration value="electric field strength">   8186          <xsd:enumeration value="electric field strength">
8245             <xsd:annotation>   8187             <xsd:annotation>
8246                <xsd:documentation />   8188                <xsd:documentation />
8247             </xsd:annotation>   8189             </xsd:annotation>
8248          </xsd:enumeration>   8190          </xsd:enumeration>
8249          <xsd:enumeration value="electric polarization">   8191          <xsd:enumeration value="electric polarization">
8250             <xsd:annotation>   8192             <xsd:annotation>
8251                <xsd:documentation />   8193                <xsd:documentation />
8252             </xsd:annotation>   8194             </xsd:annotation>
8253          </xsd:enumeration>   8195          </xsd:enumeration>
8254          <xsd:enumeration value="electric potential">   8196          <xsd:enumeration value="electric potential">
8255             <xsd:annotation>   8197             <xsd:annotation>
8256                <xsd:documentation />   8198                <xsd:documentation />
8257             </xsd:annotation>   8199             </xsd:annotation>
8258          </xsd:enumeration>   8200          </xsd:enumeration>
8259          <xsd:enumeration value="electrical resistivity">   8201          <xsd:enumeration value="electrical resistivity">
8260             <xsd:annotation>   8202             <xsd:annotation>
8261                <xsd:documentation />   8203                <xsd:documentation />
8262             </xsd:annotation>   8204             </xsd:annotation>
8263          </xsd:enumeration>   8205          </xsd:enumeration>
8264          <xsd:enumeration value="electrochemical equivalent">   8206          <xsd:enumeration value="electrochemical equivalent">
8265             <xsd:annotation>   8207             <xsd:annotation>
8266                <xsd:documentation />   8208                <xsd:documentation />
8267             </xsd:annotation>   8209             </xsd:annotation>
8268          </xsd:enumeration>   8210          </xsd:enumeration>
8269          <xsd:enumeration value="electromagnetic moment">   8211          <xsd:enumeration value="electromagnetic moment">
8270             <xsd:annotation>   8212             <xsd:annotation>
8271                <xsd:documentation />   8213                <xsd:documentation />
8272             </xsd:annotation>   8214             </xsd:annotation>
8273          </xsd:enumeration>   8215          </xsd:enumeration>
8274          <xsd:enumeration value="energy length per area">   8216          <xsd:enumeration value="energy length per area">
8275             <xsd:annotation>   8217             <xsd:annotation>
8276                <xsd:documentation />   8218                <xsd:documentation />
8277             </xsd:annotation>   8219             </xsd:annotation>
8278          </xsd:enumeration>   8220          </xsd:enumeration>
8279          <xsd:enumeration value="energy length per time area temperature">   8221          <xsd:enumeration value="energy length per time area temperature">
8280             <xsd:annotation>   8222             <xsd:annotation>
8281                <xsd:documentation />   8223                <xsd:documentation />
8282             </xsd:annotation>   8224             </xsd:annotation>
8283          </xsd:enumeration>   8225          </xsd:enumeration>
8284          <xsd:enumeration value="energy per area">   8226          <xsd:enumeration value="energy per area">
8285             <xsd:annotation>   8227             <xsd:annotation>
8286                <xsd:documentation />   8228                <xsd:documentation />
8287             </xsd:annotation>   8229             </xsd:annotation>
8288          </xsd:enumeration>   8230          </xsd:enumeration>
8289          <xsd:enumeration value="energy per length">   8231          <xsd:enumeration value="energy per length">
8290             <xsd:annotation>   8232             <xsd:annotation>
8291                <xsd:documentation />   8233                <xsd:documentation />
8292             </xsd:annotation>   8234             </xsd:annotation>
8293          </xsd:enumeration>   8235          </xsd:enumeration>
8294          <xsd:enumeration value="equivalent per mass">   8236          <xsd:enumeration value="equivalent per mass">
8295             <xsd:annotation>   8237             <xsd:annotation>
8296                <xsd:documentation />   8238                <xsd:documentation />
8297             </xsd:annotation>   8239             </xsd:annotation>
8298          </xsd:enumeration>   8240          </xsd:enumeration>
8299          <xsd:enumeration value="equivalent per volume">   8241          <xsd:enumeration value="equivalent per volume">
8300             <xsd:annotation>   8242             <xsd:annotation>
8301                <xsd:documentation />   8243                <xsd:documentation />
8302             </xsd:annotation>   8244             </xsd:annotation>
8303          </xsd:enumeration>   8245          </xsd:enumeration>
8304          <xsd:enumeration value="exposure (radioactivity)">   8246          <xsd:enumeration value="exposure (radioactivity)">
8305             <xsd:annotation>   8247             <xsd:annotation>
8306                <xsd:documentation />   8248                <xsd:documentation />
8307             </xsd:annotation>   8249             </xsd:annotation>
8308          </xsd:enumeration>   8250          </xsd:enumeration>
8309          <xsd:enumeration value="force">   8251          <xsd:enumeration value="force">
8310             <xsd:annotation>   8252             <xsd:annotation>
8311                <xsd:documentation />   8253                <xsd:documentation />
8312             </xsd:annotation>   8254             </xsd:annotation>
8313          </xsd:enumeration>   8255          </xsd:enumeration>
8314          <xsd:enumeration value="force area">   8256          <xsd:enumeration value="force area">
8315             <xsd:annotation>   8257             <xsd:annotation>
8316                <xsd:documentation />   8258                <xsd:documentation />
8317             </xsd:annotation>   8259             </xsd:annotation>
8318          </xsd:enumeration>   8260          </xsd:enumeration>
8319          <xsd:enumeration value="force length per length">   8261          <xsd:enumeration value="force length per length">
8320             <xsd:annotation>   8262             <xsd:annotation>
8321                <xsd:documentation />   8263                <xsd:documentation />
8322             </xsd:annotation>   8264             </xsd:annotation>
8323          </xsd:enumeration>   8265          </xsd:enumeration>
8324          <xsd:enumeration value="force per force">   8266          <xsd:enumeration value="force per force">
8325             <xsd:annotation>   8267             <xsd:annotation>
8326                <xsd:documentation />   8268                <xsd:documentation />
8327             </xsd:annotation>   8269             </xsd:annotation>
8328          </xsd:enumeration>   8270          </xsd:enumeration>
8329          <xsd:enumeration value="force per length">   8271          <xsd:enumeration value="force per length">
8330             <xsd:annotation>   8272             <xsd:annotation>
8331                <xsd:documentation />   8273                <xsd:documentation />
8332             </xsd:annotation>   8274             </xsd:annotation>
8333          </xsd:enumeration>   8275          </xsd:enumeration>
8334          <xsd:enumeration value="force per volume">   8276          <xsd:enumeration value="force per volume">
8335             <xsd:annotation>   8277             <xsd:annotation>
8336                <xsd:documentation />   8278                <xsd:documentation />
8337             </xsd:annotation>   8279             </xsd:annotation>
8338          </xsd:enumeration>   8280          </xsd:enumeration>
8339          <xsd:enumeration value="frequency">   8281          <xsd:enumeration value="frequency">
8340             <xsd:annotation>   8282             <xsd:annotation>
8341                <xsd:documentation />   8283                <xsd:documentation />
8342             </xsd:annotation>   8284             </xsd:annotation>
8343          </xsd:enumeration>   8285          </xsd:enumeration>
8344          <xsd:enumeration value="frequency interval">   8286          <xsd:enumeration value="frequency interval">
8345             <xsd:annotation>   8287             <xsd:annotation>
8346                <xsd:documentation />   8288                <xsd:documentation />
8347             </xsd:annotation>   8289             </xsd:annotation>
8348          </xsd:enumeration>   8290          </xsd:enumeration>
8349          <xsd:enumeration value="gamma ray API unit">   8291          <xsd:enumeration value="gamma ray API unit">
8350             <xsd:annotation>   8292             <xsd:annotation>
8351                <xsd:documentation />   8293                <xsd:documentation />
8352             </xsd:annotation>   8294             </xsd:annotation>
8353          </xsd:enumeration>   8295          </xsd:enumeration>
8354          <xsd:enumeration value="heat capacity">   8296          <xsd:enumeration value="heat capacity">
8355             <xsd:annotation>   8297             <xsd:annotation>
8356                <xsd:documentation />   8298                <xsd:documentation />
8357             </xsd:annotation>   8299             </xsd:annotation>
8358          </xsd:enumeration>   8300          </xsd:enumeration>
8359          <xsd:enumeration value="heat flow rate">   8301          <xsd:enumeration value="heat flow rate">
8360             <xsd:annotation>   8302             <xsd:annotation>
8361                <xsd:documentation />   8303                <xsd:documentation />
8362             </xsd:annotation>   8304             </xsd:annotation>
8363          </xsd:enumeration>   8305          </xsd:enumeration>
8364          <xsd:enumeration value="heat transfer coefficient">   8306          <xsd:enumeration value="heat transfer coefficient">
8365             <xsd:annotation>   8307             <xsd:annotation>
8366                <xsd:documentation />   8308                <xsd:documentation />
8367             </xsd:annotation>   8309             </xsd:annotation>
8368          </xsd:enumeration>   8310          </xsd:enumeration>
8369          <xsd:enumeration value="illuminance">   8311          <xsd:enumeration value="illuminance">
8370             <xsd:annotation>   8312             <xsd:annotation>
8371                <xsd:documentation />   8313                <xsd:documentation />
8372             </xsd:annotation>   8314             </xsd:annotation>
8373          </xsd:enumeration>   8315          </xsd:enumeration>
8374          <xsd:enumeration value="irradiance">   8316          <xsd:enumeration value="irradiance">
8375             <xsd:annotation>   8317             <xsd:annotation>
8376                <xsd:documentation />   8318                <xsd:documentation />
8377             </xsd:annotation>   8319             </xsd:annotation>
8378          </xsd:enumeration>   8320          </xsd:enumeration>
8379          <xsd:enumeration value="isothermal compressibility">   8321          <xsd:enumeration value="isothermal compressibility">
8380             <xsd:annotation>   8322             <xsd:annotation>
8381                <xsd:documentation />   8323                <xsd:documentation />
8382             </xsd:annotation>   8324             </xsd:annotation>
8383          </xsd:enumeration>   8325          </xsd:enumeration>
8384          <xsd:enumeration value="kinematic viscosity">   8326          <xsd:enumeration value="kinematic viscosity">
8385             <xsd:annotation>   8327             <xsd:annotation>
8386                <xsd:documentation />   8328                <xsd:documentation />
8387             </xsd:annotation>   8329             </xsd:annotation>
8388          </xsd:enumeration>   8330          </xsd:enumeration>
8389          <xsd:enumeration value="length">   8331          <xsd:enumeration value="length">
8390             <xsd:annotation>   8332             <xsd:annotation>
8391                <xsd:documentation />   8333                <xsd:documentation />
8392             </xsd:annotation>   8334             </xsd:annotation>
8393          </xsd:enumeration>   8335          </xsd:enumeration>
8394          <xsd:enumeration value="length per length">   8336          <xsd:enumeration value="length per length">
8395             <xsd:annotation>   8337             <xsd:annotation>
8396                <xsd:documentation />   8338                <xsd:documentation />
8397             </xsd:annotation>   8339             </xsd:annotation>
8398          </xsd:enumeration>   8340          </xsd:enumeration>
8399          <xsd:enumeration value="length per temperature">   8341          <xsd:enumeration value="length per temperature">
8400             <xsd:annotation>   8342             <xsd:annotation>
8401                <xsd:documentation />   8343                <xsd:documentation />
8402             </xsd:annotation>   8344             </xsd:annotation>
8403          </xsd:enumeration>   8345          </xsd:enumeration>
8404          <xsd:enumeration value="length per volume">   8346          <xsd:enumeration value="length per volume">
8405             <xsd:annotation>   8347             <xsd:annotation>
8406                <xsd:documentation />   8348                <xsd:documentation />
8407             </xsd:annotation>   8349             </xsd:annotation>
8408          </xsd:enumeration>   8350          </xsd:enumeration>
8409          <xsd:enumeration value="level of power intensity">   8351          <xsd:enumeration value="level of power intensity">
8410             <xsd:annotation>   8352             <xsd:annotation>
8411                <xsd:documentation />   8353                <xsd:documentation />
8412             </xsd:annotation>   8354             </xsd:annotation>
8413          </xsd:enumeration>   8355          </xsd:enumeration>
8414          <xsd:enumeration value="light exposure">   8356          <xsd:enumeration value="light exposure">
8415             <xsd:annotation>   8357             <xsd:annotation>
8416                <xsd:documentation />   8358                <xsd:documentation />
8417             </xsd:annotation>   8359             </xsd:annotation>
8418          </xsd:enumeration>   8360          </xsd:enumeration>
8419          <xsd:enumeration value="mass per length">   8361          <xsd:enumeration value="mass per length">
8420             <xsd:annotation>   8362             <xsd:annotation>
8421                <xsd:documentation />   8363                <xsd:documentation />
8422             </xsd:annotation>   8364             </xsd:annotation>
8423          </xsd:enumeration>   8365          </xsd:enumeration>
8424          <xsd:enumeration value="linear thermal expansion">   8366          <xsd:enumeration value="linear thermal expansion">
8425             <xsd:annotation>   8367             <xsd:annotation>
8426                <xsd:documentation />   8368                <xsd:documentation />
8427             </xsd:annotation>   8369             </xsd:annotation>
8428          </xsd:enumeration>   8370          </xsd:enumeration>
8429          <xsd:enumeration value="luminance">   8371          <xsd:enumeration value="luminance">
8430             <xsd:annotation>   8372             <xsd:annotation>
8431                <xsd:documentation />   8373                <xsd:documentation />
8432             </xsd:annotation>   8374             </xsd:annotation>
8433          </xsd:enumeration>   8375          </xsd:enumeration>
8434          <xsd:enumeration value="luminous efficacy">   8376          <xsd:enumeration value="luminous efficacy">
8435             <xsd:annotation>   8377             <xsd:annotation>
8436                <xsd:documentation />   8378                <xsd:documentation />
8437             </xsd:annotation>   8379             </xsd:annotation>
8438          </xsd:enumeration>   8380          </xsd:enumeration>
8439          <xsd:enumeration value="luminous flux">   8381          <xsd:enumeration value="luminous flux">
8440             <xsd:annotation>   8382             <xsd:annotation>
8441                <xsd:documentation />   8383                <xsd:documentation />
8442             </xsd:annotation>   8384             </xsd:annotation>
8443          </xsd:enumeration>   8385          </xsd:enumeration>
8444          <xsd:enumeration value="luminous intensity">   8386          <xsd:enumeration value="luminous intensity">
8445             <xsd:annotation>   8387             <xsd:annotation>
8446                <xsd:documentation />   8388                <xsd:documentation />
8447             </xsd:annotation>   8389             </xsd:annotation>
8448          </xsd:enumeration>   8390          </xsd:enumeration>
8449          <xsd:enumeration value="magnetic dipole moment">   8391          <xsd:enumeration value="magnetic dipole moment">
8450             <xsd:annotation>   8392             <xsd:annotation>
8451                <xsd:documentation />   8393                <xsd:documentation />
8452             </xsd:annotation>   8394             </xsd:annotation>
8453          </xsd:enumeration>   8395          </xsd:enumeration>
8454          <xsd:enumeration value="magnetic field strength">   8396          <xsd:enumeration value="magnetic field strength">
8455             <xsd:annotation>   8397             <xsd:annotation>
8456                <xsd:documentation />   8398                <xsd:documentation />
8457             </xsd:annotation>   8399             </xsd:annotation>
8458          </xsd:enumeration>   8400          </xsd:enumeration>
8459          <xsd:enumeration value="magnetic flux">   8401          <xsd:enumeration value="magnetic flux">
8460             <xsd:annotation>   8402             <xsd:annotation>
8461                <xsd:documentation />   8403                <xsd:documentation />
8462             </xsd:annotation>   8404             </xsd:annotation>
8463          </xsd:enumeration>   8405          </xsd:enumeration>
8464          <xsd:enumeration value="magnetic induction">   8406          <xsd:enumeration value="magnetic induction">
8465             <xsd:annotation>   8407             <xsd:annotation>
8466                <xsd:documentation />   8408                <xsd:documentation />
8467             </xsd:annotation>   8409             </xsd:annotation>
8468          </xsd:enumeration>   8410          </xsd:enumeration>
8469          <xsd:enumeration value="magnetic permeability">   8411          <xsd:enumeration value="magnetic permeability">
8470             <xsd:annotation>   8412             <xsd:annotation>
8471                <xsd:documentation />   8413                <xsd:documentation />
8472             </xsd:annotation>   8414             </xsd:annotation>
8473          </xsd:enumeration>   8415          </xsd:enumeration>
8474          <xsd:enumeration value="magnetic vector potential">   8416          <xsd:enumeration value="magnetic vector potential">
8475             <xsd:annotation>   8417             <xsd:annotation>
8476                <xsd:documentation />   8418                <xsd:documentation />
8477             </xsd:annotation>   8419             </xsd:annotation>
8478          </xsd:enumeration>   8420          </xsd:enumeration>
8479          <xsd:enumeration value="mass">   8421          <xsd:enumeration value="mass">
8480             <xsd:annotation>   8422             <xsd:annotation>
8481                <xsd:documentation />   8423                <xsd:documentation />
8482             </xsd:annotation>   8424             </xsd:annotation>
8483          </xsd:enumeration>   8425          </xsd:enumeration>
8484          <xsd:enumeration value="mass attenuation coefficient">   8426          <xsd:enumeration value="mass attenuation coefficient">
8485             <xsd:annotation>   8427             <xsd:annotation>
8486                <xsd:documentation />   8428                <xsd:documentation />
8487             </xsd:annotation>   8429             </xsd:annotation>
8488          </xsd:enumeration>   8430          </xsd:enumeration>
8489          <xsd:enumeration value="mass flow rate">   8431          <xsd:enumeration value="mass flow rate">
8490             <xsd:annotation>   8432             <xsd:annotation>
8491                <xsd:documentation />   8433                <xsd:documentation />
8492             </xsd:annotation>   8434             </xsd:annotation>
8493          </xsd:enumeration>   8435          </xsd:enumeration>
8494          <xsd:enumeration value="mass length">   8436          <xsd:enumeration value="mass length">
8495             <xsd:annotation>   8437             <xsd:annotation>
8496                <xsd:documentation />   8438                <xsd:documentation />
8497             </xsd:annotation>   8439             </xsd:annotation>
8498          </xsd:enumeration>   8440          </xsd:enumeration>
8499          <xsd:enumeration value="mass per energy">   8441          <xsd:enumeration value="mass per energy">
8500             <xsd:annotation>   8442             <xsd:annotation>
8501                <xsd:documentation />   8443                <xsd:documentation />
8502             </xsd:annotation>   8444             </xsd:annotation>
8503          </xsd:enumeration>   8445          </xsd:enumeration>
8504          <xsd:enumeration value="mass per time per area">   8446          <xsd:enumeration value="mass per time per area">
8505             <xsd:annotation>   8447             <xsd:annotation>
8506                <xsd:documentation />   8448                <xsd:documentation />
8507             </xsd:annotation>   8449             </xsd:annotation>
8508          </xsd:enumeration>   8450          </xsd:enumeration>
8509          <xsd:enumeration value="mass per time per length">   8451          <xsd:enumeration value="mass per time per length">
8510             <xsd:annotation>   8452             <xsd:annotation>
8511                <xsd:documentation />   8453                <xsd:documentation />
8512             </xsd:annotation>   8454             </xsd:annotation>
8513          </xsd:enumeration>   8455          </xsd:enumeration>
8514          <xsd:enumeration value="mass per volume per length">   8456          <xsd:enumeration value="mass per volume per length">
8515             <xsd:annotation>   8457             <xsd:annotation>
8516                <xsd:documentation />   8458                <xsd:documentation />
8517             </xsd:annotation>   8459             </xsd:annotation>
8518          </xsd:enumeration>   8460          </xsd:enumeration>
8519          <xsd:enumeration value="mass concentration">   8461          <xsd:enumeration value="mass concentration">
8520             <xsd:annotation>   8462             <xsd:annotation>
8521                <xsd:documentation />   8463                <xsd:documentation />
8522             </xsd:annotation>   8464             </xsd:annotation>
8523          </xsd:enumeration>   8465          </xsd:enumeration>
8524          <xsd:enumeration value="mobility">   8466          <xsd:enumeration value="mobility">
8525             <xsd:annotation>   8467             <xsd:annotation>
8526                <xsd:documentation />   8468                <xsd:documentation />
8527             </xsd:annotation>   8469             </xsd:annotation>
8528          </xsd:enumeration>   8470          </xsd:enumeration>
8529          <xsd:enumeration value="modulus of compression">   8471          <xsd:enumeration value="modulus of compression">
8530             <xsd:annotation>   8472             <xsd:annotation>
8531                <xsd:documentation />   8473                <xsd:documentation />
8532             </xsd:annotation>   8474             </xsd:annotation>
8533          </xsd:enumeration>   8475          </xsd:enumeration>
8534          <xsd:enumeration value="molar heat capacity">   8476          <xsd:enumeration value="molar heat capacity">
8535             <xsd:annotation>   8477             <xsd:annotation>
8536                <xsd:documentation />   8478                <xsd:documentation />
8537             </xsd:annotation>   8479             </xsd:annotation>
8538          </xsd:enumeration>   8480          </xsd:enumeration>
8539          <xsd:enumeration value="molar volume">   8481          <xsd:enumeration value="molar volume">
8540             <xsd:annotation>   8482             <xsd:annotation>
8541                <xsd:documentation />   8483                <xsd:documentation />
8542             </xsd:annotation>   8484             </xsd:annotation>
8543          </xsd:enumeration>   8485          </xsd:enumeration>
8544          <xsd:enumeration value="mole per area">   8486          <xsd:enumeration value="mole per area">
8545             <xsd:annotation>   8487             <xsd:annotation>
8546                <xsd:documentation />   8488                <xsd:documentation />
8547             </xsd:annotation>   8489             </xsd:annotation>
8548          </xsd:enumeration>   8490          </xsd:enumeration>
8549          <xsd:enumeration value="mole per time">   8491          <xsd:enumeration value="mole per time">
8550             <xsd:annotation>   8492             <xsd:annotation>
8551                <xsd:documentation />   8493                <xsd:documentation />
8552             </xsd:annotation>   8494             </xsd:annotation>
8553          </xsd:enumeration>   8495          </xsd:enumeration>
8554          <xsd:enumeration value="mole per time per area">   8496          <xsd:enumeration value="mole per time per area">
8555             <xsd:annotation>   8497             <xsd:annotation>
8556                <xsd:documentation />   8498                <xsd:documentation />
8557             </xsd:annotation>   8499             </xsd:annotation>
8558          </xsd:enumeration>   8500          </xsd:enumeration>
8559          <xsd:enumeration value="moment of force">   8501          <xsd:enumeration value="moment of force">
8560             <xsd:annotation>   8502             <xsd:annotation>
8561                <xsd:documentation />   8503                <xsd:documentation />
8562             </xsd:annotation>   8504             </xsd:annotation>
8563          </xsd:enumeration>   8505          </xsd:enumeration>
8564          <xsd:enumeration value="moment of inertia">   8506          <xsd:enumeration value="moment of inertia">
8565             <xsd:annotation>   8507             <xsd:annotation>
8566                <xsd:documentation />   8508                <xsd:documentation />
8567             </xsd:annotation>   8509             </xsd:annotation>
8568          </xsd:enumeration>   8510          </xsd:enumeration>
8569          <xsd:enumeration value="moment of section">   8511          <xsd:enumeration value="moment of section">
8570             <xsd:annotation>   8512             <xsd:annotation>
8571                <xsd:documentation />   8513                <xsd:documentation />
8572             </xsd:annotation>   8514             </xsd:annotation>
8573          </xsd:enumeration>   8515          </xsd:enumeration>
8574          <xsd:enumeration value="momentum">   8516          <xsd:enumeration value="momentum">
8575             <xsd:annotation>   8517             <xsd:annotation>
8576                <xsd:documentation />   8518                <xsd:documentation />
8577             </xsd:annotation>   8519             </xsd:annotation>
8578          </xsd:enumeration>   8520          </xsd:enumeration>
8579          <xsd:enumeration value="neutron API unit">   8521          <xsd:enumeration value="neutron API unit">
8580             <xsd:annotation>   8522             <xsd:annotation>
8581                <xsd:documentation />   8523                <xsd:documentation />
8582             </xsd:annotation>   8524             </xsd:annotation>
8583          </xsd:enumeration>   8525          </xsd:enumeration>
8584          <xsd:enumeration value="nonDarcy flow coefficient">   8526          <xsd:enumeration value="nonDarcy flow coefficient">
8585             <xsd:annotation>   8527             <xsd:annotation>
8586                <xsd:documentation />   8528                <xsd:documentation />
8587             </xsd:annotation>   8529             </xsd:annotation>
8588          </xsd:enumeration>   8530          </xsd:enumeration>
8589          <xsd:enumeration value="operations per time">   8531          <xsd:enumeration value="operations per time">
8590             <xsd:annotation>   8532             <xsd:annotation>
8591                <xsd:documentation />   8533                <xsd:documentation />
8592             </xsd:annotation>   8534             </xsd:annotation>
8593          </xsd:enumeration>   8535          </xsd:enumeration>
8594          <xsd:enumeration value="parachor">   8536          <xsd:enumeration value="parachor">
8595             <xsd:annotation>   8537             <xsd:annotation>
8596                <xsd:documentation />   8538                <xsd:documentation />
8597             </xsd:annotation>   8539             </xsd:annotation>
8598          </xsd:enumeration>   8540          </xsd:enumeration>
8599          <xsd:enumeration value="per area">   8541          <xsd:enumeration value="per area">
8600             <xsd:annotation>   8542             <xsd:annotation>
8601                <xsd:documentation />   8543                <xsd:documentation />
8602             </xsd:annotation>   8544             </xsd:annotation>
8603          </xsd:enumeration>   8545          </xsd:enumeration>
8604          <xsd:enumeration value="per electric potential">   8546          <xsd:enumeration value="per electric potential">
8605             <xsd:annotation>   8547             <xsd:annotation>
8606                <xsd:documentation />   8548                <xsd:documentation />
8607             </xsd:annotation>   8549             </xsd:annotation>
8608          </xsd:enumeration>   8550          </xsd:enumeration>
8609          <xsd:enumeration value="per force">   8551          <xsd:enumeration value="per force">
8610             <xsd:annotation>   8552             <xsd:annotation>
8611                <xsd:documentation />   8553                <xsd:documentation />
8612             </xsd:annotation>   8554             </xsd:annotation>
8613          </xsd:enumeration>   8555          </xsd:enumeration>
8614          <xsd:enumeration value="per length">   8556          <xsd:enumeration value="per length">
8615             <xsd:annotation>   8557             <xsd:annotation>
8616                <xsd:documentation />   8558                <xsd:documentation />
8617             </xsd:annotation>   8559             </xsd:annotation>
8618          </xsd:enumeration>   8560          </xsd:enumeration>
8619          <xsd:enumeration value="per mass">   8561          <xsd:enumeration value="per mass">
8620             <xsd:annotation>   8562             <xsd:annotation>
8621                <xsd:documentation />   8563                <xsd:documentation />
8622             </xsd:annotation>   8564             </xsd:annotation>
8623          </xsd:enumeration>   8565          </xsd:enumeration>
8624          <xsd:enumeration value="per volume">   8566          <xsd:enumeration value="per volume">
8625             <xsd:annotation>   8567             <xsd:annotation>
8626                <xsd:documentation />   8568                <xsd:documentation />
8627             </xsd:annotation>   8569             </xsd:annotation>
8628          </xsd:enumeration>   8570          </xsd:enumeration>
8629          <xsd:enumeration value="permeability length">   8571          <xsd:enumeration value="permeability length">
8630             <xsd:annotation>   8572             <xsd:annotation>
8631                <xsd:documentation />   8573                <xsd:documentation />
8632             </xsd:annotation>   8574             </xsd:annotation>
8633          </xsd:enumeration>   8575          </xsd:enumeration>
8634          <xsd:enumeration value="permeability rock">   8576          <xsd:enumeration value="permeability rock">
8635             <xsd:annotation>   8577             <xsd:annotation>
8636                <xsd:documentation />   8578                <xsd:documentation />
8637             </xsd:annotation>   8579             </xsd:annotation>
8638          </xsd:enumeration>   8580          </xsd:enumeration>
8639          <xsd:enumeration value="permeance">   8581          <xsd:enumeration value="permeance">
8640             <xsd:annotation>   8582             <xsd:annotation>
8641                <xsd:documentation />   8583                <xsd:documentation />
8642             </xsd:annotation>   8584             </xsd:annotation>
8643          </xsd:enumeration>   8585          </xsd:enumeration>
8644          <xsd:enumeration value="permittivity">   8586          <xsd:enumeration value="permittivity">
8645             <xsd:annotation>   8587             <xsd:annotation>
8646                <xsd:documentation />   8588                <xsd:documentation />
8647             </xsd:annotation>   8589             </xsd:annotation>
8648          </xsd:enumeration>   8590          </xsd:enumeration>
8649          <xsd:enumeration value="pH">   8591          <xsd:enumeration value="pH">
8650             <xsd:annotation>   8592             <xsd:annotation>
8651                <xsd:documentation />   8593                <xsd:documentation />
8652             </xsd:annotation>   8594             </xsd:annotation>
8653          </xsd:enumeration>   8595          </xsd:enumeration>
8654          <xsd:enumeration value="plane angle">   8596          <xsd:enumeration value="plane angle">
8655             <xsd:annotation>   8597             <xsd:annotation>
8656                <xsd:documentation />   8598                <xsd:documentation />
8657             </xsd:annotation>   8599             </xsd:annotation>
8658          </xsd:enumeration>   8600          </xsd:enumeration>
8659          <xsd:enumeration value="potential difference per power drop">   8601          <xsd:enumeration value="potential difference per power drop">
8660             <xsd:annotation>   8602             <xsd:annotation>
8661                <xsd:documentation />   8603                <xsd:documentation />
8662             </xsd:annotation>   8604             </xsd:annotation>
8663          </xsd:enumeration>   8605          </xsd:enumeration>
8664          <xsd:enumeration value="power">   8606          <xsd:enumeration value="power">
8665             <xsd:annotation>   8607             <xsd:annotation>
8666                <xsd:documentation />   8608                <xsd:documentation />
8667             </xsd:annotation>   8609             </xsd:annotation>
8668          </xsd:enumeration>   8610          </xsd:enumeration>
8669          <xsd:enumeration value="power per volume">   8611          <xsd:enumeration value="power per volume">
8670             <xsd:annotation>   8612             <xsd:annotation>
8671                <xsd:documentation />   8613                <xsd:documentation />
8672             </xsd:annotation>   8614             </xsd:annotation>
8673          </xsd:enumeration>   8615          </xsd:enumeration>
8674          <xsd:enumeration value="pressure">   8616          <xsd:enumeration value="pressure">
8675             <xsd:annotation>   8617             <xsd:annotation>
8676                <xsd:documentation />   8618                <xsd:documentation />
8677             </xsd:annotation>   8619             </xsd:annotation>
8678          </xsd:enumeration>   8620          </xsd:enumeration>
8679          <xsd:enumeration value="pressure per time">   8621          <xsd:enumeration value="pressure per time">
8680             <xsd:annotation>   8622             <xsd:annotation>
8681                <xsd:documentation />   8623                <xsd:documentation />
8682             </xsd:annotation>   8624             </xsd:annotation>
8683          </xsd:enumeration>   8625          </xsd:enumeration>
8684          <xsd:enumeration value="pressure squared">   8626          <xsd:enumeration value="pressure squared">
8685             <xsd:annotation>   8627             <xsd:annotation>
8686                <xsd:documentation />   8628                <xsd:documentation />
8687             </xsd:annotation>   8629             </xsd:annotation>
8688          </xsd:enumeration>   8630          </xsd:enumeration>
8689          <xsd:enumeration value="pressure squared per force time per area">   8631          <xsd:enumeration value="pressure squared per force time per area">
8690             <xsd:annotation>   8632             <xsd:annotation>
8691                <xsd:documentation />   8633                <xsd:documentation />
8692             </xsd:annotation>   8634             </xsd:annotation>
8693          </xsd:enumeration>   8635          </xsd:enumeration>
8694          <xsd:enumeration value="pressure time per volume">   8636          <xsd:enumeration value="pressure time per volume">
8695             <xsd:annotation>   8637             <xsd:annotation>
8696                <xsd:documentation />   8638                <xsd:documentation />
8697             </xsd:annotation>   8639             </xsd:annotation>
8698          </xsd:enumeration>   8640          </xsd:enumeration>
8699          <xsd:enumeration value="productivity index">   8641          <xsd:enumeration value="productivity index">
8700             <xsd:annotation>   8642             <xsd:annotation>
8701                <xsd:documentation />   8643                <xsd:documentation />
8702             </xsd:annotation>   8644             </xsd:annotation>
8703          </xsd:enumeration>   8645          </xsd:enumeration>
8704          <xsd:enumeration value="quantity of light">   8646          <xsd:enumeration value="quantity of light">
8705             <xsd:annotation>   8647             <xsd:annotation>
8706                <xsd:documentation />   8648                <xsd:documentation />
8707             </xsd:annotation>   8649             </xsd:annotation>
8708          </xsd:enumeration>   8650          </xsd:enumeration>
8709          <xsd:enumeration value="radiance">   8651          <xsd:enumeration value="radiance">
8710             <xsd:annotation>   8652             <xsd:annotation>
8711                <xsd:documentation />   8653                <xsd:documentation />
8712             </xsd:annotation>   8654             </xsd:annotation>
8713          </xsd:enumeration>   8655          </xsd:enumeration>
8714          <xsd:enumeration value="radiant intensity">   8656          <xsd:enumeration value="radiant intensity">
8715             <xsd:annotation>   8657             <xsd:annotation>
8716                <xsd:documentation />   8658                <xsd:documentation />
8717             </xsd:annotation>   8659             </xsd:annotation>
8718          </xsd:enumeration>   8660          </xsd:enumeration>
8719          <xsd:enumeration value="relative power">   8661          <xsd:enumeration value="relative power">
8720             <xsd:annotation>   8662             <xsd:annotation>
8721                <xsd:documentation />   8663                <xsd:documentation />
8722             </xsd:annotation>   8664             </xsd:annotation>
8723          </xsd:enumeration>   8665          </xsd:enumeration>
8724          <xsd:enumeration value="relative time">   8666          <xsd:enumeration value="relative time">
8725             <xsd:annotation>   8667             <xsd:annotation>
8726                <xsd:documentation />   8668                <xsd:documentation />
8727             </xsd:annotation>   8669             </xsd:annotation>
8728          </xsd:enumeration>   8670          </xsd:enumeration>
8729          <xsd:enumeration value="reluctance">   8671          <xsd:enumeration value="reluctance">
8730             <xsd:annotation>   8672             <xsd:annotation>
8731                <xsd:documentation />   8673                <xsd:documentation />
8732             </xsd:annotation>   8674             </xsd:annotation>
8733          </xsd:enumeration>   8675          </xsd:enumeration>
8734          <xsd:enumeration value="resistance">   8676          <xsd:enumeration value="resistance">
8735             <xsd:annotation>   8677             <xsd:annotation>
8736                <xsd:documentation />   8678                <xsd:documentation />
8737             </xsd:annotation>   8679             </xsd:annotation>
8738          </xsd:enumeration>   8680          </xsd:enumeration>
8739          <xsd:enumeration value="resistivity per length">   8681          <xsd:enumeration value="resistivity per length">
8740             <xsd:annotation>   8682             <xsd:annotation>
8741                <xsd:documentation />   8683                <xsd:documentation />
8742             </xsd:annotation>   8684             </xsd:annotation>
8743          </xsd:enumeration>   8685          </xsd:enumeration>
8744          <xsd:enumeration value="second moment of area">   8686          <xsd:enumeration value="second moment of area">
8745             <xsd:annotation>   8687             <xsd:annotation>
8746                <xsd:documentation />   8688                <xsd:documentation />
8747             </xsd:annotation>   8689             </xsd:annotation>
8748          </xsd:enumeration>   8690          </xsd:enumeration>
8749          <xsd:enumeration value="solid angle">   8691          <xsd:enumeration value="solid angle">
8750             <xsd:annotation>   8692             <xsd:annotation>
8751                <xsd:documentation />   8693                <xsd:documentation />
8752             </xsd:annotation>   8694             </xsd:annotation>
8753          </xsd:enumeration>   8695          </xsd:enumeration>
8754          <xsd:enumeration value="specific activity (of radioactivity)">   8696          <xsd:enumeration value="specific activity (of radioactivity)">
8755             <xsd:annotation>   8697             <xsd:annotation>
8756                <xsd:documentation />   8698                <xsd:documentation />
8757             </xsd:annotation>   8699             </xsd:annotation>
8758          </xsd:enumeration>   8700          </xsd:enumeration>
8759          <xsd:enumeration value="specific energy">   8701          <xsd:enumeration value="specific energy">
8760             <xsd:annotation>   8702             <xsd:annotation>
8761                <xsd:documentation />   8703                <xsd:documentation />
8762             </xsd:annotation>   8704             </xsd:annotation>
8763          </xsd:enumeration>   8705          </xsd:enumeration>
8764          <xsd:enumeration value="specific heat capacity">   8706          <xsd:enumeration value="specific heat capacity">
8765             <xsd:annotation>   8707             <xsd:annotation>
8766                <xsd:documentation />   8708                <xsd:documentation />
8767             </xsd:annotation>   8709             </xsd:annotation>
8768          </xsd:enumeration>   8710          </xsd:enumeration>
8769          <xsd:enumeration value="specific productivity index">   8711          <xsd:enumeration value="specific productivity index">
8770             <xsd:annotation>   8712             <xsd:annotation>
8771                <xsd:documentation />   8713                <xsd:documentation />
8772             </xsd:annotation>   8714             </xsd:annotation>
8773          </xsd:enumeration>   8715          </xsd:enumeration>
8774          <xsd:enumeration value="specific volume">   8716          <xsd:enumeration value="specific volume">
8775             <xsd:annotation>   8717             <xsd:annotation>
8776                <xsd:documentation />   8718                <xsd:documentation />
8777             </xsd:annotation>   8719             </xsd:annotation>
8778          </xsd:enumeration>   8720          </xsd:enumeration>
8779          <xsd:enumeration value="standard volume">   8721          <xsd:enumeration value="standard volume">
8780             <xsd:annotation>   8722             <xsd:annotation>
8781                <xsd:documentation />   8723                <xsd:documentation />
8782             </xsd:annotation>   8724             </xsd:annotation>
8783          </xsd:enumeration>   8725          </xsd:enumeration>
8784          <xsd:enumeration value="standard volume per area">   8726          <xsd:enumeration value="standard volume per area">
8785             <xsd:annotation>   8727             <xsd:annotation>
8786                <xsd:documentation />   8728                <xsd:documentation />
8787             </xsd:annotation>   8729             </xsd:annotation>
8788          </xsd:enumeration>   8730          </xsd:enumeration>
8789          <xsd:enumeration value="standard volume per time">   8731          <xsd:enumeration value="standard volume per time">
8790             <xsd:annotation>   8732             <xsd:annotation>
8791                <xsd:documentation />   8733                <xsd:documentation />
8792             </xsd:annotation>   8734             </xsd:annotation>
8793          </xsd:enumeration>   8735          </xsd:enumeration>
8794          <xsd:enumeration value="standard volume per volume">   8736          <xsd:enumeration value="standard volume per volume">
8795             <xsd:annotation>   8737             <xsd:annotation>
8796                <xsd:documentation />   8738                <xsd:documentation />
8797             </xsd:annotation>   8739             </xsd:annotation>
8798          </xsd:enumeration>   8740          </xsd:enumeration>
8799          <xsd:enumeration value="surface density">   8741          <xsd:enumeration value="surface density">
8800             <xsd:annotation>   8742             <xsd:annotation>
8801                <xsd:documentation />   8743                <xsd:documentation />
8802             </xsd:annotation>   8744             </xsd:annotation>
8803          </xsd:enumeration>   8745          </xsd:enumeration>
8804          <xsd:enumeration value="temperature per length">   8746          <xsd:enumeration value="temperature per length">
8805             <xsd:annotation>   8747             <xsd:annotation>
8806                <xsd:documentation />   8748                <xsd:documentation />
8807             </xsd:annotation>   8749             </xsd:annotation>
8808          </xsd:enumeration>   8750          </xsd:enumeration>
8809          <xsd:enumeration value="temperature per time">   8751          <xsd:enumeration value="temperature per time">
8810             <xsd:annotation>   8752             <xsd:annotation>
8811                <xsd:documentation />   8753                <xsd:documentation />
8812             </xsd:annotation>   8754             </xsd:annotation>
8813          </xsd:enumeration>   8755          </xsd:enumeration>
8814          <xsd:enumeration value="thermal conductance">   8756          <xsd:enumeration value="thermal conductance">
8815             <xsd:annotation>   8757             <xsd:annotation>
8816                <xsd:documentation />   8758                <xsd:documentation />
8817             </xsd:annotation>   8759             </xsd:annotation>
8818          </xsd:enumeration>   8760          </xsd:enumeration>
8819          <xsd:enumeration value="thermal conductivity">   8761          <xsd:enumeration value="thermal conductivity">
8820             <xsd:annotation>   8762             <xsd:annotation>
8821                <xsd:documentation />   8763                <xsd:documentation />
8822             </xsd:annotation>   8764             </xsd:annotation>
8823          </xsd:enumeration>   8765          </xsd:enumeration>
8824          <xsd:enumeration value="thermal diffusivity">   8766          <xsd:enumeration value="thermal diffusivity">
8825             <xsd:annotation>   8767             <xsd:annotation>
8826                <xsd:documentation />   8768                <xsd:documentation />
8827             </xsd:annotation>   8769             </xsd:annotation>
8828          </xsd:enumeration>   8770          </xsd:enumeration>
8829          <xsd:enumeration value="thermal insulance">   8771          <xsd:enumeration value="thermal insulance">
8830             <xsd:annotation>   8772             <xsd:annotation>
8831                <xsd:documentation />   8773                <xsd:documentation />
8832             </xsd:annotation>   8774             </xsd:annotation>
8833          </xsd:enumeration>   8775          </xsd:enumeration>
8834          <xsd:enumeration value="thermal resistance">   8776          <xsd:enumeration value="thermal resistance">
8835             <xsd:annotation>   8777             <xsd:annotation>
8836                <xsd:documentation />   8778                <xsd:documentation />
8837             </xsd:annotation>   8779             </xsd:annotation>
8838          </xsd:enumeration>   8780          </xsd:enumeration>
8839          <xsd:enumeration value="thermodynamic temperature">   8781          <xsd:enumeration value="thermodynamic temperature">
8840             <xsd:annotation>   8782             <xsd:annotation>
8841                <xsd:documentation />   8783                <xsd:documentation />
8842             </xsd:annotation>   8784             </xsd:annotation>
8843          </xsd:enumeration>   8785          </xsd:enumeration>
8844          <xsd:enumeration value="time">   8786          <xsd:enumeration value="time">
8845             <xsd:annotation>   8787             <xsd:annotation>
8846                <xsd:documentation />   8788                <xsd:documentation />
8847             </xsd:annotation>   8789             </xsd:annotation>
8848          </xsd:enumeration>   8790          </xsd:enumeration>
8849          <xsd:enumeration value="time per length">   8791          <xsd:enumeration value="time per length">
8850             <xsd:annotation>   8792             <xsd:annotation>
8851                <xsd:documentation />   8793                <xsd:documentation />
8852             </xsd:annotation>   8794             </xsd:annotation>
8853          </xsd:enumeration>   8795          </xsd:enumeration>
8854          <xsd:enumeration value="time per volume">   8796          <xsd:enumeration value="time per volume">
8855             <xsd:annotation>   8797             <xsd:annotation>
8856                <xsd:documentation />   8798                <xsd:documentation />
8857             </xsd:annotation>   8799             </xsd:annotation>
8858          </xsd:enumeration>   8800          </xsd:enumeration>
8859          <xsd:enumeration value="unit productivity index">   8801          <xsd:enumeration value="unit productivity index">
8860             <xsd:annotation>   8802             <xsd:annotation>
8861                <xsd:documentation />   8803                <xsd:documentation />
8862             </xsd:annotation>   8804             </xsd:annotation>
8863          </xsd:enumeration>   8805          </xsd:enumeration>
8864          <xsd:enumeration value="velocity">   8806          <xsd:enumeration value="velocity">
8865             <xsd:annotation>   8807             <xsd:annotation>
8866                <xsd:documentation />   8808                <xsd:documentation />
8867             </xsd:annotation>   8809             </xsd:annotation>
8868          </xsd:enumeration>   8810          </xsd:enumeration>
8869          <xsd:enumeration value="volume">   8811          <xsd:enumeration value="volume">
8870             <xsd:annotation>   8812             <xsd:annotation>
8871                <xsd:documentation />   8813                <xsd:documentation />
8872             </xsd:annotation>   8814             </xsd:annotation>
8873          </xsd:enumeration>   8815          </xsd:enumeration>
8874          <xsd:enumeration value="volume flow rate">   8816          <xsd:enumeration value="volume flow rate">
8875             <xsd:annotation>   8817             <xsd:annotation>
8876                <xsd:documentation />   8818                <xsd:documentation />
8877             </xsd:annotation>   8819             </xsd:annotation>
8878          </xsd:enumeration>   8820          </xsd:enumeration>
8879          <xsd:enumeration value="volume length per time">   8821          <xsd:enumeration value="volume length per time">
8880             <xsd:annotation>   8822             <xsd:annotation>
8881                <xsd:documentation />   8823                <xsd:documentation />
8882             </xsd:annotation>   8824             </xsd:annotation>
8883          </xsd:enumeration>   8825          </xsd:enumeration>
8884          <xsd:enumeration value="volume per area">   8826          <xsd:enumeration value="volume per area">
8885             <xsd:annotation>   8827             <xsd:annotation>
8886                <xsd:documentation />   8828                <xsd:documentation />
8887             </xsd:annotation>   8829             </xsd:annotation>
8888          </xsd:enumeration>   8830          </xsd:enumeration>
8889          <xsd:enumeration value="volume per length">   8831          <xsd:enumeration value="volume per length">
8890             <xsd:annotation>   8832             <xsd:annotation>
8891                <xsd:documentation />   8833                <xsd:documentation />
8892             </xsd:annotation>   8834             </xsd:annotation>
8893          </xsd:enumeration>   8835          </xsd:enumeration>
8894          <xsd:enumeration value="volume per standard volume">   8836          <xsd:enumeration value="volume per standard volume">
8895             <xsd:annotation>   8837             <xsd:annotation>
8896                <xsd:documentation />   8838                <xsd:documentation />
8897             </xsd:annotation>   8839             </xsd:annotation>
8898          </xsd:enumeration>   8840          </xsd:enumeration>
8899          <xsd:enumeration value="volume per time per area">   8841          <xsd:enumeration value="volume per time per area">
8900             <xsd:annotation>   8842             <xsd:annotation>
8901                <xsd:documentation />   8843                <xsd:documentation />
8902             </xsd:annotation>   8844             </xsd:annotation>
8903          </xsd:enumeration>   8845          </xsd:enumeration>
8904          <xsd:enumeration value="volume per time per length">   8846          <xsd:enumeration value="volume per time per length">
8905             <xsd:annotation>   8847             <xsd:annotation>
8906                <xsd:documentation />   8848                <xsd:documentation />
8907             </xsd:annotation>   8849             </xsd:annotation>
8908          </xsd:enumeration>   8850          </xsd:enumeration>
8909          <xsd:enumeration value="volume per time per time">   8851          <xsd:enumeration value="volume per time per time">
8910             <xsd:annotation>   8852             <xsd:annotation>
8911                <xsd:documentation />   8853                <xsd:documentation />
8912             </xsd:annotation>   8854             </xsd:annotation>
8913          </xsd:enumeration>   8855          </xsd:enumeration>
8914          <xsd:enumeration value="volume per time per volume">   8856          <xsd:enumeration value="volume per time per volume">
8915             <xsd:annotation>   8857             <xsd:annotation>
8916                <xsd:documentation />   8858                <xsd:documentation />
8917             </xsd:annotation>   8859             </xsd:annotation>
8918          </xsd:enumeration>   8860          </xsd:enumeration>
8919          <xsd:enumeration value="volume per volume">   8861          <xsd:enumeration value="volume per volume">
8920             <xsd:annotation>   8862             <xsd:annotation>
8921                <xsd:documentation />   8863                <xsd:documentation />
8922             </xsd:annotation>   8864             </xsd:annotation>
8923          </xsd:enumeration>   8865          </xsd:enumeration>
8924          <xsd:enumeration value="volumetric heat transfer coefficient">   8866          <xsd:enumeration value="volumetric heat transfer coefficient">
8925             <xsd:annotation>   8867             <xsd:annotation>
8926                <xsd:documentation />   8868                <xsd:documentation />
8927             </xsd:annotation>   8869             </xsd:annotation>
8928          </xsd:enumeration>   8870          </xsd:enumeration>
8929          <xsd:enumeration value="volumetric thermal expansion">   8871          <xsd:enumeration value="volumetric thermal expansion">
8930             <xsd:annotation>   8872             <xsd:annotation>
8931                <xsd:documentation />   8873                <xsd:documentation />
8932             </xsd:annotation>   8874             </xsd:annotation>
8933          </xsd:enumeration>   8875          </xsd:enumeration>
8934          <xsd:enumeration value="work">   8876          <xsd:enumeration value="work">
8935             <xsd:annotation>   8877             <xsd:annotation>
8936                <xsd:documentation />   8878                <xsd:documentation />
8937             </xsd:annotation>   8879             </xsd:annotation>
8938          </xsd:enumeration>   8880          </xsd:enumeration>
8939          <xsd:enumeration value="unknown">   8881          <xsd:enumeration value="unknown">
8940             <xsd:annotation>   8882             <xsd:annotation>
8941                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   8883                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
8942                value. Use of this value may result in rejection in some situations.</xsd:documentation>   8884                value. Use of this value may result in rejection in some situations.</xsd:documentation>
8943             </xsd:annotation>   8885             </xsd:annotation>
8944          </xsd:enumeration>   8886          </xsd:enumeration>
8945       </xsd:restriction>   8887       </xsd:restriction>
8946    </xsd:simpleType>   8888    </xsd:simpleType>
8947    <!--UNUSED: Deleted type MeasurementType.-->   8889    <!--UNUSED: Deleted type MeasurementType.-->
8948    <!--UNUSED: Deleted type MessageProbability.-->   8890    <!--UNUSED: Deleted type MessageProbability.-->
8949    <!--UNUSED: Deleted type MessageSeverity.-->   8891    <!--UNUSED: Deleted type MessageSeverity.-->
8950    <!--UNUSED: Deleted type MessageType.-->   8892    <!--UNUSED: Deleted type MessageType.-->
8951    <!--UNUSED: Deleted type MudLogParameterType.-->   8893    <!--UNUSED: Deleted type MudLogParameterType.-->
8952    <!--UNUSED: Deleted type NADTypes.-->   8894    <!--UNUSED: Deleted type NADTypes.-->
8953    <xsd:simpleType name="NameTagLocation">   8895    <xsd:simpleType name="NameTagLocation">
8954       <xsd:annotation>   8896       <xsd:annotation>
8955          <xsd:documentation>Defines the locations where an equipment tag might be found.. The list of standard values is contained in the WITSML enumValues.xml   8897          <xsd:documentation>Defines the locations where an equipment tag might be found.. The list of standard values is contained in the WITSML enumValues.xml
8956          file.</xsd:documentation>   8898          file.</xsd:documentation>
8957       </xsd:annotation>   8899       </xsd:annotation>
8958       <xsd:restriction base="witsml:abstractTypeEnum">   8900       <xsd:restriction base="witsml:abstractTypeEnum">
8959          <xsd:enumeration value="body">   8901          <xsd:enumeration value="body">
8960             <xsd:annotation>   8902             <xsd:annotation>
8961                <xsd:documentation>The body of the equipment. For tubular components this specifies a location toward the middle of the component.</xsd:documentation>   8903                <xsd:documentation>The body of the equipment. For tubular components this specifies a location toward the middle of the component.</xsd:documentation>
8962             </xsd:annotation>   8904             </xsd:annotation>
8963          </xsd:enumeration>   8905          </xsd:enumeration>
8964          <xsd:enumeration value="box">   8906          <xsd:enumeration value="box">
8965             <xsd:annotation>   8907             <xsd:annotation>
8966                <xsd:documentation>The female threaded end of a device.</xsd:documentation>   8908                <xsd:documentation>The female threaded end of a device.</xsd:documentation>
8967             </xsd:annotation>   8909             </xsd:annotation>
8968          </xsd:enumeration>   8910          </xsd:enumeration>
8969          <xsd:enumeration value="pin">   8911          <xsd:enumeration value="pin">
8970             <xsd:annotation>   8912             <xsd:annotation>
8971                <xsd:documentation>The male threaded end of a device.</xsd:documentation>   8913                <xsd:documentation>The male threaded end of a device.</xsd:documentation>
8972             </xsd:annotation>   8914             </xsd:annotation>
8973          </xsd:enumeration>   8915          </xsd:enumeration>
8974          <xsd:enumeration value="other">   8916          <xsd:enumeration value="other">
8975             <xsd:annotation>   8917             <xsd:annotation>
8976                <xsd:documentation>This, by exclusion, tells a user to look elsewhere than on the body or near the ends of a component.</xsd:documentation>   8918                <xsd:documentation>This, by exclusion, tells a user to look elsewhere than on the body or near the ends of a component.</xsd:documentation>
8977             </xsd:annotation>   8919             </xsd:annotation>
8978          </xsd:enumeration>   8920          </xsd:enumeration>
8979          <xsd:enumeration value="unknown">   8921          <xsd:enumeration value="unknown">
8980             <xsd:annotation>   8922             <xsd:annotation>
8981                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   8923                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
8982                value. Use of this value may result in rejection in some situations.</xsd:documentation>   8924                value. Use of this value may result in rejection in some situations.</xsd:documentation>
8983             </xsd:annotation>   8925             </xsd:annotation>
8984          </xsd:enumeration>   8926          </xsd:enumeration>
8985       </xsd:restriction>   8927       </xsd:restriction>
8986    </xsd:simpleType>   8928    </xsd:simpleType>
8987    <xsd:simpleType name="NameTagNumberingScheme">   8929    <xsd:simpleType name="NameTagNumberingScheme">
8988       <xsd:annotation>   8930       <xsd:annotation>
8989          <xsd:documentation>Defines the specifications for creating equipment tags.. The list of standard values is contained in the WITSML enumValues.xml   8931          <xsd:documentation>Defines the specifications for creating equipment tags.. The list of standard values is contained in the WITSML enumValues.xml
8990          file.</xsd:documentation>   8932          file.</xsd:documentation>
8991       </xsd:annotation>   8933       </xsd:annotation>
8992       <xsd:restriction base="witsml:abstractTypeEnum">   8934       <xsd:restriction base="witsml:abstractTypeEnum">
8993          <xsd:enumeration value="EPC64">   8935          <xsd:enumeration value="EPC64">
8994             <xsd:annotation>   8936             <xsd:annotation>
8995                <xsd:documentation>RFID - Electronic Product Code, 64 bit.</xsd:documentation>   8937                <xsd:documentation>RFID - Electronic Product Code, 64 bit.</xsd:documentation>
8996             </xsd:annotation>   8938             </xsd:annotation>
8997          </xsd:enumeration>   8939          </xsd:enumeration>
8998          <xsd:enumeration value="EPC96">   8940          <xsd:enumeration value="EPC96">
8999             <xsd:annotation>   8941             <xsd:annotation>
9000                <xsd:documentation>RFID - Electronic Product Code, 96 bit.</xsd:documentation>   8942                <xsd:documentation>RFID - Electronic Product Code, 96 bit.</xsd:documentation>
9001             </xsd:annotation>   8943             </xsd:annotation>
9002          </xsd:enumeration>   8944          </xsd:enumeration>
9003          <xsd:enumeration value="MSRCID">   8945          <xsd:enumeration value="MSRCID">
9004             <xsd:annotation>   8946             <xsd:annotation>
9005                <xsd:documentation>RFID - Merrick Systems Rapid Component Identification.</xsd:documentation>   8947                <xsd:documentation>RFID - Merrick Systems Rapid Component Identification.</xsd:documentation>
9006             </xsd:annotation>   8948             </xsd:annotation>
9007          </xsd:enumeration>   8949          </xsd:enumeration>
9008          <xsd:enumeration value="ANSI/AIM-BC2">   8950          <xsd:enumeration value="ANSI/AIM-BC2">
9009             <xsd:annotation>   8951             <xsd:annotation>
9010                <xsd:documentation>Barcode - 1995, Uniform Symbology Specification</xsd:documentation>   8952                <xsd:documentation>Barcode - 1995, Uniform Symbology Specification</xsd:documentation>
9011             </xsd:annotation>   8953             </xsd:annotation>
9012          </xsd:enumeration>   8954          </xsd:enumeration>
9013          <xsd:enumeration value="ANSI/AIM-BC6">   8955          <xsd:enumeration value="ANSI/AIM-BC6">
9014             <xsd:annotation>   8956             <xsd:annotation>
9015                <xsd:documentation>Barcode - 1995, Uniform Symbology Multi Row Specification</xsd:documentation>   8957                <xsd:documentation>Barcode - 1995, Uniform Symbology Multi Row Specification</xsd:documentation>
9016             </xsd:annotation>   8958             </xsd:annotation>
9017          </xsd:enumeration>   8959          </xsd:enumeration>
9018          <xsd:enumeration value="ANSI/AIM-BC10">   8960          <xsd:enumeration value="ANSI/AIM-BC10">
9019             <xsd:annotation>   8961             <xsd:annotation>
9020                <xsd:documentation>Barcode - 1996, International Symbology Specification - MaxiCode</xsd:documentation>   8962                <xsd:documentation>Barcode - 1996, International Symbology Specification - MaxiCode</xsd:documentation>
9021             </xsd:annotation>   8963             </xsd:annotation>
9022          </xsd:enumeration>   8964          </xsd:enumeration>
9023          <xsd:enumeration value="EAN.UCC">   8965          <xsd:enumeration value="EAN.UCC">
9024             <xsd:annotation>   8966             <xsd:annotation>
9025                <xsd:documentation>Barcode - Composite Symbology</xsd:documentation>   8967                <xsd:documentation>Barcode - Composite Symbology</xsd:documentation>
9026             </xsd:annotation>   8968             </xsd:annotation>
9027          </xsd:enumeration>   8969          </xsd:enumeration>
9028          <xsd:enumeration value="F2F">   8970          <xsd:enumeration value="F2F">
9029             <xsd:annotation>   8971             <xsd:annotation>
9030                <xsd:documentation>Magnetic - ISO/IEC 7811</xsd:documentation>   8972                <xsd:documentation>Magnetic - ISO/IEC 7811</xsd:documentation>
9031             </xsd:annotation>   8973             </xsd:annotation>
9032          </xsd:enumeration>   8974          </xsd:enumeration>
9033          <xsd:enumeration value="MFM">   8975          <xsd:enumeration value="MFM">
9034             <xsd:annotation>   8976             <xsd:annotation>
9035                <xsd:documentation>Magnetic - "Modified Frequency Modulation for Magnetic Stripes" standard developed by AIM Inc.</xsd:documentation>   8977                <xsd:documentation>Magnetic - "Modified Frequency Modulation for Magnetic Stripes" standard developed by AIM Inc.</xsd:documentation>
9036             </xsd:annotation>   8978             </xsd:annotation>
9037          </xsd:enumeration>   8979          </xsd:enumeration>
9038          <xsd:enumeration value="serial number">   8980          <xsd:enumeration value="serial number">
9039             <xsd:annotation>   8981             <xsd:annotation>
9040                <xsd:documentation>Serial number contains a code which does not require any further knowledge of an encoding scheme to manipulate or process. The identifier is the   8982                <xsd:documentation>Serial number contains a code which does not require any further knowledge of an encoding scheme to manipulate or process. The identifier is the
9041                only information in the "tag".</xsd:documentation>   8983                only information in the "tag".</xsd:documentation>
9042             </xsd:annotation>   8984             </xsd:annotation>
9043          </xsd:enumeration>   8985          </xsd:enumeration>
9044          <xsd:enumeration value="unknown">   8986          <xsd:enumeration value="unknown">
9045             <xsd:annotation>   8987             <xsd:annotation>
9046                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   8988                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
9047                value. Use of this value may result in rejection in some situations.</xsd:documentation>   8989                value. Use of this value may result in rejection in some situations.</xsd:documentation>
9048             </xsd:annotation>   8990             </xsd:annotation>
9049          </xsd:enumeration>   8991          </xsd:enumeration>
9050       </xsd:restriction>   8992       </xsd:restriction>
9051    </xsd:simpleType>   8993    </xsd:simpleType>
9052    <xsd:simpleType name="NameTagTechnology">   8994    <xsd:simpleType name="NameTagTechnology">
9053       <xsd:annotation>   8995       <xsd:annotation>
9054          <xsd:documentation>Defines the mechanisms for attaching an equipment tag to an item.. The list of standard values is contained in the WITSML enumValues.xml   8996          <xsd:documentation>Defines the mechanisms for attaching an equipment tag to an item.. The list of standard values is contained in the WITSML enumValues.xml
9055          file.</xsd:documentation>   8997          file.</xsd:documentation>
9056       </xsd:annotation>   8998       </xsd:annotation>
9057       <xsd:restriction base="witsml:abstractTypeEnum">   8999       <xsd:restriction base="witsml:abstractTypeEnum">
9058          <xsd:enumeration value="tagged">   9000          <xsd:enumeration value="tagged">
9059             <xsd:annotation>   9001             <xsd:annotation>
9060                <xsd:documentation>Independent identification components attached or embedded to a larger component for purposes of identification of the larger component. Tags   9002                <xsd:documentation>Independent identification components attached or embedded to a larger component for purposes of identification of the larger component. Tags
9061                typically use electronic, radio or sound based technologies and that require a special non-optical device to read them. Radio Frequency Identification (RFID tags)   9003                typically use electronic, radio or sound based technologies and that require a special non-optical device to read them. Radio Frequency Identification (RFID tags)
9062                are of this type, as are some magnetic and sound based identification technologies.</xsd:documentation>   9004                are of this type, as are some magnetic and sound based identification technologies.</xsd:documentation>
9063             </xsd:annotation>   9005             </xsd:annotation>
9064          </xsd:enumeration>   9006          </xsd:enumeration>
9065          <xsd:enumeration value="labeled">   9007          <xsd:enumeration value="labeled">
9066             <xsd:annotation>   9008             <xsd:annotation>
9067                <xsd:documentation>An optical label attached to a component. The label may be glued, riveted or attached by some other method and may contain a serial number,   9009                <xsd:documentation>An optical label attached to a component. The label may be glued, riveted or attached by some other method and may contain a serial number,
9068                barcode or other optically recognized information. Note that a label may possibly have a combination of identifiers associated with it, such as a serial number, a   9010                barcode or other optically recognized information. Note that a label may possibly have a combination of identifiers associated with it, such as a serial number, a
9069                barcode and an embedded RFID identifier. This would generate three nameTags for the one physical label, two of type 'label' for the barcode and serial number and   9011                barcode and an embedded RFID identifier. This would generate three nameTags for the one physical label, two of type 'label' for the barcode and serial number and
9070                one of type 'tagged' for the RFID identifier.</xsd:documentation>   9012                one of type 'tagged' for the RFID identifier.</xsd:documentation>
9071             </xsd:annotation>   9013             </xsd:annotation>
9072          </xsd:enumeration>   9014          </xsd:enumeration>
9073          <xsd:enumeration value="intrinsic">   9015          <xsd:enumeration value="intrinsic">
9074             <xsd:annotation>   9016             <xsd:annotation>
9075                <xsd:documentation>Identification technologies where the intrinsic properties of the component to be identified contain the identification information and no other   9017                <xsd:documentation>Identification technologies where the intrinsic properties of the component to be identified contain the identification information and no other
9076                unique code has been added. For example, some magnetic identification technologies use grooves machined into a component. Some components may also be identified,   9018                unique code has been added. For example, some magnetic identification technologies use grooves machined into a component. Some components may also be identified,
9077                for example, by their individual sonic signature or optical profile.</xsd:documentation>   9019                for example, by their individual sonic signature or optical profile.</xsd:documentation>
9078             </xsd:annotation>   9020             </xsd:annotation>
9079          </xsd:enumeration>   9021          </xsd:enumeration>
9080          <xsd:enumeration value="stamped">   9022          <xsd:enumeration value="stamped">
9081             <xsd:annotation>   9023             <xsd:annotation>
9082                <xsd:documentation>An identification code physically stamped into the base material of the component to be identified. Note that if a serial number is stamped into   9024                <xsd:documentation>An identification code physically stamped into the base material of the component to be identified. Note that if a serial number is stamped into
9083                a label attached to a component, 'labeled' should be used and not 'stamped'. Stamped identifiers can wear off but can not fall off.</xsd:documentation>   9025                a label attached to a component, 'labeled' should be used and not 'stamped'. Stamped identifiers can wear off but can not fall off.</xsd:documentation>
9084             </xsd:annotation>   9026             </xsd:annotation>
9085          </xsd:enumeration>   9027          </xsd:enumeration>
9086          <xsd:enumeration value="painted">   9028          <xsd:enumeration value="painted">
9087             <xsd:annotation>   9029             <xsd:annotation>
9088                <xsd:documentation>Painted or stenciled on the material.</xsd:documentation>   9030                <xsd:documentation>Painted or stenciled on the material.</xsd:documentation>
9089             </xsd:annotation>   9031             </xsd:annotation>
9090          </xsd:enumeration>   9032          </xsd:enumeration>
9091          <xsd:enumeration value="temporary">   9033          <xsd:enumeration value="temporary">
9092             <xsd:annotation>   9034             <xsd:annotation>
9093                <xsd:documentation>Temporary identification codes marked with grease pencil, chalk, or such.</xsd:documentation>   9035                <xsd:documentation>Temporary identification codes marked with grease pencil, chalk, or such.</xsd:documentation>
9094             </xsd:annotation>   9036             </xsd:annotation>
9095          </xsd:enumeration>   9037          </xsd:enumeration>
9096          <xsd:enumeration value="unknown">   9038          <xsd:enumeration value="unknown">
9097             <xsd:annotation>   9039             <xsd:annotation>
9098                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   9040                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
9099                value. Use of this value may result in rejection in some situations.</xsd:documentation>   9041                value. Use of this value may result in rejection in some situations.</xsd:documentation>
9100             </xsd:annotation>   9042             </xsd:annotation>
9101          </xsd:enumeration>   9043          </xsd:enumeration>
9102       </xsd:restriction>   9044       </xsd:restriction>
9103    </xsd:simpleType>   9045    </xsd:simpleType>
9104    <!--UNUSED: Deleted type NozzleType.-->   9046    <!--UNUSED: Deleted type NozzleType.-->
9105    <xsd:simpleType name="OTDRReason">   9047    <xsd:simpleType name="OTDRReason">
9106       <xsd:annotation>   9048       <xsd:annotation>
9107          <xsd:documentation>The reason an Optical Time Domain Reflectometry (OTDR) test was run within a Distributed Temperature Survey (DTS). The list of standard values is   9049          <xsd:documentation>The reason an Optical Time Domain Reflectometry (OTDR) test was run within a Distributed Temperature Survey (DTS). The list of standard values is
9108          contained in the PRODML enumValues.xml file.</xsd:documentation>   9050          contained in the PRODML enumValues.xml file.</xsd:documentation>
9109       </xsd:annotation>   9051       </xsd:annotation>
9110       <xsd:restriction base="witsml:abstractTypeEnum">   9052       <xsd:restriction base="witsml:abstractTypeEnum">
9111          <xsd:enumeration value="pre-installation">   9053          <xsd:enumeration value="pre-installation">
9112             <xsd:annotation>   9054             <xsd:annotation>
9113                <xsd:documentation>The OTDR was run prior to installing the fiber in the well.</xsd:documentation>   9055                <xsd:documentation>The OTDR was run prior to installing the fiber in the well.</xsd:documentation>
9114             </xsd:annotation>   9056             </xsd:annotation>
9115          </xsd:enumeration>   9057          </xsd:enumeration>
9116          <xsd:enumeration value="post-installation">   9058          <xsd:enumeration value="post-installation">
9117             <xsd:annotation>   9059             <xsd:annotation>
9118                <xsd:documentation>The OTDR was run after installating the fiber in the well in order to quality check the installation process.</xsd:documentation>   9060                <xsd:documentation>The OTDR was run after installating the fiber in the well in order to quality check the installation process.</xsd:documentation>
9119             </xsd:annotation>   9061             </xsd:annotation>
9120          </xsd:enumeration>   9062          </xsd:enumeration>
9121          <xsd:enumeration value="DTS run">   9063          <xsd:enumeration value="DTS run">
9122             <xsd:annotation>   9064             <xsd:annotation>
9123                <xsd:documentation>The OTDR was run in conjunction with a DTS run. This is generally immediately preceding the timed run.</xsd:documentation>   9065                <xsd:documentation>The OTDR was run in conjunction with a DTS run. This is generally immediately preceding the timed run.</xsd:documentation>
9124             </xsd:annotation>   9066             </xsd:annotation>
9125          </xsd:enumeration>   9067          </xsd:enumeration>
9126          <xsd:enumeration value="other">   9068          <xsd:enumeration value="other">
9127             <xsd:annotation>   9069             <xsd:annotation>
9128                <xsd:documentation>The OTDR was run for another reason.</xsd:documentation>   9070                <xsd:documentation>The OTDR was run for another reason.</xsd:documentation>
9129             </xsd:annotation>   9071             </xsd:annotation>
9130          </xsd:enumeration>   9072          </xsd:enumeration>
9131          <xsd:enumeration value="unknown">   9073          <xsd:enumeration value="unknown">
9132             <xsd:annotation>   9074             <xsd:annotation>
9133                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   9075                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
9134                value. Use of this value may result in rejection in some situations.</xsd:documentation>   9076                value. Use of this value may result in rejection in some situations.</xsd:documentation>
9135             </xsd:annotation>   9077             </xsd:annotation>
9136          </xsd:enumeration>   9078          </xsd:enumeration>
9137       </xsd:restriction>   9079       </xsd:restriction>
9138    </xsd:simpleType>   9080    </xsd:simpleType>
9139    <xsd:simpleType name="PhoneType">   9081    <xsd:simpleType name="PhoneType">
9140       <xsd:annotation>   9082       <xsd:annotation>
9141          <xsd:documentation>One method of characterizing a phone number. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>   9083          <xsd:documentation>One method of characterizing a phone number. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
9142       </xsd:annotation>   9084       </xsd:annotation>
9143       <xsd:restriction base="witsml:abstractTypeEnum">   9085       <xsd:restriction base="witsml:abstractTypeEnum">
9144          <xsd:enumeration value="voice">   9086          <xsd:enumeration value="voice">
9145             <xsd:annotation>   9087             <xsd:annotation>
9146                <xsd:documentation>The telephone number is a conventional number which is used for voice contact.</xsd:documentation>   9088                <xsd:documentation>The telephone number is a conventional number which is used for voice contact.</xsd:documentation>
9147             </xsd:annotation>   9089             </xsd:annotation>
9148          </xsd:enumeration>   9090          </xsd:enumeration>
9149          <xsd:enumeration value="fax">   9091          <xsd:enumeration value="fax">
9150             <xsd:annotation>   9092             <xsd:annotation>
9151                <xsd:documentation>The telephone number is exclusively used for receiving faxes.</xsd:documentation>   9093                <xsd:documentation>The telephone number is exclusively used for receiving faxes.</xsd:documentation>
9152             </xsd:annotation>   9094             </xsd:annotation>
9153          </xsd:enumeration>   9095          </xsd:enumeration>
9154          <xsd:enumeration value="mobile">   9096          <xsd:enumeration value="mobile">
9155             <xsd:annotation>   9097             <xsd:annotation>
9156                <xsd:documentation>The telephone number is a mobile telephone, such as a cell phone.</xsd:documentation>   9098                <xsd:documentation>The telephone number is a mobile telephone, such as a cell phone.</xsd:documentation>
9157             </xsd:annotation>   9099             </xsd:annotation>
9158          </xsd:enumeration>   9100          </xsd:enumeration>
9159          <xsd:enumeration value="voice/fax">   9101          <xsd:enumeration value="voice/fax">
9160             <xsd:annotation>   9102             <xsd:annotation>
9161                <xsd:documentation>The telephone at this number is capable of voice communication and of receiving faxes.</xsd:documentation>   9103                <xsd:documentation>The telephone at this number is capable of voice communication and of receiving faxes.</xsd:documentation>
9162             </xsd:annotation>   9104             </xsd:annotation>
9163          </xsd:enumeration>   9105          </xsd:enumeration>
9164          <xsd:enumeration value="voicemail">   9106          <xsd:enumeration value="voicemail">
9165             <xsd:annotation>   9107             <xsd:annotation>
9166                <xsd:documentation>The telephone is connected directly to voice mail. A voice phone may lead a caller to voice mail. However this choice qualifies the phone type as   9108                <xsd:documentation>The telephone is connected directly to voice mail. A voice phone may lead a caller to voice mail. However this choice qualifies the phone type as
9167                being only voice mail.</xsd:documentation>   9109                being only voice mail.</xsd:documentation>
9168             </xsd:annotation>   9110             </xsd:annotation>
9169          </xsd:enumeration>   9111          </xsd:enumeration>
9170          <xsd:enumeration value="pager">   9112          <xsd:enumeration value="pager">
9171             <xsd:annotation>   9113             <xsd:annotation>
9172                <xsd:documentation>The telephone is intended only for pages.</xsd:documentation>   9114                <xsd:documentation>The telephone is intended only for pages.</xsd:documentation>
9173             </xsd:annotation>   9115             </xsd:annotation>
9174          </xsd:enumeration>   9116          </xsd:enumeration>
9175          <xsd:enumeration value="unknown">   9117          <xsd:enumeration value="unknown">
9176             <xsd:annotation>   9118             <xsd:annotation>
9177                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   9119                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
9178                value. Use of this value may result in rejection in some situations.</xsd:documentation>   9120                value. Use of this value may result in rejection in some situations.</xsd:documentation>
9179             </xsd:annotation>   9121             </xsd:annotation>
9180          </xsd:enumeration>   9122          </xsd:enumeration>
9181       </xsd:restriction>   9123       </xsd:restriction>
9182    </xsd:simpleType>   9124    </xsd:simpleType>
9183    <!--UNUSED: Deleted type PitType.-->   9125    <!--UNUSED: Deleted type PitType.-->
9184    <xsd:simpleType name="ProductFlowPortType">   9126    <xsd:simpleType name="ProductFlowPortType">
9185       <xsd:annotation>   9127       <xsd:annotation>
9186          <xsd:documentation>Defines the types of Product Flow Ports. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>   9128          <xsd:documentation>Defines the types of Product Flow Ports. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
9187       </xsd:annotation>   9129       </xsd:annotation>
9188       <xsd:restriction base="witsml:abstractTypeEnum">   9130       <xsd:restriction base="witsml:abstractTypeEnum">
9189          <xsd:enumeration value="inlet">   9131          <xsd:enumeration value="inlet">
9190             <xsd:annotation>   9132             <xsd:annotation>
9191                <xsd:documentation>An inlet port by which fluid normally flows into the Product Flow Unit.</xsd:documentation>   9133                <xsd:documentation>An inlet port by which fluid normally flows into the Product Flow Unit.</xsd:documentation>
9192             </xsd:annotation>   9134             </xsd:annotation>
9193          </xsd:enumeration>   9135          </xsd:enumeration>
9194          <xsd:enumeration value="outlet">   9136          <xsd:enumeration value="outlet">
9195             <xsd:annotation>   9137             <xsd:annotation>
9196                <xsd:documentation>An inlet port by which fluid normally flows out of Product Flow Unit.</xsd:documentation>   9138                <xsd:documentation>An inlet port by which fluid normally flows out of Product Flow Unit.</xsd:documentation>
9197             </xsd:annotation>   9139             </xsd:annotation>
9198          </xsd:enumeration>   9140          </xsd:enumeration>
9199          <xsd:enumeration value="unknown">   9141          <xsd:enumeration value="unknown">
9200             <xsd:annotation>   9142             <xsd:annotation>
9201                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   9143                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
9202                value. Use of this value may result in rejection in some situations.</xsd:documentation>   9144                value. Use of this value may result in rejection in some situations.</xsd:documentation>
9203             </xsd:annotation>   9145             </xsd:annotation>
9204          </xsd:enumeration>   9146          </xsd:enumeration>
9205       </xsd:restriction>   9147       </xsd:restriction>
9206    </xsd:simpleType>   9148    </xsd:simpleType>
9207    <!--UNUSED: Deleted type Projection.-->   9149    <!--UNUSED: Deleted type Projection.-->
9208    <!--UNUSED: Deleted type ProjectionVariantsObliqueMercator.-->   9150    <!--UNUSED: Deleted type ProjectionVariantsObliqueMercator.-->
9209    <!--UNUSED: Deleted type PumpType.-->   9151    <!--UNUSED: Deleted type PumpType.-->
9210    <!--UNUSED: Deleted type PumpOpType.-->   9152    <!--UNUSED: Deleted type PumpOpType.-->
9211    <!--UNUSED: Deleted type QualifierType.-->   9153    <!--UNUSED: Deleted type QualifierType.-->
9212    <!--UNUSED: Deleted type RealtimeData.-->   9154    <!--UNUSED: Deleted type RealtimeData.-->
9213    <xsd:simpleType name="ReportingFacility">   9155    <xsd:simpleType name="ReportingFacility">
9214       <xsd:annotation>   9156       <xsd:annotation>
9215          <xsd:documentation>A kind of facility (usage of equipment or material). The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>   9157          <xsd:documentation>A kind of facility (usage of equipment or material). The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
9216       </xsd:annotation>   9158       </xsd:annotation>
9217       <xsd:restriction base="witsml:abstractTypeEnum">   9159       <xsd:restriction base="witsml:abstractTypeEnum">
9218          <xsd:enumeration value="block valve">   9160          <xsd:enumeration value="block valve">
9219             <xsd:annotation>   9161             <xsd:annotation>
9220                <xsd:documentation>A single block valve.</xsd:documentation>   9162                <xsd:documentation>A single block valve.</xsd:documentation>
9221             </xsd:annotation>   9163             </xsd:annotation>
9222          </xsd:enumeration>   9164          </xsd:enumeration>
9223          <xsd:enumeration value="bottomhole">   9165          <xsd:enumeration value="bottomhole">
9224             <xsd:annotation>   9166             <xsd:annotation>
9225                <xsd:documentation>A single bottomhole.</xsd:documentation>   9167                <xsd:documentation>A single bottomhole.</xsd:documentation>
9226             </xsd:annotation>   9168             </xsd:annotation>
9227          </xsd:enumeration>   9169          </xsd:enumeration>
9228          <xsd:enumeration value="choke">   9170          <xsd:enumeration value="choke">
9229             <xsd:annotation>   9171             <xsd:annotation>
9230                <xsd:documentation>A single choke.</xsd:documentation>   9172                <xsd:documentation>A single choke.</xsd:documentation>
9231             </xsd:annotation>   9173             </xsd:annotation>
9232          </xsd:enumeration>   9174          </xsd:enumeration>
9233          <xsd:enumeration value="cluster">   9175          <xsd:enumeration value="cluster">
9234             <xsd:annotation>   9176             <xsd:annotation>
9235                <xsd:documentation>A single cluster.</xsd:documentation>   9177                <xsd:documentation>A single cluster.</xsd:documentation>
9236             </xsd:annotation>   9178             </xsd:annotation>
9237          </xsd:enumeration>   9179          </xsd:enumeration>
9238          <xsd:enumeration value="completion">   9180          <xsd:enumeration value="completion">
9239             <xsd:annotation>   9181             <xsd:annotation>
9240                <xsd:documentation>A single completion.</xsd:documentation>   9182                <xsd:documentation>A single completion.</xsd:documentation>
9241             </xsd:annotation>   9183             </xsd:annotation>
9242          </xsd:enumeration>   9184          </xsd:enumeration>
9243          <xsd:enumeration value="compressor">   9185          <xsd:enumeration value="compressor">
9244             <xsd:annotation>   9186             <xsd:annotation>
9245                <xsd:documentation>A single compressor.</xsd:documentation>   9187                <xsd:documentation>A single compressor.</xsd:documentation>
9246             </xsd:annotation>   9188             </xsd:annotation>
9247          </xsd:enumeration>   9189          </xsd:enumeration>
9248          <xsd:enumeration value="controller">   9190          <xsd:enumeration value="controller">
9249             <xsd:annotation>   9191             <xsd:annotation>
9250                <xsd:documentation>A single lift gas controller.</xsd:documentation>   9192                <xsd:documentation>A single lift gas controller.</xsd:documentation>
9251             </xsd:annotation>   9193             </xsd:annotation>
9252          </xsd:enumeration>   9194          </xsd:enumeration>
9253          <xsd:enumeration value="controller -- lift">   9195          <xsd:enumeration value="controller -- lift">
9254             <xsd:annotation>   9196             <xsd:annotation>
9255                <xsd:documentation>DEPRECATED: use "controller" instead.</xsd:documentation>   9197                <xsd:documentation>DEPRECATED: use "controller" instead.</xsd:documentation>
9256             </xsd:annotation>   9198             </xsd:annotation>
9257          </xsd:enumeration>   9199          </xsd:enumeration>
9258          <xsd:enumeration value="county">   9200          <xsd:enumeration value="county">
9259             <xsd:annotation>   9201             <xsd:annotation>
9260                <xsd:documentation>A single county.</xsd:documentation>   9202                <xsd:documentation>A single county.</xsd:documentation>
9261             </xsd:annotation>   9203             </xsd:annotation>
9262          </xsd:enumeration>   9204          </xsd:enumeration>
9263          <xsd:enumeration value="country">   9205          <xsd:enumeration value="country">
9264             <xsd:annotation>   9206             <xsd:annotation>
9265                <xsd:documentation>A single country.</xsd:documentation>   9207                <xsd:documentation>A single country.</xsd:documentation>
9266             </xsd:annotation>   9208             </xsd:annotation>
9267          </xsd:enumeration>   9209          </xsd:enumeration>
9268          <xsd:enumeration value="field">   9210          <xsd:enumeration value="field">
9269             <xsd:annotation>   9211             <xsd:annotation>
9270                <xsd:documentation>A single field.</xsd:documentation>   9212                <xsd:documentation>A single field.</xsd:documentation>
9271             </xsd:annotation>   9213             </xsd:annotation>
9272          </xsd:enumeration>   9214          </xsd:enumeration>
9273          <xsd:enumeration value="flowline">   9215          <xsd:enumeration value="flowline">
9274             <xsd:annotation>   9216             <xsd:annotation>
9275                <xsd:documentation>A single flowline.</xsd:documentation>   9217                <xsd:documentation>A single flowline.</xsd:documentation>
9276             </xsd:annotation>   9218             </xsd:annotation>
9277          </xsd:enumeration>   9219          </xsd:enumeration>
9278          <xsd:enumeration value="flow meter">   9220          <xsd:enumeration value="flow meter">
9279             <xsd:annotation>   9221             <xsd:annotation>
9280                <xsd:documentation>A single flow meter.</xsd:documentation>   9222                <xsd:documentation>A single flow meter.</xsd:documentation>
9281             </xsd:annotation>   9223             </xsd:annotation>
9282          </xsd:enumeration>   9224          </xsd:enumeration>
9283          <xsd:enumeration value="lease">   9225          <xsd:enumeration value="lease">
9284             <xsd:annotation>   9226             <xsd:annotation>
9285                <xsd:documentation>A single lease.</xsd:documentation>   9227                <xsd:documentation>A single lease.</xsd:documentation>
9286             </xsd:annotation>   9228             </xsd:annotation>
9287          </xsd:enumeration>   9229          </xsd:enumeration>
9288          <xsd:enumeration value="manifold">   9230          <xsd:enumeration value="manifold">
9289             <xsd:annotation>   9231             <xsd:annotation>
9290                <xsd:documentation>A single manifold.</xsd:documentation>   9232                <xsd:documentation>A single manifold.</xsd:documentation>
9291             </xsd:annotation>   9233             </xsd:annotation>
9292          </xsd:enumeration>   9234          </xsd:enumeration>
9293          <xsd:enumeration value="platform">   9235          <xsd:enumeration value="platform">
9294             <xsd:annotation>   9236             <xsd:annotation>
9295                <xsd:documentation>A single platform.</xsd:documentation>   9237                <xsd:documentation>A single platform.</xsd:documentation>
9296             </xsd:annotation>   9238             </xsd:annotation>
9297          </xsd:enumeration>   9239          </xsd:enumeration>
9298          <xsd:enumeration value="pressure meter">   9240          <xsd:enumeration value="pressure meter">
9299             <xsd:annotation>   9241             <xsd:annotation>
9300                <xsd:documentation>A single pressure meter. Note that this represents the device and not the sensor itself.</xsd:documentation>   9242                <xsd:documentation>A single pressure meter. Note that this represents the device and not the sensor itself.</xsd:documentation>
9301             </xsd:annotation>   9243             </xsd:annotation>
9302          </xsd:enumeration>   9244          </xsd:enumeration>
9303          <xsd:enumeration value="processing facility">   9245          <xsd:enumeration value="processing facility">
9304             <xsd:annotation>   9246             <xsd:annotation>
9305                <xsd:documentation>A single production processing facility.</xsd:documentation>   9247                <xsd:documentation>A single production processing facility.</xsd:documentation>
9306             </xsd:annotation>   9248             </xsd:annotation>
9307          </xsd:enumeration>   9249          </xsd:enumeration>
9308          <xsd:enumeration value="regulating valve">   9250          <xsd:enumeration value="regulating valve">
9309             <xsd:annotation>   9251             <xsd:annotation>
9310                <xsd:documentation>A single regulating valve.</xsd:documentation>   9252                <xsd:documentation>A single regulating valve.</xsd:documentation>
9311             </xsd:annotation>   9253             </xsd:annotation>
9312          </xsd:enumeration>   9254          </xsd:enumeration>
9313          <xsd:enumeration value="reservoir">   9255          <xsd:enumeration value="reservoir">
9314             <xsd:annotation>   9256             <xsd:annotation>
9315                <xsd:documentation>A single reservoir.</xsd:documentation>   9257                <xsd:documentation>A single reservoir.</xsd:documentation>
9316             </xsd:annotation>   9258             </xsd:annotation>
9317          </xsd:enumeration>   9259          </xsd:enumeration>
9318          <xsd:enumeration value="separator">   9260          <xsd:enumeration value="separator">
9319             <xsd:annotation>   9261             <xsd:annotation>
9320                <xsd:documentation>A single separator.</xsd:documentation>   9262                <xsd:documentation>A single separator.</xsd:documentation>
9321             </xsd:annotation>   9263             </xsd:annotation>
9322          </xsd:enumeration>   9264          </xsd:enumeration>
9323          <xsd:enumeration value="sleeve valve">   9265          <xsd:enumeration value="sleeve valve">
9324             <xsd:annotation>   9266             <xsd:annotation>
9325                <xsd:documentation>A single sleeve valve. This is a type of tubing valve which has a sliding sleeve to cover holes in the tubing. You cover all of the holes in   9267                <xsd:documentation>A single sleeve valve. This is a type of tubing valve which has a sliding sleeve to cover holes in the tubing. You cover all of the holes in
9326                order to close the valve. For configurations oriented toward production, the inlet is on the casing side and the outlet is on the tubing side. For injection, the   9268                order to close the valve. For configurations oriented toward production, the inlet is on the casing side and the outlet is on the tubing side. For injection, the
9327                reverse would be true.</xsd:documentation>   9269                reverse would be true.</xsd:documentation>
9328             </xsd:annotation>   9270             </xsd:annotation>
9329          </xsd:enumeration>   9271          </xsd:enumeration>
9330          <xsd:enumeration value="state">   9272          <xsd:enumeration value="state">
9331             <xsd:annotation>   9273             <xsd:annotation>
9332                <xsd:documentation>A single state or province.</xsd:documentation>   9274                <xsd:documentation>A single state or province.</xsd:documentation>
9333             </xsd:annotation>   9275             </xsd:annotation>
9334          </xsd:enumeration>   9276          </xsd:enumeration>
9335          <xsd:enumeration value="tank">   9277          <xsd:enumeration value="tank">
9336             <xsd:annotation>   9278             <xsd:annotation>
9337                <xsd:documentation>A single tank.</xsd:documentation>   9279                <xsd:documentation>A single tank.</xsd:documentation>
9338             </xsd:annotation>   9280             </xsd:annotation>
9339          </xsd:enumeration>   9281          </xsd:enumeration>
9340          <xsd:enumeration value="temperature meter">   9282          <xsd:enumeration value="temperature meter">
9341             <xsd:annotation>   9283             <xsd:annotation>
9342                <xsd:documentation>A single temperature meter. Note that this represents the device and not the sensor itself.</xsd:documentation>   9284                <xsd:documentation>A single temperature meter. Note that this represents the device and not the sensor itself.</xsd:documentation>
9343             </xsd:annotation>   9285             </xsd:annotation>
9344          </xsd:enumeration>   9286          </xsd:enumeration>
9345          <xsd:enumeration value="template">   9287          <xsd:enumeration value="template">
9346             <xsd:annotation>   9288             <xsd:annotation>
9347                <xsd:documentation>A single template.</xsd:documentation>   9289                <xsd:documentation>A single template.</xsd:documentation>
9348             </xsd:annotation>   9290             </xsd:annotation>
9349          </xsd:enumeration>   9291          </xsd:enumeration>
9350          <xsd:enumeration value="trunkline">   9292          <xsd:enumeration value="trunkline">
9351             <xsd:annotation>   9293             <xsd:annotation>
9352                <xsd:documentation>A single trunkline.</xsd:documentation>   9294                <xsd:documentation>A single trunkline.</xsd:documentation>
9353             </xsd:annotation>   9295             </xsd:annotation>
9354          </xsd:enumeration>   9296          </xsd:enumeration>
9355          <xsd:enumeration value="tubing head">   9297          <xsd:enumeration value="tubing head">
9356             <xsd:annotation>   9298             <xsd:annotation>
9357                <xsd:documentation>A single tubing head within a wellhead.</xsd:documentation>   9299                <xsd:documentation>A single tubing head within a wellhead.</xsd:documentation>
9358             </xsd:annotation>   9300             </xsd:annotation>
9359          </xsd:enumeration>   9301          </xsd:enumeration>
9360          <xsd:enumeration value="well group">   9302          <xsd:enumeration value="well group">
9361             <xsd:annotation>   9303             <xsd:annotation>
9362                <xsd:documentation>A single named group of wells.</xsd:documentation>   9304                <xsd:documentation>A single named group of wells.</xsd:documentation>
9363             </xsd:annotation>   9305             </xsd:annotation>
9364          </xsd:enumeration>   9306          </xsd:enumeration>
9365          <xsd:enumeration value="well">   9307          <xsd:enumeration value="well">
9366             <xsd:annotation>   9308             <xsd:annotation>
9367                <xsd:documentation>A single well, possibly with many wellbores (sidetracks).</xsd:documentation>   9309                <xsd:documentation>A single well, possibly with many wellbores (sidetracks).</xsd:documentation>
9368             </xsd:annotation>   9310             </xsd:annotation>
9369          </xsd:enumeration>   9311          </xsd:enumeration>
9370          <xsd:enumeration value="wellbore">   9312          <xsd:enumeration value="wellbore">
9371             <xsd:annotation>   9313             <xsd:annotation>
9372                <xsd:documentation>A single wellbore (sidetrack) within a well.</xsd:documentation>   9314                <xsd:documentation>A single wellbore (sidetrack) within a well.</xsd:documentation>
9373             </xsd:annotation>   9315             </xsd:annotation>
9374          </xsd:enumeration>   9316          </xsd:enumeration>
9375          <xsd:enumeration value="wellhead">   9317          <xsd:enumeration value="wellhead">
9376             <xsd:annotation>   9318             <xsd:annotation>
9377                <xsd:documentation>A single wellhead for one well. See also "tubing head".</xsd:documentation>   9319                <xsd:documentation>A single wellhead for one well. See also "tubing head".</xsd:documentation>
9378             </xsd:annotation>   9320             </xsd:annotation>
9379          </xsd:enumeration>   9321          </xsd:enumeration>
9380          <xsd:enumeration value="zone">   9322          <xsd:enumeration value="zone">
9381             <xsd:annotation>   9323             <xsd:annotation>
9382                <xsd:documentation>A single zone.</xsd:documentation>   9324                <xsd:documentation>A single zone.</xsd:documentation>
9383             </xsd:annotation>   9325             </xsd:annotation>
9384          </xsd:enumeration>   9326          </xsd:enumeration>
9385          <xsd:enumeration value="unknown">   9327          <xsd:enumeration value="unknown">
9386             <xsd:annotation>   9328             <xsd:annotation>
9387                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   9329                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
9388                value. Use of this value may result in rejection in some situations.</xsd:documentation>   9330                value. Use of this value may result in rejection in some situations.</xsd:documentation>
9389             </xsd:annotation>   9331             </xsd:annotation>
9390          </xsd:enumeration>   9332          </xsd:enumeration>
9391          <xsd:enumeration value="commercial entity">   9333          <xsd:enumeration value="commercial entity">
9392             <xsd:annotation>   9334             <xsd:annotation>
9393                <xsd:documentation>A commercial entity is an organisational construct through which the a group of organisations or facilities are grouped as if it were a single   9335                <xsd:documentation>A commercial entity is an organisational construct through which the a group of organisations or facilities are grouped as if it were a single
9394                composite.</xsd:documentation>   9336                composite.</xsd:documentation>
9395             </xsd:annotation>   9337             </xsd:annotation>
9396          </xsd:enumeration>   9338          </xsd:enumeration>
9397          <xsd:enumeration value="company">   9339          <xsd:enumeration value="company">
9398             <xsd:annotation>   9340             <xsd:annotation>
9399                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>   9341                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
9400             </xsd:annotation>   9342             </xsd:annotation>
9401          </xsd:enumeration>   9343          </xsd:enumeration>
9402          <xsd:enumeration value="field - area">   9344          <xsd:enumeration value="field - area">
9403             <xsd:annotation>   9345             <xsd:annotation>
9404                <xsd:documentation>A ground that is an area above an oilfield.</xsd:documentation>   9346                <xsd:documentation>A ground that is an area above an oilfield.</xsd:documentation>
9405             </xsd:annotation>   9347             </xsd:annotation>
9406          </xsd:enumeration>   9348          </xsd:enumeration>
9407          <xsd:enumeration value="field - group">   9349          <xsd:enumeration value="field - group">
9408             <xsd:annotation>   9350             <xsd:annotation>
9409                <xsd:documentation>An area concept that is a grouping of two or more selcted petroleum fields for commercial reasons or other purposes.</xsd:documentation>   9351                <xsd:documentation>An area concept that is a grouping of two or more selcted petroleum fields for commercial reasons or other purposes.</xsd:documentation>
9410             </xsd:annotation>   9352             </xsd:annotation>
9411          </xsd:enumeration>   9353          </xsd:enumeration>
9412          <xsd:enumeration value="field - part">   9354          <xsd:enumeration value="field - part">
9413             <xsd:annotation>   9355             <xsd:annotation>
9414                <xsd:documentation>An area concept that is an area that forms part of a petroleum field.</xsd:documentation>   9356                <xsd:documentation>An area concept that is an area that forms part of a petroleum field.</xsd:documentation>
9415             </xsd:annotation>   9357             </xsd:annotation>
9416          </xsd:enumeration>   9358          </xsd:enumeration>
9417          <xsd:enumeration value="formation">   9359          <xsd:enumeration value="formation">
9418             <xsd:annotation>   9360             <xsd:annotation>
9419                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>   9361                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
9420             </xsd:annotation>   9362             </xsd:annotation>
9421          </xsd:enumeration>   9363          </xsd:enumeration>
9422          <xsd:enumeration value="installation">   9364          <xsd:enumeration value="installation">
9423             <xsd:annotation>   9365             <xsd:annotation>
9424                <xsd:documentation>A physical object that is an appliance involved in the extraction, production, transportation or storage of oil or gas.</xsd:documentation>   9366                <xsd:documentation>A physical object that is an appliance involved in the extraction, production, transportation or storage of oil or gas.</xsd:documentation>
9425             </xsd:annotation>   9367             </xsd:annotation>
9426          </xsd:enumeration>   9368          </xsd:enumeration>
9427          <xsd:enumeration value="licence">   9369          <xsd:enumeration value="licence">
9428             <xsd:annotation>   9370             <xsd:annotation>
9429                <xsd:documentation>A regulatory agreement that gives the licensees excluding rights to investigate, explore and recover petroleum deposits within the geographical   9371                <xsd:documentation>A regulatory agreement that gives the licensees excluding rights to investigate, explore and recover petroleum deposits within the geographical
9430                area and timeperiode stated in the agreement.</xsd:documentation>   9372                area and timeperiode stated in the agreement.</xsd:documentation>
9431             </xsd:annotation>   9373             </xsd:annotation>
9432          </xsd:enumeration>   9374          </xsd:enumeration>
9433          <xsd:enumeration value="pipeline">   9375          <xsd:enumeration value="pipeline">
9434             <xsd:annotation>   9376             <xsd:annotation>
9435                <xsd:documentation>A fluid conductor that consists of pipe, possibly also including pumps, valves, and control devices, intended for conveying liquids, gases, or   9377                <xsd:documentation>A fluid conductor that consists of pipe, possibly also including pumps, valves, and control devices, intended for conveying liquids, gases, or
9436                finely divided solids.</xsd:documentation>   9378                finely divided solids.</xsd:documentation>
9437             </xsd:annotation>   9379             </xsd:annotation>
9438          </xsd:enumeration>   9380          </xsd:enumeration>
9439          <xsd:enumeration value="storage">   9381          <xsd:enumeration value="storage">
9440             <xsd:annotation>   9382             <xsd:annotation>
9441                <xsd:documentation>A system for the storage of gaseous, liquid and solid products.</xsd:documentation>   9383                <xsd:documentation>A system for the storage of gaseous, liquid and solid products.</xsd:documentation>
9442             </xsd:annotation>   9384             </xsd:annotation>
9443          </xsd:enumeration>   9385          </xsd:enumeration>
9444          <xsd:enumeration value="terminal">   9386          <xsd:enumeration value="terminal">
9445             <xsd:annotation>   9387             <xsd:annotation>
9446                <xsd:documentation>A physical object that is an industrial facility for the storage of oil and/or petrochemical products and from which these products are usually   9388                <xsd:documentation>A physical object that is an industrial facility for the storage of oil and/or petrochemical products and from which these products are usually
9447                transported to end users or further storage facilities.</xsd:documentation>   9389                transported to end users or further storage facilities.</xsd:documentation>
9448             </xsd:annotation>   9390             </xsd:annotation>
9449          </xsd:enumeration>   9391          </xsd:enumeration>
9450          <xsd:enumeration value="plant - processing">   9392          <xsd:enumeration value="plant - processing">
9451             <xsd:annotation>   9393             <xsd:annotation>
9452                <xsd:documentation>XXXXX</xsd:documentation>   9394                <xsd:documentation>XXXXX</xsd:documentation>
9453             </xsd:annotation>   9395             </xsd:annotation>
9454          </xsd:enumeration>   9396          </xsd:enumeration>
9455          <xsd:enumeration value="plant">   9397          <xsd:enumeration value="plant">
9456             <xsd:annotation>   9398             <xsd:annotation>
9457                <xsd:documentation>XXXXX</xsd:documentation>   9399                <xsd:documentation>XXXXX</xsd:documentation>
9458             </xsd:annotation>   9400             </xsd:annotation>
9459          </xsd:enumeration>   9401          </xsd:enumeration>
9460       </xsd:restriction>   9402       </xsd:restriction>
9461    </xsd:simpleType>   9403    </xsd:simpleType>
9462    <xsd:simpleType name="ReportingFlow">   9404    <xsd:simpleType name="ReportingFlow">
9463       <xsd:annotation>   9405       <xsd:annotation>
9464          <xsd:documentation>Defines the types of flows for volume reports. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>   9406          <xsd:documentation>Defines the types of flows for volume reports. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
9465       </xsd:annotation>   9407       </xsd:annotation>
9466       <xsd:restriction base="witsml:abstractTypeEnum">   9408       <xsd:restriction base="witsml:abstractTypeEnum">
9467          <xsd:enumeration value="consume">   9409          <xsd:enumeration value="consume">
9468             <xsd:annotation>   9410             <xsd:annotation>
9469                <xsd:documentation>Consumed (all methods) by the facility.</xsd:documentation>   9411                <xsd:documentation>Consumed (all methods) by the facility.</xsd:documentation>
9470             </xsd:annotation>   9412             </xsd:annotation>
9471          </xsd:enumeration>   9413          </xsd:enumeration>
9472          <xsd:enumeration value="consume - black start">   9414          <xsd:enumeration value="consume - black start">
9473             <xsd:annotation>   9415             <xsd:annotation>
9474                <xsd:documentation>Consummed to restart power facilities as a result of an overall power outage.</xsd:documentation>   9416                <xsd:documentation>Consummed to restart power facilities as a result of an overall power outage.</xsd:documentation>
9475             </xsd:annotation>   9417             </xsd:annotation>
9476          </xsd:enumeration>   9418          </xsd:enumeration>
9477          <xsd:enumeration value="consume - compressor">   9419          <xsd:enumeration value="consume - compressor">
9478             <xsd:annotation>   9420             <xsd:annotation>
9479                <xsd:documentation>Consummed by compressors.</xsd:documentation>   9421                <xsd:documentation>Consummed by compressors.</xsd:documentation>
9480             </xsd:annotation>   9422             </xsd:annotation>
9481          </xsd:enumeration>   9423          </xsd:enumeration>
9482          <xsd:enumeration value="consume - non compressor">   9424          <xsd:enumeration value="consume - non compressor">
9483             <xsd:annotation>   9425             <xsd:annotation>
9484                <xsd:documentation>Consumed by devices other than compressors.</xsd:documentation>   9426                <xsd:documentation>Consumed by devices other than compressors.</xsd:documentation>
9485             </xsd:annotation>   9427             </xsd:annotation>
9486          </xsd:enumeration>   9428          </xsd:enumeration>
9487          <xsd:enumeration value="consume - emitted">   9429          <xsd:enumeration value="consume - emitted">
9488             <xsd:annotation>   9430             <xsd:annotation>
9489                <xsd:documentation>Released into the atmosphere as a by-product of consumption.</xsd:documentation>   9431                <xsd:documentation>Released into the atmosphere as a by-product of consumption.</xsd:documentation>
9490             </xsd:annotation>   9432             </xsd:annotation>
9491          </xsd:enumeration>   9433          </xsd:enumeration>
9492          <xsd:enumeration value="consume - flare">   9434          <xsd:enumeration value="consume - flare">
9493             <xsd:annotation>   9435             <xsd:annotation>
9494                <xsd:documentation>Burned in a flare. A fluid stream that has one or more flares as the ultimate target.</xsd:documentation>   9436                <xsd:documentation>Burned in a flare. A fluid stream that has one or more flares as the ultimate target.</xsd:documentation>
9495             </xsd:annotation>   9437             </xsd:annotation>
9496          </xsd:enumeration>   9438          </xsd:enumeration>
9497          <xsd:enumeration value="consume - HP flare">   9439          <xsd:enumeration value="consume - HP flare">
9498             <xsd:annotation>   9440             <xsd:annotation>
9499                <xsd:documentation>Burned in a high pressure flare.</xsd:documentation>   9441                <xsd:documentation>Burned in a high pressure flare.</xsd:documentation>
9500             </xsd:annotation>   9442             </xsd:annotation>
9501          </xsd:enumeration>   9443          </xsd:enumeration>
9502          <xsd:enumeration value="consume - LP flare">   9444          <xsd:enumeration value="consume - LP flare">
9503             <xsd:annotation>   9445             <xsd:annotation>
9504                <xsd:documentation>Burned in a low pressure flare.</xsd:documentation>   9446                <xsd:documentation>Burned in a low pressure flare.</xsd:documentation>
9505             </xsd:annotation>   9447             </xsd:annotation>
9506          </xsd:enumeration>   9448          </xsd:enumeration>
9507          <xsd:enumeration value="consume - fuel">   9449          <xsd:enumeration value="consume - fuel">
9508             <xsd:annotation>   9450             <xsd:annotation>
9509                <xsd:documentation>Consumed by processing equipment.</xsd:documentation>   9451                <xsd:documentation>Consumed by processing equipment.</xsd:documentation>
9510             </xsd:annotation>   9452             </xsd:annotation>
9511          </xsd:enumeration>   9453          </xsd:enumeration>
9512          <xsd:enumeration value="consume - venting">   9454          <xsd:enumeration value="consume - venting">
9513             <xsd:annotation>   9455             <xsd:annotation>
9514                <xsd:documentation>Released into the atmosphere.</xsd:documentation>   9456                <xsd:documentation>Released into the atmosphere.</xsd:documentation>
9515             </xsd:annotation>   9457             </xsd:annotation>
9516          </xsd:enumeration>   9458          </xsd:enumeration>
9517          <xsd:enumeration value="export">   9459          <xsd:enumeration value="export">
9518             <xsd:annotation>   9460             <xsd:annotation>
9519                <xsd:documentation>Leaving the installation for commercialized purposes.</xsd:documentation>   9461                <xsd:documentation>Leaving the installation for commercialized purposes.</xsd:documentation>
9520             </xsd:annotation>   9462             </xsd:annotation>
9521          </xsd:enumeration>   9463          </xsd:enumeration>
9522          <xsd:enumeration value="export - requested">   9464          <xsd:enumeration value="export - requested">
9523             <xsd:annotation>   9465             <xsd:annotation>
9524                <xsd:documentation>Requested to leave the installation for commercialized purposes.</xsd:documentation>   9466                <xsd:documentation>Requested to leave the installation for commercialized purposes.</xsd:documentation>
9525             </xsd:annotation>   9467             </xsd:annotation>
9526          </xsd:enumeration>   9468          </xsd:enumeration>
9527          <xsd:enumeration value="export - nominated">   9469          <xsd:enumeration value="export - nominated">
9528             <xsd:annotation>   9470             <xsd:annotation>
9529                <xsd:documentation>Planned to leave the installation for commercialized purposes.</xsd:documentation>   9471                <xsd:documentation>Planned to leave the installation for commercialized purposes.</xsd:documentation>
9530             </xsd:annotation>   9472             </xsd:annotation>
9531          </xsd:enumeration>   9473          </xsd:enumeration>
9532          <xsd:enumeration value="export - shortfall">   9474          <xsd:enumeration value="export - shortfall">
9533             <xsd:annotation>   9475             <xsd:annotation>
9534                <xsd:documentation>Difference between what was requested and what was delivered.</xsd:documentation>   9476                <xsd:documentation>Difference between what was requested and what was delivered.</xsd:documentation>
9535             </xsd:annotation>   9477             </xsd:annotation>
9536          </xsd:enumeration>   9478          </xsd:enumeration>
9537          <xsd:enumeration value="gas lift">   9479          <xsd:enumeration value="gas lift">
9538             <xsd:annotation>   9480             <xsd:annotation>
9539                <xsd:documentation>Injected into a producing well to reduce the hydrostataic pressure of the fluid column. The resulting reduction in bottom hole pressure allows   9481                <xsd:documentation>Injected into a producing well to reduce the hydrostataic pressure of the fluid column. The resulting reduction in bottom hole pressure allows
9540                the reservoir liquids to flow.</xsd:documentation>   9482                the reservoir liquids to flow.</xsd:documentation>
9541             </xsd:annotation>   9483             </xsd:annotation>
9542          </xsd:enumeration>   9484          </xsd:enumeration>
9543          <xsd:enumeration value="import">   9485          <xsd:enumeration value="import">
9544             <xsd:annotation>   9486             <xsd:annotation>
9545                <xsd:documentation>Entering the facility for commercialized purposes.</xsd:documentation>   9487                <xsd:documentation>Entering the facility for commercialized purposes.</xsd:documentation>
9546             </xsd:annotation>   9488             </xsd:annotation>
9547          </xsd:enumeration>   9489          </xsd:enumeration>
9548          <xsd:enumeration value="injection">   9490          <xsd:enumeration value="injection">
9549             <xsd:annotation>   9491             <xsd:annotation>
9550                <xsd:documentation>Inject into a well.</xsd:documentation>   9492                <xsd:documentation>Inject into a well.</xsd:documentation>
9551             </xsd:annotation>   9493             </xsd:annotation>
9552          </xsd:enumeration>   9494          </xsd:enumeration>
9553          <xsd:enumeration value="inventory">   9495          <xsd:enumeration value="inventory">
9554             <xsd:annotation>   9496             <xsd:annotation>
9555                <xsd:documentation>Stock at a facility. For a period that represents an event, the amount would represent the current amount of inventory. For other periods, the   9497                <xsd:documentation>Stock at a facility. For a period that represents an event, the amount would represent the current amount of inventory. For other periods, the
9556                amount would represent the addition (positive value) or drawdown (negative value) over that period. For an individual storage facility (e.g., a tank), the amounts   9498                amount would represent the addition (positive value) or drawdown (negative value) over that period. For an individual storage facility (e.g., a tank), the amounts
9557                would represent that tank. For an overall facility, the amounts would represent all tanks.</xsd:documentation>   9499                would represent that tank. For an overall facility, the amounts would represent all tanks.</xsd:documentation>
9558             </xsd:annotation>   9500             </xsd:annotation>
9559          </xsd:enumeration>   9501          </xsd:enumeration>
9560          <xsd:enumeration value="overboard">   9502          <xsd:enumeration value="overboard">
9561             <xsd:annotation>   9503             <xsd:annotation>
9562                <xsd:documentation>Dropped overboard into the sea.</xsd:documentation>   9504                <xsd:documentation>Dropped overboard into the sea.</xsd:documentation>
9563             </xsd:annotation>   9505             </xsd:annotation>
9564          </xsd:enumeration>   9506          </xsd:enumeration>
9565          <xsd:enumeration value="production">   9507          <xsd:enumeration value="production">
9566             <xsd:annotation>   9508             <xsd:annotation>
9567                <xsd:documentation>Exploited from a reservoir. This is independent of any disposition.</xsd:documentation>   9509                <xsd:documentation>Exploited from a reservoir. This is independent of any disposition.</xsd:documentation>
9568             </xsd:annotation>   9510             </xsd:annotation>
9569          </xsd:enumeration>   9511          </xsd:enumeration>
9570          <xsd:enumeration value="unknown">   9512          <xsd:enumeration value="unknown">
9571             <xsd:annotation>   9513             <xsd:annotation>
9572                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   9514                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
9573                value. Use of this value may result in rejection in some situations.</xsd:documentation>   9515                value. Use of this value may result in rejection in some situations.</xsd:documentation>
9574             </xsd:annotation>   9516             </xsd:annotation>
9575          </xsd:enumeration>   9517          </xsd:enumeration>
9576          <xsd:enumeration value="hydrocarbon accounting">   9518          <xsd:enumeration value="hydrocarbon accounting">
9577             <xsd:annotation>   9519             <xsd:annotation>
9578                <xsd:documentation>An accounting of all of the fluids into and out of Stock (i.e., Inventory) which includes all storage facilities at a site including fluid within   9520                <xsd:documentation>An accounting of all of the fluids into and out of Stock (i.e., Inventory) which includes all storage facilities at a site including fluid within
9579                a pipeline.</xsd:documentation>   9521                a pipeline.</xsd:documentation>
9580             </xsd:annotation>   9522             </xsd:annotation>
9581          </xsd:enumeration>   9523          </xsd:enumeration>
9582          <xsd:enumeration value="disposal">   9524          <xsd:enumeration value="disposal">
9583             <xsd:annotation>   9525             <xsd:annotation>
9584                <xsd:documentation>A fluid stream that contains waste fluids for disposal.</xsd:documentation>   9526                <xsd:documentation>A fluid stream that contains waste fluids for disposal.</xsd:documentation>
9585             </xsd:annotation>   9527             </xsd:annotation>
9586          </xsd:enumeration>   9528          </xsd:enumeration>
9587          <xsd:enumeration value="sale">   9529          <xsd:enumeration value="sale">
9588             <xsd:annotation>   9530             <xsd:annotation>
9589                <xsd:documentation>A fluid stream that is sold and transported to a buyer by pipeline.</xsd:documentation>   9531                <xsd:documentation>A fluid stream that is sold and transported to a buyer by pipeline.</xsd:documentation>
9590             </xsd:annotation>   9532             </xsd:annotation>
9591          </xsd:enumeration>   9533          </xsd:enumeration>
9592          <xsd:enumeration value="storage">   9534          <xsd:enumeration value="storage">
9593             <xsd:annotation>   9535             <xsd:annotation>
9594                <xsd:documentation>A fluid stream that is directed to one or more storage locations.</xsd:documentation>   9536                <xsd:documentation>A fluid stream that is directed to one or more storage locations.</xsd:documentation>
9595             </xsd:annotation>   9537             </xsd:annotation>
9596          </xsd:enumeration>   9538          </xsd:enumeration>
9597       </xsd:restriction>   9539       </xsd:restriction>
9598    </xsd:simpleType>   9540    </xsd:simpleType>
9599    <xsd:simpleType name="ReportingPeriod">   9541    <xsd:simpleType name="ReportingPeriod">
9600       <xsd:annotation>   9542       <xsd:annotation>
9601          <xsd:documentation>A time period for a report. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>   9543          <xsd:documentation>A time period for a report. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
9602       </xsd:annotation>   9544       </xsd:annotation>
9603       <xsd:restriction base="witsml:abstractTypeEnum">   9545       <xsd:restriction base="witsml:abstractTypeEnum">
9604          <xsd:enumeration value="day">   9546          <xsd:enumeration value="day">
9605             <xsd:annotation>   9547             <xsd:annotation>
9606                <xsd:documentation>A period of one day. If the report does not represent one day then this represents the 24 hour period ending at the end of the report   9548                <xsd:documentation>A period of one day. If the report does not represent one day then this represents the 24 hour period ending at the end of the report
9607                period.</xsd:documentation>   9549                period.</xsd:documentation>
9608             </xsd:annotation>   9550             </xsd:annotation>
9609          </xsd:enumeration>   9551          </xsd:enumeration>
9610          <xsd:enumeration value="week">   9552          <xsd:enumeration value="week">
9611             <xsd:annotation>   9553             <xsd:annotation>
9612                <xsd:documentation>A period of one week. If the report does not represent one week then this represents the 7 times 24 hour period ending at the end of the report   9554                <xsd:documentation>A period of one week. If the report does not represent one week then this represents the 7 times 24 hour period ending at the end of the report
9613                period.</xsd:documentation>   9555                period.</xsd:documentation>
9614             </xsd:annotation>   9556             </xsd:annotation>
9615          </xsd:enumeration>   9557          </xsd:enumeration>
9616          <xsd:enumeration value="month">   9558          <xsd:enumeration value="month">
9617             <xsd:annotation>   9559             <xsd:annotation>
9618                <xsd:documentation>A period of one calendar month.</xsd:documentation>   9560                <xsd:documentation>A period of one calendar month.</xsd:documentation>
9619             </xsd:annotation>   9561             </xsd:annotation>
9620          </xsd:enumeration>   9562          </xsd:enumeration>
9621          <xsd:enumeration value="year">   9563          <xsd:enumeration value="year">
9622             <xsd:annotation>   9564             <xsd:annotation>
9623                <xsd:documentation>A period of one gregorian year.</xsd:documentation>   9565                <xsd:documentation>A period of one gregorian year.</xsd:documentation>
9624             </xsd:annotation>   9566             </xsd:annotation>
9625          </xsd:enumeration>   9567          </xsd:enumeration>
9626          <xsd:enumeration value="year to date">   9568          <xsd:enumeration value="year to date">
9627             <xsd:annotation>   9569             <xsd:annotation>
9628                <xsd:documentation>A period from the beginning of the year to the end of the report period.</xsd:documentation>   9570                <xsd:documentation>A period from the beginning of the year to the end of the report period.</xsd:documentation>
9629             </xsd:annotation>   9571             </xsd:annotation>
9630          </xsd:enumeration>   9572          </xsd:enumeration>
9631          <xsd:enumeration value="month to date">   9573          <xsd:enumeration value="month to date">
9632             <xsd:annotation>   9574             <xsd:annotation>
9633                <xsd:documentation>A period from the beginning of the calendar month to the end of the report period.</xsd:documentation>   9575                <xsd:documentation>A period from the beginning of the calendar month to the end of the report period.</xsd:documentation>
9634             </xsd:annotation>   9576             </xsd:annotation>
9635          </xsd:enumeration>   9577          </xsd:enumeration>
9636          <xsd:enumeration value="daily year to date">   9578          <xsd:enumeration value="daily year to date">
9637             <xsd:annotation>   9579             <xsd:annotation>
9638                <xsd:documentation>The average per day over the period from the beginning of the year to the end of the report period</xsd:documentation>   9580                <xsd:documentation>The average per day over the period from the beginning of the year to the end of the report period</xsd:documentation>
9639             </xsd:annotation>   9581             </xsd:annotation>
9640          </xsd:enumeration>   9582          </xsd:enumeration>
9641          <xsd:enumeration value="daily month to date">   9583          <xsd:enumeration value="daily month to date">
9642             <xsd:annotation>   9584             <xsd:annotation>
9643                <xsd:documentation>The average per day over the period from the beginning of the month to the end of the report period</xsd:documentation>   9585                <xsd:documentation>The average per day over the period from the beginning of the month to the end of the report period</xsd:documentation>
9644             </xsd:annotation>   9586             </xsd:annotation>
9645          </xsd:enumeration>   9587          </xsd:enumeration>
9646          <xsd:enumeration value="total cumulative">   9588          <xsd:enumeration value="total cumulative">
9647             <xsd:annotation>   9589             <xsd:annotation>
9648                <xsd:documentation>A period with no beginning that ends at the end of the report period.</xsd:documentation>   9590                <xsd:documentation>A period with no beginning that ends at the end of the report period.</xsd:documentation>
9649             </xsd:annotation>   9591             </xsd:annotation>
9650          </xsd:enumeration>   9592          </xsd:enumeration>
9651          <xsd:enumeration value="report">   9593          <xsd:enumeration value="report">
9652             <xsd:annotation>   9594             <xsd:annotation>
9653                <xsd:documentation>A period coinciding with the report period.</xsd:documentation>   9595                <xsd:documentation>A period coinciding with the report period.</xsd:documentation>
9654             </xsd:annotation>   9596             </xsd:annotation>
9655          </xsd:enumeration>   9597          </xsd:enumeration>
9656          <xsd:enumeration value="report start">   9598          <xsd:enumeration value="report start">
9657             <xsd:annotation>   9599             <xsd:annotation>
9658                <xsd:documentation>A point in time coinciding with the start of report period.</xsd:documentation>   9600                <xsd:documentation>A point in time coinciding with the start of report period.</xsd:documentation>
9659             </xsd:annotation>   9601             </xsd:annotation>
9660          </xsd:enumeration>   9602          </xsd:enumeration>
9661          <xsd:enumeration value="report end">   9603          <xsd:enumeration value="report end">
9662             <xsd:annotation>   9604             <xsd:annotation>
9663                <xsd:documentation>A point in time coinciding with the end of report period.</xsd:documentation>   9605                <xsd:documentation>A point in time coinciding with the end of report period.</xsd:documentation>
9664             </xsd:annotation>   9606             </xsd:annotation>
9665          </xsd:enumeration>   9607          </xsd:enumeration>
9666          <xsd:enumeration value="previous period">   9608          <xsd:enumeration value="previous period">
9667             <xsd:annotation>   9609             <xsd:annotation>
9668                <xsd:documentation>The previous reporting period. For example, if the report period represents a day then the previous period represents the previous   9610                <xsd:documentation>The previous reporting period. For example, if the report period represents a day then the previous period represents the previous
9669                day.</xsd:documentation>   9611                day.</xsd:documentation>
9670             </xsd:annotation>   9612             </xsd:annotation>
9671          </xsd:enumeration>   9613          </xsd:enumeration>
9672          <xsd:enumeration value="midnight">   9614          <xsd:enumeration value="midnight">
9673             <xsd:annotation>   9615             <xsd:annotation>
9674                <xsd:documentation>A point in time coinciding with midnight during the report period. This can be ambiguous if the report begins and ends at midnight - use report   9616                <xsd:documentation>A point in time coinciding with midnight during the report period. This can be ambiguous if the report begins and ends at midnight - use report
9675                start/end instead. This cannot be used for a reporting period that is greater than 24 hours.</xsd:documentation>   9617                start/end instead. This cannot be used for a reporting period that is greater than 24 hours.</xsd:documentation>
9676             </xsd:annotation>   9618             </xsd:annotation>
9677          </xsd:enumeration>   9619          </xsd:enumeration>
9678          <xsd:enumeration value="noon">   9620          <xsd:enumeration value="noon">
9679             <xsd:annotation>   9621             <xsd:annotation>
9680                <xsd:documentation>A point in time coinciding with noon during the report period. This can be ambiguous if the report begins and ends at noon - use report start/end   9622                <xsd:documentation>A point in time coinciding with noon during the report period. This can be ambiguous if the report begins and ends at noon - use report start/end
9681                instead. This cannot be used for a reporting period that is greater than 24 hours.</xsd:documentation>   9623                instead. This cannot be used for a reporting period that is greater than 24 hours.</xsd:documentation>
9682             </xsd:annotation>   9624             </xsd:annotation>
9683          </xsd:enumeration>   9625          </xsd:enumeration>
9684          <xsd:enumeration value="06:00">   9626          <xsd:enumeration value="06:00">
9685             <xsd:annotation>   9627             <xsd:annotation>
9686                <xsd:documentation>A point in time coinciding with 6 am during the report period. This can be ambiguous if the report begins and ends at 6 am - use report start/end   9628                <xsd:documentation>A point in time coinciding with 6 am during the report period. This can be ambiguous if the report begins and ends at 6 am - use report start/end
9687                instead. This cannot be used for a reporting period that is greater than 24 hours.</xsd:documentation>   9629                instead. This cannot be used for a reporting period that is greater than 24 hours.</xsd:documentation>
9688             </xsd:annotation>   9630             </xsd:annotation>
9689          </xsd:enumeration>   9631          </xsd:enumeration>
9690          <xsd:enumeration value="gas day">   9632          <xsd:enumeration value="gas day">
9691             <xsd:annotation>   9633             <xsd:annotation>
9692                <xsd:documentation>A period in time that is all space of time within a day (24 hour period) starting at 06:00 AM and ending 06:00 AM next day.</xsd:documentation>   9634                <xsd:documentation>A period in time that is all space of time within a day (24 hour period) starting at 06:00 AM and ending 06:00 AM next day.</xsd:documentation>
9693             </xsd:annotation>   9635             </xsd:annotation>
9694          </xsd:enumeration>   9636          </xsd:enumeration>
9695          <xsd:enumeration value="gas month">   9637          <xsd:enumeration value="gas month">
9696             <xsd:annotation>   9638             <xsd:annotation>
9697                <xsd:documentation>A period in time that is all space of time within a whole given month starting at 06:00 AM the first day and ending at 06:00 AM the first day of   9639                <xsd:documentation>A period in time that is all space of time within a whole given month starting at 06:00 AM the first day and ending at 06:00 AM the first day of
9698                next month.</xsd:documentation>   9640                next month.</xsd:documentation>
9699             </xsd:annotation>   9641             </xsd:annotation>
9700          </xsd:enumeration>   9642          </xsd:enumeration>
9701          <xsd:enumeration value="gas year">   9643          <xsd:enumeration value="gas year">
9702             <xsd:annotation>   9644             <xsd:annotation>
9703                <xsd:documentation>A period in time that is all time within a period starting at 06:00 AM October 1st and ending at same date and time the following   9645                <xsd:documentation>A period in time that is all time within a period starting at 06:00 AM October 1st and ending at same date and time the following
9704                year.</xsd:documentation>   9646                year.</xsd:documentation>
9705             </xsd:annotation>   9647             </xsd:annotation>
9706          </xsd:enumeration>   9648          </xsd:enumeration>
9707          <xsd:enumeration value="gas year to date">   9649          <xsd:enumeration value="gas year to date">
9708             <xsd:annotation>   9650             <xsd:annotation>
9709                <xsd:documentation>A period in time that is all space of time within a period starting at 06:00 AM October 1st ending at 06:00 AM at a given   9651                <xsd:documentation>A period in time that is all space of time within a period starting at 06:00 AM October 1st ending at 06:00 AM at a given
9710                date.</xsd:documentation>   9652                date.</xsd:documentation>
9711             </xsd:annotation>   9653             </xsd:annotation>
9712          </xsd:enumeration>   9654          </xsd:enumeration>
9713       </xsd:restriction>   9655       </xsd:restriction>
9714    </xsd:simpleType>   9656    </xsd:simpleType>
9715    <xsd:simpleType name="ReportingProduct">   9657    <xsd:simpleType name="ReportingProduct">
9716       <xsd:annotation>   9658       <xsd:annotation>
9717          <xsd:documentation>A kind of product in a fluid system. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>   9659          <xsd:documentation>A kind of product in a fluid system. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
9718       </xsd:annotation>   9660       </xsd:annotation>
9719       <xsd:restriction base="witsml:abstractTypeEnum">   9661       <xsd:restriction base="witsml:abstractTypeEnum">
9720          <xsd:enumeration value="C2+">   9662          <xsd:enumeration value="C2+">
9721             <xsd:annotation>   9663             <xsd:annotation>
9722                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all heavier components.</xsd:documentation>   9664                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all heavier components.</xsd:documentation>
9723             </xsd:annotation>   9665             </xsd:annotation>
9724          </xsd:enumeration>   9666          </xsd:enumeration>
9725          <xsd:enumeration value="C3+">   9667          <xsd:enumeration value="C3+">
9726             <xsd:annotation>   9668             <xsd:annotation>
9727                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all heavier components.</xsd:documentation>   9669                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all heavier components.</xsd:documentation>
9728             </xsd:annotation>   9670             </xsd:annotation>
9729          </xsd:enumeration>   9671          </xsd:enumeration>
9730          <xsd:enumeration value="C4+">   9672          <xsd:enumeration value="C4+">
9731             <xsd:annotation>   9673             <xsd:annotation>
9732                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all heavier components.</xsd:documentation>   9674                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all heavier components.</xsd:documentation>
9733             </xsd:annotation>   9675             </xsd:annotation>
9734          </xsd:enumeration>   9676          </xsd:enumeration>
9735          <xsd:enumeration value="C5+">   9677          <xsd:enumeration value="C5+">
9736             <xsd:annotation>   9678             <xsd:annotation>
9737                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all heavier components.</xsd:documentation>   9679                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all heavier components.</xsd:documentation>
9738             </xsd:annotation>   9680             </xsd:annotation>
9739          </xsd:enumeration>   9681          </xsd:enumeration>
9740          <xsd:enumeration value="C6+">   9682          <xsd:enumeration value="C6+">
9741             <xsd:annotation>   9683             <xsd:annotation>
9742                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all heavier components.</xsd:documentation>   9684                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all heavier components.</xsd:documentation>
9743             </xsd:annotation>   9685             </xsd:annotation>
9744          </xsd:enumeration>   9686          </xsd:enumeration>
9745          <xsd:enumeration value="C7+">   9687          <xsd:enumeration value="C7+">
9746             <xsd:annotation>   9688             <xsd:annotation>
9747                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all heavier components.</xsd:documentation>   9689                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all heavier components.</xsd:documentation>
9748             </xsd:annotation>   9690             </xsd:annotation>
9749          </xsd:enumeration>   9691          </xsd:enumeration>
9750          <xsd:enumeration value="C8+">   9692          <xsd:enumeration value="C8+">
9751             <xsd:annotation>   9693             <xsd:annotation>
9752                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all heavier components.</xsd:documentation>   9694                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all heavier components.</xsd:documentation>
9753             </xsd:annotation>   9695             </xsd:annotation>
9754          </xsd:enumeration>   9696          </xsd:enumeration>
9755          <xsd:enumeration value="C9+">   9697          <xsd:enumeration value="C9+">
9756             <xsd:annotation>   9698             <xsd:annotation>
9757                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all heavier components.</xsd:documentation>   9699                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all heavier components.</xsd:documentation>
9758             </xsd:annotation>   9700             </xsd:annotation>
9759          </xsd:enumeration>   9701          </xsd:enumeration>
9760          <xsd:enumeration value="C10+">   9702          <xsd:enumeration value="C10+">
9761             <xsd:annotation>   9703             <xsd:annotation>
9762                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all heavier components.</xsd:documentation>   9704                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all heavier components.</xsd:documentation>
9763             </xsd:annotation>   9705             </xsd:annotation>
9764          </xsd:enumeration>   9706          </xsd:enumeration>
9765          <xsd:enumeration value="C2-">   9707          <xsd:enumeration value="C2-">
9766             <xsd:annotation>   9708             <xsd:annotation>
9767                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all lighter components.</xsd:documentation>   9709                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all lighter components.</xsd:documentation>
9768             </xsd:annotation>   9710             </xsd:annotation>
9769          </xsd:enumeration>   9711          </xsd:enumeration>
9770          <xsd:enumeration value="C3-">   9712          <xsd:enumeration value="C3-">
9771             <xsd:annotation>   9713             <xsd:annotation>
9772                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all lighter components.</xsd:documentation>   9714                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all lighter components.</xsd:documentation>
9773             </xsd:annotation>   9715             </xsd:annotation>
9774          </xsd:enumeration>   9716          </xsd:enumeration>
9775          <xsd:enumeration value="C4-">   9717          <xsd:enumeration value="C4-">
9776             <xsd:annotation>   9718             <xsd:annotation>
9777                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all lighter components.</xsd:documentation>   9719                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all lighter components.</xsd:documentation>
9778             </xsd:annotation>   9720             </xsd:annotation>
9779          </xsd:enumeration>   9721          </xsd:enumeration>
9780          <xsd:enumeration value="C5-">   9722          <xsd:enumeration value="C5-">
9781             <xsd:annotation>   9723             <xsd:annotation>
9782                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all lighter components.</xsd:documentation>   9724                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all lighter components.</xsd:documentation>
9783             </xsd:annotation>   9725             </xsd:annotation>
9784          </xsd:enumeration>   9726          </xsd:enumeration>
9785          <xsd:enumeration value="C6-">   9727          <xsd:enumeration value="C6-">
9786             <xsd:annotation>   9728             <xsd:annotation>
9787                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all lighter components.</xsd:documentation>   9729                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all lighter components.</xsd:documentation>
9788             </xsd:annotation>   9730             </xsd:annotation>
9789          </xsd:enumeration>   9731          </xsd:enumeration>
9790          <xsd:enumeration value="C7-">   9732          <xsd:enumeration value="C7-">
9791             <xsd:annotation>   9733             <xsd:annotation>
9792                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all lighter components.</xsd:documentation>   9734                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all lighter components.</xsd:documentation>
9793             </xsd:annotation>   9735             </xsd:annotation>
9794          </xsd:enumeration>   9736          </xsd:enumeration>
9795          <xsd:enumeration value="C8-">   9737          <xsd:enumeration value="C8-">
9796             <xsd:annotation>   9738             <xsd:annotation>
9797                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all lighter components.</xsd:documentation>   9739                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all lighter components.</xsd:documentation>
9798             </xsd:annotation>   9740             </xsd:annotation>
9799          </xsd:enumeration>   9741          </xsd:enumeration>
9800          <xsd:enumeration value="C9-">   9742          <xsd:enumeration value="C9-">
9801             <xsd:annotation>   9743             <xsd:annotation>
9802                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all lighter components.</xsd:documentation>   9744                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all lighter components.</xsd:documentation>
9803             </xsd:annotation>   9745             </xsd:annotation>
9804          </xsd:enumeration>   9746          </xsd:enumeration>
9805          <xsd:enumeration value="C10-">   9747          <xsd:enumeration value="C10-">
9806             <xsd:annotation>   9748             <xsd:annotation>
9807                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all lighter components.</xsd:documentation>   9749                <xsd:documentation>A product composed of the component with the specified number of carbon atoms plus all lighter components.</xsd:documentation>
9808             </xsd:annotation>   9750             </xsd:annotation>
9809          </xsd:enumeration>   9751          </xsd:enumeration>
9810          <xsd:enumeration value="oleic">   9752          <xsd:enumeration value="oleic">
9811             <xsd:annotation>   9753             <xsd:annotation>
9812                <xsd:documentation>An undifferentiated liquid fluid phase in which the dominant continuous materials are liquid hydrocarbons. This phase is often called the "oil   9754                <xsd:documentation>An undifferentiated liquid fluid phase in which the dominant continuous materials are liquid hydrocarbons. This phase is often called the "oil
9813                phase".</xsd:documentation>   9755                phase".</xsd:documentation>
9814             </xsd:annotation>   9756             </xsd:annotation>
9815          </xsd:enumeration>   9757          </xsd:enumeration>
9816          <xsd:enumeration value="aqueous">   9758          <xsd:enumeration value="aqueous">
9817             <xsd:annotation>   9759             <xsd:annotation>
9818                <xsd:documentation>An undifferentiated liquid fluid phase in which the dominant continuous material is liquid water. This phase is often called the "water   9760                <xsd:documentation>An undifferentiated liquid fluid phase in which the dominant continuous material is liquid water. This phase is often called the "water
9819                phase".</xsd:documentation>   9761                phase".</xsd:documentation>
9820             </xsd:annotation>   9762             </xsd:annotation>
9821          </xsd:enumeration>   9763          </xsd:enumeration>
9822          <xsd:enumeration value="vapor">   9764          <xsd:enumeration value="vapor">
9823             <xsd:annotation>   9765             <xsd:annotation>
9824                <xsd:documentation>An undifferentiated fluid phase that is distinctly gaseous. This phase is often called the "gas phase".</xsd:documentation>   9766                <xsd:documentation>An undifferentiated fluid phase that is distinctly gaseous. This phase is often called the "gas phase".</xsd:documentation>
9825             </xsd:annotation>   9767             </xsd:annotation>
9826          </xsd:enumeration>   9768          </xsd:enumeration>
9827          <xsd:enumeration value="liquid">   9769          <xsd:enumeration value="liquid">
9828             <xsd:annotation>   9770             <xsd:annotation>
9829                <xsd:documentation>An undifferentiated fluid phase that is distinctly liquid. This includes water.</xsd:documentation>   9771                <xsd:documentation>An undifferentiated fluid phase that is distinctly liquid. This includes water.</xsd:documentation>
9830             </xsd:annotation>   9772             </xsd:annotation>
9831          </xsd:enumeration>   9773          </xsd:enumeration>
9832          <xsd:enumeration value="carbon monoxide gas"> <> 9774          <xsd:enumeration value="carbon monoxode gas">
9833             <xsd:annotation> = 9775             <xsd:annotation>
9834                <xsd:documentation>Carbon monoxode in a gaseous state.</xsd:documentation>   9776                <xsd:documentation>Carbon monoxode in a gaseous state.</xsd:documentation>
9835             </xsd:annotation>   9777             </xsd:annotation>
9836          </xsd:enumeration>   9778          </xsd:enumeration>
9837          <xsd:enumeration value="carbon dioxide gas">   9779          <xsd:enumeration value="carbon dioxide gas">
9838             <xsd:annotation>   9780             <xsd:annotation>
9839                <xsd:documentation>Carbon dioxide in a gaseous state.</xsd:documentation>   9781                <xsd:documentation>Carbon dioxide in a gaseous state.</xsd:documentation>
9840             </xsd:annotation>   9782             </xsd:annotation>
9841          </xsd:enumeration>   9783          </xsd:enumeration>
9842          <xsd:enumeration value="chemical">   9784          <xsd:enumeration value="chemical">
9843             <xsd:annotation>   9785             <xsd:annotation>
9844                <xsd:documentation>A chemical of some type.</xsd:documentation>   9786                <xsd:documentation>A chemical of some type.</xsd:documentation>
9845             </xsd:annotation>   9787             </xsd:annotation>
9846          </xsd:enumeration>   9788          </xsd:enumeration>
9847          <xsd:enumeration value="condensate">   9789          <xsd:enumeration value="condensate">
9848             <xsd:annotation>   9790             <xsd:annotation>
9849                <xsd:documentation>Mixture of light and heavier hydrocarbons in a liguid state.</xsd:documentation>   9791                <xsd:documentation>Mixture of light and heavier hydrocarbons in a liguid state.</xsd:documentation>
9850             </xsd:annotation>   9792             </xsd:annotation>
9851          </xsd:enumeration>   9793          </xsd:enumeration>
9852          <xsd:enumeration value="cuttings">   9794          <xsd:enumeration value="cuttings">
9853             <xsd:annotation>   9795             <xsd:annotation>
9854                <xsd:documentation>Drill cuttings.</xsd:documentation>   9796                <xsd:documentation>Drill cuttings.</xsd:documentation>
9855             </xsd:annotation>   9797             </xsd:annotation>
9856          </xsd:enumeration>   9798          </xsd:enumeration>
9857          <xsd:enumeration value="diesel">   9799          <xsd:enumeration value="diesel">
9858             <xsd:annotation>   9800             <xsd:annotation>
9859                <xsd:documentation>Diesel fuel.</xsd:documentation>   9801                <xsd:documentation>Diesel fuel.</xsd:documentation>
9860             </xsd:annotation>   9802             </xsd:annotation>
9861          </xsd:enumeration>   9803          </xsd:enumeration>
9862          <xsd:enumeration value="electric power">   9804          <xsd:enumeration value="electric power">
9863             <xsd:annotation>   9805             <xsd:annotation>
9864                <xsd:documentation>Electrical power.</xsd:documentation>   9806                <xsd:documentation>Electrical power.</xsd:documentation>
9865             </xsd:annotation>   9807             </xsd:annotation>
9866          </xsd:enumeration>   9808          </xsd:enumeration>
9867          <!--deprecate unlogical if specified as component would fall in under component content structure--> <>    
9868          <!--<xsd:enumeration value="ethane - component">   9809          <xsd:enumeration value="ethane - component">
9869             <xsd:annotation> = 9810             <xsd:annotation>
9870                <xsd:documentation>Ethane as a component in another fluid.</xsd:documentation>   9811                <xsd:documentation>Ethane as a component in another fluid.</xsd:documentation>
9871             </xsd:annotation>   9812             </xsd:annotation>
9872          </xsd:enumeration>--> <> 9813          </xsd:enumeration>
9873          <xsd:enumeration value="gas"> = 9814          <xsd:enumeration value="gas">
9874             <xsd:annotation>   9815             <xsd:annotation>
9875                <xsd:documentation>Gas mixture of hydrocarbons.</xsd:documentation>   9816                <xsd:documentation>Gas mixture of hydrocarbons.</xsd:documentation>
9876             </xsd:annotation>   9817             </xsd:annotation>
9877          </xsd:enumeration>   9818          </xsd:enumeration>
9878          <xsd:enumeration value="gas - rich">   9819          <xsd:enumeration value="gas - rich">
9879             <xsd:annotation>   9820             <xsd:annotation>
9880                <xsd:documentation>Gas mixture of light and heavier hydrocarbons than a lean gas.</xsd:documentation>   9821                <xsd:documentation>Gas mixture of light and heavier hydrocarbons than a lean gas.</xsd:documentation>
9881             </xsd:annotation>   9822             </xsd:annotation>
9882          </xsd:enumeration>   9823          </xsd:enumeration>
9883          <xsd:enumeration value="gas - component in oil">   9824          <xsd:enumeration value="gas - component in oil">
9884             <xsd:annotation>   9825             <xsd:annotation>
9885                <xsd:documentation>Gas as a component in oil.</xsd:documentation>   9826                <xsd:documentation>Gas as a component in oil.</xsd:documentation>
9886             </xsd:annotation>   9827             </xsd:annotation>
9887          </xsd:enumeration>   9828          </xsd:enumeration>
9888          <xsd:enumeration value="helium gas">   9829          <xsd:enumeration value="helium gas">
9889             <xsd:annotation>   9830             <xsd:annotation>
9890                <xsd:documentation>xxxxxxxxxxxxxxxxx</xsd:documentation>   9831                <xsd:documentation>xxxxxxxxxxxxxxxxx</xsd:documentation>
9891             </xsd:annotation>   9832             </xsd:annotation>
9892          </xsd:enumeration>   9833          </xsd:enumeration>
9893          <xsd:enumeration value="hydrogen gas">   9834          <xsd:enumeration value="hydrogen gas">
9894             <xsd:annotation>   9835             <xsd:annotation>
9895                <xsd:documentation>xxxxxxxxxxxxxxxxx</xsd:documentation>   9836                <xsd:documentation>xxxxxxxxxxxxxxxxx</xsd:documentation>
9896             </xsd:annotation>   9837             </xsd:annotation>
9897          </xsd:enumeration>   9838          </xsd:enumeration>
9898          <!--deprecate unlogical if specified as component would fall in under component content structure--> <>    
9899          <!--<xsd:enumeration value="i-butane - component">   9839          <xsd:enumeration value="i-butane - component">
9900             <xsd:annotation> = 9840             <xsd:annotation>
9901                <xsd:documentation>I-butane as a component in another fluid.</xsd:documentation>   9841                <xsd:documentation>I-butane as a component in another fluid.</xsd:documentation>
9902             </xsd:annotation>   9842             </xsd:annotation>
9903          </xsd:enumeration>--> <> 9843          </xsd:enumeration>
9904          <xsd:enumeration value="natural gas liquid"> = 9844          <xsd:enumeration value="natural gas liquid">
9905             <xsd:annotation>   9845             <xsd:annotation>
9906                <xsd:documentation>Mixture of ethane, propane and butane with small quantities of heaver hydrocarbons. Partially liquid at atmospheric pressure.</xsd:documentation>   9846                <xsd:documentation>Mixture of ethane, propane and butane with small quantities of heaver hydrocarbons. Partially liquid at atmospheric pressure.</xsd:documentation>
9907             </xsd:annotation>   9847             </xsd:annotation>
9908          </xsd:enumeration>   9848          </xsd:enumeration>
9909          <!--deprecate unlogical if specified as component would fall in under component content structure--> <>    
9910          <!--<xsd:enumeration value="methane - component">   9849          <xsd:enumeration value="methane - component">
9911             <xsd:annotation> = 9850             <xsd:annotation>
9912                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   9851                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
9913             </xsd:annotation>   9852             </xsd:annotation>
9914             </xsd:enumeration>--> <> 9853          </xsd:enumeration>
9915          <!--deprecate unlogical if specified as component would fall in under component content structure-->      
9916          <!--<xsd:enumeration value="n-butane - component">   9854          <xsd:enumeration value="n-butane - component">
9917             <xsd:annotation> = 9855             <xsd:annotation>
9918                <xsd:documentation>N-butane as a component in another fluid.</xsd:documentation>   9856                <xsd:documentation>N-butane as a component in another fluid.</xsd:documentation>
9919             </xsd:annotation>   9857             </xsd:annotation>
9920          </xsd:enumeration>--> <> 9858          </xsd:enumeration>
9921          <xsd:enumeration value="nitrogen oxide gas"> = 9859          <xsd:enumeration value="nitrogen oxide gas">
9922             <xsd:annotation>   9860             <xsd:annotation>
9923                <xsd:documentation>Nitrogen oxides in a gaseous state</xsd:documentation>   9861                <xsd:documentation>Nitrogen oxides in a gaseous state</xsd:documentation>
9924             </xsd:annotation>   9862             </xsd:annotation>
9925          </xsd:enumeration>   9863          </xsd:enumeration>
9926          <!--deprecate unlogical if specified as component would fall in under component content structure--> <>    
9927          <!--<xsd:enumeration value="NGL - component in gas">   9864          <xsd:enumeration value="NGL - component in gas">
9928             <xsd:annotation> = 9865             <xsd:annotation>
9929                <xsd:documentation>Natural gas liquid as a component in gas.</xsd:documentation>   9866                <xsd:documentation>Natural gas liquid as a component in gas.</xsd:documentation>
9930             </xsd:annotation>   9867             </xsd:annotation>
9931          </xsd:enumeration>--> <> 9868          </xsd:enumeration>
9932          <xsd:enumeration value="oil and gas"> = 9869          <xsd:enumeration value="oil and gas">
9933             <xsd:annotation>   9870             <xsd:annotation>
9934                <xsd:documentation>A combination of oil (including water) and gas. This is generally used when refering to 'all production'.</xsd:documentation>   9871                <xsd:documentation>A combination of oil (including water) and gas. This is generally used when refering to 'all production'.</xsd:documentation>
9935             </xsd:annotation>   9872             </xsd:annotation>
9936          </xsd:enumeration>   9873          </xsd:enumeration>
9937          <xsd:enumeration value="oil">   9874          <xsd:enumeration value="oil">
9938             <xsd:annotation>   9875             <xsd:annotation>
9939                <xsd:documentation>Crude oil including water. A mixture of hydrocargons, that existed in liquid phase in underground reservoirs and remains liquid at atmospheric   9876                <xsd:documentation>Crude oil including water. A mixture of hydrocargons, that existed in liquid phase in underground reservoirs and remains liquid at atmospheric
9940                pressure after passing through separating facilities.</xsd:documentation>   9877                pressure after passing through separating facilities.</xsd:documentation>
9941             </xsd:annotation>   9878             </xsd:annotation>
9942          </xsd:enumeration>   9879          </xsd:enumeration>
9943          <xsd:enumeration value="oil - net">   9880          <xsd:enumeration value="oil - net">
9944             <xsd:annotation>   9881             <xsd:annotation>
9945                <xsd:documentation>Oil with water removed.</xsd:documentation>   9882                <xsd:documentation>Oil with water removed.</xsd:documentation>
9946             </xsd:annotation>   9883             </xsd:annotation>
9947          </xsd:enumeration>   9884          </xsd:enumeration>
9948          <!--deprecate unlogical if specified as component would fall in under component content structure--> <>    
9949          <!--<xsd:enumeration value="oil - component in water">   9885          <xsd:enumeration value="oil - component in water">
9950             <xsd:annotation> = 9886             <xsd:annotation>
9951                <xsd:documentation>Oil as a component in water.</xsd:documentation>   9887                <xsd:documentation>Oil as a component in water.</xsd:documentation>
9952             </xsd:annotation>   9888             </xsd:annotation>
9953          </xsd:enumeration>--> <> 9889          </xsd:enumeration>
9954          <!--<xsd:enumeration value="pentane - component">   9890          <xsd:enumeration value="pentane - component">
9955             <xsd:annotation> = 9891             <xsd:annotation>
9956                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>   9892                <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
9957             </xsd:annotation>   9893             </xsd:annotation>
9958          </xsd:enumeration>--> <> 9894          </xsd:enumeration>
9959          <xsd:enumeration value="petroleum gas liquid"> = 9895          <xsd:enumeration value="petroleum gas liquid">
9960             <xsd:annotation>   9896             <xsd:annotation>
9961                <xsd:documentation>xxxxxxxxxxxxxxx</xsd:documentation>   9897                <xsd:documentation>xxxxxxxxxxxxxxx</xsd:documentation>
9962             </xsd:annotation>   9898             </xsd:annotation>
9963          </xsd:enumeration>   9899          </xsd:enumeration>
9964          <!-- is this necessary component definition, is given by placement in xml under composition--> <>    
9965          <!--<xsd:enumeration value="propane - component">   9900          <xsd:enumeration value="propane - component">
9966             <xsd:annotation> = 9901             <xsd:annotation>
9967                <xsd:documentation>Propane as a component in another fluid.</xsd:documentation>   9902                <xsd:documentation>Propane as a component in another fluid.</xsd:documentation>
9968             </xsd:annotation>   9903             </xsd:annotation>
9969          </xsd:enumeration>--> <> 9904          </xsd:enumeration>
9970          <!--<xsd:enumeration value="sand - component">   9905          <xsd:enumeration value="sand - component">
9971             <xsd:annotation> = 9906             <xsd:annotation>
9972                <xsd:documentation>Sand as a component in another fluid.</xsd:documentation>   9907                <xsd:documentation>Sand as a component in another fluid.</xsd:documentation>
9973             </xsd:annotation>   9908             </xsd:annotation>
9974          </xsd:enumeration>--> <> 9909          </xsd:enumeration>
9975          <xsd:enumeration value="water"> = 9910          <xsd:enumeration value="water">
9976             <xsd:annotation>   9911             <xsd:annotation>
9977                <xsd:documentation>Water in a liquid state.</xsd:documentation>   9912                <xsd:documentation>Water in a liquid state.</xsd:documentation>
9978             </xsd:annotation>   9913             </xsd:annotation>
9979          </xsd:enumeration>   9914          </xsd:enumeration>
9980          <xsd:enumeration value="water - discharge">   9915          <xsd:enumeration value="water - discharge">
9981             <xsd:annotation>   9916             <xsd:annotation>
9982                <xsd:documentation>Produced water that has not been processed.</xsd:documentation>   9917                <xsd:documentation>Produced water that has not been processed.</xsd:documentation>
9983             </xsd:annotation>   9918             </xsd:annotation>
9984          </xsd:enumeration>   9919          </xsd:enumeration>
9985          <xsd:enumeration value="water - processed">   9920          <xsd:enumeration value="water - processed">
9986             <xsd:annotation>   9921             <xsd:annotation>
9987                <xsd:documentation>Produced water that has been processed to remove hydrocarbons.</xsd:documentation>   9922                <xsd:documentation>Produced water that has been processed to remove hydrocarbons.</xsd:documentation>
9988             </xsd:annotation>   9923             </xsd:annotation>
9989          </xsd:enumeration>   9924          </xsd:enumeration>
9990          <xsd:enumeration value="unknown">   9925          <xsd:enumeration value="unknown">
9991             <xsd:annotation>   9926             <xsd:annotation>
9992                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   9927                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
9993                value. Use of this value may result in rejection in some situations.</xsd:documentation>   9928                value. Use of this value may result in rejection in some situations.</xsd:documentation>
9994             </xsd:annotation>   9929             </xsd:annotation>
9995          </xsd:enumeration>   9930          </xsd:enumeration>
9996          <xsd:enumeration value="condensate - gross">   9931          <xsd:enumeration value="condensate - gross">
9997             <xsd:annotation>   9932             <xsd:annotation>
9998                <xsd:documentation>Light hydrocarbon fractions produced with natural gas, which condense into liquid at normal temperatures and pressures associated with surface   9933                <xsd:documentation>Light hydrocarbon fractions produced with natural gas, which condense into liquid at normal temperatures and pressures associated with surface
9999                production equipment.</xsd:documentation>   9934                production equipment.</xsd:documentation>
10000             </xsd:annotation>   9935             </xsd:annotation>
10001          </xsd:enumeration>   9936          </xsd:enumeration>
10002          <xsd:enumeration value="condensate - net">   9937          <xsd:enumeration value="condensate - net">
10003             <xsd:annotation>   9938             <xsd:annotation>
10004                <xsd:documentation>Hydrocatbon condensate containing only the heavier carbon fractions C5 to C10+.</xsd:documentation>   9939                <xsd:documentation>Hydrocatbon condensate containing only the heavier carbon fractions C5 to C10+.</xsd:documentation>
10005             </xsd:annotation>   9940             </xsd:annotation>
10006          </xsd:enumeration>   9941          </xsd:enumeration>
10007          <xsd:enumeration value="crude - stabilized">   9942          <xsd:enumeration value="crude - stabilized">
10008             <xsd:annotation>   9943             <xsd:annotation>
10009                <xsd:documentation>A crude oil that has been stabilized by separating out dissolved gas.</xsd:documentation>   9944                <xsd:documentation>A crude oil that has been stabilized by separating out dissolved gas.</xsd:documentation>
10010             </xsd:annotation>   9945             </xsd:annotation>
10011          </xsd:enumeration>   9946          </xsd:enumeration>
10012          <xsd:enumeration value="ethane">   9947          <xsd:enumeration value="ethane">
10013             <xsd:annotation>   9948             <xsd:annotation>
10014                <xsd:documentation>A compound where the main component is ethane.</xsd:documentation>   9949                <xsd:documentation>A compound where the main component is ethane.</xsd:documentation>
10015             </xsd:annotation>   9950             </xsd:annotation>
10016          </xsd:enumeration>   9951          </xsd:enumeration>
10017          <xsd:enumeration value="gas - dry">   9952          <xsd:enumeration value="gas - dry">
10018             <xsd:annotation>   9953             <xsd:annotation>
10019                <xsd:documentation>A natural gas that occurs in the absence of condensate or liquid hydrocarbons, or gas that has had condensable hydrocarbons removed, mainly   9954                <xsd:documentation>A natural gas that occurs in the absence of condensate or liquid hydrocarbons, or gas that has had condensable hydrocarbons removed, mainly
10020                consisting of methane gas.</xsd:documentation>   9955                consisting of methane gas.</xsd:documentation>
10021             </xsd:annotation>   9956             </xsd:annotation>
10022          </xsd:enumeration>   9957          </xsd:enumeration>
10023          <xsd:enumeration value="gas - wet">   9958          <xsd:enumeration value="gas - wet">
10024             <xsd:annotation>   9959             <xsd:annotation>
10025                <xsd:documentation>A natural gas that contains less methane (typically less than 85% methane) and more ethane and other more complex hydrocarbons like propane,   9960                <xsd:documentation>A natural gas that contains less methane (typically less than 85% methane) and more ethane and other more complex hydrocarbons like propane,
10026                butane and naphtha.</xsd:documentation>   9961                butane and naphtha.</xsd:documentation>
10027             </xsd:annotation>   9962             </xsd:annotation>
10028          </xsd:enumeration>   9963          </xsd:enumeration>
10029          <xsd:enumeration value="heptane">   9964          <xsd:enumeration value="heptane">
10030             <xsd:annotation>   9965             <xsd:annotation>
10031                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>   9966                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
10032             </xsd:annotation>   9967             </xsd:annotation>
10033          </xsd:enumeration>   9968          </xsd:enumeration>
10034          <xsd:enumeration value="isobutane">   9969          <xsd:enumeration value="isobutane">
10035             <xsd:annotation>   9970             <xsd:annotation>
10036                <xsd:documentation>A compound where the main component is isobutane.</xsd:documentation>   9971                <xsd:documentation>A compound where the main component is isobutane.</xsd:documentation>
10037             </xsd:annotation>   9972             </xsd:annotation>
10038          </xsd:enumeration>   9973          </xsd:enumeration>
10039          <xsd:enumeration value="liquified natural gas">   9974          <xsd:enumeration value="liquified natural gas">
10040             <xsd:annotation>   9975             <xsd:annotation>
10041                <xsd:documentation>A liquid compound that is natural gas compressed and supercooled to -167 deg C (-269 deg F) into a liquid to reduce its volume to 1/635th for   9976                <xsd:documentation>A liquid compound that is natural gas compressed and supercooled to -167 deg C (-269 deg F) into a liquid to reduce its volume to 1/635th for
10042                storage and transportation. Liquefied natural gas has a calorific value of 22,300 Btu/lb. It consists of about 9 xxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>   9977                storage and transportation. Liquefied natural gas has a calorific value of 22,300 Btu/lb. It consists of about 9 xxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
10043             </xsd:annotation>   9978             </xsd:annotation>
10044          </xsd:enumeration>   9979          </xsd:enumeration>
10045          <xsd:enumeration value="liquified petroleum gas">   9980          <xsd:enumeration value="liquified petroleum gas">
10046             <xsd:annotation>   9981             <xsd:annotation>
10047                <xsd:documentation>A liquid compound that is predominantly butane and propane separated from natural gasoline or natural gas and sold as fuel - commonly known as   9982                <xsd:documentation>A liquid compound that is predominantly butane and propane separated from natural gasoline or natural gas and sold as fuel - commonly known as
10048                bottled gas, tank gas or LP-gas.</xsd:documentation>   9983                bottled gas, tank gas or LP-gas.</xsd:documentation>
10049             </xsd:annotation>   9984             </xsd:annotation>
10050          </xsd:enumeration>   9985          </xsd:enumeration>
10051          <xsd:enumeration value="methane">   9986          <xsd:enumeration value="methane">
10052             <xsd:annotation>   9987             <xsd:annotation>
10053                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>   9988                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
10054             </xsd:annotation>   9989             </xsd:annotation>
10055          </xsd:enumeration>   9990          </xsd:enumeration>
10056          <xsd:enumeration value="mixed butane">   9991          <xsd:enumeration value="mixed butane">
10057             <xsd:annotation>   9992             <xsd:annotation>
10058                <xsd:documentation>A compound where the main components are butane and isobutane.</xsd:documentation>   9993                <xsd:documentation>A compound where the main components are butane and isobutane.</xsd:documentation>
10059             </xsd:annotation>   9994             </xsd:annotation>
10060          </xsd:enumeration>   9995          </xsd:enumeration>
10061          <xsd:enumeration value="normal butane">   9996          <xsd:enumeration value="normal butane">
10062             <xsd:annotation>   9997             <xsd:annotation>
10063                <xsd:documentation>A compound where the main component is butane.</xsd:documentation>   9998                <xsd:documentation>A compound where the main component is butane.</xsd:documentation>
10064             </xsd:annotation>   9999             </xsd:annotation>
10065          </xsd:enumeration>   10000          </xsd:enumeration>
10066          <xsd:enumeration value="normal pentane">   10001          <xsd:enumeration value="normal pentane">
10067             <xsd:annotation>   10002             <xsd:annotation>
10068                <xsd:documentation>A compound where the main component is pentane.</xsd:documentation>   10003                <xsd:documentation>A compound where the main component is pentane.</xsd:documentation>
10069             </xsd:annotation>   10004             </xsd:annotation>
10070          </xsd:enumeration>   10005          </xsd:enumeration>
10071          <xsd:enumeration value="oil - gross">   10006          <xsd:enumeration value="oil - gross">
10072             <xsd:annotation>   10007             <xsd:annotation>
10073                <xsd:documentation>A crude oil that that includes all petroleum liquids and sediments and water, excluding free water.</xsd:documentation>   10008                <xsd:documentation>A crude oil that that includes all petroleum liquids and sediments and water, excluding free water.</xsd:documentation>
10074             </xsd:annotation>   10009             </xsd:annotation>
10075          </xsd:enumeration>   10010          </xsd:enumeration>
10076          <xsd:enumeration value="propane">   10011          <xsd:enumeration value="propane">
10077             <xsd:annotation>   10012             <xsd:annotation>
10078                <xsd:documentation>A compound where the main component is propane.</xsd:documentation>   10013                <xsd:documentation>A compound where the main component is propane.</xsd:documentation>
10079             </xsd:annotation>   10014             </xsd:annotation>
10080          </xsd:enumeration>   10015          </xsd:enumeration>
10081          <xsd:enumeration value="salt">   10016          <xsd:enumeration value="salt">
10082             <xsd:annotation>   10017             <xsd:annotation>
10083                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>   10018                <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
10084             </xsd:annotation>   10019             </xsd:annotation>
10085          </xsd:enumeration>   10020          </xsd:enumeration>
10086          <xsd:enumeration value="naphta">   10021          <xsd:enumeration value="naphta">
10087             <xsd:annotation>   10022             <xsd:annotation>
10088                <xsd:documentation>An aggregate that is a volatile and inflammable product of crude oil refining with a boiling range 140 - 210 deg. Celsius consisting of C5+ to   10023                <xsd:documentation>An aggregate that is a volatile and inflammable product of crude oil refining with a boiling range 140 - 210 deg. Celsius consisting of C5+ to
10089                C10 components (pentanes and hexanes).</xsd:documentation>   10024                C10 components (pentanes and hexanes).</xsd:documentation>
10090             </xsd:annotation>   10025             </xsd:annotation>
10091          </xsd:enumeration>   10026          </xsd:enumeration>
10092          <xsd:enumeration value="isopentane">   10027          <xsd:enumeration value="isopentane">
10093             <xsd:annotation>   10028             <xsd:annotation>
10094                <xsd:documentation>A compound where the main component is isopentane.</xsd:documentation>   10029                <xsd:documentation>A compound where the main component is isopentane.</xsd:documentation>
10095             </xsd:annotation>   10030             </xsd:annotation>
10096          </xsd:enumeration>   10031          </xsd:enumeration>
10097          <xsd:enumeration value="neopentane"> <>    
10098             <xsd:annotation>      
10099                <xsd:documentation>XXXX.</xsd:documentation>      
10100             </xsd:annotation>      
10101          </xsd:enumeration>      
10102               
10103        <!--  <xsd:enumeration value="C1">      
10104             <xsd:annotation>      
10105                <xsd:documentation>xxxxxx</xsd:documentation>      
10106             </xsd:annotation>      
10107          </xsd:enumeration>-->      
10108          <!--<xsd:enumeration value="C2">      
10109             <xsd:annotation>      
10110                <xsd:documentation>xxxxxx</xsd:documentation>      
10111             </xsd:annotation>      
10112          </xsd:enumeration>-->      
10113         <!-- <xsd:enumeration value="C3">      
10114             <xsd:annotation>      
10115                <xsd:documentation>xxxxxx</xsd:documentation>      
10116             </xsd:annotation>      
10117          </xsd:enumeration>-->      
10118          <!--<xsd:enumeration value="C4">      
10119             <xsd:annotation>      
10120                <xsd:documentation>xxxxxx</xsd:documentation>      
10121             </xsd:annotation>      
10122          </xsd:enumeration>-->      
10123        <!--  <xsd:enumeration value="C5">      
10124             <xsd:annotation>      
10125                <xsd:documentation>xxxxxx</xsd:documentation>      
10126             </xsd:annotation>      
10127          </xsd:enumeration>-->      
10128         <!-- <xsd:enumeration value="C6">      
10129             <xsd:annotation>      
10130                <xsd:documentation>xxxxxx</xsd:documentation>      
10131             </xsd:annotation>      
10132          </xsd:enumeration>-->      
10133          <xsd:enumeration value="C7">      
10134             <xsd:annotation>      
10135                <xsd:documentation>xxxxxx</xsd:documentation>      
10136             </xsd:annotation>      
10137          </xsd:enumeration>      
10138          <xsd:enumeration value="C8">      
10139             <xsd:annotation>      
10140                <xsd:documentation>xxxxxx</xsd:documentation>      
10141             </xsd:annotation>      
10142          </xsd:enumeration>      
10143          <xsd:enumeration value="C9">      
10144             <xsd:annotation>      
10145                <xsd:documentation>xxxxxx</xsd:documentation>      
10146             </xsd:annotation>      
10147          </xsd:enumeration>      
10148          <xsd:enumeration value="C10">      
10149             <xsd:annotation>      
10150                <xsd:documentation>xxxxxx</xsd:documentation>      
10151             </xsd:annotation>      
10152          </xsd:enumeration>      
10153          <xsd:enumeration value="monoethylenglycol">   10032          <xsd:enumeration value="monoethyleneglycol ">
10154             <xsd:annotation> = 10033             <xsd:annotation>
10155                <xsd:documentation>XXXXXX</xsd:documentation>   10034                <xsd:documentation>XXXXXX</xsd:documentation>
10156             </xsd:annotation>   10035             </xsd:annotation>
10157          </xsd:enumeration>   10036          </xsd:enumeration>
10158          <xsd:enumeration value="triethyleneglycol"> <>    
10159             <xsd:annotation>      
10160                <xsd:documentation>XXXXXX</xsd:documentation>      
10161             </xsd:annotation>      
10162          </xsd:enumeration>      
10163          <xsd:enumeration value="nitrogen gas">      
10164             <xsd:annotation>      
10165                <xsd:documentation>XXXXXX</xsd:documentation>      
10166             </xsd:annotation>      
10167          </xsd:enumeration>      
10168          <xsd:enumeration value="dioxygen">      
10169             <xsd:annotation>      
10170                <xsd:documentation>XXXXXX</xsd:documentation>      
10171             </xsd:annotation>      
10172          </xsd:enumeration>      
10173          <xsd:enumeration value="hydrogen sulfide">      
10174             <xsd:annotation>      
10175                <xsd:documentation>XXXXXX</xsd:documentation>      
10176             </xsd:annotation>      
10177          </xsd:enumeration>      
10178          <xsd:enumeration value="diethyleneglycol">      
10179             <xsd:annotation>      
10180                <xsd:documentation>XXXXXX</xsd:documentation>      
10181             </xsd:annotation>      
10182          </xsd:enumeration>      
10183          <xsd:enumeration value="methanol">      
10184             <xsd:annotation>      
10185                <xsd:documentation>XXXXXX</xsd:documentation>      
10186             </xsd:annotation>      
10187          </xsd:enumeration>      
10188             10037        
10189       </xsd:restriction> = 10038       </xsd:restriction>
10190    </xsd:simpleType>   10039    </xsd:simpleType>
10191    <xsd:simpleType name="ReportingProperty">   10040    <xsd:simpleType name="ReportingProperty">
10192       <xsd:annotation>   10041       <xsd:annotation>
10193          <xsd:documentation>The type of properties that can be measured at a port. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>   10042          <xsd:documentation>The type of properties that can be measured at a port. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
10194       </xsd:annotation>   10043       </xsd:annotation>
10195       <xsd:restriction base="witsml:abstractTypeEnum">   10044       <xsd:restriction base="witsml:abstractTypeEnum">
10196          <xsd:enumeration value="volume">   10045          <xsd:enumeration value="volume">
10197             <xsd:annotation>   10046             <xsd:annotation>
10198                <xsd:documentation>A volume measure.</xsd:documentation>   10047                <xsd:documentation>A volume measure.</xsd:documentation>
10199             </xsd:annotation>   10048             </xsd:annotation>
10200          </xsd:enumeration>   10049          </xsd:enumeration>
10201          <xsd:enumeration value="standard volume">   10050          <xsd:enumeration value="standard volume">
10202             <xsd:annotation>   10051             <xsd:annotation>
10203                <xsd:documentation>A volume measure at standard conditions of temperature and pressure.</xsd:documentation>   10052                <xsd:documentation>A volume measure at standard conditions of temperature and pressure.</xsd:documentation>
10204             </xsd:annotation>   10053             </xsd:annotation>
10205          </xsd:enumeration>   10054          </xsd:enumeration>
10206          <xsd:enumeration value="flow rate">   10055          <xsd:enumeration value="flow rate">
10207             <xsd:annotation>   10056             <xsd:annotation>
10208                <xsd:documentation>A flow rate measure.</xsd:documentation>   10057                <xsd:documentation>A flow rate measure.</xsd:documentation>
10209             </xsd:annotation>   10058             </xsd:annotation>
10210          </xsd:enumeration>   10059          </xsd:enumeration>
10211          <xsd:enumeration value="temperature">   10060          <xsd:enumeration value="temperature">
10212             <xsd:annotation>   10061             <xsd:annotation>
10213                <xsd:documentation>A temperature measure.</xsd:documentation>   10062                <xsd:documentation>A temperature measure.</xsd:documentation>
10214             </xsd:annotation>   10063             </xsd:annotation>
10215          </xsd:enumeration>   10064          </xsd:enumeration>
10216          <xsd:enumeration value="pressure">   10065          <xsd:enumeration value="pressure">
10217             <xsd:annotation>   10066             <xsd:annotation>
10218                <xsd:documentation>A pressure measure.</xsd:documentation>   10067                <xsd:documentation>A pressure measure.</xsd:documentation>
10219             </xsd:annotation>   10068             </xsd:annotation>
10220          </xsd:enumeration>   10069          </xsd:enumeration>
10221          <xsd:enumeration value="mass">   10070          <xsd:enumeration value="mass">
10222             <xsd:annotation>   10071             <xsd:annotation>
10223                <xsd:documentation>A mass measure.</xsd:documentation>   10072                <xsd:documentation>A mass measure.</xsd:documentation>
10224             </xsd:annotation>   10073             </xsd:annotation>
10225          </xsd:enumeration>   10074          </xsd:enumeration>
10226          <xsd:enumeration value="work">   10075          <xsd:enumeration value="work">
10227             <xsd:annotation>   10076             <xsd:annotation>
10228                <xsd:documentation>A work measure (of electricity).</xsd:documentation>   10077                <xsd:documentation>A work measure (of electricity).</xsd:documentation>
10229             </xsd:annotation>   10078             </xsd:annotation>
10230          </xsd:enumeration>   10079          </xsd:enumeration>
10231          <xsd:enumeration value="unknown">   10080          <xsd:enumeration value="unknown">
10232             <xsd:annotation>   10081             <xsd:annotation>
10233                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   10082                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
10234                value. Use of this value may result in rejection in some situations.</xsd:documentation>   10083                value. Use of this value may result in rejection in some situations.</xsd:documentation>
10235             </xsd:annotation>   10084             </xsd:annotation>
10236          </xsd:enumeration>   10085          </xsd:enumeration>
10237       </xsd:restriction>   10086       </xsd:restriction>
10238    </xsd:simpleType>   10087    </xsd:simpleType>
10239    <!--UNUSED: Deleted type RigType.-->   10088    <!--UNUSED: Deleted type RigType.-->
10240    <!--UNUSED: Deleted type RiskAffectedPersonnel.-->   10089    <!--UNUSED: Deleted type RiskAffectedPersonnel.-->
10241    <!--UNUSED: Deleted type RiskCategory.-->   10090    <!--UNUSED: Deleted type RiskCategory.-->
10242    <!--UNUSED: Deleted type RiskSubCategory.-->   10091    <!--UNUSED: Deleted type RiskSubCategory.-->
10243    <!--UNUSED: Deleted type RiskType.-->   10092    <!--UNUSED: Deleted type RiskType.-->
10244    <!--UNUSED: Deleted type ScrType.-->   10093    <!--UNUSED: Deleted type ScrType.-->
10245    <!--UNUSED: Deleted type ShowFluorescence.-->   10094    <!--UNUSED: Deleted type ShowFluorescence.-->
10246    <!--UNUSED: Deleted type ShowLevel.-->   10095    <!--UNUSED: Deleted type ShowLevel.-->
10247    <!--UNUSED: Deleted type ShowRating.-->   10096    <!--UNUSED: Deleted type ShowRating.-->
10248    <!--UNUSED: Deleted type ShowSpeed.-->   10097    <!--UNUSED: Deleted type ShowSpeed.-->
10249    <xsd:simpleType name="StandardTempPress">   10098    <xsd:simpleType name="StandardTempPress">
10250       <xsd:annotation>   10099       <xsd:annotation>
10251          <xsd:documentation>Combinations of standard temperature and pressure. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>   10100          <xsd:documentation>Combinations of standard temperature and pressure. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
10252       </xsd:annotation>   10101       </xsd:annotation>
10253       <xsd:restriction base="witsml:abstractTypeEnum">   10102       <xsd:restriction base="witsml:abstractTypeEnum">
10254          <xsd:enumeration value="0 degC 1 atm">   10103          <xsd:enumeration value="0 degC 1 atm">
10255             <xsd:annotation>   10104             <xsd:annotation>
10256                <xsd:documentation>A temperature of zero degrees Centigrade and a pressure of one atmosphere.</xsd:documentation>   10105                <xsd:documentation>A temperature of zero degrees Centigrade and a pressure of one atmosphere.</xsd:documentation>
10257             </xsd:annotation>   10106             </xsd:annotation>
10258          </xsd:enumeration>   10107          </xsd:enumeration>
10259          <xsd:enumeration value="15 degC 1 atm">   10108          <xsd:enumeration value="15 degC 1 atm">
10260             <xsd:annotation>   10109             <xsd:annotation>
10261                <xsd:documentation>A temperature of sixty degrees Centigrade and a pressure of one atmosphere.</xsd:documentation>   10110                <xsd:documentation>A temperature of sixty degrees Centigrade and a pressure of one atmosphere.</xsd:documentation>
10262             </xsd:annotation>   10111             </xsd:annotation>
10263          </xsd:enumeration>   10112          </xsd:enumeration>
10264          <xsd:enumeration value="60 degF 1 atm">   10113          <xsd:enumeration value="60 degF 1 atm">
10265             <xsd:annotation>   10114             <xsd:annotation>
10266                <xsd:documentation>A temperature of fifteen degrees Fahrenheit and a pressure of one atmosphere.</xsd:documentation>   10115                <xsd:documentation>A temperature of fifteen degrees Fahrenheit and a pressure of one atmosphere.</xsd:documentation>
10267             </xsd:annotation>   10116             </xsd:annotation>
10268          </xsd:enumeration>   10117          </xsd:enumeration>
10269          <xsd:enumeration value="unknown">   10118          <xsd:enumeration value="unknown">
10270             <xsd:annotation>   10119             <xsd:annotation>
10271                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   10120                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
10272                value. Use of this value may result in rejection in some situations.</xsd:documentation>   10121                value. Use of this value may result in rejection in some situations.</xsd:documentation>
10273             </xsd:annotation>   10122             </xsd:annotation>
10274          </xsd:enumeration>   10123          </xsd:enumeration>
10275       </xsd:restriction>   10124       </xsd:restriction>
10276    </xsd:simpleType>   10125    </xsd:simpleType>
10277    <!--UNUSED: Deleted type SupportCraft.-->   10126    <!--UNUSED: Deleted type SupportCraft.-->
10278    <!--UNUSED: Deleted type SurfEquipType.-->   10127    <!--UNUSED: Deleted type SurfEquipType.-->
10279    <!--UNUSED: Deleted type TargetCategory.-->   10128    <!--UNUSED: Deleted type TargetCategory.-->
10280    <!--UNUSED: Deleted type TargetScope.-->   10129    <!--UNUSED: Deleted type TargetScope.-->
10281    <!--UNUSED: Deleted type TargetSectionScope.-->   10130    <!--UNUSED: Deleted type TargetSectionScope.-->
10282    <xsd:simpleType name="TestReason">   10131    <xsd:simpleType name="TestReason">
10283       <xsd:annotation>   10132       <xsd:annotation>
10284          <xsd:documentation>A reason for running a well test. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>   10133          <xsd:documentation>A reason for running a well test. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
10285       </xsd:annotation>   10134       </xsd:annotation>
10286       <xsd:restriction base="witsml:abstractTypeEnum">   10135       <xsd:restriction base="witsml:abstractTypeEnum">
10287          <xsd:enumeration value="initial">   10136          <xsd:enumeration value="initial">
10288             <xsd:annotation>   10137             <xsd:annotation>
10289                <xsd:documentation />   10138                <xsd:documentation />
10290             </xsd:annotation>   10139             </xsd:annotation>
10291          </xsd:enumeration>   10140          </xsd:enumeration>
10292          <xsd:enumeration value="periodic">   10141          <xsd:enumeration value="periodic">
10293             <xsd:annotation>   10142             <xsd:annotation>
10294                <xsd:documentation />   10143                <xsd:documentation />
10295             </xsd:annotation>   10144             </xsd:annotation>
10296          </xsd:enumeration>   10145          </xsd:enumeration>
10297          <xsd:enumeration value="revision">   10146          <xsd:enumeration value="revision">
10298             <xsd:annotation>   10147             <xsd:annotation>
10299                <xsd:documentation />   10148                <xsd:documentation />
10300             </xsd:annotation>   10149             </xsd:annotation>
10301          </xsd:enumeration>   10150          </xsd:enumeration>
10302          <xsd:enumeration value="unknown">   10151          <xsd:enumeration value="unknown">
10303             <xsd:annotation>   10152             <xsd:annotation>
10304                <xsd:documentation />   10153                <xsd:documentation />
10305             </xsd:annotation>   10154             </xsd:annotation>
10306          </xsd:enumeration>   10155          </xsd:enumeration>
10307          <xsd:enumeration value="other">   10156          <xsd:enumeration value="other">
10308             <xsd:annotation>   10157             <xsd:annotation>
10309                <xsd:documentation />   10158                <xsd:documentation />
10310             </xsd:annotation>   10159             </xsd:annotation>
10311          </xsd:enumeration>   10160          </xsd:enumeration>
10312          <xsd:enumeration value="unknown">   10161          <xsd:enumeration value="unknown">
10313             <xsd:annotation>   10162             <xsd:annotation>
10314                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   10163                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
10315                value. Use of this value may result in rejection in some situations.</xsd:documentation>   10164                value. Use of this value may result in rejection in some situations.</xsd:documentation>
10316             </xsd:annotation>   10165             </xsd:annotation>
10317          </xsd:enumeration>   10166          </xsd:enumeration>
10318       </xsd:restriction>   10167       </xsd:restriction>
10319    </xsd:simpleType>   10168    </xsd:simpleType>
10320    <!--UNUSED: Deleted type TrajStationStatus.-->   10169    <!--UNUSED: Deleted type TrajStationStatus.-->
10321    <!--UNUSED: Deleted type TrajStationType.-->   10170    <!--UNUSED: Deleted type TrajStationType.-->
10322    <!--UNUSED: Deleted type TubularAssembly.-->   10171    <!--UNUSED: Deleted type TubularAssembly.-->
10323    <!--UNUSED: Deleted type TubularComponent.-->   10172    <!--UNUSED: Deleted type TubularComponent.-->
10324    <!--UNUSED: Deleted type TypeSurveyTool.-->   10173    <!--UNUSED: Deleted type TypeSurveyTool.-->
10325    <xsd:simpleType name="ValueStatus">   10174    <xsd:simpleType name="ValueStatus">
10326       <xsd:annotation>   10175       <xsd:annotation>
10327          <xsd:documentation>An indicator of the quality of a value. This is designed for a SCADA or OPC style of value stasus. The token in parentheses are OPC's status string for   10176          <xsd:documentation>An indicator of the quality of a value. This is designed for a SCADA or OPC style of value stasus. The token in parentheses are OPC's status string for
10328          the condition. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>   10177          the condition. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
10329       </xsd:annotation>   10178       </xsd:annotation>
10330       <xsd:restriction base="witsml:abstractTypeEnum">   10179       <xsd:restriction base="witsml:abstractTypeEnum">
10331          <xsd:enumeration value="bad calibration">   10180          <xsd:enumeration value="bad calibration">
10332             <xsd:annotation>   10181             <xsd:annotation>
10333                <xsd:documentation>The calibration status of the sensor is unknown. (Out of Calibration)</xsd:documentation>   10182                <xsd:documentation>The calibration status of the sensor is unknown. (Out of Calibration)</xsd:documentation>
10334             </xsd:annotation>   10183             </xsd:annotation>
10335          </xsd:enumeration>   10184          </xsd:enumeration>
10336          <xsd:enumeration value="range limit">   10185          <xsd:enumeration value="range limit">
10337             <xsd:annotation>   10186             <xsd:annotation>
10338                <xsd:documentation>The value is range limited, that is, at or near the end of range of the sensor. The value might be clamped. (Low Limited, High   10187                <xsd:documentation>The value is range limited, that is, at or near the end of range of the sensor. The value might be clamped. (Low Limited, High
10339                Limited)</xsd:documentation>   10188                Limited)</xsd:documentation>
10340             </xsd:annotation>   10189             </xsd:annotation>
10341          </xsd:enumeration>   10190          </xsd:enumeration>
10342          <xsd:enumeration value="questionable">   10191          <xsd:enumeration value="questionable">
10343             <xsd:annotation>   10192             <xsd:annotation>
10344                <xsd:documentation>The value is just plain questionable. (Sub-Normal, Non-specific)</xsd:documentation>   10193                <xsd:documentation>The value is just plain questionable. (Sub-Normal, Non-specific)</xsd:documentation>
10345             </xsd:annotation>   10194             </xsd:annotation>
10346          </xsd:enumeration>   10195          </xsd:enumeration>
10347          <xsd:enumeration value="device failure">   10196          <xsd:enumeration value="device failure">
10348             <xsd:annotation>   10197             <xsd:annotation>
10349                <xsd:documentation>The unit to which the sensor is attached is not running. (Device Failure)</xsd:documentation>   10198                <xsd:documentation>The unit to which the sensor is attached is not running. (Device Failure)</xsd:documentation>
10350             </xsd:annotation>   10199             </xsd:annotation>
10351          </xsd:enumeration>   10200          </xsd:enumeration>
10352          <xsd:enumeration value="sensor failure">   10201          <xsd:enumeration value="sensor failure">
10353             <xsd:annotation>   10202             <xsd:annotation>
10354                <xsd:documentation>The field sensor itself is not working due to hardware failure or misconfiguration. (Sensor Failure)</xsd:documentation>   10203                <xsd:documentation>The field sensor itself is not working due to hardware failure or misconfiguration. (Sensor Failure)</xsd:documentation>
10355             </xsd:annotation>   10204             </xsd:annotation>
10356          </xsd:enumeration>   10205          </xsd:enumeration>
10357          <xsd:enumeration value="comm failure">   10206          <xsd:enumeration value="comm failure">
10358             <xsd:annotation>   10207             <xsd:annotation>
10359                <xsd:documentation>The communication to the field sensor is not working. That is, communcation cannot be established or maintained. (Comm   10208                <xsd:documentation>The communication to the field sensor is not working. That is, communcation cannot be established or maintained. (Comm
10360                Failure)</xsd:documentation>   10209                Failure)</xsd:documentation>
10361             </xsd:annotation>   10210             </xsd:annotation>
10362          </xsd:enumeration>   10211          </xsd:enumeration>
10363          <xsd:enumeration value="timeout">   10212          <xsd:enumeration value="timeout">
10364             <xsd:annotation>   10213             <xsd:annotation>
10365                <xsd:documentation>Communication to the field sensor has timed out, that is, a connection exists, but a request for a field sensor data value has failed. (Last   10214                <xsd:documentation>Communication to the field sensor has timed out, that is, a connection exists, but a request for a field sensor data value has failed. (Last
10366                Known Value)</xsd:documentation>   10215                Known Value)</xsd:documentation>
10367             </xsd:annotation>   10216             </xsd:annotation>
10368          </xsd:enumeration>   10217          </xsd:enumeration>
10369          <xsd:enumeration value="unknown">   10218          <xsd:enumeration value="unknown">
10370             <xsd:annotation>   10219             <xsd:annotation>
10371                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate   10220                <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
10372                value. Use of this value may result in rejection in some situations.</xsd:documentation>   10221                value. Use of this value may result in rejection in some situations.</xsd:documentation>
10373             </xsd:annotation>   10222             </xsd:annotation>
10374          </xsd:enumeration>   10223          </xsd:enumeration>
10375       </xsd:restriction>   10224       </xsd:restriction>
10376    </xsd:simpleType>   10225    </xsd:simpleType>
10377    <!--UNUSED: Deleted type WellDirection.-->   10226    <!--UNUSED: Deleted type WellDirection.-->
10378    <!--UNUSED: Deleted type WellFluid.-->   10227    <!--UNUSED: Deleted type WellFluid.-->
10379    <!--UNUSED: Deleted type WellboreShape.-->   10228    <!--UNUSED: Deleted type WellboreShape.-->
10380    <!--UNUSED: Deleted type WellboreType.-->   10229    <!--UNUSED: Deleted type WellboreType.-->
10381    <!--UNUSED: Deleted type WellPurpose.-->   10230    <!--UNUSED: Deleted type WellPurpose.-->
10382    <!--UNUSED: Deleted type WellStatus.-->   10231    <!--UNUSED: Deleted type WellStatus.-->
10383    <xsd:simpleType name="CrewType">   10232    <xsd:simpleType name="CrewType">
10384       <xsd:annotation>   10233       <xsd:annotation>
10385          <xsd:documentation>The type of personnel grouping.</xsd:documentation>   10234          <xsd:documentation>The type of personnel grouping.</xsd:documentation>
10386       </xsd:annotation>   10235       </xsd:annotation>
10387       <xsd:restriction base="witsml:abstractTypeEnum">   10236       <xsd:restriction base="witsml:abstractTypeEnum">
10388          <xsd:enumeration value="catering crew">   10237          <xsd:enumeration value="catering crew">
10389             <xsd:annotation>   10238             <xsd:annotation>
10390                <xsd:documentation>A count that is the number of persons from the catering contractor spending the night at the installation.</xsd:documentation>   10239                <xsd:documentation>A count that is the number of persons from the catering contractor spending the night at the installation.</xsd:documentation>
10391             </xsd:annotation>   10240             </xsd:annotation>
10392          </xsd:enumeration>   10241          </xsd:enumeration>
10393          <xsd:enumeration value="contractor crew">   10242          <xsd:enumeration value="contractor crew">
10394             <xsd:annotation>   10243             <xsd:annotation>
10395                <xsd:documentation>A count that is the number of persons from other than operator spending the night at the installation.</xsd:documentation>   10244                <xsd:documentation>A count that is the number of persons from other than operator spending the night at the installation.</xsd:documentation>
10396             </xsd:annotation>   10245             </xsd:annotation>
10397          </xsd:enumeration>   10246          </xsd:enumeration>
10398          <xsd:enumeration value="day visitors">   10247          <xsd:enumeration value="day visitors">
10399             <xsd:annotation>   10248             <xsd:annotation>
10400                <xsd:documentation>A count that is the number of persons visiting the installation but not spending the night at the installation.</xsd:documentation>   10249                <xsd:documentation>A count that is the number of persons visiting the installation but not spending the night at the installation.</xsd:documentation>
10401             </xsd:annotation>   10250             </xsd:annotation>
10402          </xsd:enumeration>   10251          </xsd:enumeration>
10403          <xsd:enumeration value="drilling contract crew">   10252          <xsd:enumeration value="drilling contract crew">
10404             <xsd:annotation>   10253             <xsd:annotation>
10405                <xsd:documentation>A count that is the number of persons from the drilling contractor spending the night at the installation.</xsd:documentation>   10254                <xsd:documentation>A count that is the number of persons from the drilling contractor spending the night at the installation.</xsd:documentation>
10406             </xsd:annotation>   10255             </xsd:annotation>
10407          </xsd:enumeration>   10256          </xsd:enumeration>
10408          <xsd:enumeration value="own crew">   10257          <xsd:enumeration value="own crew">
10409             <xsd:annotation>   10258             <xsd:annotation>
10410                <xsd:documentation>A count that is the number of persons from the operator normally working on the installation and spending the night there.</xsd:documentation>   10259                <xsd:documentation>A count that is the number of persons from the operator normally working on the installation and spending the night there.</xsd:documentation>
10411             </xsd:annotation>   10260             </xsd:annotation>
10412          </xsd:enumeration>   10261          </xsd:enumeration>
10413          <xsd:enumeration value="own other crew">   10262          <xsd:enumeration value="own other crew">
10414             <xsd:annotation>   10263             <xsd:annotation>
10415                <xsd:documentation>A count that is the number of persons from the operator normally not working on the installation, but spending the night   10264                <xsd:documentation>A count that is the number of persons from the operator normally not working on the installation, but spending the night
10416                there.</xsd:documentation>   10265                there.</xsd:documentation>
10417             </xsd:annotation>   10266             </xsd:annotation>
10418          </xsd:enumeration>   10267          </xsd:enumeration>
10419          <xsd:enumeration value="other crew">   10268          <xsd:enumeration value="other crew">
10420             <xsd:annotation>   10269             <xsd:annotation>
10421                <xsd:documentation>A count that is the number of persons from an unknown source normally not working on the installation, but spending the night   10270                <xsd:documentation>A count that is the number of persons from an unknown source normally not working on the installation, but spending the night
10422                there.</xsd:documentation>   10271                there.</xsd:documentation>
10423             </xsd:annotation>   10272             </xsd:annotation>
10424          </xsd:enumeration>   10273          </xsd:enumeration>
10425          <xsd:enumeration value="personnel on board">   10274          <xsd:enumeration value="personnel on board">
10426             <xsd:annotation>   10275             <xsd:annotation>
10427                <xsd:documentation>A count of the total personnel on board.</xsd:documentation>   10276                <xsd:documentation>A count of the total personnel on board.</xsd:documentation>
10428             </xsd:annotation>   10277             </xsd:annotation>
10429          </xsd:enumeration>   10278          </xsd:enumeration>
10430       </xsd:restriction>   10279       </xsd:restriction>
10431    </xsd:simpleType>   10280    </xsd:simpleType>
10432    <xsd:simpleType name="OperationKind">   10281    <xsd:simpleType name="OperationKind">
10433       <xsd:annotation>   10282       <xsd:annotation>
10434          <xsd:documentation>The type of operation for which general comments can be defined.</xsd:documentation>   10283          <xsd:documentation>The type of operation for which general comments can be defined.</xsd:documentation>
10435       </xsd:annotation>   10284       </xsd:annotation>
10436       <xsd:restriction base="witsml:abstractTypeEnum">   10285       <xsd:restriction base="witsml:abstractTypeEnum">
10437          <xsd:enumeration value="production">   10286          <xsd:enumeration value="production">
10438             <xsd:annotation>   10287             <xsd:annotation>
10439                <xsd:documentation>Production operations.</xsd:documentation>   10288                <xsd:documentation>Production operations.</xsd:documentation>
10440             </xsd:annotation>   10289             </xsd:annotation>
10441          </xsd:enumeration>   10290          </xsd:enumeration>
10442          <xsd:enumeration value="well">   10291          <xsd:enumeration value="well">
10443             <xsd:annotation>   10292             <xsd:annotation>
10444                <xsd:documentation>Well operations.</xsd:documentation>   10293                <xsd:documentation>Well operations.</xsd:documentation>
10445             </xsd:annotation>   10294             </xsd:annotation>
10446          </xsd:enumeration>   10295          </xsd:enumeration>
10447          <xsd:enumeration value="deviations">   10296          <xsd:enumeration value="deviations">
10448             <xsd:annotation>   10297             <xsd:annotation>
10449                <xsd:documentation>Deviations from existing procedures and guidelines.</xsd:documentation>   10298                <xsd:documentation>Deviations from existing procedures and guidelines.</xsd:documentation>
10450             </xsd:annotation>   10299             </xsd:annotation>
10451          </xsd:enumeration>   10300          </xsd:enumeration>
10452          <xsd:enumeration value="maintenance">   10301          <xsd:enumeration value="maintenance">
10453             <xsd:annotation>   10302             <xsd:annotation>
10454                <xsd:documentation>Maintenance work.</xsd:documentation>   10303                <xsd:documentation>Maintenance work.</xsd:documentation>
10455             </xsd:annotation>   10304             </xsd:annotation>
10456          </xsd:enumeration>   10305          </xsd:enumeration>
10457          <xsd:enumeration value="construction">   10306          <xsd:enumeration value="construction">
10458             <xsd:annotation>   10307             <xsd:annotation>
10459                <xsd:documentation>Construction work.</xsd:documentation>   10308                <xsd:documentation>Construction work.</xsd:documentation>
10460             </xsd:annotation>   10309             </xsd:annotation>
10461          </xsd:enumeration>   10310          </xsd:enumeration>
10462          <xsd:enumeration value="power station failure">   10311          <xsd:enumeration value="power station failure">
10463             <xsd:annotation>   10312             <xsd:annotation>
10464                <xsd:documentation>Failure of a power station.</xsd:documentation>   10313                <xsd:documentation>Failure of a power station.</xsd:documentation>
10465             </xsd:annotation>   10314             </xsd:annotation>
10466          </xsd:enumeration>   10315          </xsd:enumeration>
10467          <xsd:enumeration value="air traffic">   10316          <xsd:enumeration value="air traffic">
10468             <xsd:annotation>   10317             <xsd:annotation>
10469                <xsd:documentation>Air traffic in the area.</xsd:documentation>   10318                <xsd:documentation>Air traffic in the area.</xsd:documentation>
10470             </xsd:annotation>   10319             </xsd:annotation>
10471          </xsd:enumeration>   10320          </xsd:enumeration>
10472          <xsd:enumeration value="other">   10321          <xsd:enumeration value="other">
10473             <xsd:annotation>   10322             <xsd:annotation>
10474                <xsd:documentation>Other comment relevant for the production periods on the installation.</xsd:documentation>   10323                <xsd:documentation>Other comment relevant for the production periods on the installation.</xsd:documentation>
10475             </xsd:annotation>   10324             </xsd:annotation>
10476          </xsd:enumeration>   10325          </xsd:enumeration>
10477       </xsd:restriction>   10326       </xsd:restriction>
10478    </xsd:simpleType>   10327    </xsd:simpleType>
10479    <xsd:simpleType name="ReasonLost">   10328    <xsd:simpleType name="ReasonLost">
10480       <xsd:annotation>   10329       <xsd:annotation>
10481          <xsd:documentation>Reason for lost production.</xsd:documentation>   10330          <xsd:documentation>Reason for lost production.</xsd:documentation>
10482       </xsd:annotation>   10331       </xsd:annotation>
10483       <xsd:restriction base="witsml:abstractTypeEnum">   10332       <xsd:restriction base="witsml:abstractTypeEnum">
10484          <xsd:enumeration value="topside equipment failure-maint">   10333          <xsd:enumeration value="topside equipment failure-maint">
10485             <xsd:annotation>   10334             <xsd:annotation>
10486                <xsd:documentation>Estimated loss of production due to equipment failure and maintenance topside.</xsd:documentation>   10335                <xsd:documentation>Estimated loss of production due to equipment failure and maintenance topside.</xsd:documentation>
10487             </xsd:annotation>   10336             </xsd:annotation>
10488          </xsd:enumeration>   10337          </xsd:enumeration>
10489          <xsd:enumeration value="extended maint turnaround">   10338          <xsd:enumeration value="extended maint turnaround">
10490             <xsd:annotation>   10339             <xsd:annotation>
10491                <xsd:documentation>Estimated loss of production due to extended maintenance turnaround.</xsd:documentation>   10340                <xsd:documentation>Estimated loss of production due to extended maintenance turnaround.</xsd:documentation>
10492             </xsd:annotation>   10341             </xsd:annotation>
10493          </xsd:enumeration>   10342          </xsd:enumeration>
10494          <xsd:enumeration value="extended maint turnaround export">   10343          <xsd:enumeration value="extended maint turnaround export">
10495             <xsd:annotation>   10344             <xsd:annotation>
10496                <xsd:documentation>Estimated loss of production due to extended maintenance turnaround on export terminal.</xsd:documentation>   10345                <xsd:documentation>Estimated loss of production due to extended maintenance turnaround on export terminal.</xsd:documentation>
10497             </xsd:annotation>   10346             </xsd:annotation>
10498          </xsd:enumeration>   10347          </xsd:enumeration>
10499          <xsd:enumeration value="preventive maint topside">   10348          <xsd:enumeration value="preventive maint topside">
10500             <xsd:annotation>   10349             <xsd:annotation>
10501                <xsd:documentation>Estimated loss of production due to preventive maintenance topside.</xsd:documentation>   10350                <xsd:documentation>Estimated loss of production due to preventive maintenance topside.</xsd:documentation>
10502             </xsd:annotation>   10351             </xsd:annotation>
10503          </xsd:enumeration>   10352          </xsd:enumeration>
10504          <xsd:enumeration value="planned maint turnaround">   10353          <xsd:enumeration value="planned maint turnaround">
10505             <xsd:annotation>   10354             <xsd:annotation>
10506                <xsd:documentation>Estimated loss of production due to planned maintenance turnaround.</xsd:documentation>   10355                <xsd:documentation>Estimated loss of production due to planned maintenance turnaround.</xsd:documentation>
10507             </xsd:annotation>   10356             </xsd:annotation>
10508          </xsd:enumeration>   10357          </xsd:enumeration>
10509          <xsd:enumeration value="marked oil">   10358          <xsd:enumeration value="marked oil">
10510             <xsd:annotation>   10359             <xsd:annotation>
10511                <xsd:documentation>Estimated loss of oil production due to lost export due to marked product.</xsd:documentation>   10360                <xsd:documentation>Estimated loss of oil production due to lost export due to marked product.</xsd:documentation>
10512             </xsd:annotation>   10361             </xsd:annotation>
10513          </xsd:enumeration>   10362          </xsd:enumeration>
10514          <xsd:enumeration value="marked gas">   10363          <xsd:enumeration value="marked gas">
10515             <xsd:annotation>   10364             <xsd:annotation>
10516                <xsd:documentation>Estimated loss of gas production due to lost export due to marked product.</xsd:documentation>   10365                <xsd:documentation>Estimated loss of gas production due to lost export due to marked product.</xsd:documentation>
10517             </xsd:annotation>   10366             </xsd:annotation>
10518          </xsd:enumeration>   10367          </xsd:enumeration>
10519          <xsd:enumeration value="modification project">   10368          <xsd:enumeration value="modification project">
10520             <xsd:annotation>   10369             <xsd:annotation>
10521                <xsd:documentation>Estimated loss of production due to modification projects.</xsd:documentation>   10370                <xsd:documentation>Estimated loss of production due to modification projects.</xsd:documentation>
10522             </xsd:annotation>   10371             </xsd:annotation>
10523          </xsd:enumeration>   10372          </xsd:enumeration>
10524          <xsd:enumeration value="operation mistakes">   10373          <xsd:enumeration value="operation mistakes">
10525             <xsd:annotation>   10374             <xsd:annotation>
10526                <xsd:documentation>Estimated loss of production due to operation mistakes reference.</xsd:documentation>   10375                <xsd:documentation>Estimated loss of production due to operation mistakes reference.</xsd:documentation>
10527             </xsd:annotation>   10376             </xsd:annotation>
10528          </xsd:enumeration>   10377          </xsd:enumeration>
10529          <xsd:enumeration value="other">   10378          <xsd:enumeration value="other">
10530             <xsd:annotation>   10379             <xsd:annotation>
10531                <xsd:documentation>Estimated loss of production due to unspecified reasons.</xsd:documentation>   10380                <xsd:documentation>Estimated loss of production due to unspecified reasons.</xsd:documentation>
10532             </xsd:annotation>   10381             </xsd:annotation>
10533          </xsd:enumeration>   10382          </xsd:enumeration>
10534          <xsd:enumeration value="process and operation problem">   10383          <xsd:enumeration value="process and operation problem">
10535             <xsd:annotation>   10384             <xsd:annotation>
10536                <xsd:documentation>Estimated loss of production due to process and operation problems.</xsd:documentation>   10385                <xsd:documentation>Estimated loss of production due to process and operation problems.</xsd:documentation>
10537             </xsd:annotation>   10386             </xsd:annotation>
10538          </xsd:enumeration>   10387          </xsd:enumeration>
10539          <xsd:enumeration value="production">   10388          <xsd:enumeration value="production">
10540             <xsd:annotation>   10389             <xsd:annotation>
10541                <xsd:documentation>Estimated loss of production due to total loss of production.</xsd:documentation>   10390                <xsd:documentation>Estimated loss of production due to total loss of production.</xsd:documentation>
10542             </xsd:annotation>   10391             </xsd:annotation>
10543          </xsd:enumeration>   10392          </xsd:enumeration>
10544          <xsd:enumeration value="regulatory reference">   10393          <xsd:enumeration value="regulatory reference">
10545             <xsd:annotation>   10394             <xsd:annotation>
10546                <xsd:documentation>Estimated loss of production due to regulatory reference.</xsd:documentation>   10395                <xsd:documentation>Estimated loss of production due to regulatory reference.</xsd:documentation>
10547             </xsd:annotation>   10396             </xsd:annotation>
10548          </xsd:enumeration>   10397          </xsd:enumeration>
10549          <xsd:enumeration value="reservoir">   10398          <xsd:enumeration value="reservoir">
10550             <xsd:annotation>   10399             <xsd:annotation>
10551                <xsd:documentation>Estimated loss of production due to reservoir losses.</xsd:documentation>   10400                <xsd:documentation>Estimated loss of production due to reservoir losses.</xsd:documentation>
10552             </xsd:annotation>   10401             </xsd:annotation>
10553          </xsd:enumeration>   10402          </xsd:enumeration>
10554          <xsd:enumeration value="testing and logging">   10403          <xsd:enumeration value="testing and logging">
10555             <xsd:annotation>   10404             <xsd:annotation>
10556                <xsd:documentation>Estimated loss of production due to well testing and logging.</xsd:documentation>   10405                <xsd:documentation>Estimated loss of production due to well testing and logging.</xsd:documentation>
10557             </xsd:annotation>   10406             </xsd:annotation>
10558          </xsd:enumeration>   10407          </xsd:enumeration>
10559          <xsd:enumeration value="unavailable tanker storage">   10408          <xsd:enumeration value="unavailable tanker storage">
10560             <xsd:annotation>   10409             <xsd:annotation>
10561                <xsd:documentation>Estimated loss of production due to unavailable tanker storage.</xsd:documentation>   10410                <xsd:documentation>Estimated loss of production due to unavailable tanker storage.</xsd:documentation>
10562             </xsd:annotation>   10411             </xsd:annotation>
10563          </xsd:enumeration>   10412          </xsd:enumeration>
10564          <xsd:enumeration value="well equipment failure-maint">   10413          <xsd:enumeration value="well equipment failure-maint">
10565             <xsd:annotation>   10414             <xsd:annotation>
10566                <xsd:documentation>Estimated loss of production due to well equipment failure and maintenance.</xsd:documentation>   10415                <xsd:documentation>Estimated loss of production due to well equipment failure and maintenance.</xsd:documentation>
10567             </xsd:annotation>   10416             </xsd:annotation>
10568          </xsd:enumeration>   10417          </xsd:enumeration>
10569          <xsd:enumeration value="well planned operations">   10418          <xsd:enumeration value="well planned operations">
10570             <xsd:annotation>   10419             <xsd:annotation>
10571                <xsd:documentation>Estimated loss of production due to planned well operations.</xsd:documentation>   10420                <xsd:documentation>Estimated loss of production due to planned well operations.</xsd:documentation>
10572             </xsd:annotation>   10421             </xsd:annotation>
10573          </xsd:enumeration>   10422          </xsd:enumeration>
10574          <xsd:enumeration value="well preventive maint">   10423          <xsd:enumeration value="well preventive maint">
10575             <xsd:annotation>   10424             <xsd:annotation>
10576                <xsd:documentation>Estimated loss of production due to preventive maintenance on a well.</xsd:documentation>   10425                <xsd:documentation>Estimated loss of production due to preventive maintenance on a well.</xsd:documentation>
10577             </xsd:annotation>   10426             </xsd:annotation>
10578          </xsd:enumeration>   10427          </xsd:enumeration>
10579          <xsd:enumeration value="weather problem">   10428          <xsd:enumeration value="weather problem">
10580             <xsd:annotation>   10429             <xsd:annotation>
10581                <xsd:documentation>Estimated loss of production due to weather conditions.</xsd:documentation>   10430                <xsd:documentation>Estimated loss of production due to weather conditions.</xsd:documentation>
10582             </xsd:annotation>   10431             </xsd:annotation>
10583          </xsd:enumeration>   10432          </xsd:enumeration>
10584          <xsd:enumeration value="hse">   10433          <xsd:enumeration value="hse">
10585             <xsd:annotation>   10434             <xsd:annotation>
10586                <xsd:documentation>Estimated loss of production due to Safety or Emergency requirements.</xsd:documentation>   10435                <xsd:documentation>Estimated loss of production due to Safety or Emergency requirements.</xsd:documentation>
10587             </xsd:annotation>   10436             </xsd:annotation>
10588          </xsd:enumeration>   10437          </xsd:enumeration>
10589          <xsd:enumeration value="strike/lock-out">   10438          <xsd:enumeration value="strike/lock-out">
10590             <xsd:annotation>   10439             <xsd:annotation>
10591                <xsd:documentation>Estimated loss of production due to strike or lock-out.</xsd:documentation>   10440                <xsd:documentation>Estimated loss of production due to strike or lock-out.</xsd:documentation>
10592             </xsd:annotation>   10441             </xsd:annotation>
10593          </xsd:enumeration>   10442          </xsd:enumeration>
10594          <xsd:enumeration value="3rd party processing">   10443          <xsd:enumeration value="3rd party processing">
10595             <xsd:annotation>   10444             <xsd:annotation>
10596                <xsd:documentation>Estimated loss of production due to 3rd party processing.</xsd:documentation>   10445                <xsd:documentation>Estimated loss of production due to 3rd party processing.</xsd:documentation>
10597             </xsd:annotation>   10446             </xsd:annotation>
10598          </xsd:enumeration>   10447          </xsd:enumeration>
10599          <xsd:enumeration value="daily total loss of prod">   10448          <xsd:enumeration value="daily total loss of prod">
10600             <xsd:annotation>   10449             <xsd:annotation>
10601                <xsd:documentation>Estimated total loss of production.</xsd:documentation>   10450                <xsd:documentation>Estimated total loss of production.</xsd:documentation>
10602             </xsd:annotation>   10451             </xsd:annotation>
10603          </xsd:enumeration>   10452          </xsd:enumeration>
10604          <xsd:enumeration value="well problems">   10453          <xsd:enumeration value="well problems">
10605             <xsd:annotation>   10454             <xsd:annotation>
10606                <xsd:documentation>Estimated loss of production due well problems.</xsd:documentation>   10455                <xsd:documentation>Estimated loss of production due well problems.</xsd:documentation>
10607             </xsd:annotation>   10456             </xsd:annotation>
10608          </xsd:enumeration>   10457          </xsd:enumeration>
10609       </xsd:restriction>   10458       </xsd:restriction>
10610    </xsd:simpleType>   10459    </xsd:simpleType>
10611    <xsd:simpleType name="SafetyType">   10460    <xsd:simpleType name="SafetyType">
10612       <xsd:annotation>   10461       <xsd:annotation>
10613          <xsd:documentation>The type of safety issues for which a count can be defined.</xsd:documentation>   10462          <xsd:documentation>The type of safety issues for which a count can be defined.</xsd:documentation>
10614       </xsd:annotation>   10463       </xsd:annotation>
10615       <xsd:restriction base="witsml:abstractTypeEnum">   10464       <xsd:restriction base="witsml:abstractTypeEnum">
10616          <xsd:enumeration value="lost time incident">   10465          <xsd:enumeration value="lost time incident">
10617             <xsd:annotation>   10466             <xsd:annotation>
10618                <xsd:documentation>An incident resulted in an injured employee who required medical treatment and could not return to work the next day.</xsd:documentation>   10467                <xsd:documentation>An incident resulted in an injured employee who required medical treatment and could not return to work the next day.</xsd:documentation>
10619             </xsd:annotation>   10468             </xsd:annotation>
10620          </xsd:enumeration>   10469          </xsd:enumeration>
10621          <xsd:enumeration value="lost time accident">   10470          <xsd:enumeration value="lost time accident">
10622             <xsd:annotation>   10471             <xsd:annotation>
10623                <xsd:documentation>An accident resulting in lost time from work .</xsd:documentation>   10472                <xsd:documentation>An accident resulting in lost time from work .</xsd:documentation>
10624             </xsd:annotation>   10473             </xsd:annotation>
10625          </xsd:enumeration>   10474          </xsd:enumeration>
10626          <xsd:enumeration value="severe accident">   10475          <xsd:enumeration value="severe accident">
10627             <xsd:annotation>   10476             <xsd:annotation>
10628                <xsd:documentation>A type of accident that may challenge safety systems at a level much higher than expected..</xsd:documentation>   10477                <xsd:documentation>A type of accident that may challenge safety systems at a level much higher than expected..</xsd:documentation>
10629             </xsd:annotation>   10478             </xsd:annotation>
10630          </xsd:enumeration>   10479          </xsd:enumeration>
10631          <xsd:enumeration value="sick on board">   10480          <xsd:enumeration value="sick on board">
10632             <xsd:annotation>   10481             <xsd:annotation>
10633                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>   10482                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
10634             </xsd:annotation>   10483             </xsd:annotation>
10635          </xsd:enumeration>   10484          </xsd:enumeration>
10636          <xsd:enumeration value="sent ashore">   10485          <xsd:enumeration value="sent ashore">
10637             <xsd:annotation>   10486             <xsd:annotation>
10638                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>   10487                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
10639             </xsd:annotation>   10488             </xsd:annotation>
10640          </xsd:enumeration>   10489          </xsd:enumeration>
10641          <xsd:enumeration value="restricted work">   10490          <xsd:enumeration value="restricted work">
10642             <xsd:annotation>   10491             <xsd:annotation>
10643                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>   10492                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
10644             </xsd:annotation>   10493             </xsd:annotation>
10645          </xsd:enumeration>   10494          </xsd:enumeration>
10646          <xsd:enumeration value="first aid">   10495          <xsd:enumeration value="first aid">
10647             <xsd:annotation>   10496             <xsd:annotation>
10648                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>   10497                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
10649             </xsd:annotation>   10498             </xsd:annotation>
10650          </xsd:enumeration>   10499          </xsd:enumeration>
10651          <xsd:enumeration value="released to air">   10500          <xsd:enumeration value="released to air">
10652             <xsd:annotation>   10501             <xsd:annotation>
10653                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>   10502                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
10654             </xsd:annotation>   10503             </xsd:annotation>
10655          </xsd:enumeration>   10504          </xsd:enumeration>
10656          <xsd:enumeration value="released to water">   10505          <xsd:enumeration value="released to water">
10657             <xsd:annotation>   10506             <xsd:annotation>
10658                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>   10507                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
10659             </xsd:annotation>   10508             </xsd:annotation>
10660          </xsd:enumeration>   10509          </xsd:enumeration>
10661          <xsd:enumeration value="near miss">   10510          <xsd:enumeration value="near miss">
10662             <xsd:annotation>   10511             <xsd:annotation>
10663                <xsd:documentation>An incident which, under different circumstances, could have caused injury, illness and/or major damage to/loss of assets, or harm to the   10512                <xsd:documentation>An incident which, under different circumstances, could have caused injury, illness and/or major damage to/loss of assets, or harm to the
10664                environment or to a third party.</xsd:documentation>   10513                environment or to a third party.</xsd:documentation>
10665             </xsd:annotation>   10514             </xsd:annotation>
10666          </xsd:enumeration>   10515          </xsd:enumeration>
10667          <xsd:enumeration value="fire">   10516          <xsd:enumeration value="fire">
10668             <xsd:annotation>   10517             <xsd:annotation>
10669                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>   10518                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
10670             </xsd:annotation>   10519             </xsd:annotation>
10671          </xsd:enumeration>   10520          </xsd:enumeration>
10672          <xsd:enumeration value="hazard report card">   10521          <xsd:enumeration value="hazard report card">
10673             <xsd:annotation>   10522             <xsd:annotation>
10674                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>   10523                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
10675             </xsd:annotation>   10524             </xsd:annotation>
10676          </xsd:enumeration>   10525          </xsd:enumeration>
10677          <xsd:enumeration value="safety meeting">   10526          <xsd:enumeration value="safety meeting">
10678             <xsd:annotation>   10527             <xsd:annotation>
10679                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>   10528                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
10680             </xsd:annotation>   10529             </xsd:annotation>
10681          </xsd:enumeration>   10530          </xsd:enumeration>
10682          <xsd:enumeration value="permit with SJA">   10531          <xsd:enumeration value="permit with SJA">
10683             <xsd:annotation>   10532             <xsd:annotation>
10684                <xsd:documentation>Safe Job Analysis.</xsd:documentation>   10533                <xsd:documentation>Safe Job Analysis.</xsd:documentation>
10685             </xsd:annotation>   10534             </xsd:annotation>
10686          </xsd:enumeration>   10535          </xsd:enumeration>
10687          <xsd:enumeration value="total permits">   10536          <xsd:enumeration value="total permits">
10688             <xsd:annotation>   10537             <xsd:annotation>
10689                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>   10538                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
10690             </xsd:annotation>   10539             </xsd:annotation>
10691          </xsd:enumeration>   10540          </xsd:enumeration>
10692          <xsd:enumeration value="drill or exercise">   10541          <xsd:enumeration value="drill or exercise">
10693             <xsd:annotation>   10542             <xsd:annotation>
10694                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>   10543                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
10695             </xsd:annotation>   10544             </xsd:annotation>
10696          </xsd:enumeration>   10545          </xsd:enumeration>
10697          <xsd:enumeration value="spill or leak">   10546          <xsd:enumeration value="spill or leak">
10698             <xsd:annotation>   10547             <xsd:annotation>
10699                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>   10548                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
10700             </xsd:annotation>   10549             </xsd:annotation>
10701          </xsd:enumeration>   10550          </xsd:enumeration>
10702          <xsd:enumeration value="job observation">   10551          <xsd:enumeration value="job observation">
10703             <xsd:annotation>   10552             <xsd:annotation>
10704                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>   10553                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
10705             </xsd:annotation>   10554             </xsd:annotation>
10706          </xsd:enumeration>   10555          </xsd:enumeration>
10707          <xsd:enumeration value="year-to-date incidents">   10556          <xsd:enumeration value="year-to-date incidents">
10708             <xsd:annotation>   10557             <xsd:annotation>
10709                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>   10558                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
10710             </xsd:annotation>   10559             </xsd:annotation>
10711          </xsd:enumeration>   10560          </xsd:enumeration>
10712          <xsd:enumeration value="miscellaneous">   10561          <xsd:enumeration value="miscellaneous">
10713             <xsd:annotation>   10562             <xsd:annotation>
10714                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>   10563                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
10715             </xsd:annotation>   10564             </xsd:annotation>
10716          </xsd:enumeration>   10565          </xsd:enumeration>
10717          <xsd:enumeration value="traffic accident">   10566          <xsd:enumeration value="traffic accident">
10718             <xsd:annotation>   10567             <xsd:annotation>
10719                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>   10568                <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
10720             </xsd:annotation>   10569             </xsd:annotation>
10721          </xsd:enumeration>   10570          </xsd:enumeration>
10722       </xsd:restriction>   10571       </xsd:restriction>
10723    </xsd:simpleType>   10572    </xsd:simpleType>
10724    <xsd:simpleType name="VolumeReferenceKind">   10573    <xsd:simpleType name="VolumeReferenceKind">
10725       <xsd:restriction base="witsml:abstractTypeEnum">   10574       <xsd:restriction base="witsml:abstractTypeEnum">
10726          <xsd:enumeration value="initial reservoir" />   10575          <xsd:enumeration value="initial reservoir" />
10727          <xsd:enumeration value="saturation-measured" />   10576          <xsd:enumeration value="saturation-measured" />
10728          <xsd:enumeration value="saturation-calculated" />   10577          <xsd:enumeration value="saturation-calculated" />
10729          <xsd:enumeration value="stock tank" />   10578          <xsd:enumeration value="stock tank" />
10730          <xsd:enumeration value="current separator stage" />   10579          <xsd:enumeration value="current separator stage" />
10731          <xsd:enumeration value="separator stage 1" />   10580          <xsd:enumeration value="separator stage 1" />
10732          <xsd:enumeration value="separator stage 2" />   10581          <xsd:enumeration value="separator stage 2" />
10733          <xsd:enumeration value="separator stage 3" />   10582          <xsd:enumeration value="separator stage 3" />
10734          <xsd:enumeration value="separator stage 4" />   10583          <xsd:enumeration value="separator stage 4" />
10735          <xsd:enumeration value="separator stage 5" />   10584          <xsd:enumeration value="separator stage 5" />
10736          <xsd:enumeration value="separator stage 6" />   10585          <xsd:enumeration value="separator stage 6" />
10737          <xsd:enumeration value="separator stage 7" />   10586          <xsd:enumeration value="separator stage 7" />
10738          <xsd:enumeration value="separator stage 8" />   10587          <xsd:enumeration value="separator stage 8" />
10739          <xsd:enumeration value="separator stage 9" />   10588          <xsd:enumeration value="separator stage 9" />
10740          <xsd:enumeration value="separator stage 10" />   10589          <xsd:enumeration value="separator stage 10" />
10741          <xsd:enumeration value="separator stage 11" />   10590          <xsd:enumeration value="separator stage 11" />
10742          <xsd:enumeration value="separator stage 12" />   10591          <xsd:enumeration value="separator stage 12" />
10743          <xsd:enumeration value="separator stage 13" />   10592          <xsd:enumeration value="separator stage 13" />
10744          <xsd:enumeration value="separator stage 14" />   10593          <xsd:enumeration value="separator stage 14" />
10745          <xsd:enumeration value="separator stage 15" />   10594          <xsd:enumeration value="separator stage 15" />
10746          <xsd:enumeration value="separator stage 16" />   10595          <xsd:enumeration value="separator stage 16" />
10747          <xsd:enumeration value="separator stage 17" />   10596          <xsd:enumeration value="separator stage 17" />
10748          <xsd:enumeration value="separator stage 18" />   10597          <xsd:enumeration value="separator stage 18" />
10749          <xsd:enumeration value="separator stage 19" />   10598          <xsd:enumeration value="separator stage 19" />
10750          <xsd:enumeration value="separator stage 20" />   10599          <xsd:enumeration value="separator stage 20" />
10751          <xsd:enumeration value="separator stage 21" />   10600          <xsd:enumeration value="separator stage 21" />
10752          <xsd:enumeration value="separator stage 22" />   10601          <xsd:enumeration value="separator stage 22" />
10753          <xsd:enumeration value="separator stage 23" />   10602          <xsd:enumeration value="separator stage 23" />
10754          <xsd:enumeration value="separator stage 24" />   10603          <xsd:enumeration value="separator stage 24" />
10755          <xsd:enumeration value="separator stage 25" />   10604          <xsd:enumeration value="separator stage 25" />
10756          <xsd:enumeration value="separator stage 26" />   10605          <xsd:enumeration value="separator stage 26" />
10757          <xsd:enumeration value="separator stage 27" />   10606          <xsd:enumeration value="separator stage 27" />
10758          <xsd:enumeration value="separator stage 28" />   10607          <xsd:enumeration value="separator stage 28" />
10759          <xsd:enumeration value="separator stage 29" />   10608          <xsd:enumeration value="separator stage 29" />
10760          <xsd:enumeration value="separator stage 30" />   10609          <xsd:enumeration value="separator stage 30" />
10761       </xsd:restriction>   10610       </xsd:restriction>
10762    </xsd:simpleType>   10611    </xsd:simpleType>
10763    <xsd:simpleType name="DataQuality">   10612    <xsd:simpleType name="DataQuality">
10764       <xsd:restriction base="witsml:abstractTypeEnum">   10613       <xsd:restriction base="witsml:abstractTypeEnum">
10765          <xsd:enumeration value="best" />   10614          <xsd:enumeration value="best" />
10766          <xsd:enumeration value="good" />   10615          <xsd:enumeration value="good" />
10767          <xsd:enumeration value="fair" />   10616          <xsd:enumeration value="fair" />
10768          <xsd:enumeration value="poor" />   10617          <xsd:enumeration value="poor" />
10769          <xsd:enumeration value="invalid" />   10618          <xsd:enumeration value="invalid" />
10770          <xsd:enumeration value="unknown" />   10619          <xsd:enumeration value="unknown" />
10771       </xsd:restriction>   10620       </xsd:restriction>
10772    </xsd:simpleType>   10621    </xsd:simpleType>
10773    <xsd:simpleType name="FluidAnalysisKind">   10622    <xsd:simpleType name="FluidAnalysisKind">
10774       <xsd:restriction base="witsml:abstractTypeEnum">   10623       <xsd:restriction base="witsml:abstractTypeEnum">
10775          <xsd:enumeration value="qc" />   10624          <xsd:enumeration value="qc" />
10776          <xsd:enumeration value="calc" />   10625          <xsd:enumeration value="calc" />
10777          <xsd:enumeration value="bus" />   10626          <xsd:enumeration value="bus" />
10778          <xsd:enumeration value="unknown" />   10627          <xsd:enumeration value="unknown" />
10779       </xsd:restriction>   10628       </xsd:restriction>
10780    </xsd:simpleType>   10629    </xsd:simpleType>
10781    <xsd:simpleType name="FluidComponent">   10630    <xsd:simpleType name="FluidComponent">
10782       <xsd:annotation>   10631       <xsd:annotation>
10783          <xsd:documentation>================================================================================================= THESE NEED TO BE RECONCILED WITH THE ReportingProduct   10632          <xsd:documentation>================================================================================================= THESE NEED TO BE RECONCILED WITH THE ReportingProduct
10784          LIST. =================================================================================================</xsd:documentation>   10633          LIST. =================================================================================================</xsd:documentation>
10785       </xsd:annotation>   10634       </xsd:annotation>
10786       <xsd:restriction base="witsml:abstractTypeEnum">   10635       <xsd:restriction base="witsml:abstractTypeEnum">
10787          <xsd:enumeration value="H2" />   10636          <xsd:enumeration value="H2" />
10788          <xsd:enumeration value="H2O" />   10637          <xsd:enumeration value="H2O" />
10789          <xsd:enumeration value="N2" />   10638          <xsd:enumeration value="N2" />
10790          <xsd:enumeration value="O2" />   10639          <xsd:enumeration value="O2" />
10791          <xsd:enumeration value="H2S" />   10640          <xsd:enumeration value="H2S" />
10792          <xsd:enumeration value="Ar" />   10641          <xsd:enumeration value="Ar" />
10793          <xsd:enumeration value="CO2" />   10642          <xsd:enumeration value="CO2" />
10794          <xsd:enumeration value="methane" />   10643          <xsd:enumeration value="methane" />
10795          <xsd:enumeration value="ethane" />   10644          <xsd:enumeration value="ethane" />
10796          <xsd:enumeration value="propane" />   10645          <xsd:enumeration value="propane" />
10797          <xsd:enumeration value="2m propane" />   10646          <xsd:enumeration value="2m propane" />
10798          <xsd:enumeration value="butane" />   10647          <xsd:enumeration value="butane" />
10799          <xsd:enumeration value="cyclopentane" />   10648          <xsd:enumeration value="cyclopentane" />
10800          <xsd:enumeration value="2m butane" />   10649          <xsd:enumeration value="2m butane" />
10801          <xsd:enumeration value="pentane" />   10650          <xsd:enumeration value="pentane" />
10802          <xsd:enumeration value="22dm propane" />   10651          <xsd:enumeration value="22dm propane" />
10803          <xsd:enumeration value="benzene" />   10652          <xsd:enumeration value="benzene" />
10804          <xsd:enumeration value="cyclohexane" />   10653          <xsd:enumeration value="cyclohexane" />
10805          <xsd:enumeration value="mcy pentane" />   10654          <xsd:enumeration value="mcy pentane" />
10806          <xsd:enumeration value="hexane" />   10655          <xsd:enumeration value="hexane" />
10807          <xsd:enumeration value="22dm butane" />   10656          <xsd:enumeration value="22dm butane" />
10808          <xsd:enumeration value="23dm butane" />   10657          <xsd:enumeration value="23dm butane" />
10809          <xsd:enumeration value="2m pentane" />   10658          <xsd:enumeration value="2m pentane" />
10810          <xsd:enumeration value="3m pentane" />   10659          <xsd:enumeration value="3m pentane" />
10811          <xsd:enumeration value="m benzene" />   10660          <xsd:enumeration value="m benzene" />
10812          <xsd:enumeration value="mcy hexane" />   10661          <xsd:enumeration value="mcy hexane" />
10813          <xsd:enumeration value="11dmcy pentane" />   10662          <xsd:enumeration value="11dmcy pentane" />
10814          <xsd:enumeration value="c13dmcy pentane" />   10663          <xsd:enumeration value="c13dmcy pentane" />
10815          <xsd:enumeration value="t12dmcy pentane" />   10664          <xsd:enumeration value="t12dmcy pentane" />
10816          <xsd:enumeration value="t13dmcy pentane" />   10665          <xsd:enumeration value="t13dmcy pentane" />
10817          <xsd:enumeration value="etcy pentane" />   10666          <xsd:enumeration value="etcy pentane" />
10818          <xsd:enumeration value="22dm pentane" />   10667          <xsd:enumeration value="22dm pentane" />
10819          <xsd:enumeration value="223tm butane" />   10668          <xsd:enumeration value="223tm butane" />
10820          <xsd:enumeration value="24dm pentane" />   10669          <xsd:enumeration value="24dm pentane" />
10821          <xsd:enumeration value="2m hexane" />   10670          <xsd:enumeration value="2m hexane" />
10822          <xsd:enumeration value="33dm pentane" />   10671          <xsd:enumeration value="33dm pentane" />
10823          <xsd:enumeration value="23dm pentane" />   10672          <xsd:enumeration value="23dm pentane" />
10824          <xsd:enumeration value="3et pentane" />   10673          <xsd:enumeration value="3et pentane" />
10825          <xsd:enumeration value="3m hexane" />   10674          <xsd:enumeration value="3m hexane" />
10826          <xsd:enumeration value="12dm benzene" />   10675          <xsd:enumeration value="12dm benzene" />
10827          <xsd:enumeration value="13dm benzene" />   10676          <xsd:enumeration value="13dm benzene" />
10828          <xsd:enumeration value="14dm benzene" />   10677          <xsd:enumeration value="14dm benzene" />
10829          <xsd:enumeration value="et benzene" />   10678          <xsd:enumeration value="et benzene" />
10830          <xsd:enumeration value="223tm pentane" />   10679          <xsd:enumeration value="223tm pentane" />
10831          <xsd:enumeration value="22dm hexane" />   10680          <xsd:enumeration value="22dm hexane" />
10832          <xsd:enumeration value="24dm hexane" />   10681          <xsd:enumeration value="24dm hexane" />
10833          <xsd:enumeration value="25dm hexane" />   10682          <xsd:enumeration value="25dm hexane" />
10834          <xsd:enumeration value="124tm benzene" />   10683          <xsd:enumeration value="124tm benzene" />
10835          <xsd:enumeration value="hexanes" />   10684          <xsd:enumeration value="hexanes" />
10836          <xsd:enumeration value="heptanes" />   10685          <xsd:enumeration value="heptanes" />
10837          <xsd:enumeration value="octanes" />   10686          <xsd:enumeration value="octanes" />
10838          <xsd:enumeration value="nonanes" />   10687          <xsd:enumeration value="nonanes" />
10839          <xsd:enumeration value="decanes" />   10688          <xsd:enumeration value="decanes" />
10840          <xsd:enumeration value="C11F" />   10689          <xsd:enumeration value="C11F" />
10841          <xsd:enumeration value="C12F" />   10690          <xsd:enumeration value="C12F" />
10842          <xsd:enumeration value="C13F" />   10691          <xsd:enumeration value="C13F" />
10843          <xsd:enumeration value="C14F" />   10692          <xsd:enumeration value="C14F" />
10844          <xsd:enumeration value="C15F" />   10693          <xsd:enumeration value="C15F" />
10845          <xsd:enumeration value="C16F" />   10694          <xsd:enumeration value="C16F" />
10846          <xsd:enumeration value="C17F" />   10695          <xsd:enumeration value="C17F" />
10847          <xsd:enumeration value="C18F" />   10696          <xsd:enumeration value="C18F" />
10848          <xsd:enumeration value="C19F" />   10697          <xsd:enumeration value="C19F" />
10849          <xsd:enumeration value="C20F" />   10698          <xsd:enumeration value="C20F" />
10850          <xsd:enumeration value="C21F" />   10699          <xsd:enumeration value="C21F" />
10851          <xsd:enumeration value="C22F" />   10700          <xsd:enumeration value="C22F" />
10852          <xsd:enumeration value="C23F" />   10701          <xsd:enumeration value="C23F" />
10853          <xsd:enumeration value="C24F" />   10702          <xsd:enumeration value="C24F" />
10854          <xsd:enumeration value="C25F" />   10703          <xsd:enumeration value="C25F" />
10855          <xsd:enumeration value="C26F" />   10704          <xsd:enumeration value="C26F" />
10856          <xsd:enumeration value="C27F" />   10705          <xsd:enumeration value="C27F" />
10857          <xsd:enumeration value="C28F" />   10706          <xsd:enumeration value="C28F" />
10858          <xsd:enumeration value="C29F" />   10707          <xsd:enumeration value="C29F" />
10859          <xsd:enumeration value="C30F" />   10708          <xsd:enumeration value="C30F" />
10860          <xsd:enumeration value="C31F" />   10709          <xsd:enumeration value="C31F" />
10861          <xsd:enumeration value="C32F" />   10710          <xsd:enumeration value="C32F" />
10862          <xsd:enumeration value="C33F" />   10711          <xsd:enumeration value="C33F" />
10863          <xsd:enumeration value="C34F" />   10712          <xsd:enumeration value="C34F" />
10864          <xsd:enumeration value="C35F" />   10713          <xsd:enumeration value="C35F" />
10865          <xsd:enumeration value="C36F" />   10714          <xsd:enumeration value="C36F" />
10866          <xsd:enumeration value="C37F" />   10715          <xsd:enumeration value="C37F" />
10867          <xsd:enumeration value="C38F" />   10716          <xsd:enumeration value="C38F" />
10868          <xsd:enumeration value="C39F" />   10717          <xsd:enumeration value="C39F" />
10869          <xsd:enumeration value="C40F" />   10718          <xsd:enumeration value="C40F" />
10870          <xsd:enumeration value="C41F" />   10719          <xsd:enumeration value="C41F" />
10871          <xsd:enumeration value="C42F" />   10720          <xsd:enumeration value="C42F" />
10872          <xsd:enumeration value="C43F" />   10721          <xsd:enumeration value="C43F" />
10873          <xsd:enumeration value="C44F" />   10722          <xsd:enumeration value="C44F" />
10874          <xsd:enumeration value="C45F" />   10723          <xsd:enumeration value="C45F" />
10875          <xsd:enumeration value="C46F" />   10724          <xsd:enumeration value="C46F" />
10876          <xsd:enumeration value="C47F" />   10725          <xsd:enumeration value="C47F" />
10877          <xsd:enumeration value="C48F" />   10726          <xsd:enumeration value="C48F" />
10878          <xsd:enumeration value="C49F" />   10727          <xsd:enumeration value="C49F" />
10879       </xsd:restriction>   10728       </xsd:restriction>
10880    </xsd:simpleType>   10729    </xsd:simpleType>
10881    <xsd:simpleType name="FluidSampleTestAcquisition">   10730    <xsd:simpleType name="FluidSampleTestAcquisition">
10882       <xsd:restriction base="witsml:abstractTypeEnum">   10731       <xsd:restriction base="witsml:abstractTypeEnum">
10883          <xsd:enumeration value="drill stem test" />   10732          <xsd:enumeration value="drill stem test" />
10884          <xsd:enumeration value="repeat formation tester" />   10733          <xsd:enumeration value="repeat formation tester" />
10885       </xsd:restriction>   10734       </xsd:restriction>
10886    </xsd:simpleType>   10735    </xsd:simpleType>
10887    <xsd:simpleType name="FluidComponentKind">   10736    <xsd:simpleType name="FluidComponentKind">
10888       <xsd:restriction base="witsml:abstractTypeEnum">   10737       <xsd:restriction base="witsml:abstractTypeEnum">
10889          <xsd:enumeration value="pure" />   10738          <xsd:enumeration value="pure" />
10890          <xsd:enumeration value="frac" />   10739          <xsd:enumeration value="frac" />
10891          <xsd:enumeration value="plus" />   10740          <xsd:enumeration value="plus" />
10892          <xsd:enumeration value="split" />   10741          <xsd:enumeration value="split" />
10893       </xsd:restriction>   10742       </xsd:restriction>
10894    </xsd:simpleType>   10743    </xsd:simpleType>
10895    <!--UNUSED: Deleted type FluidContaminant.-->   10744    <!--UNUSED: Deleted type FluidContaminant.-->
10896    <xsd:simpleType name="FluidSampleKind">   10745    <xsd:simpleType name="FluidSampleKind">
10897       <xsd:restriction base="witsml:abstractTypeEnum">   10746       <xsd:restriction base="witsml:abstractTypeEnum">
10898          <xsd:enumeration value="bottom hole" />   10747          <xsd:enumeration value="bottom hole" />
10899          <xsd:enumeration value="wellhead" />   10748          <xsd:enumeration value="wellhead" />
10900          <xsd:enumeration value="DST" />   10749          <xsd:enumeration value="DST" />
10901          <xsd:enumeration value="formation tester" />   10750          <xsd:enumeration value="formation tester" />
10902          <xsd:enumeration value="RFT or MDT" />   10751          <xsd:enumeration value="RFT or MDT" />
10903          <xsd:enumeration value="recombined" />   10752          <xsd:enumeration value="recombined" />
10904          <xsd:enumeration value="separator gas" />   10753          <xsd:enumeration value="separator gas" />
10905          <xsd:enumeration value="separator oil" />   10754          <xsd:enumeration value="separator oil" />
10906          <xsd:enumeration value="separator water" />   10755          <xsd:enumeration value="separator water" />
10907          <xsd:enumeration value="synthetic" />   10756          <xsd:enumeration value="synthetic" />
10908          <xsd:enumeration value="unknown" />   10757          <xsd:enumeration value="unknown" />
10909       </xsd:restriction>   10758       </xsd:restriction>
10910    </xsd:simpleType>   10759    </xsd:simpleType>
10911    <xsd:simpleType name="ReservoirFluidKind">   10760    <xsd:simpleType name="ReservoirFluidKind">
10912       <xsd:restriction base="witsml:abstractTypeEnum">   10761       <xsd:restriction base="witsml:abstractTypeEnum">
10913          <xsd:enumeration value="black oil" />   10762          <xsd:enumeration value="black oil" />
10914          <xsd:enumeration value="volatile oil" />   10763          <xsd:enumeration value="volatile oil" />
10915          <xsd:enumeration value="critical or near critical" />   10764          <xsd:enumeration value="critical or near critical" />
10916          <xsd:enumeration value="wet gas or condensate" />   10765          <xsd:enumeration value="wet gas or condensate" />
10917          <xsd:enumeration value="dry gas" />   10766          <xsd:enumeration value="dry gas" />
10918       </xsd:restriction>   10767       </xsd:restriction>
10919    </xsd:simpleType>   10768    </xsd:simpleType>
10920    <xsd:simpleType name="EosModelKind">   10769    <xsd:simpleType name="EosModelKind">
10921       <xsd:restriction base="witsml:abstractTypeEnum">   10770       <xsd:restriction base="witsml:abstractTypeEnum">
10922          <xsd:enumeration value="bwrs" />   10771          <xsd:enumeration value="bwrs" />
10923          <xsd:enumeration value="cubeos" />   10772          <xsd:enumeration value="cubeos" />
10924          <xsd:enumeration value="pr" />   10773          <xsd:enumeration value="pr" />
10925          <xsd:enumeration value="prvt" />   10774          <xsd:enumeration value="prvt" />
10926          <xsd:enumeration value="srk" />   10775          <xsd:enumeration value="srk" />
10927          <xsd:enumeration value="srkvt" />   10776          <xsd:enumeration value="srkvt" />
10928       </xsd:restriction>   10777       </xsd:restriction>
10929    </xsd:simpleType>   10778    </xsd:simpleType>
10930    <xsd:complexType name="generalMeasureType">   10779    <xsd:complexType name="generalMeasureType">
10931       <xsd:simpleContent>   10780       <xsd:simpleContent>
10932          <xsd:extension base="witsml:abstractMeasure">   10781          <xsd:extension base="witsml:abstractMeasure">
10933             <xsd:attribute name="uom" type="witsml:uomString" use="optional" />   10782             <xsd:attribute name="uom" type="witsml:uomString" use="optional" />
10934          </xsd:extension>   10783          </xsd:extension>
10935       </xsd:simpleContent>   10784       </xsd:simpleContent>
10936    </xsd:complexType>   10785    </xsd:complexType>
10937    <xsd:complexType name="temperatureSlopeMeasure">   10786    <xsd:complexType name="temperatureSlopeMeasure">
10938       <xsd:simpleContent>   10787       <xsd:simpleContent>
10939          <xsd:extension base="witsml:abstractMeasure">   10788          <xsd:extension base="witsml:abstractMeasure">
10940             <xsd:attribute name="uom" type="witsml:uomString" use="optional" />   10789             <xsd:attribute name="uom" type="witsml:uomString" use="optional" />
10941          </xsd:extension>   10790          </xsd:extension>
10942       </xsd:simpleContent>   10791       </xsd:simpleContent>
10943    </xsd:complexType>   10792    </xsd:complexType>
10944    <xsd:complexType name="typeOptionalClassString">   10793    <xsd:complexType name="typeOptionalClassString">
10945       <xsd:annotation>   10794       <xsd:annotation>
10946          <xsd:documentation>A type with a classType attribute. This allows a user to give a classification of something, and to specify the type of classification that it is.   10795          <xsd:documentation>A type with a classType attribute. This allows a user to give a classification of something, and to specify the type of classification that it is.
10947          There is no control over the class values, or the class types.</xsd:documentation>   10796          There is no control over the class values, or the class types.</xsd:documentation>
10948       </xsd:annotation>   10797       </xsd:annotation>
10949       <xsd:simpleContent>   10798       <xsd:simpleContent>
10950          <xsd:extension base="witsml:abstractNameString">   10799          <xsd:extension base="witsml:abstractNameString">
10951             <xsd:attribute name="classType" type="witsml:kindString" use="optional">   10800             <xsd:attribute name="classType" type="witsml:kindString" use="optional">
10952                <xsd:annotation>   10801                <xsd:annotation>
10953                   <xsd:documentation>This identifies the classification system to which the class belongs.</xsd:documentation>   10802                   <xsd:documentation>This identifies the classification system to which the class belongs.</xsd:documentation>
10954                </xsd:annotation>   10803                </xsd:annotation>
10955             </xsd:attribute>   10804             </xsd:attribute>
10956          </xsd:extension>   10805          </xsd:extension>
10957       </xsd:simpleContent>   10806       </xsd:simpleContent>
10958    </xsd:complexType>   10807    </xsd:complexType>
10959    <xsd:complexType name="endpointQualifiedDateTime">   10808    <xsd:complexType name="endpointQualifiedDateTime">
10960       <xsd:annotation>   10809       <xsd:annotation>
10961          <xsd:documentation>A timestamp value used for min/max query parameters related to "growing objects". The meaning of the endpoint of an interval can be modified by the   10810          <xsd:documentation>A timestamp value used for min/max query parameters related to "growing objects". The meaning of the endpoint of an interval can be modified by the
10962          endpoint attribute.</xsd:documentation>   10811          endpoint attribute.</xsd:documentation>
10963       </xsd:annotation>   10812       </xsd:annotation>
10964       <xsd:simpleContent>   10813       <xsd:simpleContent>
10965          <xsd:extension base="witsml:abstractDateTime">   10814          <xsd:extension base="witsml:abstractDateTime">
10966             <xsd:attribute name="endpoint" type="witsml:EndpointQualifier" use="optional">   10815             <xsd:attribute name="endpoint" type="witsml:EndpointQualifier" use="optional">
10967                <xsd:annotation>   10816                <xsd:annotation>
10968                   <xsd:documentation>The default is "inclusive".</xsd:documentation>   10817                   <xsd:documentation>The default is "inclusive".</xsd:documentation>
10969                </xsd:annotation>   10818                </xsd:annotation>
10970             </xsd:attribute>   10819             </xsd:attribute>
10971          </xsd:extension>   10820          </xsd:extension>
10972       </xsd:simpleContent>   10821       </xsd:simpleContent>
10973    </xsd:complexType>   10822    </xsd:complexType>
10974    <xsd:complexType name="endpointQualifiedDate">   10823    <xsd:complexType name="endpointQualifiedDate">
10975       <xsd:annotation>   10824       <xsd:annotation>
10976          <xsd:documentation>A date value used for min/max query parameters related to "growing objects". The meaning of the endpoint of an interval can be modified by the endpoint   10825          <xsd:documentation>A date value used for min/max query parameters related to "growing objects". The meaning of the endpoint of an interval can be modified by the endpoint
10977          attribute.</xsd:documentation>   10826          attribute.</xsd:documentation>
10978       </xsd:annotation>   10827       </xsd:annotation>
10979       <xsd:simpleContent>   10828       <xsd:simpleContent>
10980          <xsd:extension base="witsml:abstractDate">   10829          <xsd:extension base="witsml:abstractDate">
10981             <xsd:attribute name="endpoint" type="witsml:EndpointQualifier" use="optional">   10830             <xsd:attribute name="endpoint" type="witsml:EndpointQualifier" use="optional">
10982                <xsd:annotation>   10831                <xsd:annotation>
10983                   <xsd:documentation>The default is "inclusive".</xsd:documentation>   10832                   <xsd:documentation>The default is "inclusive".</xsd:documentation>
10984                </xsd:annotation>   10833                </xsd:annotation>
10985             </xsd:attribute>   10834             </xsd:attribute>
10986          </xsd:extension>   10835          </xsd:extension>
10987       </xsd:simpleContent>   10836       </xsd:simpleContent>
10988    </xsd:complexType>   10837    </xsd:complexType>
10989    <xsd:complexType name="emailQualifierStruct">   10838    <xsd:complexType name="emailQualifierStruct">
10990       <xsd:annotation>   10839       <xsd:annotation>
10991          <xsd:documentation>An email address with an attribute, used to "qualify" an email as personal, work, or permanent.</xsd:documentation>   10840          <xsd:documentation>An email address with an attribute, used to "qualify" an email as personal, work, or permanent.</xsd:documentation>
10992       </xsd:annotation>   10841       </xsd:annotation>
10993       <xsd:simpleContent>   10842       <xsd:simpleContent>
10994          <xsd:extension base="witsml:abstractTypeEnum">   10843          <xsd:extension base="witsml:abstractTypeEnum">
10995             <xsd:attribute name="qualifier" type="witsml:AddressQualifier" use="optional" />   10844             <xsd:attribute name="qualifier" type="witsml:AddressQualifier" use="optional" />
10996          </xsd:extension>   10845          </xsd:extension>
10997       </xsd:simpleContent>   10846       </xsd:simpleContent>
10998    </xsd:complexType>   10847    </xsd:complexType>
10999    <xsd:complexType name="facilityIdentifierStruct">   10848    <xsd:complexType name="facilityIdentifierStruct">
11000       <xsd:annotation>   10849       <xsd:annotation>
11001          <xsd:documentation>Identifies a facility.</xsd:documentation>   10850          <xsd:documentation>Identifies a facility.</xsd:documentation>
11002       </xsd:annotation>   10851       </xsd:annotation>
11003       <xsd:simpleContent>   10852       <xsd:simpleContent>
11004          <xsd:extension base="witsml:abstractNameString">   10853          <xsd:extension base="witsml:abstractNameString">
11005             <xsd:attribute name="kind" type="witsml:ReportingFacility" use="optional">   10854             <xsd:attribute name="kind" type="witsml:ReportingFacility" use="optional">
11006                <xsd:annotation>   10855                <xsd:annotation>
11007                   <xsd:documentation>The kind of facility.</xsd:documentation>   10856                   <xsd:documentation>The kind of facility.</xsd:documentation>
11008                </xsd:annotation>   10857                </xsd:annotation>
11009             </xsd:attribute>   10858             </xsd:attribute>
11010             <xsd:attribute name="namingSystem" type="witsml:nameString" use="optional">   10859             <xsd:attribute name="namingSystem" type="witsml:nameString" use="optional">
11011                <xsd:annotation>   10860                <xsd:annotation>
11012                   <xsd:documentation>The naming system within which the name is unique. For example, API or NPD.</xsd:documentation>   10861                   <xsd:documentation>The naming system within which the name is unique. For example, API or NPD.</xsd:documentation>
11013                </xsd:annotation>   10862                </xsd:annotation>
11014             </xsd:attribute>   10863             </xsd:attribute>
11015             <xsd:attribute name="uidRef" type="witsml:uidString" use="optional">   10864             <xsd:attribute name="uidRef" type="witsml:uidString" use="optional">
11016                <xsd:annotation>   10865                <xsd:annotation>
11017                   <xsd:documentation>If the facility is defined and instantiated within the context of a WITSML server, this is a pointer to the uid value of that object   10866                   <xsd:documentation>If the facility is defined and instantiated within the context of a WITSML server, this is a pointer to the uid value of that object
11018                   instance.</xsd:documentation>   10867                   instance.</xsd:documentation>
11019                </xsd:annotation>   10868                </xsd:annotation>
11020             </xsd:attribute>   10869             </xsd:attribute>
11021          </xsd:extension>   10870          </xsd:extension>
11022       </xsd:simpleContent>   10871       </xsd:simpleContent>
11023    </xsd:complexType>   10872    </xsd:complexType>
11024    <xsd:complexType name="phoneNumberStruct">   10873    <xsd:complexType name="phoneNumberStruct">
11025       <xsd:annotation>   10874       <xsd:annotation>
11026          <xsd:documentation>A phone number with two attributes, used to "type" and "qualify" a phone number. The type would carry information such as fax, modem, voice, and the   10875          <xsd:documentation>A phone number with two attributes, used to "type" and "qualify" a phone number. The type would carry information such as fax, modem, voice, and the
11027          qualifier would carry information such as home or office.</xsd:documentation>   10876          qualifier would carry information such as home or office.</xsd:documentation>
11028       </xsd:annotation>   10877       </xsd:annotation>
11029       <xsd:simpleContent>   10878       <xsd:simpleContent>
11030          <xsd:extension base="witsml:abstractTypeEnum">   10879          <xsd:extension base="witsml:abstractTypeEnum">
11031             <xsd:attribute name="type" type="witsml:PhoneType" use="required">   10880             <xsd:attribute name="type" type="witsml:PhoneType" use="required">
11032                <xsd:annotation>   10881                <xsd:annotation>
11033                   <xsd:documentation>The kind of phone such as voice or fax.</xsd:documentation>   10882                   <xsd:documentation>The kind of phone such as voice or fax.</xsd:documentation>
11034                </xsd:annotation>   10883                </xsd:annotation>
11035             </xsd:attribute>   10884             </xsd:attribute>
11036             <xsd:attribute name="qualifier" type="witsml:AddressQualifier" use="optional">   10885             <xsd:attribute name="qualifier" type="witsml:AddressQualifier" use="optional">
11037                <xsd:annotation>   10886                <xsd:annotation>
11038                   <xsd:documentation>Indicates whether the number is personal, business or both.</xsd:documentation>   10887                   <xsd:documentation>Indicates whether the number is personal, business or both.</xsd:documentation>
11039                </xsd:annotation>   10888                </xsd:annotation>
11040             </xsd:attribute>   10889             </xsd:attribute>
11041             <xsd:attribute name="extension" type="witsml:kindString" use="optional">   10890             <xsd:attribute name="extension" type="witsml:kindString" use="optional">
11042                <xsd:annotation>   10891                <xsd:annotation>
11043                   <xsd:documentation>The phone number extension.</xsd:documentation>   10892                   <xsd:documentation>The phone number extension.</xsd:documentation>
11044                </xsd:annotation>   10893                </xsd:annotation>
11045             </xsd:attribute>   10894             </xsd:attribute>
11046          </xsd:extension>   10895          </xsd:extension>
11047       </xsd:simpleContent>   10896       </xsd:simpleContent>
11048    </xsd:complexType>   10897    </xsd:complexType>
11049    <xsd:simpleType name="logicalBoolean">   10898    <xsd:simpleType name="logicalBoolean">
11050       <xsd:annotation>   10899       <xsd:annotation>
11051          <xsd:documentation>Values of "true" (or "1") and "false" (or "0").</xsd:documentation>   10900          <xsd:documentation>Values of "true" (or "1") and "false" (or "0").</xsd:documentation>
11052       </xsd:annotation>   10901       </xsd:annotation>
11053       <xsd:restriction base="witsml:abstractBoolean" />   10902       <xsd:restriction base="witsml:abstractBoolean" />
11054    </xsd:simpleType>   10903    </xsd:simpleType>
11055    <xsd:simpleType name="date">   10904    <xsd:simpleType name="date">
11056       <xsd:annotation>   10905       <xsd:annotation>
11057          <xsd:documentation>A julian date.</xsd:documentation>   10906          <xsd:documentation>A julian date.</xsd:documentation>
11058       </xsd:annotation>   10907       </xsd:annotation>
11059       <xsd:restriction base="witsml:abstractDate" />   10908       <xsd:restriction base="witsml:abstractDate" />
11060    </xsd:simpleType>   10909    </xsd:simpleType>
11061    <xsd:simpleType name="month">   10910    <xsd:simpleType name="month">
11062       <xsd:annotation>   10911       <xsd:annotation>
11063          <xsd:documentation>A month of a year.</xsd:documentation>   10912          <xsd:documentation>A month of a year.</xsd:documentation>
11064       </xsd:annotation>   10913       </xsd:annotation>
11065       <xsd:restriction base="xsd:gYearMonth" />   10914       <xsd:restriction base="xsd:gYearMonth" />
11066    </xsd:simpleType>   10915    </xsd:simpleType>
11067    <xsd:simpleType name="year">   10916    <xsd:simpleType name="year">
11068       <xsd:annotation>   10917       <xsd:annotation>
11069          <xsd:documentation>A gregorian year.</xsd:documentation>   10918          <xsd:documentation>A gregorian year.</xsd:documentation>
11070       </xsd:annotation>   10919       </xsd:annotation>
11071       <xsd:restriction base="xsd:gYear" />   10920       <xsd:restriction base="xsd:gYear" />
11072    </xsd:simpleType>   10921    </xsd:simpleType>
11073    <xsd:simpleType name="timestamp">   10922    <xsd:simpleType name="timestamp">
11074       <xsd:annotation>   10923       <xsd:annotation>
11075          <xsd:documentation>A date with the time of day and an optional time zone. While the time zone is optional, it is strongly advised that the zone always be specified in   10924          <xsd:documentation>A date with the time of day and an optional time zone. While the time zone is optional, it is strongly advised that the zone always be specified in
11076          each date time value.</xsd:documentation>   10925          each date time value.</xsd:documentation>
11077       </xsd:annotation>   10926       </xsd:annotation>
11078       <xsd:restriction base="witsml:abstractDateTime" />   10927       <xsd:restriction base="witsml:abstractDateTime" />
11079    </xsd:simpleType>   10928    </xsd:simpleType>
11080    <!--UNUSED: Deleted type timeZone.-->   10929    <!--UNUSED: Deleted type timeZone.-->
11081    <!--UNUSED: Deleted type calendarYear.-->   10930    <!--UNUSED: Deleted type calendarYear.-->
11082    <!--UNUSED: Deleted type yAxisAzimuth.-->   10931    <!--UNUSED: Deleted type yAxisAzimuth.-->
11083    <xsd:simpleType name="nonNegativeFraction">   10932    <xsd:simpleType name="nonNegativeFraction">
11084       <xsd:annotation>   10933       <xsd:annotation>
11085          <xsd:documentation>A floating point value between zero (inclusive) and one (inclusive)</xsd:documentation>   10934          <xsd:documentation>A floating point value between zero (inclusive) and one (inclusive)</xsd:documentation>
11086       </xsd:annotation>   10935       </xsd:annotation>
11087       <xsd:restriction base="witsml:abstractDouble">   10936       <xsd:restriction base="witsml:abstractDouble">
11088          <xsd:minInclusive value="0">   10937          <xsd:minInclusive value="0">
11089             <xsd:annotation>   10938             <xsd:annotation>
11090                <xsd:documentation>This value can be zero but cannot be negative.</xsd:documentation>   10939                <xsd:documentation>This value can be zero but cannot be negative.</xsd:documentation>
11091             </xsd:annotation>   10940             </xsd:annotation>
11092          </xsd:minInclusive>   10941          </xsd:minInclusive>
11093          <xsd:maxInclusive value="1">   10942          <xsd:maxInclusive value="1">
11094             <xsd:annotation>   10943             <xsd:annotation>
11095                <xsd:documentation>This value can not be greater than one.</xsd:documentation>   10944                <xsd:documentation>This value can not be greater than one.</xsd:documentation>
11096             </xsd:annotation>   10945             </xsd:annotation>
11097          </xsd:maxInclusive>   10946          </xsd:maxInclusive>
11098       </xsd:restriction>   10947       </xsd:restriction>
11099    </xsd:simpleType>   10948    </xsd:simpleType>
11100    <xsd:simpleType name="unitlessQuantity">   10949    <xsd:simpleType name="unitlessQuantity">
11101       <xsd:annotation>   10950       <xsd:annotation>
11102          <xsd:documentation>A unitless quantity. This should not be confused with a dimensionless measure.</xsd:documentation>   10951          <xsd:documentation>A unitless quantity. This should not be confused with a dimensionless measure.</xsd:documentation>
11103       </xsd:annotation>   10952       </xsd:annotation>
11104       <xsd:restriction base="witsml:abstractDouble" />   10953       <xsd:restriction base="witsml:abstractDouble" />
11105    </xsd:simpleType>   10954    </xsd:simpleType>
11106    <!--UNUSED: Deleted type genericMeasure.-->   10955    <!--UNUSED: Deleted type genericMeasure.-->
11107    <xsd:complexType name="indexCurve">   10956    <xsd:complexType name="indexCurve">
11108       <xsd:annotation>   10957       <xsd:annotation>
11109          <xsd:documentation>The mnemonic of a log index curve plus the column index of the curve.</xsd:documentation>   10958          <xsd:documentation>The mnemonic of a log index curve plus the column index of the curve.</xsd:documentation>
11110       </xsd:annotation>   10959       </xsd:annotation>
11111       <xsd:simpleContent>   10960       <xsd:simpleContent>
11112          <xsd:extension base="witsml:str32">   10961          <xsd:extension base="witsml:str32">
11113             <xsd:attribute name="columnIndex" type="witsml:nonNegativeCount" use="required">   10962             <xsd:attribute name="columnIndex" type="witsml:nonNegativeCount" use="required">
11114                <xsd:annotation>   10963                <xsd:annotation>
11115                   <xsd:documentation>The column index of the curve.</xsd:documentation>   10964                   <xsd:documentation>The column index of the curve.</xsd:documentation>
11116                </xsd:annotation>   10965                </xsd:annotation>
11117             </xsd:attribute>   10966             </xsd:attribute>
11118          </xsd:extension>   10967          </xsd:extension>
11119       </xsd:simpleContent>   10968       </xsd:simpleContent>
11120    </xsd:complexType>   10969    </xsd:complexType>
11121    <!--UNUSED: Deleted type ratioGenericMeasure.-->   10970    <!--UNUSED: Deleted type ratioGenericMeasure.-->
11122    <xsd:simpleType name="listOfString">   10971    <xsd:simpleType name="listOfString">
11123       <xsd:annotation>   10972       <xsd:annotation>
11124          <xsd:documentation>A representation of a list of xsd:string values, restricted to strings without embedded whitespace.</xsd:documentation>   10973          <xsd:documentation>A representation of a list of xsd:string values, restricted to strings without embedded whitespace.</xsd:documentation>
11125       </xsd:annotation>   10974       </xsd:annotation>
11126       <xsd:list itemType="witsml:str32" />   10975       <xsd:list itemType="witsml:str32" />
11127    </xsd:simpleType>   10976    </xsd:simpleType>
11128    <!--UNUSED: Deleted type listOfDouble.-->   10977    <!--UNUSED: Deleted type listOfDouble.-->
11129    <xsd:complexType name="refNameString">   10978    <xsd:complexType name="refNameString">
11130       <xsd:annotation>   10979       <xsd:annotation>
11131          <xsd:documentation>A reference to a name in another node of the xml hierachy. This value represents a foreign key from one element to another.</xsd:documentation>   10980          <xsd:documentation>A reference to a name in another node of the xml hierachy. This value represents a foreign key from one element to another.</xsd:documentation>
11132       </xsd:annotation>   10981       </xsd:annotation>
11133       <xsd:simpleContent>   10982       <xsd:simpleContent>
11134          <xsd:extension base="witsml:abstractNameString">   10983          <xsd:extension base="witsml:abstractNameString">
11135             <xsd:attribute name="uidRef" type="witsml:refString" use="optional">   10984             <xsd:attribute name="uidRef" type="witsml:refString" use="optional">
11136                <xsd:annotation>   10985                <xsd:annotation>
11137                   <xsd:documentation>A reference to the unique identifier (uid attribute) in the node referenced by the name value. This attribute is required within the context   10986                   <xsd:documentation>A reference to the unique identifier (uid attribute) in the node referenced by the name value. This attribute is required within the context
11138                   of a WITSML server.</xsd:documentation>   10987                   of a WITSML server.</xsd:documentation>
11139                </xsd:annotation>   10988                </xsd:annotation>
11140             </xsd:attribute>   10989             </xsd:attribute>
11141          </xsd:extension>   10990          </xsd:extension>
11142       </xsd:simpleContent>   10991       </xsd:simpleContent>
11143    </xsd:complexType>   10992    </xsd:complexType>
11144    <!--UNUSED: Deleted type refObjectString.-->   10993    <!--UNUSED: Deleted type refObjectString.-->
11145    <!--UNUSED: Deleted type refPositiveCount.-->   10994    <!--UNUSED: Deleted type refPositiveCount.-->
11146    <xsd:simpleType name="refWellDatum">   10995    <xsd:simpleType name="refWellDatum">
11147       <xsd:annotation>   10996       <xsd:annotation>
11148          <xsd:documentation>A reference to a wellDatum in the current well. This value must match the uid value in a WellDatum. This value represents a foreign key from one   10997          <xsd:documentation>A reference to a wellDatum in the current well. This value must match the uid value in a WellDatum. This value represents a foreign key from one
11149          element to another. This is an exception to the convention that a foreign key must utilize both a human contextual name and a uid value. For messages outside the context   10998          element to another. This is an exception to the convention that a foreign key must utilize both a human contextual name and a uid value. For messages outside the context
11150          of a server then this value will commonly match the value of the name of the wellDatum (e.g., 'KB') if uids are not not used in that context. This was a compromise in   10999          of a server then this value will commonly match the value of the name of the wellDatum (e.g., 'KB') if uids are not not used in that context. This was a compromise in
11151          order to allow the coordinate structures to be simple and still be usable both within the context of a server and outside the context of a server.</xsd:documentation>   11000          order to allow the coordinate structures to be simple and still be usable both within the context of a server and outside the context of a server.</xsd:documentation>
11152       </xsd:annotation>   11001       </xsd:annotation>
11153       <xsd:restriction base="witsml:abstractUidString" />   11002       <xsd:restriction base="witsml:abstractUidString" />
11154    </xsd:simpleType>   11003    </xsd:simpleType>
11155    <xsd:simpleType name="nameString">   11004    <xsd:simpleType name="nameString">
11156       <xsd:annotation>   11005       <xsd:annotation>
11157          <xsd:documentation>A user assigned human recognizable contextual name of something. There should be no assumption that (interoperable) semantic information will be   11006          <xsd:documentation>A user assigned human recognizable contextual name of something. There should be no assumption that (interoperable) semantic information will be
11158          extracted from the name by a third party. This type of value is generally not guaranteed to be unique and is not a candidate to be replaced by an   11007          extracted from the name by a third party. This type of value is generally not guaranteed to be unique and is not a candidate to be replaced by an
11159          enumeration.</xsd:documentation>   11008          enumeration.</xsd:documentation>
11160       </xsd:annotation>   11009       </xsd:annotation>
11161       <xsd:restriction base="witsml:abstractNameString" />   11010       <xsd:restriction base="witsml:abstractNameString" />
11162    </xsd:simpleType>   11011    </xsd:simpleType>
11163    <xsd:simpleType name="commentString">   11012    <xsd:simpleType name="commentString">
11164       <xsd:annotation>   11013       <xsd:annotation>
11165          <xsd:documentation>A comment or remark intended for human consumption. There should be no assumption that semantics can be extracted from this field by a computer.   11014          <xsd:documentation>A comment or remark intended for human consumption. There should be no assumption that semantics can be extracted from this field by a computer.
11166          Neither should there be an assumption that any two humans will interpret the information in the same way (i.e., it may not be interoperable).</xsd:documentation>   11015          Neither should there be an assumption that any two humans will interpret the information in the same way (i.e., it may not be interoperable).</xsd:documentation>
11167       </xsd:annotation>   11016       </xsd:annotation>
11168       <xsd:restriction base="witsml:abstractCommentString" />   11017       <xsd:restriction base="witsml:abstractCommentString" />
11169    </xsd:simpleType>   11018    </xsd:simpleType>
11170    <xsd:simpleType name="descriptionString">   11019    <xsd:simpleType name="descriptionString">
11171       <xsd:annotation>   11020       <xsd:annotation>
11172          <xsd:documentation>A textual description of something.</xsd:documentation>   11021          <xsd:documentation>A textual description of something.</xsd:documentation>
11173       </xsd:annotation>   11022       </xsd:annotation>
11174       <xsd:restriction base="witsml:abstractString">   11023       <xsd:restriction base="witsml:abstractString">
11175          <xsd:maxLength value="256" />   11024          <xsd:maxLength value="256" />
11176       </xsd:restriction>   11025       </xsd:restriction>
11177    </xsd:simpleType>   11026    </xsd:simpleType>
11178    <!--UNUSED: Deleted type shortDescriptionString.-->   11027    <!--UNUSED: Deleted type shortDescriptionString.-->
11179    <!--UNUSED: Deleted type encodedArrayString.-->   11028    <!--UNUSED: Deleted type encodedArrayString.-->
11180    <!--UNUSED: Deleted type encodedValueString.-->   11029    <!--UNUSED: Deleted type encodedValueString.-->
11181    <xsd:simpleType name="kindString">   11030    <xsd:simpleType name="kindString">
11182       <xsd:annotation>   11031       <xsd:annotation>
11183          <xsd:documentation>A community assigned human recognizable name. This type of value is intended to be unique and is generally a candidate to be constrained to an   11032          <xsd:documentation>A community assigned human recognizable name. This type of value is intended to be unique and is generally a candidate to be constrained to an
11184          enumerated list.</xsd:documentation>   11033          enumerated list.</xsd:documentation>
11185       </xsd:annotation>   11034       </xsd:annotation>
11186       <xsd:restriction base="witsml:abstractTypeEnum" />   11035       <xsd:restriction base="witsml:abstractTypeEnum" />
11187    </xsd:simpleType>   11036    </xsd:simpleType>
11188    <xsd:simpleType name="uomString">   11037    <xsd:simpleType name="uomString">
11189       <xsd:annotation>   11038       <xsd:annotation>
11190          <xsd:documentation>A unit of measure acronym from the POSC unit of measure file.</xsd:documentation>   11039          <xsd:documentation>A unit of measure acronym from the POSC unit of measure file.</xsd:documentation>
11191       </xsd:annotation>   11040       </xsd:annotation>
11192       <xsd:restriction base="witsml:abstractUomEnum" />   11041       <xsd:restriction base="witsml:abstractUomEnum" />
11193    </xsd:simpleType>   11042    </xsd:simpleType>
11194    <xsd:simpleType name="uidString">   11043    <xsd:simpleType name="uidString">
11195       <xsd:annotation>   11044       <xsd:annotation>
11196          <xsd:documentation>A locally unique identifier. The value is not intended to convey any semantic content (e.g., it may be computer generated). The value is only required   11045          <xsd:documentation>A locally unique identifier. The value is not intended to convey any semantic content (e.g., it may be computer generated). The value is only required
11197          to be unique within a context in a document (e.g., defined via key and keyref). There is no guarantee that the same data in multiple documents will utilize the same uid   11046          to be unique within a context in a document (e.g., defined via key and keyref). There is no guarantee that the same data in multiple documents will utilize the same uid
11198          value unless enforced by the source of the document (e.g., a document server).</xsd:documentation>   11047          value unless enforced by the source of the document (e.g., a document server).</xsd:documentation>
11199       </xsd:annotation>   11048       </xsd:annotation>
11200       <xsd:restriction base="witsml:abstractUidString" />   11049       <xsd:restriction base="witsml:abstractUidString" />
11201    </xsd:simpleType>   11050    </xsd:simpleType>
11202    <xsd:simpleType name="refString">   11051    <xsd:simpleType name="refString">
11203       <xsd:annotation>   11052       <xsd:annotation>
11204          <xsd:documentation>A reference to the unique identifier of another element. This value represents a foreign key from one element to another. The value should match the   11053          <xsd:documentation>A reference to the unique identifier of another element. This value represents a foreign key from one element to another. The value should match the
11205          value of an attribute of type uidString.</xsd:documentation>   11054          value of an attribute of type uidString.</xsd:documentation>
11206       </xsd:annotation>   11055       </xsd:annotation>
11207       <xsd:restriction base="witsml:abstractUidString" />   11056       <xsd:restriction base="witsml:abstractUidString" />
11208    </xsd:simpleType>   11057    </xsd:simpleType>
11209    <xsd:simpleType name="schemaVersionString">   11058    <xsd:simpleType name="schemaVersionString">
11210       <xsd:annotation>   11059       <xsd:annotation>
11211          <xsd:documentation>The version of the schema. The first three levels are fixed. The fourth level can vary to represent the constraints defined in enumerations and XML   11060          <xsd:documentation>The version of the schema. The first three levels are fixed. The fourth level can vary to represent the constraints defined in enumerations and XML
11212          loader files.</xsd:documentation>   11061          loader files.</xsd:documentation>
11213       </xsd:annotation>   11062       </xsd:annotation>
11214       <xsd:restriction base="witsml:abstractString">   11063       <xsd:restriction base="witsml:abstractString">
11215          <xsd:maxLength value="16" />   11064          <xsd:maxLength value="16" />
11216          <xsd:pattern value="1\.0\.0\.[1-9]?[0-9]\(PRODML\)" />   11065          <xsd:pattern value="1\.0\.0\.[1-9]?[0-9]\(PRODML\)" />
11217       </xsd:restriction>   11066       </xsd:restriction>
11218    </xsd:simpleType>   11067    </xsd:simpleType>
11219    <xsd:complexType name="nameStruct">   11068    <xsd:complexType name="nameStruct">
11220       <xsd:annotation>   11069       <xsd:annotation>
11221          <xsd:documentation>The name of something within a naming system.</xsd:documentation>   11070          <xsd:documentation>The name of something within a naming system.</xsd:documentation>
11222       </xsd:annotation>   11071       </xsd:annotation>
11223       <xsd:simpleContent>   11072       <xsd:simpleContent>
11224          <xsd:extension base="witsml:abstractNameString">   11073          <xsd:extension base="witsml:abstractNameString">
11225             <xsd:attribute name="namingSystem" type="witsml:nameString" use="optional">   11074             <xsd:attribute name="namingSystem" type="witsml:nameString" use="optional">
11226                <xsd:annotation>   11075                <xsd:annotation>
11227                   <xsd:documentation>The naming system within the name is (hopefully) unique.</xsd:documentation>   11076                   <xsd:documentation>The naming system within the name is (hopefully) unique.</xsd:documentation>
11228                </xsd:annotation>   11077                </xsd:annotation>
11229             </xsd:attribute>   11078             </xsd:attribute>
11230          </xsd:extension>   11079          </xsd:extension>
11231       </xsd:simpleContent>   11080       </xsd:simpleContent>
11232    </xsd:complexType>   11081    </xsd:complexType>
11233    <xsd:complexType name="wellKnownNameStruct">   11082    <xsd:complexType name="wellKnownNameStruct">
11234       <xsd:annotation>   11083       <xsd:annotation>
11235          <xsd:documentation>The name of something within a mandatory naming system with an optional code.</xsd:documentation>   11084          <xsd:documentation>The name of something within a mandatory naming system with an optional code.</xsd:documentation>
11236       </xsd:annotation>   11085       </xsd:annotation>
11237       <xsd:simpleContent>   11086       <xsd:simpleContent>
11238          <xsd:extension base="witsml:abstractNameString">   11087          <xsd:extension base="witsml:abstractNameString">
11239             <xsd:attribute name="namingSystem" type="witsml:nameString" use="required">   11088             <xsd:attribute name="namingSystem" type="witsml:nameString" use="required">
11240                <xsd:annotation>   11089                <xsd:annotation>
11241                   <xsd:documentation>The naming system within the name is unique.</xsd:documentation>   11090                   <xsd:documentation>The naming system within the name is unique.</xsd:documentation>
11242                </xsd:annotation>   11091                </xsd:annotation>
11243             </xsd:attribute>   11092             </xsd:attribute>
11244             <xsd:attribute name="code" type="witsml:kindString" use="optional">   11093             <xsd:attribute name="code" type="witsml:kindString" use="optional">
11245                <xsd:annotation>   11094                <xsd:annotation>
11246                   <xsd:documentation>A unique (short) code associated with the name.</xsd:documentation>   11095                   <xsd:documentation>A unique (short) code associated with the name.</xsd:documentation>
11247                </xsd:annotation>   11096                </xsd:annotation>
11248             </xsd:attribute>   11097             </xsd:attribute>
11249          </xsd:extension>   11098          </xsd:extension>
11250       </xsd:simpleContent>   11099       </xsd:simpleContent>
11251    </xsd:complexType>   11100    </xsd:complexType>
11252    <!--UNUSED: Deleted type uncollapsedString.-->   11101    <!--UNUSED: Deleted type uncollapsedString.-->
11253    <!--UNUSED: Deleted type iadcBearingWearCode.-->   11102    <!--UNUSED: Deleted type iadcBearingWearCode.-->
11254    <!--UNUSED: Deleted type geodeticZoneString.-->   11103    <!--UNUSED: Deleted type geodeticZoneString.-->
11255    <xsd:complexType name="generalQualifiedMeasure">   11104    <xsd:complexType name="generalQualifiedMeasure">
11256       <xsd:annotation>   11105       <xsd:annotation>
11257          <xsd:documentation>A measure which may have a quality status. The measure class (e.g., length) must be defined within the context of the usage of this type (e.g., in   11106          <xsd:documentation>A measure which may have a quality status. The measure class (e.g., length) must be defined within the context of the usage of this type (e.g., in
11258          another element). This should not be used if the measure class will always be the same thing. If the 'status' attribute is absent and the value is not "NaN", the data   11107          another element). This should not be used if the measure class will always be the same thing. If the 'status' attribute is absent and the value is not "NaN", the data
11259          value can be assumed to be good with no restrictions.</xsd:documentation>   11108          value can be assumed to be good with no restrictions.</xsd:documentation>
11260       </xsd:annotation>   11109       </xsd:annotation>
11261       <xsd:simpleContent>   11110       <xsd:simpleContent>
11262          <xsd:extension base="witsml:abstractMeasure">   11111          <xsd:extension base="witsml:abstractMeasure">
11263             <xsd:attribute name="status" type="witsml:ValueStatus" use="optional">   11112             <xsd:attribute name="status" type="witsml:ValueStatus" use="optional">
11264                <xsd:annotation>   11113                <xsd:annotation>
11265                   <xsd:documentation>An indicator of the quality of the value.</xsd:documentation>   11114                   <xsd:documentation>An indicator of the quality of the value.</xsd:documentation>
11266                </xsd:annotation>   11115                </xsd:annotation>
11267             </xsd:attribute>   11116             </xsd:attribute>
11268             <xsd:attribute name="component" type="witsml:kindString" use="optional">   11117             <xsd:attribute name="component" type="witsml:kindString" use="optional">
11269                <xsd:annotation>   11118                <xsd:annotation>
11270                   <xsd:documentation>The kind of the value component. For example, "X" in a tuple of X and Y.</xsd:documentation>   11119                   <xsd:documentation>The kind of the value component. For example, "X" in a tuple of X and Y.</xsd:documentation>
11271                </xsd:annotation>   11120                </xsd:annotation>
11272             </xsd:attribute>   11121             </xsd:attribute>
11273             <xsd:attribute name="uom" type="witsml:uomString" use="required">   11122             <xsd:attribute name="uom" type="witsml:uomString" use="required">
11274                <xsd:annotation>   11123                <xsd:annotation>
11275                   <xsd:documentation>The unit of measure for the value. This value must conform to the values allowed by the measure class.</xsd:documentation>   11124                   <xsd:documentation>The unit of measure for the value. This value must conform to the values allowed by the measure class.</xsd:documentation>
11276                </xsd:annotation>   11125                </xsd:annotation>
11277             </xsd:attribute>   11126             </xsd:attribute>
11278          </xsd:extension>   11127          </xsd:extension>
11279       </xsd:simpleContent>   11128       </xsd:simpleContent>
11280    </xsd:complexType>   11129    </xsd:complexType>
11281    <xsd:complexType name="integerQualifiedCount">   11130    <xsd:complexType name="integerQualifiedCount">
11282       <xsd:annotation>   11131       <xsd:annotation>
11283          <xsd:documentation>An integer which may have a quality status. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to be good   11132          <xsd:documentation>An integer which may have a quality status. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to be good
11284          with no restrictions.</xsd:documentation>   11133          with no restrictions.</xsd:documentation>
11285       </xsd:annotation>   11134       </xsd:annotation>
11286       <xsd:simpleContent>   11135       <xsd:simpleContent>
11287          <xsd:extension base="witsml:abstractInt">   11136          <xsd:extension base="witsml:abstractInt">
11288             <xsd:attribute name="status" type="witsml:ValueStatus" use="optional">   11137             <xsd:attribute name="status" type="witsml:ValueStatus" use="optional">
11289                <xsd:annotation>   11138                <xsd:annotation>
11290                   <xsd:documentation>An indicator of the quality of the value.</xsd:documentation>   11139                   <xsd:documentation>An indicator of the quality of the value.</xsd:documentation>
11291                </xsd:annotation>   11140                </xsd:annotation>
11292             </xsd:attribute>   11141             </xsd:attribute>
11293          </xsd:extension>   11142          </xsd:extension>
11294       </xsd:simpleContent>   11143       </xsd:simpleContent>
11295    </xsd:complexType>   11144    </xsd:complexType>
11296    <xsd:complexType name="kindQualifiedString">   11145    <xsd:complexType name="kindQualifiedString">
11297       <xsd:annotation>   11146       <xsd:annotation>
11298          <xsd:documentation>A kind which may have a quality status. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to be good with   11147          <xsd:documentation>A kind which may have a quality status. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to be good with
11299          no restrictions.</xsd:documentation>   11148          no restrictions.</xsd:documentation>
11300       </xsd:annotation>   11149       </xsd:annotation>
11301       <xsd:simpleContent>   11150       <xsd:simpleContent>
11302          <xsd:extension base="witsml:abstractTypeEnum">   11151          <xsd:extension base="witsml:abstractTypeEnum">
11303             <xsd:attribute name="status" type="witsml:ValueStatus" use="optional">   11152             <xsd:attribute name="status" type="witsml:ValueStatus" use="optional">
11304                <xsd:annotation>   11153                <xsd:annotation>
11305                   <xsd:documentation>An indicator of the quality of the value.</xsd:documentation>   11154                   <xsd:documentation>An indicator of the quality of the value.</xsd:documentation>
11306                </xsd:annotation>   11155                </xsd:annotation>
11307             </xsd:attribute>   11156             </xsd:attribute>
11308          </xsd:extension>   11157          </xsd:extension>
11309       </xsd:simpleContent>   11158       </xsd:simpleContent>
11310    </xsd:complexType>   11159    </xsd:complexType>
11311    <!--UNUSED: Deleted type areaQualifiedMeasure.-->   11160    <!--UNUSED: Deleted type areaQualifiedMeasure.-->
11312    <!--UNUSED: Deleted type areaPerAreaQualifiedMeasure.-->   11161    <!--UNUSED: Deleted type areaPerAreaQualifiedMeasure.-->
11313    <!--UNUSED: Deleted type anglePerTimeQualifiedMeasure.-->   11162    <!--UNUSED: Deleted type anglePerTimeQualifiedMeasure.-->
11314    <!--UNUSED: Deleted type lengthPerLengthQualifiedMeasure.-->   11163    <!--UNUSED: Deleted type lengthPerLengthQualifiedMeasure.-->
11315    <!--UNUSED: Deleted type pressureQualifiedMeasure.-->   11164    <!--UNUSED: Deleted type pressureQualifiedMeasure.-->
11316    <!--UNUSED: Deleted type thermodynamicTemperatureQualifiedMeasure.-->   11165    <!--UNUSED: Deleted type thermodynamicTemperatureQualifiedMeasure.-->
11317    <xsd:complexType name="volumeQualifiedMeasure">   11166    <xsd:complexType name="volumeQualifiedMeasure">
11318       <xsd:annotation>   11167       <xsd:annotation>
11319          <xsd:documentation>A volume flow rate which may have a quality status. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to be   11168          <xsd:documentation>A volume flow rate which may have a quality status. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to be
11320          good with no restrictions.</xsd:documentation>   11169          good with no restrictions.</xsd:documentation>
11321       </xsd:annotation>   11170       </xsd:annotation>
11322       <xsd:simpleContent>   11171       <xsd:simpleContent>
11323          <xsd:extension base="witsml:abstractMeasure">   11172          <xsd:extension base="witsml:abstractMeasure">
11324             <xsd:attribute name="status" type="witsml:ValueStatus" use="optional">   11173             <xsd:attribute name="status" type="witsml:ValueStatus" use="optional">
11325                <xsd:annotation>   11174                <xsd:annotation>
11326                   <xsd:documentation>An indicator of the quality of the value.</xsd:documentation>   11175                   <xsd:documentation>An indicator of the quality of the value.</xsd:documentation>
11327                </xsd:annotation>   11176                </xsd:annotation>
11328             </xsd:attribute>   11177             </xsd:attribute>
11329             <xsd:attribute name="uom" type="witsml:volumeUom" use="required" />   11178             <xsd:attribute name="uom" type="witsml:volumeUom" use="required" />
11330          </xsd:extension>   11179          </xsd:extension>
11331       </xsd:simpleContent>   11180       </xsd:simpleContent>
11332    </xsd:complexType>   11181    </xsd:complexType>
11333    <xsd:complexType name="volumeFlowRateQualifiedMeasure">   11182    <xsd:complexType name="volumeFlowRateQualifiedMeasure">
11334       <xsd:annotation>   11183       <xsd:annotation>
11335          <xsd:documentation>A volume flow rate which may have a quality status.. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to   11184          <xsd:documentation>A volume flow rate which may have a quality status.. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to
11336          be good with no restrictions.</xsd:documentation>   11185          be good with no restrictions.</xsd:documentation>
11337       </xsd:annotation>   11186       </xsd:annotation>
11338       <xsd:simpleContent>   11187       <xsd:simpleContent>
11339          <xsd:extension base="witsml:abstractMeasure">   11188          <xsd:extension base="witsml:abstractMeasure">
11340             <xsd:attribute name="status" type="witsml:ValueStatus" use="optional">   11189             <xsd:attribute name="status" type="witsml:ValueStatus" use="optional">
11341                <xsd:annotation>   11190                <xsd:annotation>
11342                   <xsd:documentation>An indicator of the quality of the value.</xsd:documentation>   11191                   <xsd:documentation>An indicator of the quality of the value.</xsd:documentation>
11343                </xsd:annotation>   11192                </xsd:annotation>
11344             </xsd:attribute>   11193             </xsd:attribute>
11345             <xsd:attribute name="uom" type="witsml:volumeFlowRateUom" use="required" />   11194             <xsd:attribute name="uom" type="witsml:volumeFlowRateUom" use="required" />
11346          </xsd:extension>   11195          </xsd:extension>
11347       </xsd:simpleContent>   11196       </xsd:simpleContent>
11348    </xsd:complexType>   11197    </xsd:complexType>
11349    <xsd:complexType name="measuredDepthCoord">   11198    <xsd:complexType name="measuredDepthCoord">
11350       <xsd:annotation>   11199       <xsd:annotation>
11351          <xsd:documentation>A measured depth coordinate in a wellbore. Positive moving from the reference datum toward the bottomhole. All coordinates with the same datum (and   11200          <xsd:documentation>A measured depth coordinate in a wellbore. Positive moving from the reference datum toward the bottomhole. All coordinates with the same datum (and
11352          same uom) can be considered to be in the same Coordinate Reference System and are thus directly comparable.</xsd:documentation>   11201          same uom) can be considered to be in the same Coordinate Reference System and are thus directly comparable.</xsd:documentation>
11353       </xsd:annotation>   11202       </xsd:annotation>
11354       <xsd:simpleContent>   11203       <xsd:simpleContent>
11355          <xsd:extension base="witsml:abstractMeasure">   11204          <xsd:extension base="witsml:abstractMeasure">
11356             <xsd:attribute name="uom" type="witsml:MeasuredDepthUom" use="required">   11205             <xsd:attribute name="uom" type="witsml:MeasuredDepthUom" use="required">
11357                <xsd:annotation>   11206                <xsd:annotation>
11358                   <xsd:documentation>The unit of measure of the quantity value.</xsd:documentation>   11207                   <xsd:documentation>The unit of measure of the quantity value.</xsd:documentation>
11359                </xsd:annotation>   11208                </xsd:annotation>
11360             </xsd:attribute>   11209             </xsd:attribute>
11361             <xsd:attribute name="datum" type="witsml:refWellDatum" use="optional">   11210             <xsd:attribute name="datum" type="witsml:refWellDatum" use="optional">
11362                <xsd:annotation>   11211                <xsd:annotation>
11363                   <xsd:documentation>A pointer to the reference datum for this coordinate value as defined in WellDatum. This value is assumed to match the uid value in a   11212                   <xsd:documentation>A pointer to the reference datum for this coordinate value as defined in WellDatum. This value is assumed to match the uid value in a
11364                   WellDatum. If not given then the default WellDatum must be assumed.</xsd:documentation>   11213                   WellDatum. If not given then the default WellDatum must be assumed.</xsd:documentation>
11365                </xsd:annotation>   11214                </xsd:annotation>
11366             </xsd:attribute>   11215             </xsd:attribute>
11367          </xsd:extension>   11216          </xsd:extension>
11368       </xsd:simpleContent>   11217       </xsd:simpleContent>
11369    </xsd:complexType>   11218    </xsd:complexType>
11370    <xsd:simpleType name="MeasuredDepthUom">   11219    <xsd:simpleType name="MeasuredDepthUom">
11371       <xsd:annotation>   11220       <xsd:annotation>
11372          <xsd:documentation>The units of measure that are valid for measured depths in a wellbore.</xsd:documentation>   11221          <xsd:documentation>The units of measure that are valid for measured depths in a wellbore.</xsd:documentation>
11373       </xsd:annotation>   11222       </xsd:annotation>
11374       <xsd:restriction base="witsml:abstractUomEnum">   11223       <xsd:restriction base="witsml:abstractUomEnum">
11375          <xsd:enumeration value="m">   11224          <xsd:enumeration value="m">
11376             <xsd:annotation>   11225             <xsd:annotation>
11377                <xsd:documentation>meter</xsd:documentation>   11226                <xsd:documentation>meter</xsd:documentation>
11378             </xsd:annotation>   11227             </xsd:annotation>
11379          </xsd:enumeration>   11228          </xsd:enumeration>
11380          <xsd:enumeration value="ft">   11229          <xsd:enumeration value="ft">
11381             <xsd:annotation>   11230             <xsd:annotation>
11382                <xsd:documentation>International Foot</xsd:documentation>   11231                <xsd:documentation>International Foot</xsd:documentation>
11383             </xsd:annotation>   11232             </xsd:annotation>
11384          </xsd:enumeration>   11233          </xsd:enumeration>
11385          <xsd:enumeration value="ftUS">   11234          <xsd:enumeration value="ftUS">
11386             <xsd:annotation>   11235             <xsd:annotation>
11387                <xsd:documentation>US Survey Foot</xsd:documentation>   11236                <xsd:documentation>US Survey Foot</xsd:documentation>
11388             </xsd:annotation>   11237             </xsd:annotation>
11389          </xsd:enumeration>   11238          </xsd:enumeration>
11390       </xsd:restriction>   11239       </xsd:restriction>
11391    </xsd:simpleType>   11240    </xsd:simpleType>
11392    <!--UNUSED: Deleted type wellVerticalDepthCoord.-->   11241    <!--UNUSED: Deleted type wellVerticalDepthCoord.-->
11393    <xsd:complexType name="wellElevationCoord">   11242    <xsd:complexType name="wellElevationCoord">
11394       <xsd:annotation>   11243       <xsd:annotation>
11395          <xsd:documentation>A vertical (gravity based) elevation coordinate within the context of a well. Positive moving upward from the reference datum. All coordinates with the   11244          <xsd:documentation>A vertical (gravity based) elevation coordinate within the context of a well. Positive moving upward from the reference datum. All coordinates with the
11396          same datum (and same uom) can be considered to be in the same Coordinate Reference System and are thus directly comparable.</xsd:documentation>   11245          same datum (and same uom) can be considered to be in the same Coordinate Reference System and are thus directly comparable.</xsd:documentation>
11397       </xsd:annotation>   11246       </xsd:annotation>
11398       <xsd:simpleContent>   11247       <xsd:simpleContent>
11399          <xsd:extension base="witsml:abstractMeasure">   11248          <xsd:extension base="witsml:abstractMeasure">
11400             <xsd:attribute name="uom" type="witsml:WellVerticalCoordinateUom" use="required">   11249             <xsd:attribute name="uom" type="witsml:WellVerticalCoordinateUom" use="required">
11401                <xsd:annotation>   11250                <xsd:annotation>
11402                   <xsd:documentation>The unit of measure of the quantity value. If not given then the default unit of measure of the explicitly or implicitly given datum must be   11251                   <xsd:documentation>The unit of measure of the quantity value. If not given then the default unit of measure of the explicitly or implicitly given datum must be
11403                   assumed.</xsd:documentation>   11252                   assumed.</xsd:documentation>
11404                </xsd:annotation>   11253                </xsd:annotation>
11405             </xsd:attribute>   11254             </xsd:attribute>
11406             <xsd:attribute name="datum" type="witsml:refWellDatum" use="optional">   11255             <xsd:attribute name="datum" type="witsml:refWellDatum" use="optional">
11407                <xsd:annotation>   11256                <xsd:annotation>
11408                   <xsd:documentation>A pointer to the reference datum for this coordinate value as defined in WellDatum. If not given then the default WellDatum must be   11257                   <xsd:documentation>A pointer to the reference datum for this coordinate value as defined in WellDatum. If not given then the default WellDatum must be
11409                   assumed.</xsd:documentation>   11258                   assumed.</xsd:documentation>
11410                </xsd:annotation>   11259                </xsd:annotation>
11411             </xsd:attribute>   11260             </xsd:attribute>
11412          </xsd:extension>   11261          </xsd:extension>
11413       </xsd:simpleContent>   11262       </xsd:simpleContent>
11414    </xsd:complexType>   11263    </xsd:complexType>
11415    <xsd:simpleType name="WellVerticalCoordinateUom">   11264    <xsd:simpleType name="WellVerticalCoordinateUom">
11416       <xsd:annotation>   11265       <xsd:annotation>
11417          <xsd:documentation>The units of measure that are valid for vertical gravity based coordinates (i.e., elevation or vertical depth) within the context of a   11266          <xsd:documentation>The units of measure that are valid for vertical gravity based coordinates (i.e., elevation or vertical depth) within the context of a
11418          well.</xsd:documentation>   11267          well.</xsd:documentation>
11419       </xsd:annotation>   11268       </xsd:annotation>
11420       <xsd:restriction base="witsml:abstractUomEnum">   11269       <xsd:restriction base="witsml:abstractUomEnum">
11421          <xsd:enumeration value="m">   11270          <xsd:enumeration value="m">
11422             <xsd:annotation>   11271             <xsd:annotation>
11423                <xsd:documentation>meter</xsd:documentation>   11272                <xsd:documentation>meter</xsd:documentation>
11424             </xsd:annotation>   11273             </xsd:annotation>
11425          </xsd:enumeration>   11274          </xsd:enumeration>
11426          <xsd:enumeration value="ft">   11275          <xsd:enumeration value="ft">
11427             <xsd:annotation>   11276             <xsd:annotation>
11428                <xsd:documentation>International Foot</xsd:documentation>   11277                <xsd:documentation>International Foot</xsd:documentation>
11429             </xsd:annotation>   11278             </xsd:annotation>
11430          </xsd:enumeration>   11279          </xsd:enumeration>
11431          <xsd:enumeration value="ftUS">   11280          <xsd:enumeration value="ftUS">
11432             <xsd:annotation>   11281             <xsd:annotation>
11433                <xsd:documentation>US Survey Foot</xsd:documentation>   11282                <xsd:documentation>US Survey Foot</xsd:documentation>
11434             </xsd:annotation>   11283             </xsd:annotation>
11435          </xsd:enumeration>   11284          </xsd:enumeration>
11436          <xsd:enumeration value="ftBr(65)">   11285          <xsd:enumeration value="ftBr(65)">
11437             <xsd:annotation>   11286             <xsd:annotation>
11438                <xsd:documentation>British Foot 1865</xsd:documentation>   11287                <xsd:documentation>British Foot 1865</xsd:documentation>
11439             </xsd:annotation>   11288             </xsd:annotation>
11440          </xsd:enumeration>   11289          </xsd:enumeration>
11441       </xsd:restriction>   11290       </xsd:restriction>
11442    </xsd:simpleType>   11291    </xsd:simpleType>
11443    <xsd:simpleType name="nonNegativeCount">   11292    <xsd:simpleType name="nonNegativeCount">
11444       <xsd:annotation>   11293       <xsd:annotation>
11445          <xsd:documentation>A non-negative integer (zero based count or index) with a maximum value of 32767 (2-bytes). For items that represent "number of" something or a   11294          <xsd:documentation>A non-negative integer (zero based count or index) with a maximum value of 32767 (2-bytes). For items that represent "number of" something or a
11446          "sequential" count or index.</xsd:documentation>   11295          "sequential" count or index.</xsd:documentation>
11447       </xsd:annotation>   11296       </xsd:annotation>
11448       <xsd:restriction base="witsml:abstractShort">   11297       <xsd:restriction base="witsml:abstractShort">
11449          <xsd:minInclusive value="0">   11298          <xsd:minInclusive value="0">
11450             <xsd:annotation>   11299             <xsd:annotation>
11451                <xsd:documentation>This value can be zero but cannot be negative.</xsd:documentation>   11300                <xsd:documentation>This value can be zero but cannot be negative.</xsd:documentation>
11452             </xsd:annotation>   11301             </xsd:annotation>
11453          </xsd:minInclusive>   11302          </xsd:minInclusive>
11454       </xsd:restriction>   11303       </xsd:restriction>
11455    </xsd:simpleType>   11304    </xsd:simpleType>
11456    <xsd:simpleType name="positiveCount">   11305    <xsd:simpleType name="positiveCount">
11457       <xsd:annotation>   11306       <xsd:annotation>
11458          <xsd:documentation>A positive integer (one based count or index).</xsd:documentation>   11307          <xsd:documentation>A positive integer (one based count or index).</xsd:documentation>
11459       </xsd:annotation>   11308       </xsd:annotation>
11460       <xsd:restriction base="witsml:abstractPositiveCount">   11309       <xsd:restriction base="witsml:abstractPositiveCount">
11461          <xsd:minInclusive value="1">   11310          <xsd:minInclusive value="1">
11462             <xsd:annotation>   11311             <xsd:annotation>
11463                <xsd:documentation>This value cannot be negative or zero.</xsd:documentation>   11312                <xsd:documentation>This value cannot be negative or zero.</xsd:documentation>
11464             </xsd:annotation>   11313             </xsd:annotation>
11465          </xsd:minInclusive>   11314          </xsd:minInclusive>
11466       </xsd:restriction>   11315       </xsd:restriction>
11467    </xsd:simpleType>   11316    </xsd:simpleType>
11468    <!--UNUSED: Deleted type positiveBigCount.-->   11317    <!--UNUSED: Deleted type positiveBigCount.-->
11469    <!--UNUSED: Deleted type integerCount.-->   11318    <!--UNUSED: Deleted type integerCount.-->
11470    <xsd:simpleType name="beaufortScaleIntegerCode">   11319    <xsd:simpleType name="beaufortScaleIntegerCode">
11471       <xsd:annotation>   11320       <xsd:annotation>
11472          <xsd:documentation>An estimate wind strength based on the Beaufort Wind Scale. Values range from 0 (calm) to 12 (hurricane).</xsd:documentation>   11321          <xsd:documentation>An estimate wind strength based on the Beaufort Wind Scale. Values range from 0 (calm) to 12 (hurricane).</xsd:documentation>
11473       </xsd:annotation>   11322       </xsd:annotation>
11474       <xsd:restriction base="witsml:abstractShort">   11323       <xsd:restriction base="witsml:abstractShort">
11475          <xsd:minInclusive value="0" />   11324          <xsd:minInclusive value="0" />
11476          <xsd:maxInclusive value="12" />   11325          <xsd:maxInclusive value="12" />
11477       </xsd:restriction>   11326       </xsd:restriction>
11478    </xsd:simpleType>   11327    </xsd:simpleType>
11479    <!--UNUSED: Deleted type pumpActionIntegerCode.-->   11328    <!--UNUSED: Deleted type pumpActionIntegerCode.-->
11480    <!--UNUSED: Deleted type iadcIntegerCode.-->   11329    <!--UNUSED: Deleted type iadcIntegerCode.-->
11481    <!--UNUSED: Deleted type levelIntegerCode.-->   11330    <!--UNUSED: Deleted type levelIntegerCode.-->
11482    <!--UNUSED: Deleted type cost.-->   11331    <!--UNUSED: Deleted type cost.-->
11483    <xsd:complexType name="indexedObject">   11332    <xsd:complexType name="indexedObject">
11484       <xsd:simpleContent>   11333       <xsd:simpleContent>
11485          <xsd:extension base="witsml:abstractTypeEnum">   11334          <xsd:extension base="witsml:abstractTypeEnum">
11486             <xsd:attribute name="index" type="witsml:positiveCount" use="required">   11335             <xsd:attribute name="index" type="witsml:positiveCount" use="required">
11487                <xsd:annotation>   11336                <xsd:annotation>
11488                   <xsd:documentation>Indexes things with the same name. That is the first one, the second one, etc.</xsd:documentation>   11337                   <xsd:documentation>Indexes things with the same name. That is the first one, the second one, etc.</xsd:documentation>
11489                </xsd:annotation>   11338                </xsd:annotation>
11490             </xsd:attribute>   11339             </xsd:attribute>
11491             <xsd:attribute name="name" type="witsml:kindString" use="optional" />   11340             <xsd:attribute name="name" type="witsml:kindString" use="optional" />
11492             <xsd:attribute name="uom" type="witsml:uomString" use="optional" />   11341             <xsd:attribute name="uom" type="witsml:uomString" use="optional" />
11493             <xsd:attribute name="description" type="witsml:descriptionString" use="optional" />   11342             <xsd:attribute name="description" type="witsml:descriptionString" use="optional" />
11494          </xsd:extension>   11343          </xsd:extension>
11495       </xsd:simpleContent>   11344       </xsd:simpleContent>
11496    </xsd:complexType>   11345    </xsd:complexType>
11497    <xsd:simpleType name="str2">   11346    <xsd:simpleType name="str2">
11498       <xsd:restriction base="witsml:abstractString">   11347       <xsd:restriction base="witsml:abstractString">
11499          <xsd:maxLength value="2" />   11348          <xsd:maxLength value="2" />
11500       </xsd:restriction>   11349       </xsd:restriction>
11501    </xsd:simpleType>   11350    </xsd:simpleType>
11502    <!--UNUSED: Deleted type str16.-->   11351    <!--UNUSED: Deleted type str16.-->
11503    <xsd:simpleType name="str32">   11352    <xsd:simpleType name="str32">
11504       <xsd:restriction base="witsml:abstractString">   11353       <xsd:restriction base="witsml:abstractString">
11505          <xsd:maxLength value="32" />   11354          <xsd:maxLength value="32" />
11506       </xsd:restriction>   11355       </xsd:restriction>
11507    </xsd:simpleType>   11356    </xsd:simpleType>
11508    <xsd:complexType name="crewCount">   11357    <xsd:complexType name="crewCount">
11509       <xsd:annotation>   11358       <xsd:annotation>
11510          <xsd:documentation>A one based count of personnel on a type of crew.</xsd:documentation>   11359          <xsd:documentation>A one based count of personnel on a type of crew.</xsd:documentation>
11511       </xsd:annotation>   11360       </xsd:annotation>
11512       <xsd:simpleContent>   11361       <xsd:simpleContent>
11513          <xsd:extension base="witsml:abstractNonNegativeCount">   11362          <xsd:extension base="witsml:abstractNonNegativeCount">
11514             <xsd:attribute name="type" type="witsml:CrewType" use="optional">   11363             <xsd:attribute name="type" type="witsml:CrewType" use="optional">
11515                <xsd:annotation>   11364                <xsd:annotation>
11516                   <xsd:documentation>The type of crew for which a count is being defined.</xsd:documentation>   11365                   <xsd:documentation>The type of crew for which a count is being defined.</xsd:documentation>
11517                </xsd:annotation>   11366                </xsd:annotation>
11518             </xsd:attribute>   11367             </xsd:attribute>
11519             <xsd:attributeGroup ref="witsml:attgrp_uid">   11368             <xsd:attributeGroup ref="witsml:attgrp_uid">
11520                <xsd:annotation>   11369                <xsd:annotation>
11521                   <xsd:documentation>Unique identifier for the each XML node.</xsd:documentation>   11370                   <xsd:documentation>Unique identifier for the each XML node.</xsd:documentation>
11522                </xsd:annotation>   11371                </xsd:annotation>
11523             </xsd:attributeGroup>   11372             </xsd:attributeGroup>
11524          </xsd:extension>   11373          </xsd:extension>
11525       </xsd:simpleContent>   11374       </xsd:simpleContent>
11526    </xsd:complexType>   11375    </xsd:complexType>
11527    <xsd:complexType name="lostVolumeAndReason">   11376    <xsd:complexType name="lostVolumeAndReason">
11528       <xsd:annotation>   11377       <xsd:annotation>
11529          <xsd:documentation>A volume corrected to standard temperature and pressure.</xsd:documentation>   11378          <xsd:documentation>A volume corrected to standard temperature and pressure.</xsd:documentation>
11530       </xsd:annotation>   11379       </xsd:annotation>
11531       <xsd:simpleContent>   11380       <xsd:simpleContent>
11532          <xsd:extension base="witsml:abstractMeasure">   11381          <xsd:extension base="witsml:abstractMeasure">
11533             <xsd:attribute name="uom" type="witsml:volumeUom" use="required" />   11382             <xsd:attribute name="uom" type="witsml:volumeUom" use="required" />
11534             <xsd:attribute name="reasonLost" type="witsml:ReasonLost" use="required">   11383             <xsd:attribute name="reasonLost" type="witsml:ReasonLost" use="required">
11535                <xsd:annotation>   11384                <xsd:annotation>
11536                   <xsd:documentation>Defines why the volume was lost.</xsd:documentation>   11385                   <xsd:documentation>Defines why the volume was lost.</xsd:documentation>
11537                </xsd:annotation>   11386                </xsd:annotation>
11538             </xsd:attribute>   11387             </xsd:attribute>
11539          </xsd:extension>   11388          </xsd:extension>
11540       </xsd:simpleContent>   11389       </xsd:simpleContent>
11541    </xsd:complexType>   11390    </xsd:complexType>
11542    <xsd:complexType name="safetyCount">   11391    <xsd:complexType name="safetyCount">
11543       <xsd:annotation>   11392       <xsd:annotation>
11544          <xsd:documentation>A zero based count of a type of safety item.</xsd:documentation>   11393          <xsd:documentation>A zero based count of a type of safety item.</xsd:documentation>
11545       </xsd:annotation>   11394       </xsd:annotation>
11546       <xsd:simpleContent>   11395       <xsd:simpleContent>
11547          <xsd:extension base="witsml:abstractNonNegativeCount">   11396          <xsd:extension base="witsml:abstractNonNegativeCount">
11548             <xsd:attribute name="type" type="witsml:SafetyType" use="optional">   11397             <xsd:attribute name="type" type="witsml:SafetyType" use="optional">
11549                <xsd:annotation>   11398                <xsd:annotation>
11550                   <xsd:documentation>The type of safety issue for which a count is being defined.</xsd:documentation>   11399                   <xsd:documentation>The type of safety issue for which a count is being defined.</xsd:documentation>
11551                </xsd:annotation>   11400                </xsd:annotation>
11552             </xsd:attribute>   11401             </xsd:attribute>
11553             <xsd:attribute name="period" type="witsml:ReportingPeriod" use="optional">   11402             <xsd:attribute name="period" type="witsml:ReportingPeriod" use="optional">
11554                <xsd:annotation>   11403                <xsd:annotation>
11555                   <xsd:documentation>The type of period being reported by this count.</xsd:documentation>   11404                   <xsd:documentation>The type of period being reported by this count.</xsd:documentation>
11556                </xsd:annotation>   11405                </xsd:annotation>
11557             </xsd:attribute>   11406             </xsd:attribute>
11558          </xsd:extension>   11407          </xsd:extension>
11559       </xsd:simpleContent>   11408       </xsd:simpleContent>
11560    </xsd:complexType>   11409    </xsd:complexType>
11561    <xsd:complexType name="binaryInteractionCoefficient">   11410    <xsd:complexType name="binaryInteractionCoefficient">
11562       <xsd:simpleContent>   11411       <xsd:simpleContent>
11563          <xsd:extension base="witsml:abstractDouble">   11412          <xsd:extension base="witsml:abstractDouble">
11564             <xsd:attribute name="referenceComponent" type="witsml:kindString" use="required" />   11413             <xsd:attribute name="referenceComponent" type="witsml:kindString" use="required" />
11565          </xsd:extension>   11414          </xsd:extension>
11566       </xsd:simpleContent>   11415       </xsd:simpleContent>
11567    </xsd:complexType>   11416    </xsd:complexType>
11568    <xsd:complexType name="massConcentrationMeasurePercent">   11417    <xsd:complexType name="massConcentrationMeasurePercent">
11569       <xsd:annotation>   11418       <xsd:annotation>
11570          <xsd:documentation>A mass per mass measure that is constrained to a unit of percent.</xsd:documentation>   11419          <xsd:documentation>A mass per mass measure that is constrained to a unit of percent.</xsd:documentation>
11571       </xsd:annotation>   11420       </xsd:annotation>
11572       <xsd:simpleContent>   11421       <xsd:simpleContent>
11573          <xsd:extension base="witsml:abstractMeasure">   11422          <xsd:extension base="witsml:abstractMeasure">
11574             <xsd:attribute name="uom" type="witsml:PercentUom" use="required" />   11423             <xsd:attribute name="uom" type="witsml:PercentUom" use="required" />
11575          </xsd:extension>   11424          </xsd:extension>
11576       </xsd:simpleContent>   11425       </xsd:simpleContent>
11577    </xsd:complexType>   11426    </xsd:complexType>
11578    <xsd:complexType name="molarFractionMeasurePercent">   11427    <xsd:complexType name="molarFractionMeasurePercent">
11579       <xsd:annotation>   11428       <xsd:annotation>
11580          <xsd:documentation>The number of moles as a proportion of the total number of moles measure that is constrained to a unit of percent.</xsd:documentation>   11429          <xsd:documentation>The number of moles as a proportion of the total number of moles measure that is constrained to a unit of percent.</xsd:documentation>
11581       </xsd:annotation>   11430       </xsd:annotation>
11582       <xsd:simpleContent>   11431       <xsd:simpleContent>
11583          <xsd:extension base="witsml:abstractMeasure">   11432          <xsd:extension base="witsml:abstractMeasure">
11584             <xsd:attribute name="uom" type="witsml:PercentUom" use="required" />   11433             <xsd:attribute name="uom" type="witsml:PercentUom" use="required" />
11585          </xsd:extension>   11434          </xsd:extension>
11586       </xsd:simpleContent>   11435       </xsd:simpleContent>
11587    </xsd:complexType>   11436    </xsd:complexType>
11588    <xsd:complexType name="volumePerVolumeMeasurePercent">   11437    <xsd:complexType name="volumePerVolumeMeasurePercent">
11589       <xsd:annotation>   11438       <xsd:annotation>
11590          <xsd:documentation>A volume per volume measure that is constrained to a unit of percent.</xsd:documentation>   11439          <xsd:documentation>A volume per volume measure that is constrained to a unit of percent.</xsd:documentation>
11591       </xsd:annotation>   11440       </xsd:annotation>
11592       <xsd:simpleContent>   11441       <xsd:simpleContent>
11593          <xsd:extension base="witsml:abstractMeasure">   11442          <xsd:extension base="witsml:abstractMeasure">
11594             <xsd:attribute name="uom" type="witsml:PercentUom" use="required" />   11443             <xsd:attribute name="uom" type="witsml:PercentUom" use="required" />
11595          </xsd:extension>   11444          </xsd:extension>
11596       </xsd:simpleContent>   11445       </xsd:simpleContent>
11597    </xsd:complexType>   11446    </xsd:complexType>
11598    <xsd:simpleType name="PercentUom">   11447    <xsd:simpleType name="PercentUom">
11599       <xsd:restriction base="witsml:abstractUomEnum">   11448       <xsd:restriction base="witsml:abstractUomEnum">
11600          <xsd:enumeration value="%" />   11449          <xsd:enumeration value="%" />
11601       </xsd:restriction>   11450       </xsd:restriction>
11602    </xsd:simpleType>   11451    </xsd:simpleType>
11603    <!--UNUSED: Deleted type accelerationLinearMeasure.-->   11452    <!--UNUSED: Deleted type accelerationLinearMeasure.-->
11604    <xsd:complexType name="amountOfSubstanceMeasure">   11453    <xsd:complexType name="amountOfSubstanceMeasure">
11605       <xsd:simpleContent>   11454       <xsd:simpleContent>
11606          <xsd:extension base="witsml:abstractMeasure">   11455          <xsd:extension base="witsml:abstractMeasure">
11607             <xsd:attribute name="uom" type="witsml:amountOfSubstanceUom" use="required" />   11456             <xsd:attribute name="uom" type="witsml:amountOfSubstanceUom" use="required" />
11608          </xsd:extension>   11457          </xsd:extension>
11609       </xsd:simpleContent>   11458       </xsd:simpleContent>
11610    </xsd:complexType>   11459    </xsd:complexType>
11611    <!--UNUSED: Deleted type anglePerLengthMeasure.-->   11460    <!--UNUSED: Deleted type anglePerLengthMeasure.-->
11612    <!--UNUSED: Deleted type anglePerTimeMeasure.-->   11461    <!--UNUSED: Deleted type anglePerTimeMeasure.-->
11613    <!--UNUSED: Deleted type areaMeasure.-->   11462    <!--UNUSED: Deleted type areaMeasure.-->
11614    <!--UNUSED: Deleted type areaPerAreaMeasure.-->   11463    <!--UNUSED: Deleted type areaPerAreaMeasure.-->
11615    <xsd:complexType name="densityMeasure">   11464    <xsd:complexType name="densityMeasure">
11616       <xsd:simpleContent>   11465       <xsd:simpleContent>
11617          <xsd:extension base="witsml:abstractMeasure">   11466          <xsd:extension base="witsml:abstractMeasure">
11618             <xsd:attribute name="uom" type="witsml:densityUom" use="required" />   11467             <xsd:attribute name="uom" type="witsml:densityUom" use="required" />
11619          </xsd:extension>   11468          </xsd:extension>
11620       </xsd:simpleContent>   11469       </xsd:simpleContent>
11621    </xsd:complexType>   11470    </xsd:complexType>
11622    <xsd:complexType name="dimensionlessMeasure">   11471    <xsd:complexType name="dimensionlessMeasure">
11623       <xsd:simpleContent>   11472       <xsd:simpleContent>
11624          <xsd:extension base="witsml:abstractMeasure">   11473          <xsd:extension base="witsml:abstractMeasure">
11625             <xsd:attribute name="uom" type="witsml:dimensionlessUom" use="required" />   11474             <xsd:attribute name="uom" type="witsml:dimensionlessUom" use="required" />
11626          </xsd:extension>   11475          </xsd:extension>
11627       </xsd:simpleContent>   11476       </xsd:simpleContent>
11628    </xsd:complexType>   11477    </xsd:complexType>
11629    <xsd:complexType name="dynamicViscosityMeasure">   11478    <xsd:complexType name="dynamicViscosityMeasure">
11630       <xsd:simpleContent>   11479       <xsd:simpleContent>
11631          <xsd:extension base="witsml:abstractMeasure">   11480          <xsd:extension base="witsml:abstractMeasure">
11632             <xsd:attribute name="uom" type="witsml:dynamicViscosityUom" use="required" />   11481             <xsd:attribute name="uom" type="witsml:dynamicViscosityUom" use="required" />
11633          </xsd:extension>   11482          </xsd:extension>
11634       </xsd:simpleContent>   11483       </xsd:simpleContent>
11635    </xsd:complexType>   11484    </xsd:complexType>
11636    <!--UNUSED: Deleted type electricPotentialMeasure.-->   11485    <!--UNUSED: Deleted type electricPotentialMeasure.-->
11637    <!--UNUSED: Deleted type energyPerAreaMeasure.-->   11486    <!--UNUSED: Deleted type energyPerAreaMeasure.-->
11638    <!--UNUSED: Deleted type equivalentPerMassMeasure.-->   11487    <!--UNUSED: Deleted type equivalentPerMassMeasure.-->
11639    <!--UNUSED: Deleted type forceMeasure.-->   11488    <!--UNUSED: Deleted type forceMeasure.-->
11640    <!--UNUSED: Deleted type forcePerVolumeMeasure.-->   11489    <!--UNUSED: Deleted type forcePerVolumeMeasure.-->
11641    <xsd:complexType name="frequencyMeasure">   11490    <xsd:complexType name="frequencyMeasure">
11642       <xsd:simpleContent>   11491       <xsd:simpleContent>
11643          <xsd:extension base="witsml:abstractMeasure">   11492          <xsd:extension base="witsml:abstractMeasure">
11644             <xsd:attribute name="uom" type="witsml:frequencyUom" use="required" />   11493             <xsd:attribute name="uom" type="witsml:frequencyUom" use="required" />
11645          </xsd:extension>   11494          </xsd:extension>
11646       </xsd:simpleContent>   11495       </xsd:simpleContent>
11647    </xsd:complexType>   11496    </xsd:complexType>
11648    <!--UNUSED: Deleted type illuminanceMeasure.-->   11497    <!--UNUSED: Deleted type illuminanceMeasure.-->
11649    <xsd:complexType name="lengthMeasure">   11498    <xsd:complexType name="lengthMeasure">
11650       <xsd:simpleContent>   11499       <xsd:simpleContent>
11651          <xsd:extension base="witsml:abstractMeasure">   11500          <xsd:extension base="witsml:abstractMeasure">
11652             <xsd:attribute name="uom" type="witsml:lengthUom" use="required" />   11501             <xsd:attribute name="uom" type="witsml:lengthUom" use="required" />
11653          </xsd:extension>   11502          </xsd:extension>
11654       </xsd:simpleContent>   11503       </xsd:simpleContent>
11655    </xsd:complexType>   11504    </xsd:complexType>
11656    <xsd:complexType name="lengthPerLengthMeasure">   11505    <xsd:complexType name="lengthPerLengthMeasure">
11657       <xsd:simpleContent>   11506       <xsd:simpleContent>
11658          <xsd:extension base="witsml:abstractMeasure">   11507          <xsd:extension base="witsml:abstractMeasure">
11659             <xsd:attribute name="uom" type="witsml:lengthPerLengthUom" use="required" />   11508             <xsd:attribute name="uom" type="witsml:lengthPerLengthUom" use="required" />
11660          </xsd:extension>   11509          </xsd:extension>
11661       </xsd:simpleContent>   11510       </xsd:simpleContent>
11662    </xsd:complexType>   11511    </xsd:complexType>
11663    <!--UNUSED: Deleted type magneticFieldStrengthMeasure.-->   11512    <!--UNUSED: Deleted type magneticFieldStrengthMeasure.-->
11664    <xsd:complexType name="massConcentrationMeasure">   11513    <xsd:complexType name="massConcentrationMeasure">
11665       <xsd:simpleContent>   11514       <xsd:simpleContent>
11666          <xsd:extension base="witsml:abstractMeasure">   11515          <xsd:extension base="witsml:abstractMeasure">
11667             <xsd:attribute name="uom" type="witsml:massConcentrationUom" use="required" />   11516             <xsd:attribute name="uom" type="witsml:massConcentrationUom" use="required" />
11668          </xsd:extension>   11517          </xsd:extension>
11669       </xsd:simpleContent>   11518       </xsd:simpleContent>
11670    </xsd:complexType>   11519    </xsd:complexType>
11671    <xsd:complexType name="massFlowRateMeasure">   11520    <xsd:complexType name="massFlowRateMeasure">
11672       <xsd:simpleContent>   11521       <xsd:simpleContent>
11673          <xsd:extension base="witsml:abstractMeasure">   11522          <xsd:extension base="witsml:abstractMeasure">
11674             <xsd:attribute name="uom" type="witsml:massFlowRateUom" use="required" />   11523             <xsd:attribute name="uom" type="witsml:massFlowRateUom" use="required" />
11675          </xsd:extension>   11524          </xsd:extension>
11676       </xsd:simpleContent>   11525       </xsd:simpleContent>
11677    </xsd:complexType>   11526    </xsd:complexType>
11678    <xsd:complexType name="massMeasure">   11527    <xsd:complexType name="massMeasure">
11679       <xsd:simpleContent>   11528       <xsd:simpleContent>
11680          <xsd:extension base="witsml:abstractMeasure">   11529          <xsd:extension base="witsml:abstractMeasure">
11681             <xsd:attribute name="uom" type="witsml:massUom" use="required" />   11530             <xsd:attribute name="uom" type="witsml:massUom" use="required" />
11682          </xsd:extension>   11531          </xsd:extension>
11683       </xsd:simpleContent>   11532       </xsd:simpleContent>
11684    </xsd:complexType>   11533    </xsd:complexType>
11685    <!--UNUSED: Deleted type massPerLengthMeasure.-->   11534    <!--UNUSED: Deleted type massPerLengthMeasure.-->
11686    <xsd:complexType name="modulusOfCompressionMeasure">   11535    <xsd:complexType name="modulusOfCompressionMeasure">
11687       <xsd:simpleContent>   11536       <xsd:simpleContent>
11688          <xsd:extension base="witsml:abstractMeasure">   11537          <xsd:extension base="witsml:abstractMeasure">
11689             <xsd:attribute name="uom" type="witsml:modulusOfCompressionUom" use="required" />   11538             <xsd:attribute name="uom" type="witsml:modulusOfCompressionUom" use="required" />
11690          </xsd:extension>   11539          </xsd:extension>
11691       </xsd:simpleContent>   11540       </xsd:simpleContent>
11692    </xsd:complexType>   11541    </xsd:complexType>
11693    <!--UNUSED: Deleted type momentOfForceMeasure.-->   11542    <!--UNUSED: Deleted type momentOfForceMeasure.-->
11694    <!--UNUSED: Deleted type perLengthMeasure.-->   11543    <!--UNUSED: Deleted type perLengthMeasure.-->
11695    <xsd:complexType name="planeAngleMeasure">   11544    <xsd:complexType name="planeAngleMeasure">
11696       <xsd:simpleContent>   11545       <xsd:simpleContent>
11697          <xsd:extension base="witsml:abstractMeasure">   11546          <xsd:extension base="witsml:abstractMeasure">
11698             <xsd:attribute name="uom" type="witsml:planeAngleUom" use="required" />   11547             <xsd:attribute name="uom" type="witsml:planeAngleUom" use="required" />
11699          </xsd:extension>   11548          </xsd:extension>
11700       </xsd:simpleContent>   11549       </xsd:simpleContent>
11701    </xsd:complexType>   11550    </xsd:complexType>
11702    <!--UNUSED: Deleted type powerMeasure.-->   11551    <!--UNUSED: Deleted type powerMeasure.-->
11703    <xsd:complexType name="pressureMeasure">   11552    <xsd:complexType name="pressureMeasure">
11704       <xsd:simpleContent>   11553       <xsd:simpleContent>
11705          <xsd:extension base="witsml:abstractMeasure">   11554          <xsd:extension base="witsml:abstractMeasure">
11706             <xsd:attribute name="uom" type="witsml:pressureUom" use="required" />   11555             <xsd:attribute name="uom" type="witsml:pressureUom" use="required" />
11707          </xsd:extension>   11556          </xsd:extension>
11708       </xsd:simpleContent>   11557       </xsd:simpleContent>
11709    </xsd:complexType>   11558    </xsd:complexType>
11710    <!--UNUSED: Deleted type relativePowerMeasure.-->   11559    <!--UNUSED: Deleted type relativePowerMeasure.-->
11711    <!--UNUSED: Deleted type specificVolumeMeasure.-->   11560    <!--UNUSED: Deleted type specificVolumeMeasure.-->
11712    <xsd:complexType name="thermodynamicTemperatureMeasure">   11561    <xsd:complexType name="thermodynamicTemperatureMeasure">
11713       <xsd:simpleContent>   11562       <xsd:simpleContent>
11714          <xsd:extension base="witsml:abstractMeasure">   11563          <xsd:extension base="witsml:abstractMeasure">
11715             <xsd:attribute name="uom" type="witsml:thermodynamicTemperatureUom" use="required" />   11564             <xsd:attribute name="uom" type="witsml:thermodynamicTemperatureUom" use="required" />
11716          </xsd:extension>   11565          </xsd:extension>
11717       </xsd:simpleContent>   11566       </xsd:simpleContent>
11718    </xsd:complexType>   11567    </xsd:complexType>
11719    <xsd:complexType name="timeMeasure">   11568    <xsd:complexType name="timeMeasure">
11720       <xsd:simpleContent>   11569       <xsd:simpleContent>
11721          <xsd:extension base="witsml:abstractMeasure">   11570          <xsd:extension base="witsml:abstractMeasure">
11722             <xsd:attribute name="uom" type="witsml:timeUom" use="required" />   11571             <xsd:attribute name="uom" type="witsml:timeUom" use="required" />
11723          </xsd:extension>   11572          </xsd:extension>
11724       </xsd:simpleContent>   11573       </xsd:simpleContent>
11725    </xsd:complexType>   11574    </xsd:complexType>
11726    <xsd:complexType name="velocityMeasure">   11575    <xsd:complexType name="velocityMeasure">
11727       <xsd:simpleContent>   11576       <xsd:simpleContent>
11728          <xsd:extension base="witsml:abstractMeasure">   11577          <xsd:extension base="witsml:abstractMeasure">
11729             <xsd:attribute name="uom" type="witsml:velocityUom" use="required" />   11578             <xsd:attribute name="uom" type="witsml:velocityUom" use="required" />
11730          </xsd:extension>   11579          </xsd:extension>
11731       </xsd:simpleContent>   11580       </xsd:simpleContent>
11732    </xsd:complexType>   11581    </xsd:complexType>
11733    <xsd:complexType name="volumeMeasure">   11582    <xsd:complexType name="volumeMeasure">
11734       <xsd:simpleContent>   11583       <xsd:simpleContent>
11735          <xsd:extension base="witsml:abstractMeasure">   11584          <xsd:extension base="witsml:abstractMeasure">
11736             <xsd:attribute name="uom" type="witsml:volumeUom" use="required" />   11585             <xsd:attribute name="uom" type="witsml:volumeUom" use="required" />
11737          </xsd:extension>   11586          </xsd:extension>
11738       </xsd:simpleContent>   11587       </xsd:simpleContent>
11739    </xsd:complexType>   11588    </xsd:complexType>
11740    <xsd:complexType name="volumeFlowRateMeasure">   11589    <xsd:complexType name="volumeFlowRateMeasure">
11741       <xsd:simpleContent>   11590       <xsd:simpleContent>
11742          <xsd:extension base="witsml:abstractMeasure">   11591          <xsd:extension base="witsml:abstractMeasure">
11743             <xsd:attribute name="uom" type="witsml:volumeFlowRateUom" use="required" />   11592             <xsd:attribute name="uom" type="witsml:volumeFlowRateUom" use="required" />
11744          </xsd:extension>   11593          </xsd:extension>
11745       </xsd:simpleContent>   11594       </xsd:simpleContent>
11746    </xsd:complexType>   11595    </xsd:complexType>
11747    <xsd:complexType name="volumePerVolumeMeasure">   11596    <xsd:complexType name="volumePerVolumeMeasure">
11748       <xsd:simpleContent>   11597       <xsd:simpleContent>
11749          <xsd:extension base="witsml:abstractMeasure">   11598          <xsd:extension base="witsml:abstractMeasure">
11750             <xsd:attribute name="uom" type="witsml:volumePerVolumeUom" use="required" />   11599             <xsd:attribute name="uom" type="witsml:volumePerVolumeUom" use="required" />
11751          </xsd:extension>   11600          </xsd:extension>
11752       </xsd:simpleContent>   11601       </xsd:simpleContent>
11753    </xsd:complexType>   11602    </xsd:complexType>
11754    <xsd:complexType name="workMeasure">   11603    <xsd:complexType name="workMeasure">
11755       <xsd:simpleContent>   11604       <xsd:simpleContent>
11756          <xsd:extension base="witsml:abstractMeasure">   11605          <xsd:extension base="witsml:abstractMeasure">
11757             <xsd:attribute name="uom" type="witsml:workUom" use="optional" />   11606             <xsd:attribute name="uom" type="witsml:workUom" use="optional" />
11758          </xsd:extension>   11607          </xsd:extension>
11759       </xsd:simpleContent>   11608       </xsd:simpleContent>
11760    </xsd:complexType>   11609    </xsd:complexType>
11761    <xsd:complexType name="compressibilityMeasure">   11610    <xsd:complexType name="compressibilityMeasure">
11762       <xsd:simpleContent>   11611       <xsd:simpleContent>
11763          <xsd:extension base="witsml:abstractMeasure">   11612          <xsd:extension base="witsml:abstractMeasure">
11764             <xsd:attribute name="uom" type="witsml:compressibilityUom" use="required" />   11613             <xsd:attribute name="uom" type="witsml:compressibilityUom" use="required" />
11765          </xsd:extension>   11614          </xsd:extension>
11766       </xsd:simpleContent>   11615       </xsd:simpleContent>
11767    </xsd:complexType>   11616    </xsd:complexType>
11768    <xsd:complexType name="molarVolumeMeasure">   11617    <xsd:complexType name="molarVolumeMeasure">
11769       <xsd:simpleContent>   11618       <xsd:simpleContent>
11770          <xsd:extension base="witsml:abstractMeasure">   11619          <xsd:extension base="witsml:abstractMeasure">
11771             <xsd:attribute name="uom" type="witsml:molarVolumeUom" use="required" />   11620             <xsd:attribute name="uom" type="witsml:molarVolumeUom" use="required" />
11772          </xsd:extension>   11621          </xsd:extension>
11773       </xsd:simpleContent>   11622       </xsd:simpleContent>
11774    </xsd:complexType>   11623    </xsd:complexType>
11775    <xsd:complexType name="standardVolumeMeasure">   11624    <xsd:complexType name="standardVolumeMeasure">
11776       <xsd:annotation>   11625       <xsd:annotation>
11777          <xsd:documentation>A volume corrected to standard conditions of temperature and pressure. The standard conditions must be known outside the context of the data type   11626          <xsd:documentation>A volume corrected to standard conditions of temperature and pressure. The standard conditions must be known outside the context of the data type
11778          because the unit of measure is independent of the standard conditions. The main intent of this type is to allow programatic determination of where standard conditions are   11627          because the unit of measure is independent of the standard conditions. The main intent of this type is to allow programatic determination of where standard conditions are
11779          assumed.</xsd:documentation>   11628          assumed.</xsd:documentation>
11780       </xsd:annotation>   11629       </xsd:annotation>
11781       <xsd:simpleContent>   11630       <xsd:simpleContent>
11782          <xsd:extension base="witsml:abstractMeasure">   11631          <xsd:extension base="witsml:abstractMeasure">
11783             <xsd:attribute name="uom" type="witsml:volumeUom" use="required" />   11632             <xsd:attribute name="uom" type="witsml:volumeUom" use="required" />
11784          </xsd:extension>   11633          </xsd:extension>
11785       </xsd:simpleContent>   11634       </xsd:simpleContent>
11786    </xsd:complexType>   11635    </xsd:complexType>
11787    <xsd:complexType name="thermalConductivityMeasure">   11636    <xsd:complexType name="thermalConductivityMeasure">
11788       <xsd:simpleContent>   11637       <xsd:simpleContent>
11789          <xsd:extension base="witsml:abstractMeasure">   11638          <xsd:extension base="witsml:abstractMeasure">
11790             <xsd:attribute name="uom" type="witsml:thermalConductivityUom" use="required" />   11639             <xsd:attribute name="uom" type="witsml:thermalConductivityUom" use="required" />
11791          </xsd:extension>   11640          </xsd:extension>
11792       </xsd:simpleContent>   11641       </xsd:simpleContent>
11793    </xsd:complexType>   11642    </xsd:complexType>
11794    <xsd:complexType name="volumePerStandardVolumeMeasure">   11643    <xsd:complexType name="volumePerStandardVolumeMeasure">
11795       <xsd:annotation>   11644       <xsd:annotation>
11796          <xsd:documentation>A ratio of an uncorrected volume to a volume corrected to standard conditions of temperature and pressure. The standard conditions must be known   11645          <xsd:documentation>A ratio of an uncorrected volume to a volume corrected to standard conditions of temperature and pressure. The standard conditions must be known
11797          outside the context of the data type because the unit of measure is independent of the standard conditions. The main intent of this type is to allow programatic   11646          outside the context of the data type because the unit of measure is independent of the standard conditions. The main intent of this type is to allow programatic
11798          determination of where standard conditions are assumed.</xsd:documentation>   11647          determination of where standard conditions are assumed.</xsd:documentation>
11799       </xsd:annotation>   11648       </xsd:annotation>
11800       <xsd:simpleContent>   11649       <xsd:simpleContent>
11801          <xsd:extension base="witsml:abstractMeasure">   11650          <xsd:extension base="witsml:abstractMeasure">
11802             <xsd:attribute name="uom" type="witsml:volumePerVolumeUom" use="required" />   11651             <xsd:attribute name="uom" type="witsml:volumePerVolumeUom" use="required" />
11803          </xsd:extension>   11652          </xsd:extension>
11804       </xsd:simpleContent>   11653       </xsd:simpleContent>
11805    </xsd:complexType>   11654    </xsd:complexType>
11806    <xsd:complexType name="standardVolumePerStandardVolumeMeasure">   11655    <xsd:complexType name="standardVolumePerStandardVolumeMeasure">
11807       <xsd:annotation>   11656       <xsd:annotation>
11808          <xsd:documentation>A ratio of volumes that have each been corrected to standard conditions of temperature and pressure. The standard conditions must be known outside the   11657          <xsd:documentation>A ratio of volumes that have each been corrected to standard conditions of temperature and pressure. The standard conditions must be known outside the
11809          context of the data type because the unit of measure is independent of the standard conditions. The main intent of this type is to allow programatic determination of   11658          context of the data type because the unit of measure is independent of the standard conditions. The main intent of this type is to allow programatic determination of
11810          where standard conditions are assumed.</xsd:documentation>   11659          where standard conditions are assumed.</xsd:documentation>
11811       </xsd:annotation>   11660       </xsd:annotation>
11812       <xsd:simpleContent>   11661       <xsd:simpleContent>
11813          <xsd:extension base="witsml:abstractMeasure">   11662          <xsd:extension base="witsml:abstractMeasure">
11814             <xsd:attribute name="uom" type="witsml:volumePerVolumeUom" use="required" />   11663             <xsd:attribute name="uom" type="witsml:volumePerVolumeUom" use="required" />
11815          </xsd:extension>   11664          </xsd:extension>
11816       </xsd:simpleContent>   11665       </xsd:simpleContent>
11817    </xsd:complexType>   11666    </xsd:complexType>
11818    <xsd:complexType name="standardVolumePerVolumeMeasure">   11667    <xsd:complexType name="standardVolumePerVolumeMeasure">
11819       <xsd:annotation>   11668       <xsd:annotation>
11820          <xsd:documentation>A ratio of a volume that has been corrected to standard conditions of temperature and pressure to an uncorrected volume. The standard conditions must   11669          <xsd:documentation>A ratio of a volume that has been corrected to standard conditions of temperature and pressure to an uncorrected volume. The standard conditions must
11821          be known outside the context of the data type because the unit of measure is independent of the standard conditions. The main intent of this type is to allow programatic   11670          be known outside the context of the data type because the unit of measure is independent of the standard conditions. The main intent of this type is to allow programatic
11822          determination of where standard conditions are assumed.</xsd:documentation>   11671          determination of where standard conditions are assumed.</xsd:documentation>
11823       </xsd:annotation>   11672       </xsd:annotation>
11824       <xsd:simpleContent>   11673       <xsd:simpleContent>
11825          <xsd:extension base="witsml:abstractMeasure">   11674          <xsd:extension base="witsml:abstractMeasure">
11826             <xsd:attribute name="uom" type="witsml:volumePerVolumeUom" use="required" />   11675             <xsd:attribute name="uom" type="witsml:volumePerVolumeUom" use="required" />
11827          </xsd:extension>   11676          </xsd:extension>
11828       </xsd:simpleContent>   11677       </xsd:simpleContent>
11829    </xsd:complexType>   11678    </xsd:complexType>
11830    <!--UNUSED: Deleted type accelerationLinearUom.-->   11679    <!--UNUSED: Deleted type accelerationLinearUom.-->
11831    <xsd:simpleType name="amountOfSubstanceUom">   11680    <xsd:simpleType name="amountOfSubstanceUom">
11832       <xsd:restriction base="witsml:abstractUomEnum">   11681       <xsd:restriction base="witsml:abstractUomEnum">
11833          <xsd:enumeration value="kmol" />   11682          <xsd:enumeration value="kmol" />
11834          <xsd:enumeration value="mmol" />   11683          <xsd:enumeration value="mmol" />
11835          <xsd:enumeration value="mol" />   11684          <xsd:enumeration value="mol" />
11836          <xsd:enumeration value="mol" />   11685          <xsd:enumeration value="mol" />
11837          <xsd:enumeration value="kmol" />   11686          <xsd:enumeration value="kmol" />
11838          <xsd:enumeration value="lbmole" />   11687          <xsd:enumeration value="lbmole" />
11839          <xsd:enumeration value="umol" />   11688          <xsd:enumeration value="umol" />
11840       </xsd:restriction>   11689       </xsd:restriction>
11841    </xsd:simpleType>   11690    </xsd:simpleType>
11842    <!--UNUSED: Deleted type anglePerLengthUom.-->   11691    <!--UNUSED: Deleted type anglePerLengthUom.-->
11843    <!--UNUSED: Deleted type anglePerTimeUom.-->   11692    <!--UNUSED: Deleted type anglePerTimeUom.-->
11844    <!--UNUSED: Deleted type areaUom.-->   11693    <!--UNUSED: Deleted type areaUom.-->
11845    <!--UNUSED: Deleted type areaPerAreaUom.-->   11694    <!--UNUSED: Deleted type areaPerAreaUom.-->
11846    <xsd:simpleType name="densityUom">   11695    <xsd:simpleType name="densityUom">
11847       <xsd:restriction base="witsml:abstractUomEnum">   11696       <xsd:restriction base="witsml:abstractUomEnum">
11848          <xsd:enumeration value="kg/m3" />   11697          <xsd:enumeration value="kg/m3" />
11849          <xsd:enumeration value="10Mg/m3" />   11698          <xsd:enumeration value="10Mg/m3" />
11850          <xsd:enumeration value="dAPI" />   11699          <xsd:enumeration value="dAPI" />
11851          <xsd:enumeration value="g/cm3" />   11700          <xsd:enumeration value="g/cm3" />
11852          <xsd:enumeration value="g/dm3" />   11701          <xsd:enumeration value="g/dm3" />
11853          <xsd:enumeration value="g/galUK" />   11702          <xsd:enumeration value="g/galUK" />
11854          <xsd:enumeration value="g/galUS" />   11703          <xsd:enumeration value="g/galUS" />
11855          <xsd:enumeration value="g/L" />   11704          <xsd:enumeration value="g/L" />
11856          <xsd:enumeration value="g/m3" />   11705          <xsd:enumeration value="g/m3" />
11857          <xsd:enumeration value="grain/ft3" />   11706          <xsd:enumeration value="grain/ft3" />
11858          <xsd:enumeration value="grain/galUS" />   11707          <xsd:enumeration value="grain/galUS" />
11859          <xsd:enumeration value="grain/100ft3" />   11708          <xsd:enumeration value="grain/100ft3" />
11860          <xsd:enumeration value="kg/dm3" />   11709          <xsd:enumeration value="kg/dm3" />
11861          <xsd:enumeration value="kg/L" />   11710          <xsd:enumeration value="kg/L" />
11862          <xsd:enumeration value="Mg/m3" />   11711          <xsd:enumeration value="Mg/m3" />
11863          <xsd:enumeration value="lbm/10bbl" />   11712          <xsd:enumeration value="lbm/10bbl" />
11864          <xsd:enumeration value="lbm/bbl" />   11713          <xsd:enumeration value="lbm/bbl" />
11865          <xsd:enumeration value="lbm/ft3" />   11714          <xsd:enumeration value="lbm/ft3" />
11866          <xsd:enumeration value="lbm/galUK" />   11715          <xsd:enumeration value="lbm/galUK" />
11867          <xsd:enumeration value="lbm/1000galUK" />   11716          <xsd:enumeration value="lbm/1000galUK" />
11868          <xsd:enumeration value="lbm/galUS" />   11717          <xsd:enumeration value="lbm/galUS" />
11869          <xsd:enumeration value="lbm/1000galUS" />   11718          <xsd:enumeration value="lbm/1000galUS" />
11870          <xsd:enumeration value="lbm/in3" />   11719          <xsd:enumeration value="lbm/in3" />
11871          <xsd:enumeration value="lbm/Mbbl" />   11720          <xsd:enumeration value="lbm/Mbbl" />
11872          <xsd:enumeration value="mg/dm3" />   11721          <xsd:enumeration value="mg/dm3" />
11873          <xsd:enumeration value="mg/galUS" />   11722          <xsd:enumeration value="mg/galUS" />
11874          <xsd:enumeration value="mg/L" />   11723          <xsd:enumeration value="mg/L" />
11875          <xsd:enumeration value="mg/m3" />   11724          <xsd:enumeration value="mg/m3" />
11876          <xsd:enumeration value="ug/cm3" />   11725          <xsd:enumeration value="ug/cm3" />
11877       </xsd:restriction>   11726       </xsd:restriction>
11878    </xsd:simpleType>   11727    </xsd:simpleType>
11879    <xsd:simpleType name="dimensionlessUom">   11728    <xsd:simpleType name="dimensionlessUom">
11880       <xsd:restriction base="witsml:abstractUomEnum">   11729       <xsd:restriction base="witsml:abstractUomEnum">
11881          <xsd:enumeration value="Euc" />   11730          <xsd:enumeration value="Euc" />
11882          <xsd:enumeration value="%" />   11731          <xsd:enumeration value="%" />
11883          <xsd:enumeration value="cEuc" />   11732          <xsd:enumeration value="cEuc" />
11884          <xsd:enumeration value="mEuc" />   11733          <xsd:enumeration value="mEuc" />
11885          <xsd:enumeration value="nEuc" />   11734          <xsd:enumeration value="nEuc" />
11886          <xsd:enumeration value="uEuc" />   11735          <xsd:enumeration value="uEuc" />
11887       </xsd:restriction>   11736       </xsd:restriction>
11888    </xsd:simpleType>   11737    </xsd:simpleType>
11889    <xsd:simpleType name="dynamicViscosityUom">   11738    <xsd:simpleType name="dynamicViscosityUom">
11890       <xsd:restriction base="witsml:abstractUomEnum">   11739       <xsd:restriction base="witsml:abstractUomEnum">
11891          <xsd:enumeration value="Pa.s" />   11740          <xsd:enumeration value="Pa.s" />
11892          <xsd:enumeration value="cP" />   11741          <xsd:enumeration value="cP" />
11893          <xsd:enumeration value="P" />   11742          <xsd:enumeration value="P" />
11894          <xsd:enumeration value="psi.s" />   11743          <xsd:enumeration value="psi.s" />
11895          <xsd:enumeration value="dyne.s/cm2" />   11744          <xsd:enumeration value="dyne.s/cm2" />
11896          <xsd:enumeration value="kgf.s/m2" />   11745          <xsd:enumeration value="kgf.s/m2" />
11897          <xsd:enumeration value="lbf.s/ft2" />   11746          <xsd:enumeration value="lbf.s/ft2" />
11898          <xsd:enumeration value="lbf.s/in2" />   11747          <xsd:enumeration value="lbf.s/in2" />
11899          <xsd:enumeration value="mPa.s" />   11748          <xsd:enumeration value="mPa.s" />
11900          <xsd:enumeration value="N.s/m2" />   11749          <xsd:enumeration value="N.s/m2" />
11901       </xsd:restriction>   11750       </xsd:restriction>
11902    </xsd:simpleType>   11751    </xsd:simpleType>
11903    <!--UNUSED: Deleted type electricPotentialUom.-->   11752    <!--UNUSED: Deleted type electricPotentialUom.-->
11904    <!--UNUSED: Deleted type energyPerAreaUom.-->   11753    <!--UNUSED: Deleted type energyPerAreaUom.-->
11905    <!--UNUSED: Deleted type equivalentPerMassUom.-->   11754    <!--UNUSED: Deleted type equivalentPerMassUom.-->
11906    <!--UNUSED: Deleted type forceUom.-->   11755    <!--UNUSED: Deleted type forceUom.-->
11907    <!--UNUSED: Deleted type forcePerVolumeUom.-->   11756    <!--UNUSED: Deleted type forcePerVolumeUom.-->
11908    <xsd:simpleType name="frequencyUom">   11757    <xsd:simpleType name="frequencyUom">
11909       <xsd:restriction base="witsml:abstractUomEnum">   11758       <xsd:restriction base="witsml:abstractUomEnum">
11910          <xsd:enumeration value="Hz" />   11759          <xsd:enumeration value="Hz" />
11911          <xsd:enumeration value="c/s" />   11760          <xsd:enumeration value="c/s" />
11912          <xsd:enumeration value="GHz" />   11761          <xsd:enumeration value="GHz" />
11913          <xsd:enumeration value="kHz" />   11762          <xsd:enumeration value="kHz" />
11914          <xsd:enumeration value="mHz" />   11763          <xsd:enumeration value="mHz" />
11915          <xsd:enumeration value="MHz" />   11764          <xsd:enumeration value="MHz" />
11916          <xsd:enumeration value="uHz" />   11765          <xsd:enumeration value="uHz" />
11917          <xsd:enumeration value="1/s" />   11766          <xsd:enumeration value="1/s" />
11918          <xsd:enumeration value="1/a" />   11767          <xsd:enumeration value="1/a" />
11919          <xsd:enumeration value="1/d" />   11768          <xsd:enumeration value="1/d" />
11920          <xsd:enumeration value="1/h" />   11769          <xsd:enumeration value="1/h" />
11921          <xsd:enumeration value="1/min" />   11770          <xsd:enumeration value="1/min" />
11922          <xsd:enumeration value="1/wk" />   11771          <xsd:enumeration value="1/wk" />
11923          <xsd:enumeration value="kEuc/s" />   11772          <xsd:enumeration value="kEuc/s" />
11924       </xsd:restriction>   11773       </xsd:restriction>
11925    </xsd:simpleType>   11774    </xsd:simpleType>
11926    <!--UNUSED: Deleted type illuminanceUom.-->   11775    <!--UNUSED: Deleted type illuminanceUom.-->
11927    <xsd:simpleType name="lengthUom">   11776    <xsd:simpleType name="lengthUom">
11928       <xsd:restriction base="witsml:abstractUomEnum">   11777       <xsd:restriction base="witsml:abstractUomEnum">
11929          <xsd:enumeration value="m" />   11778          <xsd:enumeration value="m" />
11930          <xsd:enumeration value="angstrom" />   11779          <xsd:enumeration value="angstrom" />
11931          <xsd:enumeration value="chBnA" />   11780          <xsd:enumeration value="chBnA" />
11932          <xsd:enumeration value="chBnB" />   11781          <xsd:enumeration value="chBnB" />
11933          <xsd:enumeration value="chCla" />   11782          <xsd:enumeration value="chCla" />
11934          <xsd:enumeration value="chSe" />   11783          <xsd:enumeration value="chSe" />
11935          <xsd:enumeration value="chUS" />   11784          <xsd:enumeration value="chUS" />
11936          <xsd:enumeration value="cm" />   11785          <xsd:enumeration value="cm" />
11937          <xsd:enumeration value="dm" />   11786          <xsd:enumeration value="dm" />
11938          <xsd:enumeration value="fathom" />   11787          <xsd:enumeration value="fathom" />
11939          <xsd:enumeration value="fm" />   11788          <xsd:enumeration value="fm" />
11940          <xsd:enumeration value="ft" />   11789          <xsd:enumeration value="ft" />
11941          <xsd:enumeration value="ftBnA" />   11790          <xsd:enumeration value="ftBnA" />
11942          <xsd:enumeration value="ftBnB" />   11791          <xsd:enumeration value="ftBnB" />
11943          <xsd:enumeration value="ftBr(65)" />   11792          <xsd:enumeration value="ftBr(65)" />
11944          <xsd:enumeration value="ftCla" />   11793          <xsd:enumeration value="ftCla" />
11945          <xsd:enumeration value="ftGC" />   11794          <xsd:enumeration value="ftGC" />
11946          <xsd:enumeration value="ftInd" />   11795          <xsd:enumeration value="ftInd" />
11947          <xsd:enumeration value="ftInd(37)" />   11796          <xsd:enumeration value="ftInd(37)" />
11948          <xsd:enumeration value="ftInd(62)" />   11797          <xsd:enumeration value="ftInd(62)" />
11949          <xsd:enumeration value="ftInd(75)" />   11798          <xsd:enumeration value="ftInd(75)" />
11950          <xsd:enumeration value="ftMA" />   11799          <xsd:enumeration value="ftMA" />
11951          <xsd:enumeration value="ftSe" />   11800          <xsd:enumeration value="ftSe" />
11952          <xsd:enumeration value="ftUS" />   11801          <xsd:enumeration value="ftUS" />
11953          <xsd:enumeration value="in" />   11802          <xsd:enumeration value="in" />
11954          <xsd:enumeration value="in/10" />   11803          <xsd:enumeration value="in/10" />
11955          <xsd:enumeration value="in/16" />   11804          <xsd:enumeration value="in/16" />
11956          <xsd:enumeration value="in/32" />   11805          <xsd:enumeration value="in/32" />
11957          <xsd:enumeration value="in/64" />   11806          <xsd:enumeration value="in/64" />
11958          <xsd:enumeration value="inUS" />   11807          <xsd:enumeration value="inUS" />
11959          <xsd:enumeration value="km" />   11808          <xsd:enumeration value="km" />
11960          <xsd:enumeration value="lkBnA" />   11809          <xsd:enumeration value="lkBnA" />
11961          <xsd:enumeration value="lkBnB" />   11810          <xsd:enumeration value="lkBnB" />
11962          <xsd:enumeration value="lkCla" />   11811          <xsd:enumeration value="lkCla" />
11963          <xsd:enumeration value="lkSe" />   11812          <xsd:enumeration value="lkSe" />
11964          <xsd:enumeration value="lkUS" />   11813          <xsd:enumeration value="lkUS" />
11965          <xsd:enumeration value="mGer" />   11814          <xsd:enumeration value="mGer" />
11966          <xsd:enumeration value="mi" />   11815          <xsd:enumeration value="mi" />
11967          <xsd:enumeration value="mil" />   11816          <xsd:enumeration value="mil" />
11968          <xsd:enumeration value="miUS" />   11817          <xsd:enumeration value="miUS" />
11969          <xsd:enumeration value="mm" />   11818          <xsd:enumeration value="mm" />
11970          <xsd:enumeration value="Mm" />   11819          <xsd:enumeration value="Mm" />
11971          <xsd:enumeration value="nautmi" />   11820          <xsd:enumeration value="nautmi" />
11972          <xsd:enumeration value="nm" />   11821          <xsd:enumeration value="nm" />
11973          <xsd:enumeration value="pm" />   11822          <xsd:enumeration value="pm" />
11974          <xsd:enumeration value="um" />   11823          <xsd:enumeration value="um" />
11975          <xsd:enumeration value="yd" />   11824          <xsd:enumeration value="yd" />
11976          <xsd:enumeration value="ydBnA" />   11825          <xsd:enumeration value="ydBnA" />
11977          <xsd:enumeration value="ydBnB" />   11826          <xsd:enumeration value="ydBnB" />
11978          <xsd:enumeration value="ydCla" />   11827          <xsd:enumeration value="ydCla" />
11979          <xsd:enumeration value="ydIm" />   11828          <xsd:enumeration value="ydIm" />
11980          <xsd:enumeration value="ydInd" />   11829          <xsd:enumeration value="ydInd" />
11981          <xsd:enumeration value="ydInd(37)" />   11830          <xsd:enumeration value="ydInd(37)" />
11982          <xsd:enumeration value="ydInd(62)" />   11831          <xsd:enumeration value="ydInd(62)" />
11983          <xsd:enumeration value="ydInd(75)" />   11832          <xsd:enumeration value="ydInd(75)" />
11984          <xsd:enumeration value="ydSe" />   11833          <xsd:enumeration value="ydSe" />
11985       </xsd:restriction>   11834       </xsd:restriction>
11986    </xsd:simpleType>   11835    </xsd:simpleType>
11987    <xsd:simpleType name="lengthPerLengthUom">   11836    <xsd:simpleType name="lengthPerLengthUom">
11988       <xsd:restriction base="witsml:abstractUomEnum">   11837       <xsd:restriction base="witsml:abstractUomEnum">
11989          <xsd:enumeration value="%" />   11838          <xsd:enumeration value="%" />
11990          <xsd:enumeration value="ft/100ft" />   11839          <xsd:enumeration value="ft/100ft" />
11991          <xsd:enumeration value="ft/ft" />   11840          <xsd:enumeration value="ft/ft" />
11992          <xsd:enumeration value="ft/in" />   11841          <xsd:enumeration value="ft/in" />
11993          <xsd:enumeration value="ft/m" />   11842          <xsd:enumeration value="ft/m" />
11994          <xsd:enumeration value="ft/mi" />   11843          <xsd:enumeration value="ft/mi" />
11995          <xsd:enumeration value="km/cm" />   11844          <xsd:enumeration value="km/cm" />
11996          <xsd:enumeration value="m/30m" />   11845          <xsd:enumeration value="m/30m" />
11997          <xsd:enumeration value="m/cm" />   11846          <xsd:enumeration value="m/cm" />
11998          <xsd:enumeration value="m/km" />   11847          <xsd:enumeration value="m/km" />
11999          <xsd:enumeration value="m/m" />   11848          <xsd:enumeration value="m/m" />
12000          <xsd:enumeration value="mi/in" />   11849          <xsd:enumeration value="mi/in" />
12001       </xsd:restriction>   11850       </xsd:restriction>
12002    </xsd:simpleType>   11851    </xsd:simpleType>
12003    <!--UNUSED: Deleted type magneticFieldStrengthUom.-->   11852    <!--UNUSED: Deleted type magneticFieldStrengthUom.-->
12004    <xsd:simpleType name="massConcentrationUom">   11853    <xsd:simpleType name="massConcentrationUom">
12005       <xsd:restriction base="witsml:abstractUomEnum">   11854       <xsd:restriction base="witsml:abstractUomEnum">
12006          <xsd:enumeration value="Euc" />   11855          <xsd:enumeration value="Euc" />
12007          <xsd:enumeration value="%" />   11856          <xsd:enumeration value="%" />
12008          <xsd:enumeration value="g/kg" />   11857          <xsd:enumeration value="g/kg" />
12009          <xsd:enumeration value="kg/kg" />   11858          <xsd:enumeration value="kg/kg" />
12010          <xsd:enumeration value="kg/sack94" />   11859          <xsd:enumeration value="kg/sack94" />
12011          <xsd:enumeration value="mg/kg" />   11860          <xsd:enumeration value="mg/kg" />
12012          <xsd:enumeration value="permil" />   11861          <xsd:enumeration value="permil" />
12013          <xsd:enumeration value="ppdk" />   11862          <xsd:enumeration value="ppdk" />
12014          <xsd:enumeration value="ppk" />   11863          <xsd:enumeration value="ppk" />
12015          <xsd:enumeration value="ppm" />   11864          <xsd:enumeration value="ppm" />
12016       </xsd:restriction>   11865       </xsd:restriction>
12017    </xsd:simpleType>   11866    </xsd:simpleType>
12018    <xsd:simpleType name="massFlowRateUom">   11867    <xsd:simpleType name="massFlowRateUom">
12019       <xsd:restriction base="witsml:abstractUomEnum">   11868       <xsd:restriction base="witsml:abstractUomEnum">
12020          <xsd:enumeration value="Mg/a" />   11869          <xsd:enumeration value="Mg/a" />
12021          <xsd:enumeration value="Mg/d" />   11870          <xsd:enumeration value="Mg/d" />
12022          <xsd:enumeration value="Mg/h" />   11871          <xsd:enumeration value="Mg/h" />
12023          <xsd:enumeration value="Mlbm/yr" />   11872          <xsd:enumeration value="Mlbm/yr" />
12024          <xsd:enumeration value="g/s" />   11873          <xsd:enumeration value="g/s" />
12025          <xsd:enumeration value="kg/d" />   11874          <xsd:enumeration value="kg/d" />
12026          <xsd:enumeration value="kg/h" />   11875          <xsd:enumeration value="kg/h" />
12027          <xsd:enumeration value="kg/min" />   11876          <xsd:enumeration value="kg/min" />
12028          <xsd:enumeration value="kg/s" />   11877          <xsd:enumeration value="kg/s" />
12029          <xsd:enumeration value="lbm/d" />   11878          <xsd:enumeration value="lbm/d" />
12030          <xsd:enumeration value="lbm/h" />   11879          <xsd:enumeration value="lbm/h" />
12031          <xsd:enumeration value="lbm/min" />   11880          <xsd:enumeration value="lbm/min" />
12032          <xsd:enumeration value="lbm/s" />   11881          <xsd:enumeration value="lbm/s" />
12033          <xsd:enumeration value="t/a" />   11882          <xsd:enumeration value="t/a" />
12034          <xsd:enumeration value="t/d" />   11883          <xsd:enumeration value="t/d" />
12035          <xsd:enumeration value="t/h" />   11884          <xsd:enumeration value="t/h" />
12036          <xsd:enumeration value="t/min" />   11885          <xsd:enumeration value="t/min" />
12037          <xsd:enumeration value="tonUK/a" />   11886          <xsd:enumeration value="tonUK/a" />
12038          <xsd:enumeration value="tonUK/d" />   11887          <xsd:enumeration value="tonUK/d" />
12039          <xsd:enumeration value="tonUK/h" />   11888          <xsd:enumeration value="tonUK/h" />
12040          <xsd:enumeration value="tonUK/min" />   11889          <xsd:enumeration value="tonUK/min" />
12041          <xsd:enumeration value="tonUS/a" />   11890          <xsd:enumeration value="tonUS/a" />
12042          <xsd:enumeration value="tonUS/d" />   11891          <xsd:enumeration value="tonUS/d" />
12043          <xsd:enumeration value="tonUS/h" />   11892          <xsd:enumeration value="tonUS/h" />
12044          <xsd:enumeration value="tonUS/min" />   11893          <xsd:enumeration value="tonUS/min" />
12045       </xsd:restriction>   11894       </xsd:restriction>
12046    </xsd:simpleType>   11895    </xsd:simpleType>
12047    <xsd:simpleType name="massUom">   11896    <xsd:simpleType name="massUom">
12048       <xsd:restriction base="witsml:abstractUomEnum">   11897       <xsd:restriction base="witsml:abstractUomEnum">
12049          <xsd:enumeration value="kg" />   11898          <xsd:enumeration value="kg" />
12050          <xsd:enumeration value="ag" />   11899          <xsd:enumeration value="ag" />
12051          <xsd:enumeration value="ct" />   11900          <xsd:enumeration value="ct" />
12052          <xsd:enumeration value="cwtUK" />   11901          <xsd:enumeration value="cwtUK" />
12053          <xsd:enumeration value="cwtUS" />   11902          <xsd:enumeration value="cwtUS" />
12054          <xsd:enumeration value="g" />   11903          <xsd:enumeration value="g" />
12055          <xsd:enumeration value="grain" />   11904          <xsd:enumeration value="grain" />
12056          <xsd:enumeration value="klbm" />   11905          <xsd:enumeration value="klbm" />
12057          <xsd:enumeration value="lbm" />   11906          <xsd:enumeration value="lbm" />
12058          <xsd:enumeration value="Mg" />   11907          <xsd:enumeration value="Mg" />
12059          <xsd:enumeration value="mg" />   11908          <xsd:enumeration value="mg" />
12060          <xsd:enumeration value="oz(av)" />   11909          <xsd:enumeration value="oz(av)" />
12061          <xsd:enumeration value="oz(troy)" />   11910          <xsd:enumeration value="oz(troy)" />
12062          <xsd:enumeration value="ozm" />   11911          <xsd:enumeration value="ozm" />
12063          <xsd:enumeration value="sack94" />   11912          <xsd:enumeration value="sack94" />
12064          <xsd:enumeration value="t" />   11913          <xsd:enumeration value="t" />
12065          <xsd:enumeration value="tonUK" />   11914          <xsd:enumeration value="tonUK" />
12066          <xsd:enumeration value="tonUS" />   11915          <xsd:enumeration value="tonUS" />
12067          <xsd:enumeration value="ug" />   11916          <xsd:enumeration value="ug" />
12068       </xsd:restriction>   11917       </xsd:restriction>
12069    </xsd:simpleType>   11918    </xsd:simpleType>
12070    <!--UNUSED: Deleted type massPerLengthUom.-->   11919    <!--UNUSED: Deleted type massPerLengthUom.-->
12071    <xsd:simpleType name="modulusOfCompressionUom">   11920    <xsd:simpleType name="modulusOfCompressionUom">
12072       <xsd:restriction base="witsml:abstractUomEnum">   11921       <xsd:restriction base="witsml:abstractUomEnum">
12073          <xsd:enumeration value="J/m3" />   11922          <xsd:enumeration value="J/m3" />
12074          <xsd:enumeration value="Btu/bbl" />   11923          <xsd:enumeration value="Btu/bbl" />
12075          <xsd:enumeration value="Btu/ft3" />   11924          <xsd:enumeration value="Btu/ft3" />
12076          <xsd:enumeration value="Btu/galUK" />   11925          <xsd:enumeration value="Btu/galUK" />
12077          <xsd:enumeration value="Btu/galUS" />   11926          <xsd:enumeration value="Btu/galUS" />
12078          <xsd:enumeration value="cal/cm3" />   11927          <xsd:enumeration value="cal/cm3" />
12079          <xsd:enumeration value="cal/mL" />   11928          <xsd:enumeration value="cal/mL" />
12080          <xsd:enumeration value="cal/mm3" />   11929          <xsd:enumeration value="cal/mm3" />
12081          <xsd:enumeration value="erg/cm3" />   11930          <xsd:enumeration value="erg/cm3" />
12082          <xsd:enumeration value="erg/m3" />   11931          <xsd:enumeration value="erg/m3" />
12083          <xsd:enumeration value="ft.lbf/bbl" />   11932          <xsd:enumeration value="ft.lbf/bbl" />
12084          <xsd:enumeration value="ft.lbf/galUS" />   11933          <xsd:enumeration value="ft.lbf/galUS" />
12085          <xsd:enumeration value="hp.hr/bbl" />   11934          <xsd:enumeration value="hp.hr/bbl" />
12086          <xsd:enumeration value="J/dm3" />   11935          <xsd:enumeration value="J/dm3" />
12087          <xsd:enumeration value="kcal/cm3" />   11936          <xsd:enumeration value="kcal/cm3" />
12088          <xsd:enumeration value="kcal/m3" />   11937          <xsd:enumeration value="kcal/m3" />
12089          <xsd:enumeration value="kJ/dm3" />   11938          <xsd:enumeration value="kJ/dm3" />
12090          <xsd:enumeration value="kJ/m3" />   11939          <xsd:enumeration value="kJ/m3" />
12091          <xsd:enumeration value="kW.h/dm3" />   11940          <xsd:enumeration value="kW.h/dm3" />
12092          <xsd:enumeration value="kW.h/m3" />   11941          <xsd:enumeration value="kW.h/m3" />
12093          <xsd:enumeration value="lbf.ft/bbl" />   11942          <xsd:enumeration value="lbf.ft/bbl" />
12094          <xsd:enumeration value="MJ/m3" />   11943          <xsd:enumeration value="MJ/m3" />
12095          <xsd:enumeration value="MW.h/m3" />   11944          <xsd:enumeration value="MW.h/m3" />
12096          <xsd:enumeration value="therm/ft3" />   11945          <xsd:enumeration value="therm/ft3" />
12097          <xsd:enumeration value="therm/galUK" />   11946          <xsd:enumeration value="therm/galUK" />
12098          <xsd:enumeration value="tonfUS.mi/bbl" />   11947          <xsd:enumeration value="tonfUS.mi/bbl" />
12099       </xsd:restriction>   11948       </xsd:restriction>
12100    </xsd:simpleType>   11949    </xsd:simpleType>
12101    <!--UNUSED: Deleted type momentOfForceUom.-->   11950    <!--UNUSED: Deleted type momentOfForceUom.-->
12102    <!--UNUSED: Deleted type perLengthUom.-->   11951    <!--UNUSED: Deleted type perLengthUom.-->
12103    <xsd:simpleType name="planeAngleUom">   11952    <xsd:simpleType name="planeAngleUom">
12104       <xsd:restriction base="witsml:abstractUomEnum">   11953       <xsd:restriction base="witsml:abstractUomEnum">
12105          <xsd:enumeration value="rad" />   11954          <xsd:enumeration value="rad" />
12106          <xsd:enumeration value="c" />   11955          <xsd:enumeration value="c" />
12107          <xsd:enumeration value="ccgr" />   11956          <xsd:enumeration value="ccgr" />
12108          <xsd:enumeration value="cgr" />   11957          <xsd:enumeration value="cgr" />
12109          <xsd:enumeration value="dega" />   11958          <xsd:enumeration value="dega" />
12110          <xsd:enumeration value="gon" />   11959          <xsd:enumeration value="gon" />
12111          <xsd:enumeration value="gr" />   11960          <xsd:enumeration value="gr" />
12112          <xsd:enumeration value="Grad" />   11961          <xsd:enumeration value="Grad" />
12113          <xsd:enumeration value="krad" />   11962          <xsd:enumeration value="krad" />
12114          <xsd:enumeration value="mila" />   11963          <xsd:enumeration value="mila" />
12115          <xsd:enumeration value="mina" />   11964          <xsd:enumeration value="mina" />
12116          <xsd:enumeration value="mrad" />   11965          <xsd:enumeration value="mrad" />
12117          <xsd:enumeration value="Mrad" />   11966          <xsd:enumeration value="Mrad" />
12118          <xsd:enumeration value="mseca" />   11967          <xsd:enumeration value="mseca" />
12119          <xsd:enumeration value="seca" />   11968          <xsd:enumeration value="seca" />
12120          <xsd:enumeration value="urad" />   11969          <xsd:enumeration value="urad" />
12121       </xsd:restriction>   11970       </xsd:restriction>
12122    </xsd:simpleType>   11971    </xsd:simpleType>
12123    <!--UNUSED: Deleted type powerUom.-->   11972    <!--UNUSED: Deleted type powerUom.-->
12124    <xsd:simpleType name="pressureUom">   11973    <xsd:simpleType name="pressureUom">
12125       <xsd:restriction base="witsml:abstractUomEnum">   11974       <xsd:restriction base="witsml:abstractUomEnum">
12126          <xsd:enumeration value="Pa" />   11975          <xsd:enumeration value="Pa" />
12127          <xsd:enumeration value="at" />   11976          <xsd:enumeration value="at" />
12128          <xsd:enumeration value="atm" />   11977          <xsd:enumeration value="atm" />
12129          <xsd:enumeration value="bar" />   11978          <xsd:enumeration value="bar" />
12130          <xsd:enumeration value="cmH2O(4degC)" />   11979          <xsd:enumeration value="cmH2O(4degC)" />
12131          <xsd:enumeration value="dyne/cm2" />   11980          <xsd:enumeration value="dyne/cm2" />
12132          <xsd:enumeration value="GPa" />   11981          <xsd:enumeration value="GPa" />
12133          <xsd:enumeration value="hbar" />   11982          <xsd:enumeration value="hbar" />
12134          <xsd:enumeration value="inH2O(39.2F)" />   11983          <xsd:enumeration value="inH2O(39.2F)" />
12135          <xsd:enumeration value="inH2O(60F)" />   11984          <xsd:enumeration value="inH2O(60F)" />
12136          <xsd:enumeration value="inHg(32F)" />   11985          <xsd:enumeration value="inHg(32F)" />
12137          <xsd:enumeration value="inHg(60F)" />   11986          <xsd:enumeration value="inHg(60F)" />
12138          <xsd:enumeration value="kgf/cm2" />   11987          <xsd:enumeration value="kgf/cm2" />
12139          <xsd:enumeration value="kgf/mm2" />   11988          <xsd:enumeration value="kgf/mm2" />
12140          <xsd:enumeration value="kN/m2" />   11989          <xsd:enumeration value="kN/m2" />
12141          <xsd:enumeration value="kPa" />   11990          <xsd:enumeration value="kPa" />
12142          <xsd:enumeration value="kpsi" />   11991          <xsd:enumeration value="kpsi" />
12143          <xsd:enumeration value="lbf/ft2" />   11992          <xsd:enumeration value="lbf/ft2" />
12144          <xsd:enumeration value="lbf/100ft2" />   11993          <xsd:enumeration value="lbf/100ft2" />
12145          <xsd:enumeration value="lbf/in2" />   11994          <xsd:enumeration value="lbf/in2" />
12146          <xsd:enumeration value="mbar" />   11995          <xsd:enumeration value="mbar" />
12147          <xsd:enumeration value="mmHg(0C)" />   11996          <xsd:enumeration value="mmHg(0C)" />
12148          <xsd:enumeration value="mPa" />   11997          <xsd:enumeration value="mPa" />
12149          <xsd:enumeration value="MPa" />   11998          <xsd:enumeration value="MPa" />
12150          <xsd:enumeration value="Mpsi" />   11999          <xsd:enumeration value="Mpsi" />
12151          <xsd:enumeration value="N/m2" />   12000          <xsd:enumeration value="N/m2" />
12152          <xsd:enumeration value="N/mm2" />   12001          <xsd:enumeration value="N/mm2" />
12153          <xsd:enumeration value="Pa(g)" />   12002          <xsd:enumeration value="Pa(g)" />
12154          <xsd:enumeration value="pPa" />   12003          <xsd:enumeration value="pPa" />
12155          <xsd:enumeration value="psi" />   12004          <xsd:enumeration value="psi" />
12156          <xsd:enumeration value="psia" />   12005          <xsd:enumeration value="psia" />
12157          <xsd:enumeration value="psig" />   12006          <xsd:enumeration value="psig" />
12158          <xsd:enumeration value="tonfUS/ft2" />   12007          <xsd:enumeration value="tonfUS/ft2" />
12159          <xsd:enumeration value="tonfUS/in2" />   12008          <xsd:enumeration value="tonfUS/in2" />
12160          <xsd:enumeration value="torr" />   12009          <xsd:enumeration value="torr" />
12161          <xsd:enumeration value="ubar" />   12010          <xsd:enumeration value="ubar" />
12162          <xsd:enumeration value="umHg(0C)" />   12011          <xsd:enumeration value="umHg(0C)" />
12163          <xsd:enumeration value="uPa" />   12012          <xsd:enumeration value="uPa" />
12164          <xsd:enumeration value="upsi" />   12013          <xsd:enumeration value="upsi" />
12165       </xsd:restriction>   12014       </xsd:restriction>
12166    </xsd:simpleType>   12015    </xsd:simpleType>
12167    <!--UNUSED: Deleted type relativePowerUom.-->   12016    <!--UNUSED: Deleted type relativePowerUom.-->
12168    <!--UNUSED: Deleted type specificVolumeUom.-->   12017    <!--UNUSED: Deleted type specificVolumeUom.-->
12169    <xsd:simpleType name="thermodynamicTemperatureUom">   12018    <xsd:simpleType name="thermodynamicTemperatureUom">
12170       <xsd:restriction base="witsml:abstractUomEnum">   12019       <xsd:restriction base="witsml:abstractUomEnum">
12171          <xsd:enumeration value="K" />   12020          <xsd:enumeration value="K" />
12172          <xsd:enumeration value="degC" />   12021          <xsd:enumeration value="degC" />
12173          <xsd:enumeration value="degF" />   12022          <xsd:enumeration value="degF" />
12174          <xsd:enumeration value="degR" />   12023          <xsd:enumeration value="degR" />
12175       </xsd:restriction>   12024       </xsd:restriction>
12176    </xsd:simpleType>   12025    </xsd:simpleType>
12177    <xsd:simpleType name="timeUom">   12026    <xsd:simpleType name="timeUom">
12178       <xsd:restriction base="witsml:abstractUomEnum">   12027       <xsd:restriction base="witsml:abstractUomEnum">
12179          <xsd:enumeration value="s" />   12028          <xsd:enumeration value="s" />
12180          <xsd:enumeration value="a" />   12029          <xsd:enumeration value="a" />
12181          <xsd:enumeration value="cs" />   12030          <xsd:enumeration value="cs" />
12182          <xsd:enumeration value="d" />   12031          <xsd:enumeration value="d" />
12183          <xsd:enumeration value="Ga" />   12032          <xsd:enumeration value="Ga" />
12184          <xsd:enumeration value="h" />   12033          <xsd:enumeration value="h" />
12185          <xsd:enumeration value="100s" />   12034          <xsd:enumeration value="100s" />
12186          <xsd:enumeration value="Ma" />   12035          <xsd:enumeration value="Ma" />
12187          <xsd:enumeration value="min" />   12036          <xsd:enumeration value="min" />
12188          <xsd:enumeration value="ms" />   12037          <xsd:enumeration value="ms" />
12189          <xsd:enumeration value="ms/2" />   12038          <xsd:enumeration value="ms/2" />
12190          <xsd:enumeration value="ns" />   12039          <xsd:enumeration value="ns" />
12191          <xsd:enumeration value="ps" />   12040          <xsd:enumeration value="ps" />
12192          <xsd:enumeration value="us" />   12041          <xsd:enumeration value="us" />
12193          <xsd:enumeration value="wk" />   12042          <xsd:enumeration value="wk" />
12194          <xsd:enumeration value="100ka" />   12043          <xsd:enumeration value="100ka" />
12195       </xsd:restriction>   12044       </xsd:restriction>
12196    </xsd:simpleType>   12045    </xsd:simpleType>
12197    <xsd:simpleType name="velocityUom">   12046    <xsd:simpleType name="velocityUom">
12198       <xsd:restriction base="witsml:abstractUomEnum">   12047       <xsd:restriction base="witsml:abstractUomEnum">
12199          <xsd:enumeration value="m/s" />   12048          <xsd:enumeration value="m/s" />
12200          <xsd:enumeration value="cm/a" />   12049          <xsd:enumeration value="cm/a" />
12201          <xsd:enumeration value="cm/s" />   12050          <xsd:enumeration value="cm/s" />
12202          <xsd:enumeration value="dm/s" />   12051          <xsd:enumeration value="dm/s" />
12203          <xsd:enumeration value="ft/d" />   12052          <xsd:enumeration value="ft/d" />
12204          <xsd:enumeration value="ft/h" />   12053          <xsd:enumeration value="ft/h" />
12205          <xsd:enumeration value="ft/min" />   12054          <xsd:enumeration value="ft/min" />
12206          <xsd:enumeration value="ft/ms" />   12055          <xsd:enumeration value="ft/ms" />
12207          <xsd:enumeration value="ft/s" />   12056          <xsd:enumeration value="ft/s" />
12208          <xsd:enumeration value="ft/us" />   12057          <xsd:enumeration value="ft/us" />
12209          <xsd:enumeration value="in/a" />   12058          <xsd:enumeration value="in/a" />
12210          <xsd:enumeration value="in/min" />   12059          <xsd:enumeration value="in/min" />
12211          <xsd:enumeration value="in/s" />   12060          <xsd:enumeration value="in/s" />
12212          <xsd:enumeration value="kft/h" />   12061          <xsd:enumeration value="kft/h" />
12213          <xsd:enumeration value="kft/s" />   12062          <xsd:enumeration value="kft/s" />
12214          <xsd:enumeration value="km/h" />   12063          <xsd:enumeration value="km/h" />
12215          <xsd:enumeration value="km/s" />   12064          <xsd:enumeration value="km/s" />
12216          <xsd:enumeration value="knot" />   12065          <xsd:enumeration value="knot" />
12217          <xsd:enumeration value="m/d" />   12066          <xsd:enumeration value="m/d" />
12218          <xsd:enumeration value="m/h" />   12067          <xsd:enumeration value="m/h" />
12219          <xsd:enumeration value="m/min" />   12068          <xsd:enumeration value="m/min" />
12220          <xsd:enumeration value="m/ms" />   12069          <xsd:enumeration value="m/ms" />
12221          <xsd:enumeration value="mi/h" />   12070          <xsd:enumeration value="mi/h" />
12222          <xsd:enumeration value="mil/yr" />   12071          <xsd:enumeration value="mil/yr" />
12223          <xsd:enumeration value="mm/a" />   12072          <xsd:enumeration value="mm/a" />
12224          <xsd:enumeration value="mm/s" />   12073          <xsd:enumeration value="mm/s" />
12225          <xsd:enumeration value="nm/s" />   12074          <xsd:enumeration value="nm/s" />
12226          <xsd:enumeration value="um/s" />   12075          <xsd:enumeration value="um/s" />
12227       </xsd:restriction>   12076       </xsd:restriction>
12228    </xsd:simpleType>   12077    </xsd:simpleType>
12229    <xsd:simpleType name="volumeUom">   12078    <xsd:simpleType name="volumeUom">
12230       <xsd:restriction base="witsml:abstractUomEnum">   12079       <xsd:restriction base="witsml:abstractUomEnum">
12231          <xsd:enumeration value="m3" />   12080          <xsd:enumeration value="m3" />
12232          <xsd:enumeration value="acre.ft" />   12081          <xsd:enumeration value="acre.ft" />
12233          <xsd:enumeration value="bbl" />   12082          <xsd:enumeration value="bbl" />
12234          <xsd:enumeration value="bcf" />   12083          <xsd:enumeration value="bcf" />
12235          <xsd:enumeration value="cm3" />   12084          <xsd:enumeration value="cm3" />
12236          <xsd:enumeration value="dm3" />   12085          <xsd:enumeration value="dm3" />
12237          <xsd:enumeration value="flozUK" />   12086          <xsd:enumeration value="flozUK" />
12238          <xsd:enumeration value="flozUS" />   12087          <xsd:enumeration value="flozUS" />
12239          <xsd:enumeration value="ft3" />   12088          <xsd:enumeration value="ft3" />
12240          <xsd:enumeration value="galUK" />   12089          <xsd:enumeration value="galUK" />
12241          <xsd:enumeration value="galUS" />   12090          <xsd:enumeration value="galUS" />
12242          <xsd:enumeration value="ha.m" />   12091          <xsd:enumeration value="ha.m" />
12243          <xsd:enumeration value="hL" />   12092          <xsd:enumeration value="hL" />
12244          <xsd:enumeration value="in3" />   12093          <xsd:enumeration value="in3" />
12245          <xsd:enumeration value="1000ft3" />   12094          <xsd:enumeration value="1000ft3" />
12246          <xsd:enumeration value="km3" />   12095          <xsd:enumeration value="km3" />
12247          <xsd:enumeration value="L" />   12096          <xsd:enumeration value="L" />
12248          <xsd:enumeration value="Mbbl" />   12097          <xsd:enumeration value="Mbbl" />
12249          <xsd:enumeration value="Mcf" />   12098          <xsd:enumeration value="Mcf" />
12250          <xsd:enumeration value="M(ft3)" />   12099          <xsd:enumeration value="M(ft3)" />
12251          <xsd:enumeration value="mi3" />   12100          <xsd:enumeration value="mi3" />
12252          <xsd:enumeration value="mL" />   12101          <xsd:enumeration value="mL" />
12253          <xsd:enumeration value="M(m3)" />   12102          <xsd:enumeration value="M(m3)" />
12254          <xsd:enumeration value="mm3" />   12103          <xsd:enumeration value="mm3" />
12255          <xsd:enumeration value="MMbbl" />   12104          <xsd:enumeration value="MMbbl" />
12256          <xsd:enumeration value="ptUK" />   12105          <xsd:enumeration value="ptUK" />
12257          <xsd:enumeration value="ptUS" />   12106          <xsd:enumeration value="ptUS" />
12258          <xsd:enumeration value="qtUK" />   12107          <xsd:enumeration value="qtUK" />
12259          <xsd:enumeration value="qtUS" />   12108          <xsd:enumeration value="qtUS" />
12260          <xsd:enumeration value="tcf" />   12109          <xsd:enumeration value="tcf" />
12261          <xsd:enumeration value="um2.m" />   12110          <xsd:enumeration value="um2.m" />
12262          <xsd:enumeration value="yd3" />   12111          <xsd:enumeration value="yd3" />
12263       </xsd:restriction>   12112       </xsd:restriction>
12264    </xsd:simpleType>   12113    </xsd:simpleType>
12265    <xsd:simpleType name="volumeFlowRateUom">   12114    <xsd:simpleType name="volumeFlowRateUom">
12266       <xsd:restriction base="witsml:abstractUomEnum">   12115       <xsd:restriction base="witsml:abstractUomEnum">
12267          <xsd:enumeration value="m3/s" />   12116          <xsd:enumeration value="m3/s" />
12268          <xsd:enumeration value="bbl/d" />   12117          <xsd:enumeration value="bbl/d" />
12269          <xsd:enumeration value="bbl/hr" />   12118          <xsd:enumeration value="bbl/hr" />
12270          <xsd:enumeration value="bbl/min" />   12119          <xsd:enumeration value="bbl/min" />
12271          <xsd:enumeration value="cm3/30min" />   12120          <xsd:enumeration value="cm3/30min" />
12272          <xsd:enumeration value="cm3/h" />   12121          <xsd:enumeration value="cm3/h" />
12273          <xsd:enumeration value="cm3/min" />   12122          <xsd:enumeration value="cm3/min" />
12274          <xsd:enumeration value="cm3/s" />   12123          <xsd:enumeration value="cm3/s" />
12275          <xsd:enumeration value="dm3/s" />   12124          <xsd:enumeration value="dm3/s" />
12276          <xsd:enumeration value="ft3/d" />   12125          <xsd:enumeration value="ft3/d" />
12277          <xsd:enumeration value="ft3/h" />   12126          <xsd:enumeration value="ft3/h" />
12278          <xsd:enumeration value="ft3/min" />   12127          <xsd:enumeration value="ft3/min" />
12279          <xsd:enumeration value="ft3/s" />   12128          <xsd:enumeration value="ft3/s" />
12280          <xsd:enumeration value="galUK/d" />   12129          <xsd:enumeration value="galUK/d" />
12281          <xsd:enumeration value="galUK/hr" />   12130          <xsd:enumeration value="galUK/hr" />
12282          <xsd:enumeration value="galUK/min" />   12131          <xsd:enumeration value="galUK/min" />
12283          <xsd:enumeration value="galUS/d" />   12132          <xsd:enumeration value="galUS/d" />
12284          <xsd:enumeration value="galUS/hr" />   12133          <xsd:enumeration value="galUS/hr" />
12285          <xsd:enumeration value="galUS/min" />   12134          <xsd:enumeration value="galUS/min" />
12286          <xsd:enumeration value="kbbl/d" />   12135          <xsd:enumeration value="kbbl/d" />
12287          <xsd:enumeration value="1000ft3/d" />   12136          <xsd:enumeration value="1000ft3/d" />
12288          <xsd:enumeration value="1000m3/d" />   12137          <xsd:enumeration value="1000m3/d" />
12289          <xsd:enumeration value="1000m3/h" />   12138          <xsd:enumeration value="1000m3/h" />
12290          <xsd:enumeration value="L/h" />   12139          <xsd:enumeration value="L/h" />
12291          <xsd:enumeration value="L/min" />   12140          <xsd:enumeration value="L/min" />
12292          <xsd:enumeration value="L/s" />   12141          <xsd:enumeration value="L/s" />
12293          <xsd:enumeration value="m3/d" />   12142          <xsd:enumeration value="m3/d" />
12294          <xsd:enumeration value="m3/h" />   12143          <xsd:enumeration value="m3/h" />
12295          <xsd:enumeration value="m3/min" />   12144          <xsd:enumeration value="m3/min" />
12296          <xsd:enumeration value="Mbbl/d" />   12145          <xsd:enumeration value="Mbbl/d" />
12297          <xsd:enumeration value="M(ft3)/d" />   12146          <xsd:enumeration value="M(ft3)/d" />
12298          <xsd:enumeration value="M(m3)/d" />   12147          <xsd:enumeration value="M(m3)/d" />
12299       </xsd:restriction>   12148       </xsd:restriction>
12300    </xsd:simpleType>   12149    </xsd:simpleType>
12301    <xsd:simpleType name="volumePerVolumeUom">   12150    <xsd:simpleType name="volumePerVolumeUom">
12302       <xsd:restriction base="witsml:abstractUomEnum">   12151       <xsd:restriction base="witsml:abstractUomEnum">
12303          <xsd:enumeration value="Euc" />   12152          <xsd:enumeration value="Euc" />
12304          <xsd:enumeration value="%" />   12153          <xsd:enumeration value="%" />
12305          <xsd:enumeration value="permil" />   12154          <xsd:enumeration value="permil" />
12306          <xsd:enumeration value="ppdk" />   12155          <xsd:enumeration value="ppdk" />
12307          <xsd:enumeration value="ppk" />   12156          <xsd:enumeration value="ppk" />
12308          <xsd:enumeration value="ppm" />   12157          <xsd:enumeration value="ppm" />
12309          <xsd:enumeration value="bbl/acre.ft" />   12158          <xsd:enumeration value="bbl/acre.ft" />
12310          <xsd:enumeration value="bbl/bbl" />   12159          <xsd:enumeration value="bbl/bbl" />
12311          <xsd:enumeration value="bbl/ft3" />   12160          <xsd:enumeration value="bbl/ft3" />
12312          <xsd:enumeration value="bbl/100bbl" />   12161          <xsd:enumeration value="bbl/100bbl" />
12313          <xsd:enumeration value="bbl/k(ft3)" />   12162          <xsd:enumeration value="bbl/k(ft3)" />
12314          <xsd:enumeration value="bbl/M(ft3)" />   12163          <xsd:enumeration value="bbl/M(ft3)" />
12315          <xsd:enumeration value="cm3/cm3" />   12164          <xsd:enumeration value="cm3/cm3" />
12316          <xsd:enumeration value="cm3/m3" />   12165          <xsd:enumeration value="cm3/m3" />
12317          <xsd:enumeration value="dm3/m3" />   12166          <xsd:enumeration value="dm3/m3" />
12318          <xsd:enumeration value="ft3/bbl" />   12167          <xsd:enumeration value="ft3/bbl" />
12319          <xsd:enumeration value="ft3/ft3" />   12168          <xsd:enumeration value="ft3/ft3" />
12320          <xsd:enumeration value="galUS/kgalUS" />   12169          <xsd:enumeration value="galUS/kgalUS" />
12321          <xsd:enumeration value="galUK/kgalUK" />   12170          <xsd:enumeration value="galUK/kgalUK" />
12322          <xsd:enumeration value="galUK/ft3" />   12171          <xsd:enumeration value="galUK/ft3" />
12323          <xsd:enumeration value="galUK/Mbbl" />   12172          <xsd:enumeration value="galUK/Mbbl" />
12324          <xsd:enumeration value="galUS/bbl" />   12173          <xsd:enumeration value="galUS/bbl" />
12325          <xsd:enumeration value="galUS/10bbl" />   12174          <xsd:enumeration value="galUS/10bbl" />
12326          <xsd:enumeration value="galUS/ft3" />   12175          <xsd:enumeration value="galUS/ft3" />
12327          <xsd:enumeration value="galUS/Mbbl" />   12176          <xsd:enumeration value="galUS/Mbbl" />
12328          <xsd:enumeration value="1000ft3/bbl" />   12177          <xsd:enumeration value="1000ft3/bbl" />
12329          <xsd:enumeration value="ksm3/sm3" />   12178          <xsd:enumeration value="ksm3/sm3" />
12330          <xsd:enumeration value="L/10bbl" />   12179          <xsd:enumeration value="L/10bbl" />
12331          <xsd:enumeration value="L/m3" />   12180          <xsd:enumeration value="L/m3" />
12332          <xsd:enumeration value="m3/ha.m" />   12181          <xsd:enumeration value="m3/ha.m" />
12333          <xsd:enumeration value="m3/m3" />   12182          <xsd:enumeration value="m3/m3" />
12334          <xsd:enumeration value="M(ft3)/acre.ft" />   12183          <xsd:enumeration value="M(ft3)/acre.ft" />
12335          <xsd:enumeration value="mL/galUK" />   12184          <xsd:enumeration value="mL/galUK" />
12336          <xsd:enumeration value="mL/galUS" />   12185          <xsd:enumeration value="mL/galUS" />
12337          <xsd:enumeration value="mL/mL" />   12186          <xsd:enumeration value="mL/mL" />
12338          <xsd:enumeration value="MMbbl/acre.ft" />   12187          <xsd:enumeration value="MMbbl/acre.ft" />
12339          <xsd:enumeration value="MMscf60/stb60" />   12188          <xsd:enumeration value="MMscf60/stb60" />
12340          <xsd:enumeration value="Mscf60/stb60" />   12189          <xsd:enumeration value="Mscf60/stb60" />
12341          <xsd:enumeration value="ptUK/Mbbl" />   12190          <xsd:enumeration value="ptUK/Mbbl" />
12342          <xsd:enumeration value="ptUS/10bbl" />   12191          <xsd:enumeration value="ptUS/10bbl" />
12343          <xsd:enumeration value="pu" />   12192          <xsd:enumeration value="pu" />
12344          <xsd:enumeration value="scm15/stb60" />   12193          <xsd:enumeration value="scm15/stb60" />
12345          <xsd:enumeration value="sm3/ksm3" />   12194          <xsd:enumeration value="sm3/ksm3" />
12346          <xsd:enumeration value="sm3/sm3" />   12195          <xsd:enumeration value="sm3/sm3" />
12347          <xsd:enumeration value="stb60/MMscf60" />   12196          <xsd:enumeration value="stb60/MMscf60" />
12348          <xsd:enumeration value="stb60/MMscm15" />   12197          <xsd:enumeration value="stb60/MMscm15" />
12349          <xsd:enumeration value="stb60/Mscf60" />   12198          <xsd:enumeration value="stb60/Mscf60" />
12350          <xsd:enumeration value="stb60/Mscm15" />   12199          <xsd:enumeration value="stb60/Mscm15" />
12351          <xsd:enumeration value="stb60/scm15" />   12200          <xsd:enumeration value="stb60/scm15" />
12352       </xsd:restriction>   12201       </xsd:restriction>
12353    </xsd:simpleType>   12202    </xsd:simpleType>
12354    <xsd:simpleType name="workUom">   12203    <xsd:simpleType name="workUom">
12355       <xsd:restriction base="witsml:abstractUomEnum">   12204       <xsd:restriction base="witsml:abstractUomEnum">
12356          <xsd:enumeration value="J" />   12205          <xsd:enumeration value="J" />
12357          <xsd:enumeration value="aJ" />   12206          <xsd:enumeration value="aJ" />
12358          <xsd:enumeration value="Btu" />   12207          <xsd:enumeration value="Btu" />
12359          <xsd:enumeration value="cal" />   12208          <xsd:enumeration value="cal" />
12360          <xsd:enumeration value="ch.h" />   12209          <xsd:enumeration value="ch.h" />
12361          <xsd:enumeration value="Chu" />   12210          <xsd:enumeration value="Chu" />
12362          <xsd:enumeration value="CV.h" />   12211          <xsd:enumeration value="CV.h" />
12363          <xsd:enumeration value="EJ" />   12212          <xsd:enumeration value="EJ" />
12364          <xsd:enumeration value="erg" />   12213          <xsd:enumeration value="erg" />
12365          <xsd:enumeration value="eV" />   12214          <xsd:enumeration value="eV" />
12366          <xsd:enumeration value="GeV" />   12215          <xsd:enumeration value="GeV" />
12367          <xsd:enumeration value="GJ" />   12216          <xsd:enumeration value="GJ" />
12368          <xsd:enumeration value="GW.h" />   12217          <xsd:enumeration value="GW.h" />
12369          <xsd:enumeration value="hp.hr" />   12218          <xsd:enumeration value="hp.hr" />
12370          <xsd:enumeration value="kcal" />   12219          <xsd:enumeration value="kcal" />
12371          <xsd:enumeration value="keV" />   12220          <xsd:enumeration value="keV" />
12372          <xsd:enumeration value="kJ" />   12221          <xsd:enumeration value="kJ" />
12373          <xsd:enumeration value="kW.h" />   12222          <xsd:enumeration value="kW.h" />
12374          <xsd:enumeration value="MeV" />   12223          <xsd:enumeration value="MeV" />
12375          <xsd:enumeration value="mJ" />   12224          <xsd:enumeration value="mJ" />
12376          <xsd:enumeration value="MJ" />   12225          <xsd:enumeration value="MJ" />
12377          <xsd:enumeration value="MW.h" />   12226          <xsd:enumeration value="MW.h" />
12378          <xsd:enumeration value="nJ" />   12227          <xsd:enumeration value="nJ" />
12379          <xsd:enumeration value="quad" />   12228          <xsd:enumeration value="quad" />
12380          <xsd:enumeration value="TeV" />   12229          <xsd:enumeration value="TeV" />
12381          <xsd:enumeration value="therm" />   12230          <xsd:enumeration value="therm" />
12382          <xsd:enumeration value="TJ" />   12231          <xsd:enumeration value="TJ" />
12383          <xsd:enumeration value="TW.h" />   12232          <xsd:enumeration value="TW.h" />
12384          <xsd:enumeration value="uJ" />   12233          <xsd:enumeration value="uJ" />
12385       </xsd:restriction>   12234       </xsd:restriction>
12386    </xsd:simpleType>   12235    </xsd:simpleType>
12387    <xsd:simpleType name="compressibilityUom">   12236    <xsd:simpleType name="compressibilityUom">
12388       <xsd:restriction base="witsml:abstractUomEnum">   12237       <xsd:restriction base="witsml:abstractUomEnum">
12389          <xsd:enumeration value="1/Pa" />   12238          <xsd:enumeration value="1/Pa" />
12390          <xsd:enumeration value="1/bar" />   12239          <xsd:enumeration value="1/bar" />
12391          <xsd:enumeration value="1/kPa" />   12240          <xsd:enumeration value="1/kPa" />
12392          <xsd:enumeration value="1/pPa" />   12241          <xsd:enumeration value="1/pPa" />
12393          <xsd:enumeration value="1/psi" />   12242          <xsd:enumeration value="1/psi" />
12394          <xsd:enumeration value="1/upsi" />   12243          <xsd:enumeration value="1/upsi" />
12395       </xsd:restriction>   12244       </xsd:restriction>
12396    </xsd:simpleType>   12245    </xsd:simpleType>
12397    <xsd:simpleType name="molarVolumeUom">   12246    <xsd:simpleType name="molarVolumeUom">
12398       <xsd:restriction base="witsml:abstractUomEnum">   12247       <xsd:restriction base="witsml:abstractUomEnum">
12399          <xsd:enumeration value="m3/mol" />   12248          <xsd:enumeration value="m3/mol" />
12400          <xsd:enumeration value="dm3/mol(kg)" />   12249          <xsd:enumeration value="dm3/mol(kg)" />
12401          <xsd:enumeration value="ft3/mol(lbm)" />   12250          <xsd:enumeration value="ft3/mol(lbm)" />
12402          <xsd:enumeration value="L/mol(g)" />   12251          <xsd:enumeration value="L/mol(g)" />
12403          <xsd:enumeration value="L/mol(kg)" />   12252          <xsd:enumeration value="L/mol(kg)" />
12404          <xsd:enumeration value="m3/mol(kg)" />   12253          <xsd:enumeration value="m3/mol(kg)" />
12405       </xsd:restriction>   12254       </xsd:restriction>
12406    </xsd:simpleType>   12255    </xsd:simpleType>
12407    <xsd:simpleType name="thermalConductivityUom">   12256    <xsd:simpleType name="thermalConductivityUom">
12408       <xsd:restriction base="witsml:abstractUomEnum">   12257       <xsd:restriction base="witsml:abstractUomEnum">
12409          <xsd:enumeration value="W/m.K" />   12258          <xsd:enumeration value="W/m.K" />
12410          <xsd:enumeration value="Btu/hr.ft.degF" />   12259          <xsd:enumeration value="Btu/hr.ft.degF" />
12411          <xsd:enumeration value="cal/h.cm.degC" />   12260          <xsd:enumeration value="cal/h.cm.degC" />
12412          <xsd:enumeration value="cal/s.cm.degC" />   12261          <xsd:enumeration value="cal/s.cm.degC" />
12413          <xsd:enumeration value="kcal/h.m.degC" />   12262          <xsd:enumeration value="kcal/h.m.degC" />
12414       </xsd:restriction>   12263       </xsd:restriction>
12415    </xsd:simpleType>   12264    </xsd:simpleType>
12416 </xsd:schema>   12265 </xsd:schema>