root / projects / MonthlyProductionReport_1.0 / XML / Annotated XML schemas / obj_wellTest_profiled_data_schema.xsd @ 17

Revision 17, 158.5 kB (checked in by ryland, 15 years ago)

Added project files for monthly production version 1.0

Line 
1<?xml version="1.0" encoding="utf-8"?>
2<xsd:schema
3        elementFormDefault="qualified"
4        attributeFormDefault="unqualified"
5        targetNamespace="http://www.witsml.org/schemas/131"
6        xmlns:witsml="http://www.witsml.org/schemas/131"
7        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
8        version="1.3.1">
9   <!--                                                                                -->
10   <!-- Energistics License Agreement                                                  -->
11   <!-- This file is distributed under the Energistics License Agreement at            -->
12   <!-- http://www.posc.org/about/license.shtml.                                       -->
13   <!-- Use of this file constitutes agreement with the Energistics License Agreement. -->
14   <!--                                                                                -->
15   <xsd:attributeGroup name="attgrp_uid">
16      <xsd:attribute name="uid" type="witsml:uidString" use="optional">
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
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>
21         </xsd:annotation>
22      </xsd:attribute>
23   </xsd:attributeGroup>
24   <!--UNUSED: Deleted type cs_businessAssociate.-->
25   <xsd:complexType name="cs_commonData">
26      <xsd:annotation>
27         <xsd:documentation>WITSML - Common Data Component Schema</xsd:documentation>
28      </xsd:annotation>
29      <xsd:sequence>
30         <xsd:element name="sourceName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
31            <xsd:annotation>
32               <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
33               object (but not necessarily the uids of the parents). This is typically a url.</xsd:documentation>
34            </xsd:annotation>
35         </xsd:element>
36         <xsd:element name="dTimCreation" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
37            <xsd:annotation>
38               <xsd:documentation>When the data was created at the persistent data store.</xsd:documentation>
39            </xsd:annotation>
40         </xsd:element>
41         <xsd:element name="dTimLastChange" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
42            <xsd:annotation>
43               <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
44               growing.</xsd:documentation>
45            </xsd:annotation>
46         </xsd:element>
47         <xsd:element name="itemState" type="witsml:ItemState" minOccurs="0" maxOccurs="1">
48            <xsd:annotation>
49               <xsd:documentation>The item state for the data object.</xsd:documentation>
50            </xsd:annotation>
51         </xsd:element>
52         <xsd:element name="comments" type="witsml:commentString" minOccurs="0" maxOccurs="1">
53            <xsd:annotation>
54               <xsd:documentation>Comments and remarks.</xsd:documentation>
55            </xsd:annotation>
56         </xsd:element>
57      </xsd:sequence>
58   </xsd:complexType>
59   <!--UNUSED: Deleted type cs_connectedNode.-->
60   <!--UNUSED: Deleted type cs_curveData.-->
61   <!--UNUSED: Deleted type cs_curveDefinition.-->
62   <xsd:complexType name="cs_customData">
63      <xsd:annotation>
64         <xsd:documentation>WITSML - Custom or User Defined Element and Attributes Component Schema. Specify custom element, attributes, and types in the custom data
65         area.</xsd:documentation>
66      </xsd:annotation>
67      <xsd:sequence>
68         <xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded">
69            <xsd:annotation>
70               <xsd:documentation>Any element or attribute in any namespace. It is strongly recommended that all custom data definitions be added to a unique
71               namespace.</xsd:documentation>
72            </xsd:annotation>
73         </xsd:any>
74      </xsd:sequence>
75   </xsd:complexType>
76   <!--UNUSED: Deleted type cs_datedComment.-->
77   <xsd:complexType name="cs_densityValue">
78      <xsd:annotation>
79         <xsd:documentation>A possibly temperature and pressure corrected desity value.</xsd:documentation>
80      </xsd:annotation>
81      <xsd:sequence>
82         <xsd:element name="density" type="witsml:densityMeasure" minOccurs="1" maxOccurs="1">
83            <xsd:annotation>
84               <xsd:documentation>The density of the product.</xsd:documentation>
85            </xsd:annotation>
86         </xsd:element>
87         <xsd:element name="temp" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
88            <xsd:annotation>
89               <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
90               also be given. Common standard temperatures are: 0 degC, 15 degC, 60 degF.</xsd:documentation>
91            </xsd:annotation>
92         </xsd:element>
93         <xsd:element name="pres" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
94            <xsd:annotation>
95               <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
96               be given. Common standard pressures are: 1 atm and 14.696 psi (which are equivalent).</xsd:documentation>
97            </xsd:annotation>
98         </xsd:element>
99      </xsd:sequence>
100   </xsd:complexType>
101   <xsd:complexType name="cs_documentInfo">
102      <xsd:annotation>
103         <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
104         information about the data that is being exchanged within the file.</xsd:documentation>
105      </xsd:annotation>
106      <xsd:sequence>
107         <xsd:element name="DocumentName" type="witsml:nameStruct" minOccurs="1" maxOccurs="1">
108            <xsd:annotation>
109               <xsd:documentation>An identifier for the document. This is intended to be unique within the context of the NamingSystem.</xsd:documentation>
110            </xsd:annotation>
111         </xsd:element>
112         <xsd:element name="DocumentAlias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
113            <xsd:annotation>
114               <xsd:documentation>Zero or more alternate names for the document. These names do not need to be unique within the naming system.</xsd:documentation>
115            </xsd:annotation>
116         </xsd:element>
117         <xsd:element name="DocumentDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
118            <xsd:annotation>
119               <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
120               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
121               was created. The FileCreation information would capture the date that the XML file was created to send or exchange the binset.</xsd:documentation>
122            </xsd:annotation>
123         </xsd:element>
124         <xsd:element name="documentClass" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
125            <xsd:annotation>
126               <xsd:documentation>A document class. Examples of classes would be a metadata classification or a set of keywords.</xsd:documentation>
127            </xsd:annotation>
128         </xsd:element>
129         <xsd:element name="FileCreationInformation" type="witsml:fileCreationType" minOccurs="0" maxOccurs="1">
130            <xsd:annotation>
131               <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
132               itself.</xsd:documentation>
133            </xsd:annotation>
134         </xsd:element>
135         <xsd:element name="SecurityInformation" type="witsml:securityInfoType" minOccurs="0" maxOccurs="5">
136            <xsd:annotation>
137               <xsd:documentation>Information about the security to be applied to this file. More than one classification can be given.</xsd:documentation>
138            </xsd:annotation>
139         </xsd:element>
140         <xsd:element name="Disclaimer" type="witsml:commentString" minOccurs="0" maxOccurs="1">
141            <xsd:annotation>
142               <xsd:documentation>A free-form string that allows a disclaimer to accompany the information.</xsd:documentation>
143            </xsd:annotation>
144         </xsd:element>
145         <xsd:element name="AuditTrail" type="witsml:auditType" minOccurs="0" maxOccurs="1">
146            <xsd:annotation>
147               <xsd:documentation>A collection of events that can document the history of the data.</xsd:documentation>
148            </xsd:annotation>
149         </xsd:element>
150         <xsd:element name="Owner" type="witsml:nameString" minOccurs="0" maxOccurs="1">
151            <xsd:annotation>
152               <xsd:documentation>The owner of the data.</xsd:documentation>
153            </xsd:annotation>
154         </xsd:element>
155         <xsd:element name="QueryParam" type="witsml:queryParam" minOccurs="0" maxOccurs="1">
156            <xsd:annotation>
157               <xsd:documentation>WITSML query parameters.</xsd:documentation>
158            </xsd:annotation>
159         </xsd:element>
160         <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
161            <xsd:annotation>
162               <xsd:documentation>An optional comment about the document.</xsd:documentation>
163            </xsd:annotation>
164         </xsd:element>
165      </xsd:sequence>
166   </xsd:complexType>
167   <xsd:complexType name="queryParam">
168      <xsd:annotation>
169         <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).
170         These would typically be something like a daily report.</xsd:documentation>
171      </xsd:annotation>
172      <xsd:sequence>
173         <xsd:element name="dTimMin" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
174            <xsd:annotation>
175               <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
176               growing objects but the See the API specification for behavior related to this query parameter.</xsd:documentation>
177            </xsd:annotation>
178         </xsd:element>
179         <xsd:element name="dTimMax" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
180            <xsd:annotation>
181               <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
182               for behavior related to this query parameter.</xsd:documentation>
183            </xsd:annotation>
184         </xsd:element>
185      </xsd:sequence>
186   </xsd:complexType>
187   <xsd:complexType name="fileCreationType">
188      <xsd:annotation>
189         <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
190         file.</xsd:documentation>
191      </xsd:annotation>
192      <xsd:sequence>
193         <xsd:element name="FileCreationDate" type="witsml:timestamp" minOccurs="1" maxOccurs="1">
194            <xsd:annotation>
195               <xsd:documentation>The date and time that the file was created.</xsd:documentation>
196            </xsd:annotation>
197         </xsd:element>
198         <xsd:element name="SoftwareName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
199            <xsd:annotation>
200               <xsd:documentation>If appropriate, the software that created the file. This is a free form string, and may include whatever information is deemed
201               relevant.</xsd:documentation>
202            </xsd:annotation>
203         </xsd:element>
204         <xsd:element name="FileCreator" type="witsml:nameString" minOccurs="0" maxOccurs="1">
205            <xsd:annotation>
206               <xsd:documentation>The person or business associate that created the file.</xsd:documentation>
207            </xsd:annotation>
208         </xsd:element>
209         <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
210            <xsd:annotation>
211               <xsd:documentation>Any comment that would be useful to further explain the creation of this instance document.</xsd:documentation>
212            </xsd:annotation>
213         </xsd:element>
214      </xsd:sequence>
215   </xsd:complexType>
216   <xsd:complexType name="securityInfoType">
217      <xsd:annotation>
218         <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
219         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
220         is confidential for a period of time, and then becomes open. All security classes are characterized by their classification systems.</xsd:documentation>
221      </xsd:annotation>
222      <xsd:sequence>
223         <xsd:element name="Class" type="witsml:kindString" minOccurs="0" maxOccurs="1">
224            <xsd:annotation>
225               <xsd:documentation>The security class in which this document is classified. Examples would be confidential, partner confidential, tight. The meaning of the class is
226               determined by the System in which it is defined.</xsd:documentation>
227            </xsd:annotation>
228         </xsd:element>
229         <xsd:element name="SecuritySystem" type="witsml:kindString" minOccurs="0" maxOccurs="1">
230            <xsd:annotation>
231               <xsd:documentation>The security classification system. This gives context to the meaning of the Class value.</xsd:documentation>
232            </xsd:annotation>
233         </xsd:element>
234         <xsd:element name="EndDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
235            <xsd:annotation>
236               <xsd:documentation>The date on which this security class is no longer applicable.</xsd:documentation>
237            </xsd:annotation>
238         </xsd:element>
239         <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
240            <xsd:annotation>
241               <xsd:documentation>A general comment to further define the security class.</xsd:documentation>
242            </xsd:annotation>
243         </xsd:element>
244      </xsd:sequence>
245   </xsd:complexType>
246   <xsd:complexType name="auditType">
247      <xsd:annotation>
248         <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>
249      </xsd:annotation>
250      <xsd:sequence>
251         <xsd:element name="Event" type="witsml:eventType" minOccurs="1" maxOccurs="unbounded" />
252      </xsd:sequence>
253   </xsd:complexType>
254   <xsd:complexType name="eventType">
255      <xsd:annotation>
256         <xsd:documentation>An event type captures the basic information about an event that has affected the data.</xsd:documentation>
257      </xsd:annotation>
258      <xsd:sequence>
259         <xsd:element name="EventDate" type="witsml:timestamp" minOccurs="1" maxOccurs="1">
260            <xsd:annotation>
261               <xsd:documentation>The date on which the event took place.</xsd:documentation>
262            </xsd:annotation>
263         </xsd:element>
264         <xsd:element name="ResponsibleParty" type="witsml:nameString" minOccurs="0" maxOccurs="1">
265            <xsd:annotation>
266               <xsd:documentation>The party responsible for the event.</xsd:documentation>
267            </xsd:annotation>
268         </xsd:element>
269         <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
270            <xsd:annotation>
271               <xsd:documentation>A free form comment that can further define the event that occurred.</xsd:documentation>
272            </xsd:annotation>
273         </xsd:element>
274      </xsd:sequence>
275   </xsd:complexType>
276   <!--UNUSED: Deleted type cs_dtsBoxInformation.-->
277   <!--UNUSED: Deleted type cs_dtsCalibration.-->
278   <!--UNUSED: Deleted type cs_dtsCalibrationParameter.-->
279   <!--UNUSED: Deleted type cs_dtsErrorReport.-->
280   <!--UNUSED: Deleted type cs_dtsFiber.-->
281   <!--UNUSED: Deleted type cs_dtsFiberEndPoint.-->
282   <!--UNUSED: Deleted type cs_dtsFiberInformation.-->
283   <!--UNUSED: Deleted type cs_dtsFiberInstalledPoints.-->
284   <!--UNUSED: Deleted type cs_dtsInstrumentBox.-->
285   <!--UNUSED: Deleted type cs_dtsInstrumentBoxCalibration.-->
286   <!--UNUSED: Deleted type cs_dtsOneWayLoss.-->
287   <!--UNUSED: Deleted type cs_dtsOtdr.-->
288   <!--UNUSED: Deleted type cs_dtsProcessedWellLog.-->
289   <!--UNUSED: Deleted type cs_dtsPumpActivity.-->
290   <!--UNUSED: Deleted type cs_dtsPumpLogRow.-->
291   <!--UNUSED: Deleted type cs_dtsPumpLogTable.-->
292   <!--UNUSED: Deleted type cs_dtsRefractiveIndex.-->
293   <!--UNUSED: Deleted type cs_dtsSingleInstalledPoint.-->
294   <!--UNUSED: Deleted type cs_fluidResultCceTestStep.-->
295   <!--UNUSED: Deleted type cs_fluidResultCompositeComposition.-->
296   <!--UNUSED: Deleted type cs_fluidResultComposition.-->
297   <!--UNUSED: Deleted type cs_fluidResultConstantCompositionExpansionTest.-->
298   <!--UNUSED: Deleted type cs_fluidResultConstantVolumeDepletionTest.-->
299   <!--UNUSED: Deleted type cs_fluidResultContaminant.-->
300   <!--UNUSED: Deleted type cs_fluidResultCvdTestStep.-->
301   <!--UNUSED: Deleted type cs_fluidResultDataQuality.-->
302   <!--UNUSED: Deleted type cs_fluidResultDifferentialLiberationTest.-->
303   <!--UNUSED: Deleted type cs_fluidResultDifferentialLiberationTestStep.-->
304   <!--UNUSED: Deleted type cs_fluidResultJCurveTest.-->
305   <!--UNUSED: Deleted type cs_fluidResultJCurveTestStep.-->
306   <!--UNUSED: Deleted type cs_fluidResultPhaseComposition.-->
307   <!--UNUSED: Deleted type cs_fluidResultSaturationTest.-->
308   <!--UNUSED: Deleted type cs_fluidResultSaturationTestStep.-->
309   <!--UNUSED: Deleted type cs_fluidResultSeparatorTest.-->
310   <!--UNUSED: Deleted type cs_fluidResultSeparatorTestStep.-->
311   <!--UNUSED: Deleted type cs_fluidResultStockTank.-->
312   <!--UNUSED: Deleted type cs_fluidResultTransportPropertiesTest.-->
313   <!--UNUSED: Deleted type cs_fluidResultTransportTestStep.-->
314   <!--UNUSED: Deleted type cs_fluidResultVolumeReference.-->
315   <!--UNUSED: Deleted type cs_generalAddress.-->
316   <!--UNUSED: Deleted type cs_geographicContext.-->
317   <!--UNUSED: Deleted type cs_nameTag.-->
318   <!--UNUSED: Deleted type cs_northSeaOffshore.-->
319   <!--UNUSED: Deleted type cs_offshoreLocation.-->
320   <!--UNUSED: Deleted type cs_personName.-->
321   <!--UNUSED: Deleted type cs_productFlowChangeLog.-->
322   <!--UNUSED: Deleted type cs_productFlowExpectedPortProperty.-->
323   <!--UNUSED: Deleted type cs_productFlowExpectedUnitProperty.-->
324   <!--UNUSED: Deleted type cs_productFlowExternalReference.-->
325   <!--UNUSED: Deleted type cs_productFlowlExternalPort.-->
326   <!--UNUSED: Deleted type cs_productFlowNetwork.-->
327   <!--UNUSED: Deleted type cs_productFlowNetworkPlan.-->
328   <!--UNUSED: Deleted type cs_productFlowPort.-->
329   <!--UNUSED: Deleted type cs_productFlowQualifierExpected.-->
330   <!--UNUSED: Deleted type cs_productFlowUnit.-->
331   <!--UNUSED: Deleted type cs_productionOperationActivity.-->
332   <!--UNUSED: Deleted type cs_productionOperationAlarm.-->
333   <!--UNUSED: Deleted type cs_productionOperationCargoShipOperation.-->
334   <!--UNUSED: Deleted type cs_productionOperationHSE.-->
335   <!--UNUSED: Deleted type cs_productionOperationInstallationReport.-->
336   <!--UNUSED: Deleted type cs_productionOperationLostProduction.-->
337   <!--UNUSED: Deleted type cs_productionOperationMarineOperation.-->
338   <!--UNUSED: Deleted type cs_productionOperationOperationalComment.-->
339   <!--UNUSED: Deleted type cs_productionOperationSafety.-->
340   <!--UNUSED: Deleted type cs_productionOperationShutdown.-->
341   <!--UNUSED: Deleted type cs_productionOperationThirdPartyProcessing.-->
342   <!--UNUSED: Deleted type cs_productionOperationWaterCleaningQuality.-->
343   <!--UNUSED: Deleted type cs_productionOperationWeather.-->
344   <!--UNUSED: Deleted type cs_productVolumeAlert.-->
345   <!--UNUSED: Deleted type cs_productVolumeBusinessUnit.-->
346   <!--UNUSED: Deleted type cs_productVolumeBusinessSubUnit.-->
347   <!--UNUSED: Deleted type cs_productVolumeBusinessOwnershipShare.-->
348   <!--UNUSED: Deleted type cs_productVolumeBusinessAccountInfo.-->
349   <!--UNUSED: Deleted type BusinessUnitKind.-->
350   <!--UNUSED: Deleted type cs_productVolumeComponentContent.-->
351   <!--UNUSED: Deleted type cs_productVolumeFacility.-->
352   <!--UNUSED: Deleted type cs_productVolumeFlow.-->
353   <!--UNUSED: Deleted type cs_productVolumeParameterSet.-->
354   <!--UNUSED: Deleted type cs_productVolumeParameterValue.-->
355   <!--UNUSED: Deleted type cs_productVolumePeriod.-->
356   <xsd:complexType name="cs_productVolumePortDifference">
357      <xsd:annotation>
358         <xsd:documentation>Product Volume Port Differential characteristics.</xsd:documentation>
359      </xsd:annotation>
360      <xsd:sequence>
361         <xsd:element name="port" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
362            <xsd:annotation>
363               <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.
364               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
365               port then the implied other end is the outlet port for the unit.</xsd:documentation>
366            </xsd:annotation>
367         </xsd:element>
368         <xsd:element name="presDiff" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
369            <xsd:annotation>
370               <xsd:documentation>The differential pressure between the ports.</xsd:documentation>
371            </xsd:annotation>
372         </xsd:element>
373         <xsd:element name="tempDiff" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
374            <xsd:annotation>
375               <xsd:documentation>The differential temperature between the ports.</xsd:documentation>
376            </xsd:annotation>
377         </xsd:element>
378         <xsd:element name="chokeSize" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
379            <xsd:annotation>
380               <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
381               implemented using a valve or an actual choke.</xsd:documentation>
382            </xsd:annotation>
383         </xsd:element>
384         <xsd:element name="chokeRelative" type="witsml:lengthPerLengthMeasure" minOccurs="0" maxOccurs="1">
385            <xsd:annotation>
386               <xsd:documentation>The relative size of the choke restriction. This characterizes the overall unit with respect to the flow restriction between the ports. The
387               restriction might be implemented using a valve or an actual choke.</xsd:documentation>
388            </xsd:annotation>
389         </xsd:element>
390      </xsd:sequence>
391      <xsd:attributeGroup ref="witsml:attgrp_uid">
392         <xsd:annotation>
393            <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
394         </xsd:annotation>
395      </xsd:attributeGroup>
396   </xsd:complexType>
397   <!--UNUSED: Deleted type cs_productVolumeProduct.-->
398   <!--UNUSED: Deleted type cs_productVolumeRelatedFacility.-->
399   <!--UNUSED: Deleted type cs_productVolumeSalesSet.-->
400   <!--UNUSED: Deleted type cs_productVolumeSalesDetail.-->
401   <!--UNUSED: Deleted type cs_productVolumeDestination.-->
402   <!--UNUSED: Deleted type cs_productVolumeSaleEvent.-->
403   <!--UNUSED: Deleted type SaleEventKind.-->
404   <!--UNUSED: Deleted type SalesFlowPart.-->
405   <!--UNUSED: Deleted type SaleDestinationType.-->
406   <!--UNUSED: Deleted type cs_refProductFlow.-->
407   <xsd:complexType name="cs_refWellWellbore">
408      <xsd:annotation>
409         <xsd:documentation>Data that represents a foreign key to a wellbore. The wellbore may be defined within the context of another well.</xsd:documentation>
410      </xsd:annotation>
411      <xsd:sequence>
412         <xsd:element name="wellboreReference" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
413            <xsd:annotation>
414               <xsd:documentation>A pointer the wellbore with which there is a relationship.</xsd:documentation>
415            </xsd:annotation>
416         </xsd:element>
417         <xsd:element name="wellParent" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
418            <xsd:annotation>
419               <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
420               parent well.</xsd:documentation>
421            </xsd:annotation>
422         </xsd:element>
423      </xsd:sequence>
424   </xsd:complexType>
425   <xsd:complexType name="cs_refWellWellboreRig">
426      <xsd:annotation>
427         <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
428         node to another.</xsd:documentation>
429      </xsd:annotation>
430      <xsd:sequence>
431         <xsd:element name="rigReference" type="witsml:refNameString" minOccurs="1" maxOccurs="1">
432            <xsd:annotation>
433               <xsd:documentation>A pointer to the rig with which there is a relationship.</xsd:documentation>
434            </xsd:annotation>
435         </xsd:element>
436         <xsd:element name="wellboreParent" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
437            <xsd:annotation>
438               <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
439               wellbore.</xsd:documentation>
440            </xsd:annotation>
441         </xsd:element>
442         <xsd:element name="wellParent" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
443            <xsd:annotation>
444               <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
445               parent well.</xsd:documentation>
446            </xsd:annotation>
447         </xsd:element>
448      </xsd:sequence>
449   </xsd:complexType>
450   <!--UNUSED: Deleted type cs_relativeCoordinate.-->
451   <xsd:complexType name="cs_volumeValue">
452      <xsd:annotation>
453         <xsd:documentation>A possibly temperature and pressure corrected volume value.</xsd:documentation>
454      </xsd:annotation>
455      <xsd:sequence>
456         <xsd:element name="volume" type="witsml:volumeQualifiedMeasure" minOccurs="1" maxOccurs="1">
457            <xsd:annotation>
458               <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
459               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
460               null.</xsd:documentation>
461            </xsd:annotation>
462         </xsd:element>
463         <xsd:element name="grossCalorificValue" type="witsml:modulusOfCompressionMeasure" minOccurs="0" maxOccurs="1">
464            <xsd:annotation>
465               <xsd:documentation>The amount of heat which would be released by the complete combustion in air of the above volume of product.</xsd:documentation>
466            </xsd:annotation>
467         </xsd:element>
468         <xsd:element name="temp" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
469            <xsd:annotation>
470               <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
471               also be given. Common standard temperatures are: 0 degC, 15 degC, 60 degF.</xsd:documentation>
472            </xsd:annotation>
473         </xsd:element>
474         <xsd:element name="pres" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
475            <xsd:annotation>
476               <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
477               be given. Common standard pressures are: 1 atm and 14.696 psi (which are equivalent).</xsd:documentation>
478            </xsd:annotation>
479         </xsd:element>
480      </xsd:sequence>
481   </xsd:complexType>
482   <xsd:complexType name="cs_wellContext">
483      <xsd:annotation>
484         <xsd:documentation>Within the context of a WITSML Server, this data should duplicate the equivalent information in the well object.</xsd:documentation>
485      </xsd:annotation>
486      <xsd:sequence>
487         <xsd:element name="field" type="witsml:nameStruct" minOccurs="0" maxOccurs="1">
488            <xsd:annotation>
489               <xsd:documentation>Name of the field in which the well is located.</xsd:documentation>
490            </xsd:annotation>
491         </xsd:element>
492         <xsd:element name="wellAlias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
493            <xsd:annotation>
494               <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
495               list.</xsd:documentation>
496            </xsd:annotation>
497         </xsd:element>
498         <xsd:element name="wellDatum" type="witsml:cs_wellDatum" minOccurs="0" maxOccurs="unbounded">
499            <xsd:annotation>
500               <xsd:documentation>A datum to which elevations and depths are referenced.</xsd:documentation>
501            </xsd:annotation>
502         </xsd:element>
503      </xsd:sequence>
504   </xsd:complexType>
505   <xsd:complexType name="cs_wellDatum">
506      <xsd:annotation>
507         <xsd:documentation>Defines the datums associated with elevation, vertical depth and measured depth coordinates within the context of a well.</xsd:documentation>
508      </xsd:annotation>
509      <xsd:sequence>
510         <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">
511            <xsd:annotation>
512               <xsd:documentation>The human understandable contextual name of the reference datum.</xsd:documentation>
513            </xsd:annotation>
514         </xsd:element>
515         <xsd:element name="code" type="witsml:ElevCodeEnum" minOccurs="0" maxOccurs="1">
516            <xsd:annotation>
517               <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
518               vertical reference datum (e.g., mean sea level).</xsd:documentation>
519            </xsd:annotation>
520         </xsd:element>
521         <xsd:element name="datumName" type="witsml:wellKnownNameStruct" minOccurs="0" maxOccurs="1">
522            <xsd:annotation>
523               <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
524               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
525               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
526               system.</xsd:documentation>
527            </xsd:annotation>
528         </xsd:element>
529         <xsd:element name="kind" type="witsml:kindString" minOccurs="0" maxOccurs="unbounded">
530            <xsd:annotation>
531               <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
532               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
533               usage values would be 'permanent','driller', 'logger' 'WRP' (well reference point) and 'SRP' (site reference point).</xsd:documentation>
534            </xsd:annotation>
535         </xsd:element>
536         <xsd:element name="wellbore" type="witsml:cs_refWellWellbore" minOccurs="0" maxOccurs="1">
537            <xsd:annotation>
538               <xsd:documentation>A pointer to the wellbore that contains the reference datum. This should be specified if a measured depth is given.</xsd:documentation>
539            </xsd:annotation>
540         </xsd:element>
541         <xsd:element name="rig" type="witsml:cs_refWellWellboreRig" minOccurs="0" maxOccurs="1">
542            <xsd:annotation>
543               <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
544               drilling using a rig on a track).</xsd:documentation>
545            </xsd:annotation>
546         </xsd:element>
547         <xsd:element name="elevation" type="witsml:wellElevationCoord" minOccurs="0" maxOccurs="1">
548            <xsd:annotation>
549               <xsd:documentation>The gravity based elevation coordinate of this reference datum as measured from another datum. Positive moving upward from the elevation datum.
550               An elevation should be given unless this is a vertical reference datum (e.g., sea level).</xsd:documentation>
551            </xsd:annotation>
552         </xsd:element>
553         <xsd:element name="measuredDepth" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
554            <xsd:annotation>
555               <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
556               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
557               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
558               then an Elevation should also be given.</xsd:documentation>
559            </xsd:annotation>
560         </xsd:element>
561         <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
562            <xsd:annotation>
563               <xsd:documentation>A contextual description of the well reference datum.</xsd:documentation>
564            </xsd:annotation>
565         </xsd:element>
566      </xsd:sequence>
567      <xsd:attribute name="defaultMeasuredDepth" type="witsml:logicalBoolean" use="optional">
568         <xsd:annotation>
569            <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
570            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
571            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>
572         </xsd:annotation>
573      </xsd:attribute>
574      <xsd:attribute name="defaultVerticalDepth" type="witsml:logicalBoolean" use="optional">
575         <xsd:annotation>
576            <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
577            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
578            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>
579         </xsd:annotation>
580      </xsd:attribute>
581      <xsd:attribute name="defaultElevation" type="witsml:logicalBoolean" use="optional">
582         <xsd:annotation>
583            <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
584            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
585            reference datum may be designated as the default elevation datum for each well. Values are "true" (or "1") and "false" ( or "0").</xsd:documentation>
586         </xsd:annotation>
587      </xsd:attribute>
588      <xsd:attributeGroup ref="witsml:attgrp_uid">
589         <xsd:annotation>
590            <xsd:documentation>The unique identifier of the reference datum.</xsd:documentation>
591         </xsd:annotation>
592      </xsd:attributeGroup>
593   </xsd:complexType>
594   <xsd:complexType name="cs_wellTestBottomholeData">
595      <xsd:annotation>
596         <xsd:documentation>Well test data gathered at the bottomhole.</xsd:documentation>
597      </xsd:annotation>
598      <xsd:sequence>
599         <xsd:element name="bottomholePres" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
600            <xsd:annotation>
601               <xsd:documentation>The pressure at the bottomhole of the well.</xsd:documentation>
602            </xsd:annotation>
603         </xsd:element>
604         <xsd:element name="bottomholeTemp" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
605            <xsd:annotation>
606               <xsd:documentation>The temperature at the bottomhole of the well.</xsd:documentation>
607            </xsd:annotation>
608         </xsd:element>
609         <xsd:element name="bottomholePOverZ" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
610            <xsd:annotation>
611               <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
612               units of pressure., since Z is dimensionless.</xsd:documentation>
613            </xsd:annotation>
614         </xsd:element>
615         <xsd:element name="bottomholeMD" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
616            <xsd:annotation>
617               <xsd:documentation>The measured depth of the bottomhole.</xsd:documentation>
618            </xsd:annotation>
619         </xsd:element>
620         <xsd:element name="wellbore" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
621            <xsd:annotation>
622               <xsd:documentation>Defines the wellbore (sidetract) represented by the measured depth. This must be given when the well has multiple wellbores and the measured
623               depth value is deeper than the first kickoff point. It is recommended that it always be given.</xsd:documentation>
624            </xsd:annotation>
625         </xsd:element>
626      </xsd:sequence>
627   </xsd:complexType>
628   <xsd:complexType name="cs_wellTestCumulative">
629      <xsd:annotation>
630         <xsd:documentation>The cumulative amounts of the fluids at the time of the well test. The fluids are oil, gas, and water.</xsd:documentation>
631      </xsd:annotation>
632      <xsd:sequence>
633         <xsd:element name="cumulativeOil" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
634            <xsd:annotation>
635               <xsd:documentation>The cumulative amount of oil.</xsd:documentation>
636            </xsd:annotation>
637         </xsd:element>
638         <xsd:element name="cumulativeGas" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
639            <xsd:annotation>
640               <xsd:documentation>The cumulative amount of gas.</xsd:documentation>
641            </xsd:annotation>
642         </xsd:element>
643         <xsd:element name="cumulativeWater" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
644            <xsd:annotation>
645               <xsd:documentation>The cumulative amount of water.</xsd:documentation>
646            </xsd:annotation>
647         </xsd:element>
648      </xsd:sequence>
649   </xsd:complexType>
650   <xsd:complexType name="cs_wellTestFluidLevelTest">
651      <xsd:sequence>
652         <xsd:element name="fluidLevel" type="witsml:lengthMeasure" minOccurs="1" maxOccurs="1">
653            <xsd:annotation>
654               <xsd:documentation>The fluid level achieved in the well. The value is given as length units from the top of the well.</xsd:documentation>
655            </xsd:annotation>
656         </xsd:element>
657         <xsd:element name="baseUsableWater" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
658            <xsd:annotation>
659               <xsd:documentation>The lowest usable water depth as measured from the surface. See TxRRC H-15.</xsd:documentation>
660            </xsd:annotation>
661         </xsd:element>
662         <xsd:element name="testedBy" type="witsml:nameString" minOccurs="0" maxOccurs="1">
663            <xsd:annotation>
664               <xsd:documentation>The business associate that conducted the test. This is generally a person.</xsd:documentation>
665            </xsd:annotation>
666         </xsd:element>
667      </xsd:sequence>
668   </xsd:complexType>
669   <xsd:complexType name="cs_wellTestFluidRate">
670      <xsd:sequence>
671         <xsd:element name="fluidRate" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">
672            <xsd:annotation>
673               <xsd:documentation>The fluid flow rate.</xsd:documentation>
674            </xsd:annotation>
675         </xsd:element>
676         <xsd:element name="fluidRateStdTempPres" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">
677            <xsd:annotation>
678               <xsd:documentation>The fluid flow rate that has been corrected to standard temperature and pressure.</xsd:documentation>
679            </xsd:annotation>
680         </xsd:element>
681         <xsd:element name="gasClass" type="witsml:kindString" minOccurs="0" maxOccurs="1">
682            <xsd:annotation>
683               <xsd:documentation>Class for Natural Gas. This is not valid for oil or water.</xsd:documentation>
684            </xsd:annotation>
685         </xsd:element>
686      </xsd:sequence>
687   </xsd:complexType>
688   <xsd:complexType name="cs_wellTestInjectionTestData">
689      <xsd:sequence>
690         <xsd:element name="testDuration" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
691            <xsd:annotation>
692               <xsd:documentation>The time length (with uom) of the well test.</xsd:documentation>
693            </xsd:annotation>
694         </xsd:element>
695         <xsd:element name="testInterval" type="witsml:cs_wellTestInterval" minOccurs="0" maxOccurs="1">
696            <xsd:annotation>
697               <xsd:documentation>The interval tested. This element includes a top and base depth, and the formation tested.</xsd:documentation>
698            </xsd:annotation>
699         </xsd:element>
700         <xsd:element name="InjectedFluid" type="witsml:InjectionFluid" minOccurs="0" maxOccurs="1">
701            <xsd:annotation>
702               <xsd:documentation>The fluid that is being injected.</xsd:documentation>
703            </xsd:annotation>
704         </xsd:element>
705         <xsd:element name="wellTestCumulative" type="witsml:cs_wellTestCumulative" minOccurs="0" maxOccurs="1">
706            <xsd:annotation>
707               <xsd:documentation>The cumulative volumes of fluids at the time of the well test. The fluids are oil, gas, and water.</xsd:documentation>
708            </xsd:annotation>
709         </xsd:element>
710         <xsd:element name="chokeOrificeSize" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
711            <xsd:annotation>
712               <xsd:documentation>The size of the opening in the flow choke at the wellhead.</xsd:documentation>
713            </xsd:annotation>
714         </xsd:element>
715         <xsd:element name="minimumAnnularPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
716            <xsd:annotation>
717               <xsd:documentation>The minimum pressure measured at the annulus.</xsd:documentation>
718            </xsd:annotation>
719         </xsd:element>
720         <xsd:element name="maximumAnnularPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
721            <xsd:annotation>
722               <xsd:documentation>The maximum pressure measured at the annulus.</xsd:documentation>
723            </xsd:annotation>
724         </xsd:element>
725         <xsd:element name="wellheadFlowingPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
726            <xsd:annotation>
727               <xsd:documentation>The flowing pressure measured at the wellhead during the test.</xsd:documentation>
728            </xsd:annotation>
729         </xsd:element>
730         <xsd:element name="wellheadMaximumPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
731            <xsd:annotation>
732               <xsd:documentation>The maximum pressure measured at the wellhead during the well test.</xsd:documentation>
733            </xsd:annotation>
734         </xsd:element>
735         <xsd:element name="injectionTestResults" type="witsml:cs_wellTestInjectionTestResults" minOccurs="0" maxOccurs="1">
736            <xsd:annotation>
737               <xsd:documentation>The production results of the test.</xsd:documentation>
738            </xsd:annotation>
739         </xsd:element>
740      </xsd:sequence>
741   </xsd:complexType>
742   <xsd:complexType name="cs_wellTestInjectionTestResults">
743      <xsd:annotation>
744         <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
745         densities are also recorded with the volumes.</xsd:documentation>
746      </xsd:annotation>
747      <xsd:sequence>
748         <xsd:element name="oilVolume" type="witsml:cs_wellTestTestVolume" minOccurs="0" maxOccurs="1">
749            <xsd:annotation>
750               <xsd:documentation>Oil volumes measured during the well test.</xsd:documentation>
751            </xsd:annotation>
752         </xsd:element>
753         <xsd:element name="oilRate" type="witsml:cs_wellTestFluidRate" minOccurs="0" maxOccurs="1">
754            <xsd:annotation>
755               <xsd:documentation>Oil rates measured during the well test.</xsd:documentation>
756            </xsd:annotation>
757         </xsd:element>
758         <xsd:element name="gasVolume" type="witsml:cs_wellTestTestVolume" minOccurs="0" maxOccurs="1">
759            <xsd:annotation>
760               <xsd:documentation>Gas volumes measured during the well test.</xsd:documentation>
761            </xsd:annotation>
762         </xsd:element>
763         <xsd:element name="gasRate" type="witsml:cs_wellTestFluidRate" minOccurs="0" maxOccurs="1">
764            <xsd:annotation>
765               <xsd:documentation>Gas rates measured during the well test.</xsd:documentation>
766            </xsd:annotation>
767         </xsd:element>
768         <xsd:element name="waterVolume" type="witsml:cs_wellTestTestVolume" minOccurs="0" maxOccurs="1">
769            <xsd:annotation>
770               <xsd:documentation>Water volumes measured during the well test.</xsd:documentation>
771            </xsd:annotation>
772         </xsd:element>
773         <xsd:element name="waterRate" type="witsml:cs_wellTestFluidRate" minOccurs="0" maxOccurs="1">
774            <xsd:annotation>
775               <xsd:documentation>Water rates measured during the well test.</xsd:documentation>
776            </xsd:annotation>
777         </xsd:element>
778      </xsd:sequence>
779   </xsd:complexType>
780   <xsd:complexType name="cs_wellTestInterval">
781      <xsd:sequence>
782         <xsd:element name="mdTop" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1">
783            <xsd:annotation>
784               <xsd:documentation>The measured depth to the top of the interval.</xsd:documentation>
785            </xsd:annotation>
786         </xsd:element>
787         <xsd:element name="mdBase" type="witsml:measuredDepthCoord" minOccurs="1" maxOccurs="1">
788            <xsd:annotation>
789               <xsd:documentation>The measured depth to the bottom of the interval.</xsd:documentation>
790            </xsd:annotation>
791         </xsd:element>
792         <xsd:element name="wellbore" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
793            <xsd:annotation>
794               <xsd:documentation>Defines the wellbore (sidetract) represented by the measured depth. This must be given when the well has multiple wellbores and the measured
795               depth value is deeper than the first kickoff point. It is recommended that it always be given.</xsd:documentation>
796            </xsd:annotation>
797         </xsd:element>
798         <xsd:element name="testedFormation" type="witsml:kindString" minOccurs="0" maxOccurs="unbounded">
799            <xsd:annotation>
800               <xsd:documentation>A formation that was tested.</xsd:documentation>
801            </xsd:annotation>
802         </xsd:element>
803         <xsd:element name="valvePosition" type="witsml:lengthPerLengthMeasure" minOccurs="1" maxOccurs="1">
804            <xsd:annotation>
805               <xsd:documentation>The relative opening of the downhole control valve for the tested zone. This is for surface controllable valves.</xsd:documentation>
806            </xsd:annotation>
807         </xsd:element>
808      </xsd:sequence>
809   </xsd:complexType>
810   <xsd:complexType name="cs_wellTestPointData">
811      <xsd:annotation>
812         <xsd:documentation>Well test data gathered at points in the wellbore.</xsd:documentation>
813      </xsd:annotation>
814      <xsd:sequence>
815         <xsd:element name="pres" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
816            <xsd:annotation>
817               <xsd:documentation>The pressure at the point.</xsd:documentation>
818            </xsd:annotation>
819         </xsd:element>
820         <xsd:element name="temp" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
821            <xsd:annotation>
822               <xsd:documentation>The temperature at the point.</xsd:documentation>
823            </xsd:annotation>
824         </xsd:element>
825         <xsd:element name="pOverZ" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
826            <xsd:annotation>
827               <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
828               dimensionless.</xsd:documentation>
829            </xsd:annotation>
830         </xsd:element>
831         <xsd:element name="md" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
832            <xsd:annotation>
833               <xsd:documentation>The measured depth of the bottomhole.</xsd:documentation>
834            </xsd:annotation>
835         </xsd:element>
836         <xsd:element name="wellbore" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
837            <xsd:annotation>
838               <xsd:documentation>Defines the wellbore (sidetract) represented by the measured depth. This must be given when the well has multiple wellbores and the measured
839               depth value is deeper than the first kickoff point. It is recommended that it always be given.</xsd:documentation>
840            </xsd:annotation>
841         </xsd:element>
842         <xsd:element name="bottomhole" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
843            <xsd:annotation>
844               <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
845               otherwise.</xsd:documentation>
846            </xsd:annotation>
847         </xsd:element>
848         <xsd:element name="static" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
849            <xsd:annotation>
850               <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
851               pressure may be measured (e.g., shut-in well) or calculated.</xsd:documentation>
852            </xsd:annotation>
853         </xsd:element>
854      </xsd:sequence>
855   </xsd:complexType>
856   <xsd:complexType name="cs_wellTestProductionTestData">
857      <xsd:sequence>
858         <xsd:element name="testDuration" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
859            <xsd:annotation>
860               <xsd:documentation>The time length (with uom) of the well test.</xsd:documentation>
861            </xsd:annotation>
862         </xsd:element>
863         <xsd:element name="testInterval" type="witsml:cs_wellTestInterval" minOccurs="0" maxOccurs="unbounded">
864            <xsd:annotation>
865               <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
866               interval.</xsd:documentation>
867            </xsd:annotation>
868         </xsd:element>
869         <xsd:element name="wellheadData" type="witsml:cs_wellTestWellheadData" minOccurs="0" maxOccurs="1">
870            <xsd:annotation>
871               <xsd:documentation>This element records measurements made and settings made at the wellhead.</xsd:documentation>
872            </xsd:annotation>
873         </xsd:element>
874         <xsd:element name="bottomholeData" type="witsml:cs_wellTestBottomholeData" minOccurs="0" maxOccurs="1">
875            <xsd:annotation>
876               <xsd:documentation>DEPRECATED - Use pointData instead. This element records measurements made at the bottomhole.</xsd:documentation>
877            </xsd:annotation>
878         </xsd:element>
879         <xsd:element name="pointData" type="witsml:cs_wellTestPointData" minOccurs="0" maxOccurs="unbounded">
880            <xsd:annotation>
881               <xsd:documentation>This element records temperature and pressure at points in the wellbore.</xsd:documentation>
882            </xsd:annotation>
883         </xsd:element>
884         <xsd:element name="separatorData" type="witsml:cs_wellTestSeparatorData" minOccurs="0" maxOccurs="1">
885            <xsd:annotation>
886               <xsd:documentation>This element records the measurements (pressure and temperature) at the separator.</xsd:documentation>
887            </xsd:annotation>
888         </xsd:element>
889         <xsd:element name="operatingMethod" type="witsml:kindString" minOccurs="0" maxOccurs="1">
890            <xsd:annotation>
891               <xsd:documentation>The method being used to operate the well. Examples are 'flowing', 'pumping', 'gas lifted'.</xsd:documentation>
892            </xsd:annotation>
893         </xsd:element>
894         <xsd:element name="wellTestCumulative" type="witsml:cs_wellTestCumulative" minOccurs="0" maxOccurs="1">
895            <xsd:annotation>
896               <xsd:documentation>The cumulative volumes of fluids at the time of the well test. The fluids are oil, gas, and water.</xsd:documentation>
897            </xsd:annotation>
898         </xsd:element>
899         <xsd:element name="productionTestResults" type="witsml:cs_wellTestProductionTestResults" minOccurs="0" maxOccurs="1">
900            <xsd:annotation>
901               <xsd:documentation>The production results of the test.</xsd:documentation>
902            </xsd:annotation>
903         </xsd:element>
904      </xsd:sequence>
905   </xsd:complexType>
906   <xsd:complexType name="cs_wellTestProductionTestResults">
907      <xsd:annotation>
908         <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
909         densities are also recorded with the volumes.</xsd:documentation>
910      </xsd:annotation>
911      <xsd:sequence>
912         <xsd:element name="oilVolume" type="witsml:cs_wellTestTestVolume" minOccurs="0" maxOccurs="1">
913            <xsd:annotation>
914               <xsd:documentation>Oil volumes measured during the well test.</xsd:documentation>
915            </xsd:annotation>
916         </xsd:element>
917         <xsd:element name="oilRate" type="witsml:cs_wellTestFluidRate" minOccurs="0" maxOccurs="1">
918            <xsd:annotation>
919               <xsd:documentation>Oil rates measured during the well test.</xsd:documentation>
920            </xsd:annotation>
921         </xsd:element>
922         <xsd:element name="gasVolume" type="witsml:cs_wellTestTestVolume" minOccurs="0" maxOccurs="1">
923            <xsd:annotation>
924               <xsd:documentation>Gas volumes measured during the well test.</xsd:documentation>
925            </xsd:annotation>
926         </xsd:element>
927         <xsd:element name="gasRate" type="witsml:cs_wellTestFluidRate" minOccurs="0" maxOccurs="1">
928            <xsd:annotation>
929               <xsd:documentation>Gas rates measured during the well test.</xsd:documentation>
930            </xsd:annotation>
931         </xsd:element>
932         <xsd:element name="waterVolume" type="witsml:cs_wellTestTestVolume" minOccurs="0" maxOccurs="1">
933            <xsd:annotation>
934               <xsd:documentation>Water volumes measured during the well test.</xsd:documentation>
935            </xsd:annotation>
936         </xsd:element>
937         <xsd:element name="waterRate" type="witsml:cs_wellTestFluidRate" minOccurs="0" maxOccurs="1">
938            <xsd:annotation>
939               <xsd:documentation>Water rates measured during the well test.</xsd:documentation>
940            </xsd:annotation>
941         </xsd:element>
942         <xsd:element name="condensateVolume" type="witsml:cs_wellTestTestVolume" minOccurs="0" maxOccurs="1">
943            <xsd:annotation>
944               <xsd:documentation>condensate volumes measured during the well test.</xsd:documentation>
945            </xsd:annotation>
946         </xsd:element>
947         <xsd:element name="condensateRate" type="witsml:cs_wellTestFluidRate" minOccurs="0" maxOccurs="1">
948            <xsd:annotation>
949               <xsd:documentation>Condensate rates measured during the well test.</xsd:documentation>
950            </xsd:annotation>
951         </xsd:element>
952         <xsd:element name="gasOilRatio" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
953            <xsd:annotation>
954               <xsd:documentation>The ratio of the volume of gas and the volume of oil that was produced.</xsd:documentation>
955            </xsd:annotation>
956         </xsd:element>
957         <xsd:element name="waterCut" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
958            <xsd:annotation>
959               <xsd:documentation>The ratio of water produced compared to the volume of total liquids produced.</xsd:documentation>
960            </xsd:annotation>
961         </xsd:element>
962         <xsd:element name="density" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
963            <xsd:annotation>
964               <xsd:documentation>The density of the fluid mixture.</xsd:documentation>
965            </xsd:annotation>
966         </xsd:element>
967         <xsd:element name="fluidVelocity" type="witsml:velocityMeasure" minOccurs="0" maxOccurs="1">
968            <xsd:annotation>
969               <xsd:documentation>The velocity of the overall fluid mixture.</xsd:documentation>
970            </xsd:annotation>
971         </xsd:element>
972         <xsd:element name="condensateYield" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
973            <xsd:annotation>
974               <xsd:documentation>This is the condensate yield, which describes the amount of condensate per unit of natural gas produced</xsd:documentation>
975            </xsd:annotation>
976         </xsd:element>
977         <xsd:element name="basicSedimentAndWater" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
978            <xsd:annotation>
979               <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
980               performance of hydrocarbon liquids</xsd:documentation>
981            </xsd:annotation>
982         </xsd:element>
983         <xsd:element name="oilPotential" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">
984            <xsd:annotation>
985               <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
986               drawdown.</xsd:documentation>
987            </xsd:annotation>
988         </xsd:element>
989         <xsd:element name="gasPotential" type="witsml:volumeFlowRateMeasure" minOccurs="0" maxOccurs="1">
990            <xsd:annotation>
991               <xsd:documentation>This is the potential of the well to produce natural gas. This represents the flow rate that could be achieved under maximum
992               drawdown.</xsd:documentation>
993            </xsd:annotation>
994         </xsd:element>
995         <xsd:element name="sandVolume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
996            <xsd:annotation>
997               <xsd:documentation>the volume of sand that was produced.</xsd:documentation>
998            </xsd:annotation>
999         </xsd:element>
1000         <xsd:element name="allocatedSplit" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
1001            <xsd:annotation>
1002               <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
1003               otherwise.</xsd:documentation>
1004            </xsd:annotation>
1005         </xsd:element>
1006         <xsd:element name="oilSplitFactor" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
1007            <xsd:annotation>
1008               <xsd:documentation>The split factor for Oil relative to the overall volume of the test.</xsd:documentation>
1009            </xsd:annotation>
1010         </xsd:element>
1011         <xsd:element name="gasSplitFactor" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
1012            <xsd:annotation>
1013               <xsd:documentation>The split factor for Gas relative to the overall volume of the test.</xsd:documentation>
1014            </xsd:annotation>
1015         </xsd:element>
1016         <xsd:element name="waterSplitFactor" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
1017            <xsd:annotation>
1018               <xsd:documentation>The split factor for Water relative to the overall volume of the test.</xsd:documentation>
1019            </xsd:annotation>
1020         </xsd:element>
1021         <xsd:element name="condensateSplitFactor" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
1022            <xsd:annotation>
1023               <xsd:documentation>The split factor for Condensate relative to the overall volume of the test.</xsd:documentation>
1024            </xsd:annotation>
1025         </xsd:element>
1026      </xsd:sequence>
1027   </xsd:complexType>
1028   <xsd:complexType name="cs_wellTestSeparatorData">
1029      <xsd:annotation>
1030         <xsd:documentation>Well test data gathered at the separator.</xsd:documentation>
1031      </xsd:annotation>
1032      <xsd:sequence>
1033         <xsd:element name="separatorPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
1034            <xsd:annotation>
1035               <xsd:documentation>The pressure measured at the separator during the well test.</xsd:documentation>
1036            </xsd:annotation>
1037         </xsd:element>
1038         <xsd:element name="separatorTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
1039            <xsd:annotation>
1040               <xsd:documentation>The temperature measured at the separator during the well test.</xsd:documentation>
1041            </xsd:annotation>
1042         </xsd:element>
1043      </xsd:sequence>
1044   </xsd:complexType>
1045   <xsd:complexType name="cs_wellTestTestVolume">
1046      <xsd:annotation>
1047         <xsd:documentation>The following sequence of four elements can be used for reporting of most production fluids.</xsd:documentation>
1048      </xsd:annotation>
1049      <xsd:sequence>
1050         <xsd:element name="volumeStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
1051            <xsd:annotation>
1052               <xsd:documentation>The volume is the fluid, corrected to standard conditions of temperature and pressure.</xsd:documentation>
1053            </xsd:annotation>
1054         </xsd:element>
1055         <xsd:element name="volume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
1056            <xsd:annotation>
1057               <xsd:documentation>The volume, uncorrected. This volume is generally reported at reservoir conditions.</xsd:documentation>
1058            </xsd:annotation>
1059         </xsd:element>
1060         <xsd:element name="densityStdTempPres" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
1061            <xsd:annotation>
1062               <xsd:documentation>The density of the fluid, corrected to standard conditions of temperature and pressure.</xsd:documentation>
1063            </xsd:annotation>
1064         </xsd:element>
1065         <xsd:element name="density" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
1066            <xsd:annotation>
1067               <xsd:documentation>The density of the fluid, uncorrected.</xsd:documentation>
1068            </xsd:annotation>
1069         </xsd:element>
1070         <xsd:element name="gasClass" type="witsml:kindString" minOccurs="0" maxOccurs="1">
1071            <xsd:annotation>
1072               <xsd:documentation>Class for Natural Gas. This is not valid for oil or water.</xsd:documentation>
1073            </xsd:annotation>
1074         </xsd:element>
1075      </xsd:sequence>
1076   </xsd:complexType>
1077   <xsd:complexType name="cs_wellTestWellheadData">
1078      <xsd:annotation>
1079         <xsd:documentation>Basic measurements at the wellhead, during the well test.</xsd:documentation>
1080      </xsd:annotation>
1081      <xsd:sequence>
1082         <xsd:element name="temperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
1083            <xsd:annotation>
1084               <xsd:documentation>The temperature measured at the wellhead during the well test.</xsd:documentation>
1085            </xsd:annotation>
1086         </xsd:element>
1087         <xsd:element name="flowingPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
1088            <xsd:annotation>
1089               <xsd:documentation>The flowing pressure measured at the wellhead during the well test.</xsd:documentation>
1090            </xsd:annotation>
1091         </xsd:element>
1092         <xsd:element name="shutInPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
1093            <xsd:annotation>
1094               <xsd:documentation>The shut-in pressure measured at the wellhead during the well test.</xsd:documentation>
1095            </xsd:annotation>
1096         </xsd:element>
1097         <xsd:element name="flowLinePressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
1098            <xsd:annotation>
1099               <xsd:documentation>The pressure measured at the flow line connected to the wellhead during this well test.</xsd:documentation>
1100            </xsd:annotation>
1101         </xsd:element>
1102         <xsd:element name="chokeOrificeSize" type="witsml:lengthMeasure" minOccurs="1" maxOccurs="1">
1103            <xsd:annotation>
1104               <xsd:documentation>The size of the choke opening at the wellhead.</xsd:documentation>
1105            </xsd:annotation>
1106         </xsd:element>
1107         <xsd:element name="gasLiftPres" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
1108            <xsd:annotation>
1109               <xsd:documentation>The pressure of the lift gas at the wellhead.</xsd:documentation>
1110            </xsd:annotation>
1111         </xsd:element>
1112         <xsd:element name="gasLiftTemp" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
1113            <xsd:annotation>
1114               <xsd:documentation>The temperature of the lift gas at the wellhead.</xsd:documentation>
1115            </xsd:annotation>
1116         </xsd:element>
1117         <xsd:element name="gasLiftVolume" type="witsml:cs_wellTestTestVolume" minOccurs="0" maxOccurs="1">
1118            <xsd:annotation>
1119               <xsd:documentation>Lift gas volumes injected during the well test at the wellhead.</xsd:documentation>
1120            </xsd:annotation>
1121         </xsd:element>
1122         <xsd:element name="gasLiftRate" type="witsml:cs_wellTestFluidRate" minOccurs="0" maxOccurs="1">
1123            <xsd:annotation>
1124               <xsd:documentation>Lift gas rates injected during the well test at the wellhead.</xsd:documentation>
1125            </xsd:annotation>
1126         </xsd:element>
1127         <xsd:element name="gasLiftchokeOrificeSize" type="witsml:lengthMeasure" minOccurs="1" maxOccurs="1">
1128            <xsd:annotation>
1129               <xsd:documentation>The size of the gas lift choke opening.</xsd:documentation>
1130            </xsd:annotation>
1131         </xsd:element>
1132      </xsd:sequence>
1133   </xsd:complexType>
1134   <!--UNUSED: Deleted type grp_commonPropertiesProductVolume.-->
1135   <!--UNUSED: Deleted type grp_dtsInstalledSystem.-->
1136   <!--UNUSED: Deleted type grp_dtsMeasurement.-->
1137   <!--UNUSED: Deleted type grp_fluidAnalysis.-->
1138   <!--UNUSED: Deleted type grp_fluidAnalysisResult.-->
1139   <!--UNUSED: Deleted type grp_fluidResultCommonTestGroup.-->
1140   <!--UNUSED: Deleted type grp_fluidSample.-->
1141   <!--UNUSED: Deleted type grp_productFlowModel.-->
1142   <!--UNUSED: Deleted type grp_productionOperation.-->
1143   <!--UNUSED: Deleted type grp_productVolume.-->
1144   <xsd:group name="grp_wellTest">
1145      <xsd:annotation>
1146         <xsd:documentation>The non-contextual content of a WITSML Well Test object.</xsd:documentation>
1147      </xsd:annotation>
1148      <xsd:sequence>
1149         <xsd:element name="dTimMin" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
1150            <xsd:annotation>
1151               <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
1152               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
1153               Handling" of growing objects for a description of the behavior related to this parameter.</xsd:documentation>
1154            </xsd:annotation>
1155         </xsd:element>
1156         <xsd:element name="dTimMax" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
1157            <xsd:annotation>
1158               <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
1159               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
1160               parameter.</xsd:documentation>
1161            </xsd:annotation>
1162         </xsd:element>
1163         <xsd:element name="dTimCurrent" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
1164            <xsd:annotation>
1165               <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
1166               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
1167               well. See the WITSML API Specification appendix on "Special Handling" of growing objects for a description of the behavior related to this
1168               parameter.</xsd:documentation>
1169            </xsd:annotation>
1170         </xsd:element>
1171         <xsd:element name="wellContext" type="witsml:cs_wellContext" minOccurs="0" maxOccurs="1">
1172            <xsd:annotation>
1173               <xsd:documentation>Contextual data about the well that was tested.</xsd:documentation>
1174            </xsd:annotation>
1175         </xsd:element>
1176         <xsd:element name="testDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
1177            <xsd:annotation>
1178               <xsd:documentation>The date-time of well test.</xsd:documentation>
1179            </xsd:annotation>
1180         </xsd:element>
1181         <xsd:element name="previousTestDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
1182            <xsd:annotation>
1183               <xsd:documentation>The date-time of the previous well test.</xsd:documentation>
1184            </xsd:annotation>
1185         </xsd:element>
1186         <xsd:element name="lastValidTest" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
1187            <xsd:annotation>
1188               <xsd:documentation>The date-time of the last valid well test.</xsd:documentation>
1189            </xsd:annotation>
1190         </xsd:element>
1191         <xsd:element name="testReason" type="witsml:TestReason" minOccurs="0" maxOccurs="1">
1192            <xsd:annotation>
1193               <xsd:documentation>The reason for the well test: initial, periodic, revision.</xsd:documentation>
1194            </xsd:annotation>
1195         </xsd:element>
1196         <xsd:element name="testType" type="witsml:kindString" minOccurs="0" maxOccurs="1">
1197            <xsd:annotation>
1198               <xsd:documentation>The type of well production test.</xsd:documentation>
1199            </xsd:annotation>
1200         </xsd:element>
1201         <xsd:element name="chokeOrificeSize" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
1202            <xsd:annotation>
1203               <xsd:documentation>DEPRECATED: use productionTest/wellheadData/chokeOrificeSize or injectionTest/chokeOrificeSize. The size of the opening in the flow choke at the
1204               wellhead.</xsd:documentation>
1205            </xsd:annotation>
1206         </xsd:element>
1207         <xsd:element name="productFlowPort" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
1208            <xsd:annotation>
1209               <xsd:documentation>A port on a Product Flow Unit that is represented by this test.</xsd:documentation>
1210            </xsd:annotation>
1211         </xsd:element>
1212         <xsd:element name="productFlowUnit" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
1213            <xsd:annotation>
1214               <xsd:documentation>The Product Flow Unit represented by the port. This is defined within the Product Flow Model</xsd:documentation>
1215            </xsd:annotation>
1216         </xsd:element>
1217         <xsd:element name="productFlowModel" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
1218            <xsd:annotation>
1219               <xsd:documentation>The Product Flow Model that represents the above Product Flow Unit.</xsd:documentation>
1220            </xsd:annotation>
1221         </xsd:element>
1222         <xsd:element name="standardTempPres" type="witsml:StandardTempPress" minOccurs="0" maxOccurs="1">
1223            <xsd:annotation>
1224               <xsd:documentation>Defines the standard temperature and pressure to which all standard volumes in this report have been corrected. This applies to all elements
1225               whose name is suffixed by StdTempPres.</xsd:documentation>
1226            </xsd:annotation>
1227         </xsd:element>
1228         <xsd:choice minOccurs="1" maxOccurs="1">
1229            <xsd:element name="fluidLevelTest" type="witsml:cs_wellTestFluidLevelTest" minOccurs="0" maxOccurs="1">
1230               <xsd:annotation>
1231                  <xsd:documentation>Data from a fluid level test.</xsd:documentation>
1232               </xsd:annotation>
1233            </xsd:element>
1234            <xsd:element name="productionTest" type="witsml:cs_wellTestProductionTestData" minOccurs="0" maxOccurs="unbounded">
1235               <xsd:annotation>
1236                  <xsd:documentation>Data from a production test. Multiple tests generally indicate that there are multiple components of a single overall test. For example, for
1237                  multi-zoned wells.</xsd:documentation>
1238               </xsd:annotation>
1239            </xsd:element>
1240            <xsd:element name="injectionTest" type="witsml:cs_wellTestInjectionTestData" minOccurs="0" maxOccurs="unbounded">
1241               <xsd:annotation>
1242                  <xsd:documentation>Data from an injection test. Multiple tests generally indicate that there are multiple components of the overall test. For example, for
1243                  multi-zoned wells.</xsd:documentation>
1244               </xsd:annotation>
1245            </xsd:element>
1246         </xsd:choice>
1247      </xsd:sequence>
1248   </xsd:group>
1249   <xsd:element name="wellTests" type="witsml:obj_wellTests">
1250      <xsd:annotation>
1251         <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
1252         singular name.</xsd:documentation>
1253      </xsd:annotation>
1254   </xsd:element>
1255   <xsd:complexType name="obj_wellTests">
1256      <xsd:sequence>
1257         <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">
1258            <xsd:annotation>
1259               <xsd:documentation>Information about the XML message instance.</xsd:documentation>
1260            </xsd:annotation>
1261         </xsd:element>
1262         <xsd:element name="wellTest" type="witsml:obj_wellTest" minOccurs="0" maxOccurs="unbounded">
1263            <xsd:annotation>
1264               <xsd:documentation>Information about a single well test.</xsd:documentation>
1265            </xsd:annotation>
1266         </xsd:element>
1267      </xsd:sequence>
1268      <xsd:attribute name="version" type="witsml:schemaVersionString" use="required">
1269         <xsd:annotation>
1270            <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
1271            by the document instance.</xsd:documentation>
1272         </xsd:annotation>
1273      </xsd:attribute>
1274   </xsd:complexType>
1275   <xsd:complexType name="obj_wellTest">
1276      <xsd:complexContent>
1277         <xsd:extension base="witsml:abstractSingularDataObject">
1278            <xsd:sequence>
1279               <xsd:element name="nameWell" type="witsml:nameString" minOccurs="1" maxOccurs="1">
1280                  <xsd:annotation>
1281                     <xsd:documentation>Human recognizable context for the well that contains the well test.</xsd:documentation>
1282                  </xsd:annotation>
1283               </xsd:element>
1284               <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
1285                  <xsd:annotation>
1286                     <xsd:documentation>Human recognizable context for the well test.</xsd:documentation>
1287                  </xsd:annotation>
1288               </xsd:element>
1289               <xsd:group ref="witsml:grp_wellTest">
1290                  <xsd:annotation>
1291                     <xsd:documentation>The non-contextual elements for a well test.</xsd:documentation>
1292                  </xsd:annotation>
1293               </xsd:group>
1294               <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
1295                  <xsd:annotation>
1296                     <xsd:documentation>A container element that contains elements that are common to all data objects.</xsd:documentation>
1297                  </xsd:annotation>
1298               </xsd:element>
1299               <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
1300                  <xsd:annotation>
1301                     <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>
1302                  </xsd:annotation>
1303               </xsd:element>
1304            </xsd:sequence>
1305            <xsd:attribute name="uidWell" type="witsml:uidString" use="optional">
1306               <xsd:annotation>
1307                  <xsd:documentation>Unique identifier for the well. This uniquely represents the well referenced by the (possibly non-unique) nameWell.</xsd:documentation>
1308               </xsd:annotation>
1309            </xsd:attribute>
1310            <xsd:attributeGroup ref="witsml:attgrp_uid">
1311               <xsd:annotation>
1312                  <xsd:documentation>Unique identifier for the well test.</xsd:documentation>
1313               </xsd:annotation>
1314            </xsd:attributeGroup>
1315         </xsd:extension>
1316      </xsd:complexContent>
1317   </xsd:complexType>
1318   <xsd:simpleType name="abstractBoolean">
1319      <xsd:annotation>
1320         <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
1321         from this type rather than using xsd:boolen.</xsd:documentation>
1322      </xsd:annotation>
1323      <xsd:restriction base="xsd:boolean">
1324         <xsd:pattern value=".+" />
1325      </xsd:restriction>
1326   </xsd:simpleType>
1327   <xsd:simpleType name="abstractDateTime">
1328      <xsd:annotation>
1329         <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
1330         derived from this type rather than using xsd:dateTime.</xsd:documentation>
1331      </xsd:annotation>
1332      <xsd:restriction base="xsd:dateTime">
1333         <xsd:pattern value=".+" />
1334      </xsd:restriction>
1335   </xsd:simpleType>
1336   <xsd:simpleType name="abstractDate">
1337      <xsd:annotation>
1338         <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
1339         from this type rather than using xsd:dateTime.</xsd:documentation>
1340      </xsd:annotation>
1341      <xsd:restriction base="xsd:date">
1342         <xsd:pattern value=".+" />
1343      </xsd:restriction>
1344   </xsd:simpleType>
1345   <!--UNUSED: Deleted type abstractYear.-->
1346   <xsd:simpleType name="abstractDouble">
1347      <xsd:annotation>
1348         <xsd:documentation>This type disallows an "empty" double value. This type should not be used directly except to derive another type.</xsd:documentation>
1349      </xsd:annotation>
1350      <xsd:restriction base="xsd:double">
1351         <xsd:pattern value=".+" />
1352      </xsd:restriction>
1353   </xsd:simpleType>
1354   <!--UNUSED: Deleted type abstractShort.-->
1355   <!--UNUSED: Deleted type abstractInt.-->
1356   <xsd:simpleType name="abstractString">
1357      <xsd:annotation>
1358         <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.
1359         This type should not be used directly except to derive another type.</xsd:documentation>
1360      </xsd:annotation>
1361      <xsd:restriction base="xsd:string">
1362         <xsd:whiteSpace value="collapse">
1363            <xsd:annotation>
1364               <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
1365               trailing spaces.</xsd:documentation>
1366            </xsd:annotation>
1367         </xsd:whiteSpace>
1368         <xsd:minLength value="1">
1369            <xsd:annotation>
1370               <xsd:documentation>The empty string is not allowed. This constraint conbined with the whiteSpace collapse constraint means that a blank value is not
1371               allowed.</xsd:documentation>
1372            </xsd:annotation>
1373         </xsd:minLength>
1374      </xsd:restriction>
1375   </xsd:simpleType>
1376   <xsd:complexType name="abstractMeasure">
1377      <xsd:annotation>
1378         <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
1379         subtypes. This type allows all quantities to be profiled to be a 'float' instead of a 'double'.</xsd:documentation>
1380      </xsd:annotation>
1381      <xsd:simpleContent>
1382         <xsd:extension base="witsml:abstractDouble" />
1383      </xsd:simpleContent>
1384   </xsd:complexType>
1385   <xsd:simpleType name="abstractMaximumLengthString">
1386      <xsd:annotation>
1387         <xsd:documentation>This defines the maximum acceptable length of a string that can be stored in a data base.</xsd:documentation>
1388      </xsd:annotation>
1389      <xsd:restriction base="witsml:abstractString">
1390         <xsd:maxLength value="4000">
1391            <xsd:annotation>
1392               <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
1393               VARCHAR2 in Oracle 8.</xsd:documentation>
1394            </xsd:annotation>
1395         </xsd:maxLength>
1396      </xsd:restriction>
1397   </xsd:simpleType>
1398   <!--UNUSED: Deleted type abstractUncollapsedString.-->
1399   <!--UNUSED: Deleted type abstractContextualObject.-->
1400   <xsd:complexType name="abstractSingularDataObject">
1401      <xsd:annotation>
1402         <xsd:documentation>The intended abstract supertype of all singular data objects.</xsd:documentation>
1403      </xsd:annotation>
1404      <xsd:sequence />
1405   </xsd:complexType>
1406   <!--UNUSED: Deleted type abstractPositiveCount.-->
1407   <xsd:simpleType name="abstractNameString">
1408      <xsd:annotation>
1409         <xsd:documentation>The intended abstract supertype of all user assigned human recognizable contextual name types. There should be no assumption that (interoperable)
1410         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
1411         by an enumeration.</xsd:documentation>
1412      </xsd:annotation>
1413      <xsd:restriction base="witsml:abstractString">
1414         <xsd:maxLength value="64" />
1415      </xsd:restriction>
1416   </xsd:simpleType>
1417   <xsd:simpleType name="abstractUidString">
1418      <xsd:annotation>
1419         <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
1420         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
1421         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>
1422      </xsd:annotation>
1423      <xsd:restriction base="witsml:abstractString">
1424         <xsd:maxLength value="64" />
1425         <xsd:pattern value="[^ ]*" />
1426      </xsd:restriction>
1427   </xsd:simpleType>
1428   <xsd:simpleType name="abstractCommentString">
1429      <xsd:annotation>
1430         <xsd:documentation>The intended abstract supertype of all comments or remarks intended for human consumption. There should be no assumption that semantics can be
1431         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
1432         interoperable).</xsd:documentation>
1433      </xsd:annotation>
1434      <xsd:restriction base="witsml:abstractMaximumLengthString" />
1435   </xsd:simpleType>
1436   <xsd:simpleType name="abstractTypeEnum">
1437      <xsd:annotation>
1438         <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.
1439         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
1440         future date.</xsd:documentation>
1441      </xsd:annotation>
1442      <xsd:restriction base="witsml:abstractString">
1443         <xsd:maxLength value="40" />
1444      </xsd:restriction>
1445   </xsd:simpleType>
1446   <xsd:simpleType name="abstractUomEnum">
1447      <xsd:annotation>
1448         <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.
1449         This type is abstract in the sense that it should not be used directly except to derive another type.</xsd:documentation>
1450      </xsd:annotation>
1451      <xsd:restriction base="witsml:abstractString">
1452         <xsd:maxLength value="24" />
1453      </xsd:restriction>
1454   </xsd:simpleType>
1455   <!--UNUSED: Deleted type abstractNonNegativeCount.-->
1456   <!--UNUSED: Deleted type ActivityClassType.-->
1457   <!--UNUSED: Deleted type ActivityCode.-->
1458   <!--UNUSED: Deleted type AddressKindEnum.-->
1459   <!--UNUSED: Deleted type AddressQualifier.-->
1460   <!--UNUSED: Deleted type AziRef.-->
1461   <!--UNUSED: Deleted type ArrayElementDataType.-->
1462   <!--UNUSED: Deleted type BearingType.-->
1463   <!--UNUSED: Deleted type BitDullCode.-->
1464   <!--UNUSED: Deleted type BitReasonPulled.-->
1465   <!--UNUSED: Deleted type BitType.-->
1466   <!--UNUSED: Deleted type BhaStatus.-->
1467   <!--UNUSED: Deleted type BladeShapeType.-->
1468   <!--UNUSED: Deleted type BladeType.-->
1469   <!--UNUSED: Deleted type BopType.-->
1470   <!--UNUSED: Deleted type BoxPinConfig.-->
1471   <!--UNUSED: Deleted type CalculationMethod.-->
1472   <!--UNUSED: Deleted type CementJobType.-->
1473   <!--UNUSED: Deleted type ConnectionPosition.-->
1474   <!--UNUSED: Deleted type ContactPreference.-->
1475   <!--UNUSED: Deleted type DeflectionMethod.-->
1476   <!--UNUSED: Deleted type DerrickType.-->
1477   <!--UNUSED: Deleted type DrawWorksType.-->
1478   <!--UNUSED: Deleted type DriveType.-->
1479   <xsd:simpleType name="ElevCodeEnum">
1480      <xsd:annotation>
1481         <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
1482         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>
1483      </xsd:annotation>
1484      <xsd:restriction base="witsml:abstractTypeEnum">
1485         <xsd:enumeration value="CF">
1486            <xsd:annotation>
1487               <xsd:documentation>casing flange: A flange affixed to the top of the casing string used to attach production equipment.</xsd:documentation>
1488            </xsd:annotation>
1489         </xsd:enumeration>
1490         <xsd:enumeration value="CV">
1491            <xsd:annotation>
1492               <xsd:documentation>crown valve</xsd:documentation>
1493            </xsd:annotation>
1494         </xsd:enumeration>
1495         <xsd:enumeration value="DF">
1496            <xsd:annotation>
1497               <xsd:documentation>derrick floor</xsd:documentation>
1498            </xsd:annotation>
1499         </xsd:enumeration>
1500         <xsd:enumeration value="GL">
1501            <xsd:annotation>
1502               <xsd:documentation>ground level</xsd:documentation>
1503            </xsd:annotation>
1504         </xsd:enumeration>
1505         <xsd:enumeration value="KB">
1506            <xsd:annotation>
1507               <xsd:documentation>kelly bushing</xsd:documentation>
1508            </xsd:annotation>
1509         </xsd:enumeration>
1510         <xsd:enumeration value="RB">
1511            <xsd:annotation>
1512               <xsd:documentation>rotary bushing</xsd:documentation>
1513            </xsd:annotation>
1514         </xsd:enumeration>
1515         <xsd:enumeration value="RT">
1516            <xsd:annotation>
1517               <xsd:documentation>rotary table</xsd:documentation>
1518            </xsd:annotation>
1519         </xsd:enumeration>
1520         <xsd:enumeration value="SF">
1521            <xsd:annotation>
1522               <xsd:documentation>sea floor</xsd:documentation>
1523            </xsd:annotation>
1524         </xsd:enumeration>
1525         <xsd:enumeration value="LAT">
1526            <xsd:annotation>
1527               <xsd:documentation>Lowest Astronomical Tide. The lowest tide level over the duration of the National Tidal Datum Epoch (19 years).</xsd:documentation>
1528            </xsd:annotation>
1529         </xsd:enumeration>
1530         <xsd:enumeration value="SL">
1531            <xsd:annotation>
1532               <xsd:documentation>Mean Sea Level - A tidal datum. The arithmetic mean of hourly heights observed over the National Tidal Datum Epoch (19
1533               years).</xsd:documentation>
1534            </xsd:annotation>
1535         </xsd:enumeration>
1536         <xsd:enumeration value="MHHW">
1537            <xsd:annotation>
1538               <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
1539               Epoch (19 years).</xsd:documentation>
1540            </xsd:annotation>
1541         </xsd:enumeration>
1542         <xsd:enumeration value="MHW">
1543            <xsd:annotation>
1544               <xsd:documentation>Mean High Water - A tidal datum. The average of all the high water heights observed over the National Tidal Datum Epoch (19
1545               years).</xsd:documentation>
1546            </xsd:annotation>
1547         </xsd:enumeration>
1548         <xsd:enumeration value="MLLW">
1549            <xsd:annotation>
1550               <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
1551               (19 years ).</xsd:documentation>
1552            </xsd:annotation>
1553         </xsd:enumeration>
1554         <xsd:enumeration value="MLW">
1555            <xsd:annotation>
1556               <xsd:documentation>Mean Low Water - A tidal datum. The average of all the low water heights observed over the National Tidal Datum Epoch (19
1557               years).</xsd:documentation>
1558            </xsd:annotation>
1559         </xsd:enumeration>
1560         <xsd:enumeration value="MTL">
1561            <xsd:annotation>
1562               <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>
1563            </xsd:annotation>
1564         </xsd:enumeration>
1565         <xsd:enumeration value="KO">
1566            <xsd:annotation>
1567               <xsd:documentation>kickoff point</xsd:documentation>
1568            </xsd:annotation>
1569         </xsd:enumeration>
1570         <xsd:enumeration value="unknown">
1571            <xsd:annotation>
1572               <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
1573               value. Use of this value may result in rejection in some situations.</xsd:documentation>
1574            </xsd:annotation>
1575         </xsd:enumeration>
1576      </xsd:restriction>
1577   </xsd:simpleType>
1578   <!--UNUSED: Deleted type Ellipsoid.-->
1579   <xsd:simpleType name="EndpointQualifier">
1580      <xsd:annotation>
1581         <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
1582         file.</xsd:documentation>
1583      </xsd:annotation>
1584      <xsd:restriction base="witsml:abstractTypeEnum">
1585         <xsd:enumeration value="inclusive">
1586            <xsd:annotation>
1587               <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
1588               considered to be within the range.</xsd:documentation>
1589            </xsd:annotation>
1590         </xsd:enumeration>
1591         <xsd:enumeration value="exclusive">
1592            <xsd:annotation>
1593               <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
1594               considered to be outside the range.</xsd:documentation>
1595            </xsd:annotation>
1596         </xsd:enumeration>
1597         <xsd:enumeration value="extensive">
1598            <xsd:annotation>
1599               <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
1600               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
1601               endpoint. Basically, this concept is designed to support interpolation across an undefined point.</xsd:documentation>
1602            </xsd:annotation>
1603         </xsd:enumeration>
1604         <xsd:enumeration value="overlap extensive">
1605            <xsd:annotation>
1606               <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
1607               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
1608               be used as the endpoint. This concept is designed to select ALL nodes whose index interval overlap with the query range.</xsd:documentation>
1609            </xsd:annotation>
1610         </xsd:enumeration>
1611         <xsd:enumeration value="unknown">
1612            <xsd:annotation>
1613               <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
1614               value. Use of this value may result in rejection in some situations.</xsd:documentation>
1615            </xsd:annotation>
1616         </xsd:enumeration>
1617      </xsd:restriction>
1618   </xsd:simpleType>
1619   <!--UNUSED: Deleted type FacilityParameter.-->
1620   <!--UNUSED: Deleted type FiberMode.-->
1621   <!--UNUSED: Deleted type FlowQualifier.-->
1622   <!--UNUSED: Deleted type FlowSubQualifier.-->
1623   <!--UNUSED: Deleted type GasPeakType.-->
1624   <!--UNUSED: Deleted type GeodeticDatum.-->
1625   <!--UNUSED: Deleted type Hemispheres.-->
1626   <!--UNUSED: Deleted type HoleCasingType.-->
1627   <!--UNUSED: Deleted type HoleOpenerType.-->
1628   <xsd:simpleType name="InjectionFluid">
1629      <xsd:annotation>
1630         <xsd:documentation>Fluids which are injected into a well. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
1631      </xsd:annotation>
1632      <xsd:restriction base="witsml:abstractTypeEnum">
1633         <xsd:enumeration value="oil">
1634            <xsd:annotation>
1635               <xsd:documentation />
1636            </xsd:annotation>
1637         </xsd:enumeration>
1638         <xsd:enumeration value="gas">
1639            <xsd:annotation>
1640               <xsd:documentation />
1641            </xsd:annotation>
1642         </xsd:enumeration>
1643         <xsd:enumeration value="non HC gas">
1644            <xsd:annotation>
1645               <xsd:documentation />
1646            </xsd:annotation>
1647         </xsd:enumeration>
1648         <xsd:enumeration value="CO2">
1649            <xsd:annotation>
1650               <xsd:documentation />
1651            </xsd:annotation>
1652         </xsd:enumeration>
1653         <xsd:enumeration value="water">
1654            <xsd:annotation>
1655               <xsd:documentation />
1656            </xsd:annotation>
1657         </xsd:enumeration>
1658         <xsd:enumeration value="brine">
1659            <xsd:annotation>
1660               <xsd:documentation />
1661            </xsd:annotation>
1662         </xsd:enumeration>
1663         <xsd:enumeration value="fresh water">
1664            <xsd:annotation>
1665               <xsd:documentation />
1666            </xsd:annotation>
1667         </xsd:enumeration>
1668         <xsd:enumeration value="oil-gas">
1669            <xsd:annotation>
1670               <xsd:documentation />
1671            </xsd:annotation>
1672         </xsd:enumeration>
1673         <xsd:enumeration value="oil-water">
1674            <xsd:annotation>
1675               <xsd:documentation />
1676            </xsd:annotation>
1677         </xsd:enumeration>
1678         <xsd:enumeration value="gas-water">
1679            <xsd:annotation>
1680               <xsd:documentation />
1681            </xsd:annotation>
1682         </xsd:enumeration>
1683         <xsd:enumeration value="condensate">
1684            <xsd:annotation>
1685               <xsd:documentation />
1686            </xsd:annotation>
1687         </xsd:enumeration>
1688         <xsd:enumeration value="steam">
1689            <xsd:annotation>
1690               <xsd:documentation />
1691            </xsd:annotation>
1692         </xsd:enumeration>
1693         <xsd:enumeration value="air">
1694            <xsd:annotation>
1695               <xsd:documentation />
1696            </xsd:annotation>
1697         </xsd:enumeration>
1698         <xsd:enumeration value="dry">
1699            <xsd:annotation>
1700               <xsd:documentation />
1701            </xsd:annotation>
1702         </xsd:enumeration>
1703         <xsd:enumeration value="other">
1704            <xsd:annotation>
1705               <xsd:documentation />
1706            </xsd:annotation>
1707         </xsd:enumeration>
1708         <xsd:enumeration value="unknown">
1709            <xsd:annotation>
1710               <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
1711               value. Use of this value may result in rejection in some situations.</xsd:documentation>
1712            </xsd:annotation>
1713         </xsd:enumeration>
1714      </xsd:restriction>
1715   </xsd:simpleType>
1716   <!--UNUSED: Deleted type IntervalMethod.-->
1717   <!--UNUSED: Deleted type IntervalType.-->
1718   <xsd:simpleType name="ItemState">
1719      <xsd:annotation>
1720         <xsd:documentation>These values represent the state of a WITSML object.</xsd:documentation>
1721      </xsd:annotation>
1722      <xsd:restriction base="witsml:abstractTypeEnum">
1723         <xsd:enumeration value="actual">
1724            <xsd:annotation>
1725               <xsd:documentation>Actual data measured or entered at the well site.</xsd:documentation>
1726            </xsd:annotation>
1727         </xsd:enumeration>
1728         <xsd:enumeration value="model">
1729            <xsd:annotation>
1730               <xsd:documentation>Model data used for "what if" calculations.</xsd:documentation>
1731            </xsd:annotation>
1732         </xsd:enumeration>
1733         <xsd:enumeration value="plan">
1734            <xsd:annotation>
1735               <xsd:documentation>A planned object. That is, one which is expected to be executed in the future.</xsd:documentation>
1736            </xsd:annotation>
1737         </xsd:enumeration>
1738         <xsd:enumeration value="unknown">
1739            <xsd:annotation>
1740               <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
1741               value. Use of this value may result in rejection in some situations.</xsd:documentation>
1742            </xsd:annotation>
1743         </xsd:enumeration>
1744      </xsd:restriction>
1745   </xsd:simpleType>
1746   <!--UNUSED: Deleted type InstalledFiberPoint.-->
1747   <!--UNUSED: Deleted type JarType.-->
1748   <!--UNUSED: Deleted type JarAction.-->
1749   <!--UNUSED: Deleted type LithologySource.-->
1750   <!--UNUSED: Deleted type LithologyType.-->
1751   <!--UNUSED: Deleted type LogDataType.-->
1752   <!--UNUSED: Deleted type LogIndexDirection.-->
1753   <!--UNUSED: Deleted type LogIndexType.-->
1754   <!--UNUSED: Deleted type LogTraceOrigin.-->
1755   <!--UNUSED: Deleted type LogTraceState.-->
1756   <!--UNUSED: Deleted type MaterialType.-->
1757   <!--UNUSED: Deleted type MeasureClass.-->
1758   <!--UNUSED: Deleted type MeasurementType.-->
1759   <!--UNUSED: Deleted type MessageProbability.-->
1760   <!--UNUSED: Deleted type MessageSeverity.-->
1761   <!--UNUSED: Deleted type MessageType.-->
1762   <!--UNUSED: Deleted type MudLogParameterType.-->
1763   <!--UNUSED: Deleted type NADTypes.-->
1764   <!--UNUSED: Deleted type NameTagLocation.-->
1765   <!--UNUSED: Deleted type NameTagNumberingScheme.-->
1766   <!--UNUSED: Deleted type NameTagTechnology.-->
1767   <!--UNUSED: Deleted type NozzleType.-->
1768   <!--UNUSED: Deleted type OTDRReason.-->
1769   <!--UNUSED: Deleted type PhoneType.-->
1770   <!--UNUSED: Deleted type PitType.-->
1771   <!--UNUSED: Deleted type ProductFlowPortType.-->
1772   <!--UNUSED: Deleted type Projection.-->
1773   <!--UNUSED: Deleted type ProjectionVariantsObliqueMercator.-->
1774   <!--UNUSED: Deleted type PumpType.-->
1775   <!--UNUSED: Deleted type PumpOpType.-->
1776   <!--UNUSED: Deleted type QualifierType.-->
1777   <!--UNUSED: Deleted type RealtimeData.-->
1778   <!--UNUSED: Deleted type ReportingFacility.-->
1779   <!--UNUSED: Deleted type ReportingFlow.-->
1780   <!--UNUSED: Deleted type ReportingPeriod.-->
1781   <!--UNUSED: Deleted type ReportingProduct.-->
1782   <!--UNUSED: Deleted type ReportingProperty.-->
1783   <!--UNUSED: Deleted type RigType.-->
1784   <!--UNUSED: Deleted type RiskAffectedPersonnel.-->
1785   <!--UNUSED: Deleted type RiskCategory.-->
1786   <!--UNUSED: Deleted type RiskSubCategory.-->
1787   <!--UNUSED: Deleted type RiskType.-->
1788   <!--UNUSED: Deleted type ScrType.-->
1789   <!--UNUSED: Deleted type ShowFluorescence.-->
1790   <!--UNUSED: Deleted type ShowLevel.-->
1791   <!--UNUSED: Deleted type ShowRating.-->
1792   <!--UNUSED: Deleted type ShowSpeed.-->
1793   <xsd:simpleType name="StandardTempPress">
1794      <xsd:annotation>
1795         <xsd:documentation>Combinations of standard temperature and pressure. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
1796      </xsd:annotation>
1797      <xsd:restriction base="witsml:abstractTypeEnum">
1798         <xsd:enumeration value="0 degC 1 atm">
1799            <xsd:annotation>
1800               <xsd:documentation>A temperature of zero degrees Centigrade and a pressure of one atmosphere.</xsd:documentation>
1801            </xsd:annotation>
1802         </xsd:enumeration>
1803         <xsd:enumeration value="15 degC 1 atm">
1804            <xsd:annotation>
1805               <xsd:documentation>A temperature of sixty degrees Centigrade and a pressure of one atmosphere.</xsd:documentation>
1806            </xsd:annotation>
1807         </xsd:enumeration>
1808         <xsd:enumeration value="60 degF 1 atm">
1809            <xsd:annotation>
1810               <xsd:documentation>A temperature of fifteen degrees Fahrenheit and a pressure of one atmosphere.</xsd:documentation>
1811            </xsd:annotation>
1812         </xsd:enumeration>
1813         <xsd:enumeration value="unknown">
1814            <xsd:annotation>
1815               <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
1816               value. Use of this value may result in rejection in some situations.</xsd:documentation>
1817            </xsd:annotation>
1818         </xsd:enumeration>
1819      </xsd:restriction>
1820   </xsd:simpleType>
1821   <!--UNUSED: Deleted type SupportCraft.-->
1822   <!--UNUSED: Deleted type SurfEquipType.-->
1823   <!--UNUSED: Deleted type TargetCategory.-->
1824   <!--UNUSED: Deleted type TargetScope.-->
1825   <!--UNUSED: Deleted type TargetSectionScope.-->
1826   <xsd:simpleType name="TestReason">
1827      <xsd:annotation>
1828         <xsd:documentation>A reason for running a well test. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
1829      </xsd:annotation>
1830      <xsd:restriction base="witsml:abstractTypeEnum">
1831         <xsd:enumeration value="initial">
1832            <xsd:annotation>
1833               <xsd:documentation />
1834            </xsd:annotation>
1835         </xsd:enumeration>
1836         <xsd:enumeration value="periodic">
1837            <xsd:annotation>
1838               <xsd:documentation />
1839            </xsd:annotation>
1840         </xsd:enumeration>
1841         <xsd:enumeration value="revision">
1842            <xsd:annotation>
1843               <xsd:documentation />
1844            </xsd:annotation>
1845         </xsd:enumeration>
1846         <xsd:enumeration value="unknown">
1847            <xsd:annotation>
1848               <xsd:documentation />
1849            </xsd:annotation>
1850         </xsd:enumeration>
1851         <xsd:enumeration value="other">
1852            <xsd:annotation>
1853               <xsd:documentation />
1854            </xsd:annotation>
1855         </xsd:enumeration>
1856         <xsd:enumeration value="unknown">
1857            <xsd:annotation>
1858               <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
1859               value. Use of this value may result in rejection in some situations.</xsd:documentation>
1860            </xsd:annotation>
1861         </xsd:enumeration>
1862      </xsd:restriction>
1863   </xsd:simpleType>
1864   <!--UNUSED: Deleted type TrajStationStatus.-->
1865   <!--UNUSED: Deleted type TrajStationType.-->
1866   <!--UNUSED: Deleted type TubularAssembly.-->
1867   <!--UNUSED: Deleted type TubularComponent.-->
1868   <!--UNUSED: Deleted type TypeSurveyTool.-->
1869   <xsd:simpleType name="ValueStatus">
1870      <xsd:annotation>
1871         <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
1872         the condition. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
1873      </xsd:annotation>
1874      <xsd:restriction base="witsml:abstractTypeEnum">
1875         <xsd:enumeration value="bad calibration">
1876            <xsd:annotation>
1877               <xsd:documentation>The calibration status of the sensor is unknown. (Out of Calibration)</xsd:documentation>
1878            </xsd:annotation>
1879         </xsd:enumeration>
1880         <xsd:enumeration value="range limit">
1881            <xsd:annotation>
1882               <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
1883               Limited)</xsd:documentation>
1884            </xsd:annotation>
1885         </xsd:enumeration>
1886         <xsd:enumeration value="questionable">
1887            <xsd:annotation>
1888               <xsd:documentation>The value is just plain questionable. (Sub-Normal, Non-specific)</xsd:documentation>
1889            </xsd:annotation>
1890         </xsd:enumeration>
1891         <xsd:enumeration value="device failure">
1892            <xsd:annotation>
1893               <xsd:documentation>The unit to which the sensor is attached is not running. (Device Failure)</xsd:documentation>
1894            </xsd:annotation>
1895         </xsd:enumeration>
1896         <xsd:enumeration value="sensor failure">
1897            <xsd:annotation>
1898               <xsd:documentation>The field sensor itself is not working due to hardware failure or misconfiguration. (Sensor Failure)</xsd:documentation>
1899            </xsd:annotation>
1900         </xsd:enumeration>
1901         <xsd:enumeration value="comm failure">
1902            <xsd:annotation>
1903               <xsd:documentation>The communication to the field sensor is not working. That is, communcation cannot be established or maintained. (Comm
1904               Failure)</xsd:documentation>
1905            </xsd:annotation>
1906         </xsd:enumeration>
1907         <xsd:enumeration value="timeout">
1908            <xsd:annotation>
1909               <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
1910               Known Value)</xsd:documentation>
1911            </xsd:annotation>
1912         </xsd:enumeration>
1913         <xsd:enumeration value="unknown">
1914            <xsd:annotation>
1915               <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
1916               value. Use of this value may result in rejection in some situations.</xsd:documentation>
1917            </xsd:annotation>
1918         </xsd:enumeration>
1919      </xsd:restriction>
1920   </xsd:simpleType>
1921   <!--UNUSED: Deleted type WellDirection.-->
1922   <!--UNUSED: Deleted type WellFluid.-->
1923   <!--UNUSED: Deleted type WellboreShape.-->
1924   <!--UNUSED: Deleted type WellboreType.-->
1925   <!--UNUSED: Deleted type WellPurpose.-->
1926   <!--UNUSED: Deleted type WellStatus.-->
1927   <!--UNUSED: Deleted type CrewType.-->
1928   <!--UNUSED: Deleted type OperationKind.-->
1929   <!--UNUSED: Deleted type ReasonLost.-->
1930   <!--UNUSED: Deleted type SafetyType.-->
1931   <!--UNUSED: Deleted type VolumeReferenceKind.-->
1932   <!--UNUSED: Deleted type DataQuality.-->
1933   <!--UNUSED: Deleted type FluidAnalysisKind.-->
1934   <!--UNUSED: Deleted type FluidComponent.-->
1935   <!--UNUSED: Deleted type FluidSampleTestAcquisition.-->
1936   <!--UNUSED: Deleted type FluidComponentKind.-->
1937   <!--UNUSED: Deleted type FluidContaminant.-->
1938   <!--UNUSED: Deleted type FluidSampleKind.-->
1939   <!--UNUSED: Deleted type ReservoirFluidKind.-->
1940   <!--UNUSED: Deleted type EosModelKind.-->
1941   <!--UNUSED: Deleted type generalMeasureType.-->
1942   <!--UNUSED: Deleted type temperatureSlopeMeasure.-->
1943   <!--UNUSED: Deleted type typeOptionalClassString.-->
1944   <xsd:complexType name="endpointQualifiedDateTime">
1945      <xsd:annotation>
1946         <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
1947         endpoint attribute.</xsd:documentation>
1948      </xsd:annotation>
1949      <xsd:simpleContent>
1950         <xsd:extension base="witsml:abstractDateTime">
1951            <xsd:attribute name="endpoint" type="witsml:EndpointQualifier" use="optional">
1952               <xsd:annotation>
1953                  <xsd:documentation>The default is "inclusive".</xsd:documentation>
1954               </xsd:annotation>
1955            </xsd:attribute>
1956         </xsd:extension>
1957      </xsd:simpleContent>
1958   </xsd:complexType>
1959   <!--UNUSED: Deleted type endpointQualifiedDate.-->
1960   <!--UNUSED: Deleted type emailQualifierStruct.-->
1961   <!--UNUSED: Deleted type facilityIdentifierStruct.-->
1962   <!--UNUSED: Deleted type phoneNumberStruct.-->
1963   <xsd:simpleType name="logicalBoolean">
1964      <xsd:annotation>
1965         <xsd:documentation>Values of "true" (or "1") and "false" (or "0").</xsd:documentation>
1966      </xsd:annotation>
1967      <xsd:restriction base="witsml:abstractBoolean" />
1968   </xsd:simpleType>
1969   <xsd:simpleType name="date">
1970      <xsd:annotation>
1971         <xsd:documentation>A julian date.</xsd:documentation>
1972      </xsd:annotation>
1973      <xsd:restriction base="witsml:abstractDate" />
1974   </xsd:simpleType>
1975   <!--UNUSED: Deleted type month.-->
1976   <!--UNUSED: Deleted type year.-->
1977   <xsd:simpleType name="timestamp">
1978      <xsd:annotation>
1979         <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
1980         each date time value.</xsd:documentation>
1981      </xsd:annotation>
1982      <xsd:restriction base="witsml:abstractDateTime" />
1983   </xsd:simpleType>
1984   <!--UNUSED: Deleted type timeZone.-->
1985   <!--UNUSED: Deleted type calendarYear.-->
1986   <!--UNUSED: Deleted type yAxisAzimuth.-->
1987   <!--UNUSED: Deleted type nonNegativeFraction.-->
1988   <xsd:simpleType name="unitlessQuantity">
1989      <xsd:annotation>
1990         <xsd:documentation>A unitless quantity. This should not be confused with a dimensionless measure.</xsd:documentation>
1991      </xsd:annotation>
1992      <xsd:restriction base="witsml:abstractDouble" />
1993   </xsd:simpleType>
1994   <!--UNUSED: Deleted type genericMeasure.-->
1995   <!--UNUSED: Deleted type indexCurve.-->
1996   <!--UNUSED: Deleted type ratioGenericMeasure.-->
1997   <!--UNUSED: Deleted type listOfString.-->
1998   <!--UNUSED: Deleted type listOfDouble.-->
1999   <xsd:complexType name="refNameString">
2000      <xsd:annotation>
2001         <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>
2002      </xsd:annotation>
2003      <xsd:simpleContent>
2004         <xsd:extension base="witsml:abstractNameString">
2005            <xsd:attribute name="uidRef" type="witsml:refString" use="optional">
2006               <xsd:annotation>
2007                  <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
2008                  of a WITSML server.</xsd:documentation>
2009               </xsd:annotation>
2010            </xsd:attribute>
2011         </xsd:extension>
2012      </xsd:simpleContent>
2013   </xsd:complexType>
2014   <!--UNUSED: Deleted type refObjectString.-->
2015   <!--UNUSED: Deleted type refPositiveCount.-->
2016   <xsd:simpleType name="refWellDatum">
2017      <xsd:annotation>
2018         <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
2019         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
2020         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
2021         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>
2022      </xsd:annotation>
2023      <xsd:restriction base="witsml:abstractUidString" />
2024   </xsd:simpleType>
2025   <xsd:simpleType name="nameString">
2026      <xsd:annotation>
2027         <xsd:documentation>A user assigned human recognizable contextual name of something. There should be no assumption that (interoperable) semantic information will be
2028         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
2029         enumeration.</xsd:documentation>
2030      </xsd:annotation>
2031      <xsd:restriction base="witsml:abstractNameString" />
2032   </xsd:simpleType>
2033   <xsd:simpleType name="commentString">
2034      <xsd:annotation>
2035         <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.
2036         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>
2037      </xsd:annotation>
2038      <xsd:restriction base="witsml:abstractCommentString" />
2039   </xsd:simpleType>
2040   <!--UNUSED: Deleted type descriptionString.-->
2041   <!--UNUSED: Deleted type shortDescriptionString.-->
2042   <!--UNUSED: Deleted type encodedArrayString.-->
2043   <!--UNUSED: Deleted type encodedValueString.-->
2044   <xsd:simpleType name="kindString">
2045      <xsd:annotation>
2046         <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
2047         enumerated list.</xsd:documentation>
2048      </xsd:annotation>
2049      <xsd:restriction base="witsml:abstractTypeEnum" />
2050   </xsd:simpleType>
2051   <!--UNUSED: Deleted type uomString.-->
2052   <xsd:simpleType name="uidString">
2053      <xsd:annotation>
2054         <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
2055         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
2056         value unless enforced by the source of the document (e.g., a document server).</xsd:documentation>
2057      </xsd:annotation>
2058      <xsd:restriction base="witsml:abstractUidString" />
2059   </xsd:simpleType>
2060   <xsd:simpleType name="refString">
2061      <xsd:annotation>
2062         <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
2063         value of an attribute of type uidString.</xsd:documentation>
2064      </xsd:annotation>
2065      <xsd:restriction base="witsml:abstractUidString" />
2066   </xsd:simpleType>
2067   <xsd:simpleType name="schemaVersionString">
2068      <xsd:annotation>
2069         <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
2070         loader files.</xsd:documentation>
2071      </xsd:annotation>
2072      <xsd:restriction base="witsml:abstractString">
2073         <xsd:maxLength value="16" />
2074         <xsd:pattern value="1\.0\.0\.[1-9]?[0-9]\(PRODML\)" />
2075      </xsd:restriction>
2076   </xsd:simpleType>
2077   <xsd:complexType name="nameStruct">
2078      <xsd:annotation>
2079         <xsd:documentation>The name of something within a naming system.</xsd:documentation>
2080      </xsd:annotation>
2081      <xsd:simpleContent>
2082         <xsd:extension base="witsml:abstractNameString">
2083            <xsd:attribute name="namingSystem" type="witsml:nameString" use="optional">
2084               <xsd:annotation>
2085                  <xsd:documentation>The naming system within the name is (hopefully) unique.</xsd:documentation>
2086               </xsd:annotation>
2087            </xsd:attribute>
2088         </xsd:extension>
2089      </xsd:simpleContent>
2090   </xsd:complexType>
2091   <xsd:complexType name="wellKnownNameStruct">
2092      <xsd:annotation>
2093         <xsd:documentation>The name of something within a mandatory naming system with an optional code.</xsd:documentation>
2094      </xsd:annotation>
2095      <xsd:simpleContent>
2096         <xsd:extension base="witsml:abstractNameString">
2097            <xsd:attribute name="namingSystem" type="witsml:nameString" use="required">
2098               <xsd:annotation>
2099                  <xsd:documentation>The naming system within the name is unique.</xsd:documentation>
2100               </xsd:annotation>
2101            </xsd:attribute>
2102            <xsd:attribute name="code" type="witsml:kindString" use="optional">
2103               <xsd:annotation>
2104                  <xsd:documentation>A unique (short) code associated with the name.</xsd:documentation>
2105               </xsd:annotation>
2106            </xsd:attribute>
2107         </xsd:extension>
2108      </xsd:simpleContent>
2109   </xsd:complexType>
2110   <!--UNUSED: Deleted type uncollapsedString.-->
2111   <!--UNUSED: Deleted type iadcBearingWearCode.-->
2112   <!--UNUSED: Deleted type geodeticZoneString.-->
2113   <!--UNUSED: Deleted type generalQualifiedMeasure.-->
2114   <!--UNUSED: Deleted type integerQualifiedCount.-->
2115   <!--UNUSED: Deleted type kindQualifiedString.-->
2116   <!--UNUSED: Deleted type areaQualifiedMeasure.-->
2117   <!--UNUSED: Deleted type areaPerAreaQualifiedMeasure.-->
2118   <!--UNUSED: Deleted type anglePerTimeQualifiedMeasure.-->
2119   <!--UNUSED: Deleted type lengthPerLengthQualifiedMeasure.-->
2120   <!--UNUSED: Deleted type pressureQualifiedMeasure.-->
2121   <!--UNUSED: Deleted type thermodynamicTemperatureQualifiedMeasure.-->
2122   <xsd:complexType name="volumeQualifiedMeasure">
2123      <xsd:annotation>
2124         <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
2125         good with no restrictions.</xsd:documentation>
2126      </xsd:annotation>
2127      <xsd:simpleContent>
2128         <xsd:extension base="witsml:abstractMeasure">
2129            <xsd:attribute name="status" type="witsml:ValueStatus" use="optional">
2130               <xsd:annotation>
2131                  <xsd:documentation>An indicator of the quality of the value.</xsd:documentation>
2132               </xsd:annotation>
2133            </xsd:attribute>
2134            <xsd:attribute name="uom" type="witsml:volumeUom" use="required" />
2135         </xsd:extension>
2136      </xsd:simpleContent>
2137   </xsd:complexType>
2138   <xsd:complexType name="volumeFlowRateQualifiedMeasure">
2139      <xsd:annotation>
2140         <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
2141         be good with no restrictions.</xsd:documentation>
2142      </xsd:annotation>
2143      <xsd:simpleContent>
2144         <xsd:extension base="witsml:abstractMeasure">
2145            <xsd:attribute name="status" type="witsml:ValueStatus" use="optional">
2146               <xsd:annotation>
2147                  <xsd:documentation>An indicator of the quality of the value.</xsd:documentation>
2148               </xsd:annotation>
2149            </xsd:attribute>
2150            <xsd:attribute name="uom" type="witsml:volumeFlowRateUom" use="required" />
2151         </xsd:extension>
2152      </xsd:simpleContent>
2153   </xsd:complexType>
2154   <xsd:complexType name="measuredDepthCoord">
2155      <xsd:annotation>
2156         <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
2157         same uom) can be considered to be in the same Coordinate Reference System and are thus directly comparable.</xsd:documentation>
2158      </xsd:annotation>
2159      <xsd:simpleContent>
2160         <xsd:extension base="witsml:abstractMeasure">
2161            <xsd:attribute name="uom" type="witsml:MeasuredDepthUom" use="required">
2162               <xsd:annotation>
2163                  <xsd:documentation>The unit of measure of the quantity value.</xsd:documentation>
2164               </xsd:annotation>
2165            </xsd:attribute>
2166            <xsd:attribute name="datum" type="witsml:refWellDatum" use="optional">
2167               <xsd:annotation>
2168                  <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
2169                  WellDatum. If not given then the default WellDatum must be assumed.</xsd:documentation>
2170               </xsd:annotation>
2171            </xsd:attribute>
2172         </xsd:extension>
2173      </xsd:simpleContent>
2174   </xsd:complexType>
2175   <xsd:simpleType name="MeasuredDepthUom">
2176      <xsd:annotation>
2177         <xsd:documentation>The units of measure that are valid for measured depths in a wellbore.</xsd:documentation>
2178      </xsd:annotation>
2179      <xsd:restriction base="witsml:abstractUomEnum">
2180         <xsd:enumeration value="m">
2181            <xsd:annotation>
2182               <xsd:documentation>meter</xsd:documentation>
2183            </xsd:annotation>
2184         </xsd:enumeration>
2185         <xsd:enumeration value="ft">
2186            <xsd:annotation>
2187               <xsd:documentation>International Foot</xsd:documentation>
2188            </xsd:annotation>
2189         </xsd:enumeration>
2190         <xsd:enumeration value="ftUS">
2191            <xsd:annotation>
2192               <xsd:documentation>US Survey Foot</xsd:documentation>
2193            </xsd:annotation>
2194         </xsd:enumeration>
2195      </xsd:restriction>
2196   </xsd:simpleType>
2197   <!--UNUSED: Deleted type wellVerticalDepthCoord.-->
2198   <xsd:complexType name="wellElevationCoord">
2199      <xsd:annotation>
2200         <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
2201         same datum (and same uom) can be considered to be in the same Coordinate Reference System and are thus directly comparable.</xsd:documentation>
2202      </xsd:annotation>
2203      <xsd:simpleContent>
2204         <xsd:extension base="witsml:abstractMeasure">
2205            <xsd:attribute name="uom" type="witsml:WellVerticalCoordinateUom" use="required">
2206               <xsd:annotation>
2207                  <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
2208                  assumed.</xsd:documentation>
2209               </xsd:annotation>
2210            </xsd:attribute>
2211            <xsd:attribute name="datum" type="witsml:refWellDatum" use="optional">
2212               <xsd:annotation>
2213                  <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
2214                  assumed.</xsd:documentation>
2215               </xsd:annotation>
2216            </xsd:attribute>
2217         </xsd:extension>
2218      </xsd:simpleContent>
2219   </xsd:complexType>
2220   <xsd:simpleType name="WellVerticalCoordinateUom">
2221      <xsd:annotation>
2222         <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
2223         well.</xsd:documentation>
2224      </xsd:annotation>
2225      <xsd:restriction base="witsml:abstractUomEnum">
2226         <xsd:enumeration value="m">
2227            <xsd:annotation>
2228               <xsd:documentation>meter</xsd:documentation>
2229            </xsd:annotation>
2230         </xsd:enumeration>
2231         <xsd:enumeration value="ft">
2232            <xsd:annotation>
2233               <xsd:documentation>International Foot</xsd:documentation>
2234            </xsd:annotation>
2235         </xsd:enumeration>
2236         <xsd:enumeration value="ftUS">
2237            <xsd:annotation>
2238               <xsd:documentation>US Survey Foot</xsd:documentation>
2239            </xsd:annotation>
2240         </xsd:enumeration>
2241         <xsd:enumeration value="ftBr(65)">
2242            <xsd:annotation>
2243               <xsd:documentation>British Foot 1865</xsd:documentation>
2244            </xsd:annotation>
2245         </xsd:enumeration>
2246      </xsd:restriction>
2247   </xsd:simpleType>
2248   <!--UNUSED: Deleted type nonNegativeCount.-->
2249   <!--UNUSED: Deleted type positiveCount.-->
2250   <!--UNUSED: Deleted type positiveBigCount.-->
2251   <!--UNUSED: Deleted type integerCount.-->
2252   <!--UNUSED: Deleted type beaufortScaleIntegerCode.-->
2253   <!--UNUSED: Deleted type pumpActionIntegerCode.-->
2254   <!--UNUSED: Deleted type iadcIntegerCode.-->
2255   <!--UNUSED: Deleted type levelIntegerCode.-->
2256   <!--UNUSED: Deleted type cost.-->
2257   <!--UNUSED: Deleted type indexedObject.-->
2258   <!--UNUSED: Deleted type str2.-->
2259   <!--UNUSED: Deleted type str16.-->
2260   <!--UNUSED: Deleted type str32.-->
2261   <!--UNUSED: Deleted type crewCount.-->
2262   <!--UNUSED: Deleted type lostVolumeAndReason.-->
2263   <!--UNUSED: Deleted type safetyCount.-->
2264   <!--UNUSED: Deleted type binaryInteractionCoefficient.-->
2265   <xsd:complexType name="massConcentrationMeasurePercent">
2266      <xsd:annotation>
2267         <xsd:documentation>A mass per mass measure that is constrained to a unit of percent.</xsd:documentation>
2268      </xsd:annotation>
2269      <xsd:simpleContent>
2270         <xsd:extension base="witsml:abstractMeasure">
2271            <xsd:attribute name="uom" type="witsml:PercentUom" use="required" />
2272         </xsd:extension>
2273      </xsd:simpleContent>
2274   </xsd:complexType>
2275   <xsd:complexType name="molarFractionMeasurePercent">
2276      <xsd:annotation>
2277         <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>
2278      </xsd:annotation>
2279      <xsd:simpleContent>
2280         <xsd:extension base="witsml:abstractMeasure">
2281            <xsd:attribute name="uom" type="witsml:PercentUom" use="required" />
2282         </xsd:extension>
2283      </xsd:simpleContent>
2284   </xsd:complexType>
2285   <!--UNUSED: Deleted type volumePerVolumeMeasurePercent.-->
2286   <xsd:simpleType name="PercentUom">
2287      <xsd:restriction base="witsml:abstractUomEnum">
2288         <xsd:enumeration value="%" />
2289      </xsd:restriction>
2290   </xsd:simpleType>
2291   <!--UNUSED: Deleted type accelerationLinearMeasure.-->
2292   <xsd:complexType name="amountOfSubstanceMeasure">
2293      <xsd:simpleContent>
2294         <xsd:extension base="witsml:abstractMeasure">
2295            <xsd:attribute name="uom" type="witsml:amountOfSubstanceUom" use="required" />
2296         </xsd:extension>
2297      </xsd:simpleContent>
2298   </xsd:complexType>
2299   <!--UNUSED: Deleted type anglePerLengthMeasure.-->
2300   <!--UNUSED: Deleted type anglePerTimeMeasure.-->
2301   <!--UNUSED: Deleted type areaMeasure.-->
2302   <!--UNUSED: Deleted type areaPerAreaMeasure.-->
2303   <xsd:complexType name="densityMeasure">
2304      <xsd:simpleContent>
2305         <xsd:extension base="witsml:abstractMeasure">
2306            <xsd:attribute name="uom" type="witsml:densityUom" use="required" />
2307         </xsd:extension>
2308      </xsd:simpleContent>
2309   </xsd:complexType>
2310   <xsd:complexType name="dimensionlessMeasure">
2311      <xsd:simpleContent>
2312         <xsd:extension base="witsml:abstractMeasure">
2313            <xsd:attribute name="uom" type="witsml:dimensionlessUom" use="required" />
2314         </xsd:extension>
2315      </xsd:simpleContent>
2316   </xsd:complexType>
2317   <!--UNUSED: Deleted type dynamicViscosityMeasure.-->
2318   <!--UNUSED: Deleted type electricPotentialMeasure.-->
2319   <!--UNUSED: Deleted type energyPerAreaMeasure.-->
2320   <!--UNUSED: Deleted type equivalentPerMassMeasure.-->
2321   <!--UNUSED: Deleted type forceMeasure.-->
2322   <!--UNUSED: Deleted type forcePerVolumeMeasure.-->
2323   <!--UNUSED: Deleted type frequencyMeasure.-->
2324   <!--UNUSED: Deleted type illuminanceMeasure.-->
2325   <xsd:complexType name="lengthMeasure">
2326      <xsd:simpleContent>
2327         <xsd:extension base="witsml:abstractMeasure">
2328            <xsd:attribute name="uom" type="witsml:lengthUom" use="required" />
2329         </xsd:extension>
2330      </xsd:simpleContent>
2331   </xsd:complexType>
2332   <xsd:complexType name="lengthPerLengthMeasure">
2333      <xsd:simpleContent>
2334         <xsd:extension base="witsml:abstractMeasure">
2335            <xsd:attribute name="uom" type="witsml:lengthPerLengthUom" use="required" />
2336         </xsd:extension>
2337      </xsd:simpleContent>
2338   </xsd:complexType>
2339   <!--UNUSED: Deleted type magneticFieldStrengthMeasure.-->
2340   <xsd:complexType name="massConcentrationMeasure">
2341      <xsd:simpleContent>
2342         <xsd:extension base="witsml:abstractMeasure">
2343            <xsd:attribute name="uom" type="witsml:massConcentrationUom" use="required" />
2344         </xsd:extension>
2345      </xsd:simpleContent>
2346   </xsd:complexType>
2347   <xsd:complexType name="massFlowRateMeasure">
2348      <xsd:simpleContent>
2349         <xsd:extension base="witsml:abstractMeasure">
2350            <xsd:attribute name="uom" type="witsml:massFlowRateUom" use="required" />
2351         </xsd:extension>
2352      </xsd:simpleContent>
2353   </xsd:complexType>
2354   <xsd:complexType name="massMeasure">
2355      <xsd:simpleContent>
2356         <xsd:extension base="witsml:abstractMeasure">
2357            <xsd:attribute name="uom" type="witsml:massUom" use="required" />
2358         </xsd:extension>
2359      </xsd:simpleContent>
2360   </xsd:complexType>
2361   <!--UNUSED: Deleted type massPerLengthMeasure.-->
2362   <xsd:complexType name="modulusOfCompressionMeasure">
2363      <xsd:simpleContent>
2364         <xsd:extension base="witsml:abstractMeasure">
2365            <xsd:attribute name="uom" type="witsml:modulusOfCompressionUom" use="required" />
2366         </xsd:extension>
2367      </xsd:simpleContent>
2368   </xsd:complexType>
2369   <!--UNUSED: Deleted type momentOfForceMeasure.-->
2370   <!--UNUSED: Deleted type perLengthMeasure.-->
2371   <!--UNUSED: Deleted type planeAngleMeasure.-->
2372   <!--UNUSED: Deleted type powerMeasure.-->
2373   <xsd:complexType name="pressureMeasure">
2374      <xsd:simpleContent>
2375         <xsd:extension base="witsml:abstractMeasure">
2376            <xsd:attribute name="uom" type="witsml:pressureUom" use="required" />
2377         </xsd:extension>
2378      </xsd:simpleContent>
2379   </xsd:complexType>
2380   <!--UNUSED: Deleted type relativePowerMeasure.-->
2381   <!--UNUSED: Deleted type specificVolumeMeasure.-->
2382   <xsd:complexType name="thermodynamicTemperatureMeasure">
2383      <xsd:simpleContent>
2384         <xsd:extension base="witsml:abstractMeasure">
2385            <xsd:attribute name="uom" type="witsml:thermodynamicTemperatureUom" use="required" />
2386         </xsd:extension>
2387      </xsd:simpleContent>
2388   </xsd:complexType>
2389   <xsd:complexType name="timeMeasure">
2390      <xsd:simpleContent>
2391         <xsd:extension base="witsml:abstractMeasure">
2392            <xsd:attribute name="uom" type="witsml:timeUom" use="required" />
2393         </xsd:extension>
2394      </xsd:simpleContent>
2395   </xsd:complexType>
2396   <xsd:complexType name="velocityMeasure">
2397      <xsd:simpleContent>
2398         <xsd:extension base="witsml:abstractMeasure">
2399            <xsd:attribute name="uom" type="witsml:velocityUom" use="required" />
2400         </xsd:extension>
2401      </xsd:simpleContent>
2402   </xsd:complexType>
2403   <xsd:complexType name="volumeMeasure">
2404      <xsd:simpleContent>
2405         <xsd:extension base="witsml:abstractMeasure">
2406            <xsd:attribute name="uom" type="witsml:volumeUom" use="required" />
2407         </xsd:extension>
2408      </xsd:simpleContent>
2409   </xsd:complexType>
2410   <xsd:complexType name="volumeFlowRateMeasure">
2411      <xsd:simpleContent>
2412         <xsd:extension base="witsml:abstractMeasure">
2413            <xsd:attribute name="uom" type="witsml:volumeFlowRateUom" use="required" />
2414         </xsd:extension>
2415      </xsd:simpleContent>
2416   </xsd:complexType>
2417   <xsd:complexType name="volumePerVolumeMeasure">
2418      <xsd:simpleContent>
2419         <xsd:extension base="witsml:abstractMeasure">
2420            <xsd:attribute name="uom" type="witsml:volumePerVolumeUom" use="required" />
2421         </xsd:extension>
2422      </xsd:simpleContent>
2423   </xsd:complexType>
2424   <xsd:complexType name="workMeasure">
2425      <xsd:simpleContent>
2426         <xsd:extension base="witsml:abstractMeasure">
2427            <xsd:attribute name="uom" type="witsml:workUom" use="optional" />
2428         </xsd:extension>
2429      </xsd:simpleContent>
2430   </xsd:complexType>
2431   <!--UNUSED: Deleted type compressibilityMeasure.-->
2432   <!--UNUSED: Deleted type molarVolumeMeasure.-->
2433   <!--UNUSED: Deleted type standardVolumeMeasure.-->
2434   <!--UNUSED: Deleted type thermalConductivityMeasure.-->
2435   <!--UNUSED: Deleted type volumePerStandardVolumeMeasure.-->
2436   <!--UNUSED: Deleted type standardVolumePerStandardVolumeMeasure.-->
2437   <!--UNUSED: Deleted type standardVolumePerVolumeMeasure.-->
2438   <!--UNUSED: Deleted type accelerationLinearUom.-->
2439   <xsd:simpleType name="amountOfSubstanceUom">
2440      <xsd:restriction base="witsml:abstractUomEnum">
2441         <xsd:enumeration value="kmol" />
2442         <xsd:enumeration value="mmol" />
2443         <xsd:enumeration value="mol" />
2444         <xsd:enumeration value="mol" />
2445         <xsd:enumeration value="kmol" />
2446         <xsd:enumeration value="lbmole" />
2447         <xsd:enumeration value="umol" />
2448      </xsd:restriction>
2449   </xsd:simpleType>
2450   <!--UNUSED: Deleted type anglePerLengthUom.-->
2451   <!--UNUSED: Deleted type anglePerTimeUom.-->
2452   <!--UNUSED: Deleted type areaUom.-->
2453   <!--UNUSED: Deleted type areaPerAreaUom.-->
2454   <xsd:simpleType name="densityUom">
2455      <xsd:restriction base="witsml:abstractUomEnum">
2456         <xsd:enumeration value="kg/m3" />
2457         <xsd:enumeration value="10Mg/m3" />
2458         <xsd:enumeration value="dAPI" />
2459         <xsd:enumeration value="g/cm3" />
2460         <xsd:enumeration value="g/dm3" />
2461         <xsd:enumeration value="g/galUK" />
2462         <xsd:enumeration value="g/galUS" />
2463         <xsd:enumeration value="g/L" />
2464         <xsd:enumeration value="g/m3" />
2465         <xsd:enumeration value="grain/ft3" />
2466         <xsd:enumeration value="grain/galUS" />
2467         <xsd:enumeration value="grain/100ft3" />
2468         <xsd:enumeration value="kg/dm3" />
2469         <xsd:enumeration value="kg/L" />
2470         <xsd:enumeration value="Mg/m3" />
2471         <xsd:enumeration value="lbm/10bbl" />
2472         <xsd:enumeration value="lbm/bbl" />
2473         <xsd:enumeration value="lbm/ft3" />
2474         <xsd:enumeration value="lbm/galUK" />
2475         <xsd:enumeration value="lbm/1000galUK" />
2476         <xsd:enumeration value="lbm/galUS" />
2477         <xsd:enumeration value="lbm/1000galUS" />
2478         <xsd:enumeration value="lbm/in3" />
2479         <xsd:enumeration value="lbm/Mbbl" />
2480         <xsd:enumeration value="mg/dm3" />
2481         <xsd:enumeration value="mg/galUS" />
2482         <xsd:enumeration value="mg/L" />
2483         <xsd:enumeration value="mg/m3" />
2484         <xsd:enumeration value="ug/cm3" />
2485      </xsd:restriction>
2486   </xsd:simpleType>
2487   <xsd:simpleType name="dimensionlessUom">
2488      <xsd:restriction base="witsml:abstractUomEnum">
2489         <xsd:enumeration value="Euc" />
2490         <xsd:enumeration value="%" />
2491         <xsd:enumeration value="cEuc" />
2492         <xsd:enumeration value="mEuc" />
2493         <xsd:enumeration value="nEuc" />
2494         <xsd:enumeration value="uEuc" />
2495      </xsd:restriction>
2496   </xsd:simpleType>
2497   <!--UNUSED: Deleted type dynamicViscosityUom.-->
2498   <!--UNUSED: Deleted type electricPotentialUom.-->
2499   <!--UNUSED: Deleted type energyPerAreaUom.-->
2500   <!--UNUSED: Deleted type equivalentPerMassUom.-->
2501   <!--UNUSED: Deleted type forceUom.-->
2502   <!--UNUSED: Deleted type forcePerVolumeUom.-->
2503   <!--UNUSED: Deleted type frequencyUom.-->
2504   <!--UNUSED: Deleted type illuminanceUom.-->
2505   <xsd:simpleType name="lengthUom">
2506      <xsd:restriction base="witsml:abstractUomEnum">
2507         <xsd:enumeration value="m" />
2508         <xsd:enumeration value="angstrom" />
2509         <xsd:enumeration value="chBnA" />
2510         <xsd:enumeration value="chBnB" />
2511         <xsd:enumeration value="chCla" />
2512         <xsd:enumeration value="chSe" />
2513         <xsd:enumeration value="chUS" />
2514         <xsd:enumeration value="cm" />
2515         <xsd:enumeration value="dm" />
2516         <xsd:enumeration value="fathom" />
2517         <xsd:enumeration value="fm" />
2518         <xsd:enumeration value="ft" />
2519         <xsd:enumeration value="ftBnA" />
2520         <xsd:enumeration value="ftBnB" />
2521         <xsd:enumeration value="ftBr(65)" />
2522         <xsd:enumeration value="ftCla" />
2523         <xsd:enumeration value="ftGC" />
2524         <xsd:enumeration value="ftInd" />
2525         <xsd:enumeration value="ftInd(37)" />
2526         <xsd:enumeration value="ftInd(62)" />
2527         <xsd:enumeration value="ftInd(75)" />
2528         <xsd:enumeration value="ftMA" />
2529         <xsd:enumeration value="ftSe" />
2530         <xsd:enumeration value="ftUS" />
2531         <xsd:enumeration value="in" />
2532         <xsd:enumeration value="in/10" />
2533         <xsd:enumeration value="in/16" />
2534         <xsd:enumeration value="in/32" />
2535         <xsd:enumeration value="in/64" />
2536         <xsd:enumeration value="inUS" />
2537         <xsd:enumeration value="km" />
2538         <xsd:enumeration value="lkBnA" />
2539         <xsd:enumeration value="lkBnB" />
2540         <xsd:enumeration value="lkCla" />
2541         <xsd:enumeration value="lkSe" />
2542         <xsd:enumeration value="lkUS" />
2543         <xsd:enumeration value="mGer" />
2544         <xsd:enumeration value="mi" />
2545         <xsd:enumeration value="mil" />
2546         <xsd:enumeration value="miUS" />
2547         <xsd:enumeration value="mm" />
2548         <xsd:enumeration value="Mm" />
2549         <xsd:enumeration value="nautmi" />
2550         <xsd:enumeration value="nm" />
2551         <xsd:enumeration value="pm" />
2552         <xsd:enumeration value="um" />
2553         <xsd:enumeration value="yd" />
2554         <xsd:enumeration value="ydBnA" />
2555         <xsd:enumeration value="ydBnB" />
2556         <xsd:enumeration value="ydCla" />
2557         <xsd:enumeration value="ydIm" />
2558         <xsd:enumeration value="ydInd" />
2559         <xsd:enumeration value="ydInd(37)" />
2560         <xsd:enumeration value="ydInd(62)" />
2561         <xsd:enumeration value="ydInd(75)" />
2562         <xsd:enumeration value="ydSe" />
2563      </xsd:restriction>
2564   </xsd:simpleType>
2565   <xsd:simpleType name="lengthPerLengthUom">
2566      <xsd:restriction base="witsml:abstractUomEnum">
2567         <xsd:enumeration value="%" />
2568         <xsd:enumeration value="ft/100ft" />
2569         <xsd:enumeration value="ft/ft" />
2570         <xsd:enumeration value="ft/in" />
2571         <xsd:enumeration value="ft/m" />
2572         <xsd:enumeration value="ft/mi" />
2573         <xsd:enumeration value="km/cm" />
2574         <xsd:enumeration value="m/30m" />
2575         <xsd:enumeration value="m/cm" />
2576         <xsd:enumeration value="m/km" />
2577         <xsd:enumeration value="m/m" />
2578         <xsd:enumeration value="mi/in" />
2579      </xsd:restriction>
2580   </xsd:simpleType>
2581   <!--UNUSED: Deleted type magneticFieldStrengthUom.-->
2582   <xsd:simpleType name="massConcentrationUom">
2583      <xsd:restriction base="witsml:abstractUomEnum">
2584         <xsd:enumeration value="Euc" />
2585         <xsd:enumeration value="%" />
2586         <xsd:enumeration value="g/kg" />
2587         <xsd:enumeration value="kg/kg" />
2588         <xsd:enumeration value="kg/sack94" />
2589         <xsd:enumeration value="mg/kg" />
2590         <xsd:enumeration value="permil" />
2591         <xsd:enumeration value="ppdk" />
2592         <xsd:enumeration value="ppk" />
2593         <xsd:enumeration value="ppm" />
2594      </xsd:restriction>
2595   </xsd:simpleType>
2596   <xsd:simpleType name="massFlowRateUom">
2597      <xsd:restriction base="witsml:abstractUomEnum">
2598         <xsd:enumeration value="Mg/a" />
2599         <xsd:enumeration value="Mg/d" />
2600         <xsd:enumeration value="Mg/h" />
2601         <xsd:enumeration value="Mlbm/yr" />
2602         <xsd:enumeration value="g/s" />
2603         <xsd:enumeration value="kg/d" />
2604         <xsd:enumeration value="kg/h" />
2605         <xsd:enumeration value="kg/min" />
2606         <xsd:enumeration value="kg/s" />
2607         <xsd:enumeration value="lbm/d" />
2608         <xsd:enumeration value="lbm/h" />
2609         <xsd:enumeration value="lbm/min" />
2610         <xsd:enumeration value="lbm/s" />
2611         <xsd:enumeration value="t/a" />
2612         <xsd:enumeration value="t/d" />
2613         <xsd:enumeration value="t/h" />
2614         <xsd:enumeration value="t/min" />
2615         <xsd:enumeration value="tonUK/a" />
2616         <xsd:enumeration value="tonUK/d" />
2617         <xsd:enumeration value="tonUK/h" />
2618         <xsd:enumeration value="tonUK/min" />
2619         <xsd:enumeration value="tonUS/a" />
2620         <xsd:enumeration value="tonUS/d" />
2621         <xsd:enumeration value="tonUS/h" />
2622         <xsd:enumeration value="tonUS/min" />
2623      </xsd:restriction>
2624   </xsd:simpleType>
2625   <xsd:simpleType name="massUom">
2626      <xsd:restriction base="witsml:abstractUomEnum">
2627         <xsd:enumeration value="kg" />
2628         <xsd:enumeration value="ag" />
2629         <xsd:enumeration value="ct" />
2630         <xsd:enumeration value="cwtUK" />
2631         <xsd:enumeration value="cwtUS" />
2632         <xsd:enumeration value="g" />
2633         <xsd:enumeration value="grain" />
2634         <xsd:enumeration value="klbm" />
2635         <xsd:enumeration value="lbm" />
2636         <xsd:enumeration value="Mg" />
2637         <xsd:enumeration value="mg" />
2638         <xsd:enumeration value="oz(av)" />
2639         <xsd:enumeration value="oz(troy)" />
2640         <xsd:enumeration value="ozm" />
2641         <xsd:enumeration value="sack94" />
2642         <xsd:enumeration value="t" />
2643         <xsd:enumeration value="tonUK" />
2644         <xsd:enumeration value="tonUS" />
2645         <xsd:enumeration value="ug" />
2646      </xsd:restriction>
2647   </xsd:simpleType>
2648   <!--UNUSED: Deleted type massPerLengthUom.-->
2649   <xsd:simpleType name="modulusOfCompressionUom">
2650      <xsd:restriction base="witsml:abstractUomEnum">
2651         <xsd:enumeration value="J/m3" />
2652         <xsd:enumeration value="Btu/bbl" />
2653         <xsd:enumeration value="Btu/ft3" />
2654         <xsd:enumeration value="Btu/galUK" />
2655         <xsd:enumeration value="Btu/galUS" />
2656         <xsd:enumeration value="cal/cm3" />
2657         <xsd:enumeration value="cal/mL" />
2658         <xsd:enumeration value="cal/mm3" />
2659         <xsd:enumeration value="erg/cm3" />
2660         <xsd:enumeration value="erg/m3" />
2661         <xsd:enumeration value="ft.lbf/bbl" />
2662         <xsd:enumeration value="ft.lbf/galUS" />
2663         <xsd:enumeration value="hp.hr/bbl" />
2664         <xsd:enumeration value="J/dm3" />
2665         <xsd:enumeration value="kcal/cm3" />
2666         <xsd:enumeration value="kcal/m3" />
2667         <xsd:enumeration value="kJ/dm3" />
2668         <xsd:enumeration value="kJ/m3" />
2669         <xsd:enumeration value="kW.h/dm3" />
2670         <xsd:enumeration value="kW.h/m3" />
2671         <xsd:enumeration value="lbf.ft/bbl" />
2672         <xsd:enumeration value="MJ/m3" />
2673         <xsd:enumeration value="MW.h/m3" />
2674         <xsd:enumeration value="therm/ft3" />
2675         <xsd:enumeration value="therm/galUK" />
2676         <xsd:enumeration value="tonfUS.mi/bbl" />
2677      </xsd:restriction>
2678   </xsd:simpleType>
2679   <!--UNUSED: Deleted type momentOfForceUom.-->
2680   <!--UNUSED: Deleted type perLengthUom.-->
2681   <!--UNUSED: Deleted type planeAngleUom.-->
2682   <!--UNUSED: Deleted type powerUom.-->
2683   <xsd:simpleType name="pressureUom">
2684      <xsd:restriction base="witsml:abstractUomEnum">
2685         <xsd:enumeration value="Pa" />
2686         <xsd:enumeration value="at" />
2687         <xsd:enumeration value="atm" />
2688         <xsd:enumeration value="bar" />
2689         <xsd:enumeration value="cmH2O(4degC)" />
2690         <xsd:enumeration value="dyne/cm2" />
2691         <xsd:enumeration value="GPa" />
2692         <xsd:enumeration value="hbar" />
2693         <xsd:enumeration value="inH2O(39.2F)" />
2694         <xsd:enumeration value="inH2O(60F)" />
2695         <xsd:enumeration value="inHg(32F)" />
2696         <xsd:enumeration value="inHg(60F)" />
2697         <xsd:enumeration value="kgf/cm2" />
2698         <xsd:enumeration value="kgf/mm2" />
2699         <xsd:enumeration value="kN/m2" />
2700         <xsd:enumeration value="kPa" />
2701         <xsd:enumeration value="kpsi" />
2702         <xsd:enumeration value="lbf/ft2" />
2703         <xsd:enumeration value="lbf/100ft2" />
2704         <xsd:enumeration value="lbf/in2" />
2705         <xsd:enumeration value="mbar" />
2706         <xsd:enumeration value="mmHg(0C)" />
2707         <xsd:enumeration value="mPa" />
2708         <xsd:enumeration value="MPa" />
2709         <xsd:enumeration value="Mpsi" />
2710         <xsd:enumeration value="N/m2" />
2711         <xsd:enumeration value="N/mm2" />
2712         <xsd:enumeration value="Pa(g)" />
2713         <xsd:enumeration value="pPa" />
2714         <xsd:enumeration value="psi" />
2715         <xsd:enumeration value="psia" />
2716         <xsd:enumeration value="psig" />
2717         <xsd:enumeration value="tonfUS/ft2" />
2718         <xsd:enumeration value="tonfUS/in2" />
2719         <xsd:enumeration value="torr" />
2720         <xsd:enumeration value="ubar" />
2721         <xsd:enumeration value="umHg(0C)" />
2722         <xsd:enumeration value="uPa" />
2723         <xsd:enumeration value="upsi" />
2724      </xsd:restriction>
2725   </xsd:simpleType>
2726   <!--UNUSED: Deleted type relativePowerUom.-->
2727   <!--UNUSED: Deleted type specificVolumeUom.-->
2728   <xsd:simpleType name="thermodynamicTemperatureUom">
2729      <xsd:restriction base="witsml:abstractUomEnum">
2730         <xsd:enumeration value="K" />
2731         <xsd:enumeration value="degC" />
2732         <xsd:enumeration value="degF" />
2733         <xsd:enumeration value="degR" />
2734      </xsd:restriction>
2735   </xsd:simpleType>
2736   <xsd:simpleType name="timeUom">
2737      <xsd:restriction base="witsml:abstractUomEnum">
2738         <xsd:enumeration value="s" />
2739         <xsd:enumeration value="a" />
2740         <xsd:enumeration value="cs" />
2741         <xsd:enumeration value="d" />
2742         <xsd:enumeration value="Ga" />
2743         <xsd:enumeration value="h" />
2744         <xsd:enumeration value="100s" />
2745         <xsd:enumeration value="Ma" />
2746         <xsd:enumeration value="min" />
2747         <xsd:enumeration value="ms" />
2748         <xsd:enumeration value="ms/2" />
2749         <xsd:enumeration value="ns" />
2750         <xsd:enumeration value="ps" />
2751         <xsd:enumeration value="us" />
2752         <xsd:enumeration value="wk" />
2753         <xsd:enumeration value="100ka" />
2754      </xsd:restriction>
2755   </xsd:simpleType>
2756   <xsd:simpleType name="velocityUom">
2757      <xsd:restriction base="witsml:abstractUomEnum">
2758         <xsd:enumeration value="m/s" />
2759         <xsd:enumeration value="cm/a" />
2760         <xsd:enumeration value="cm/s" />
2761         <xsd:enumeration value="dm/s" />
2762         <xsd:enumeration value="ft/d" />
2763         <xsd:enumeration value="ft/h" />
2764         <xsd:enumeration value="ft/min" />
2765         <xsd:enumeration value="ft/ms" />
2766         <xsd:enumeration value="ft/s" />
2767         <xsd:enumeration value="ft/us" />
2768         <xsd:enumeration value="in/a" />
2769         <xsd:enumeration value="in/min" />
2770         <xsd:enumeration value="in/s" />
2771         <xsd:enumeration value="kft/h" />
2772         <xsd:enumeration value="kft/s" />
2773         <xsd:enumeration value="km/h" />
2774         <xsd:enumeration value="km/s" />
2775         <xsd:enumeration value="knot" />
2776         <xsd:enumeration value="m/d" />
2777         <xsd:enumeration value="m/h" />
2778         <xsd:enumeration value="m/min" />
2779         <xsd:enumeration value="m/ms" />
2780         <xsd:enumeration value="mi/h" />
2781         <xsd:enumeration value="mil/yr" />
2782         <xsd:enumeration value="mm/a" />
2783         <xsd:enumeration value="mm/s" />
2784         <xsd:enumeration value="nm/s" />
2785         <xsd:enumeration value="um/s" />
2786      </xsd:restriction>
2787   </xsd:simpleType>
2788   <xsd:simpleType name="volumeUom">
2789      <xsd:restriction base="witsml:abstractUomEnum">
2790         <xsd:enumeration value="m3" />
2791         <xsd:enumeration value="acre.ft" />
2792         <xsd:enumeration value="bbl" />
2793         <xsd:enumeration value="bcf" />
2794         <xsd:enumeration value="cm3" />
2795         <xsd:enumeration value="dm3" />
2796         <xsd:enumeration value="flozUK" />
2797         <xsd:enumeration value="flozUS" />
2798         <xsd:enumeration value="ft3" />
2799         <xsd:enumeration value="galUK" />
2800         <xsd:enumeration value="galUS" />
2801         <xsd:enumeration value="ha.m" />
2802         <xsd:enumeration value="hL" />
2803         <xsd:enumeration value="in3" />
2804         <xsd:enumeration value="1000ft3" />
2805         <xsd:enumeration value="km3" />
2806         <xsd:enumeration value="L" />
2807         <xsd:enumeration value="Mbbl" />
2808         <xsd:enumeration value="Mcf" />
2809         <xsd:enumeration value="M(ft3)" />
2810         <xsd:enumeration value="mi3" />
2811         <xsd:enumeration value="mL" />
2812         <xsd:enumeration value="M(m3)" />
2813         <xsd:enumeration value="mm3" />
2814         <xsd:enumeration value="MMbbl" />
2815         <xsd:enumeration value="ptUK" />
2816         <xsd:enumeration value="ptUS" />
2817         <xsd:enumeration value="qtUK" />
2818         <xsd:enumeration value="qtUS" />
2819         <xsd:enumeration value="tcf" />
2820         <xsd:enumeration value="um2.m" />
2821         <xsd:enumeration value="yd3" />
2822      </xsd:restriction>
2823   </xsd:simpleType>
2824   <xsd:simpleType name="volumeFlowRateUom">
2825      <xsd:restriction base="witsml:abstractUomEnum">
2826         <xsd:enumeration value="m3/s" />
2827         <xsd:enumeration value="bbl/d" />
2828         <xsd:enumeration value="bbl/hr" />
2829         <xsd:enumeration value="bbl/min" />
2830         <xsd:enumeration value="cm3/30min" />
2831         <xsd:enumeration value="cm3/h" />
2832         <xsd:enumeration value="cm3/min" />
2833         <xsd:enumeration value="cm3/s" />
2834         <xsd:enumeration value="dm3/s" />
2835         <xsd:enumeration value="ft3/d" />
2836         <xsd:enumeration value="ft3/h" />
2837         <xsd:enumeration value="ft3/min" />
2838         <xsd:enumeration value="ft3/s" />
2839         <xsd:enumeration value="galUK/d" />
2840         <xsd:enumeration value="galUK/hr" />
2841         <xsd:enumeration value="galUK/min" />
2842         <xsd:enumeration value="galUS/d" />
2843         <xsd:enumeration value="galUS/hr" />
2844         <xsd:enumeration value="galUS/min" />
2845         <xsd:enumeration value="kbbl/d" />
2846         <xsd:enumeration value="1000ft3/d" />
2847         <xsd:enumeration value="1000m3/d" />
2848         <xsd:enumeration value="1000m3/h" />
2849         <xsd:enumeration value="L/h" />
2850         <xsd:enumeration value="L/min" />
2851         <xsd:enumeration value="L/s" />
2852         <xsd:enumeration value="m3/d" />
2853         <xsd:enumeration value="m3/h" />
2854         <xsd:enumeration value="m3/min" />
2855         <xsd:enumeration value="Mbbl/d" />
2856         <xsd:enumeration value="M(ft3)/d" />
2857         <xsd:enumeration value="M(m3)/d" />
2858      </xsd:restriction>
2859   </xsd:simpleType>
2860   <xsd:simpleType name="volumePerVolumeUom">
2861      <xsd:restriction base="witsml:abstractUomEnum">
2862         <xsd:enumeration value="Euc" />
2863         <xsd:enumeration value="%" />
2864         <xsd:enumeration value="permil" />
2865         <xsd:enumeration value="ppdk" />
2866         <xsd:enumeration value="ppk" />
2867         <xsd:enumeration value="ppm" />
2868         <xsd:enumeration value="bbl/acre.ft" />
2869         <xsd:enumeration value="bbl/bbl" />
2870         <xsd:enumeration value="bbl/ft3" />
2871         <xsd:enumeration value="bbl/100bbl" />
2872         <xsd:enumeration value="bbl/k(ft3)" />
2873         <xsd:enumeration value="bbl/M(ft3)" />
2874         <xsd:enumeration value="cm3/cm3" />
2875         <xsd:enumeration value="cm3/m3" />
2876         <xsd:enumeration value="dm3/m3" />
2877         <xsd:enumeration value="ft3/bbl" />
2878         <xsd:enumeration value="ft3/ft3" />
2879         <xsd:enumeration value="galUS/kgalUS" />
2880         <xsd:enumeration value="galUK/kgalUK" />
2881         <xsd:enumeration value="galUK/ft3" />
2882         <xsd:enumeration value="galUK/Mbbl" />
2883         <xsd:enumeration value="galUS/bbl" />
2884         <xsd:enumeration value="galUS/10bbl" />
2885         <xsd:enumeration value="galUS/ft3" />
2886         <xsd:enumeration value="galUS/Mbbl" />
2887         <xsd:enumeration value="1000ft3/bbl" />
2888         <xsd:enumeration value="ksm3/sm3" />
2889         <xsd:enumeration value="L/10bbl" />
2890         <xsd:enumeration value="L/m3" />
2891         <xsd:enumeration value="m3/ha.m" />
2892         <xsd:enumeration value="m3/m3" />
2893         <xsd:enumeration value="M(ft3)/acre.ft" />
2894         <xsd:enumeration value="mL/galUK" />
2895         <xsd:enumeration value="mL/galUS" />
2896         <xsd:enumeration value="mL/mL" />
2897         <xsd:enumeration value="MMbbl/acre.ft" />
2898         <xsd:enumeration value="MMscf60/stb60" />
2899         <xsd:enumeration value="Mscf60/stb60" />
2900         <xsd:enumeration value="ptUK/Mbbl" />
2901         <xsd:enumeration value="ptUS/10bbl" />
2902         <xsd:enumeration value="pu" />
2903         <xsd:enumeration value="scm15/stb60" />
2904         <xsd:enumeration value="sm3/ksm3" />
2905         <xsd:enumeration value="sm3/sm3" />
2906         <xsd:enumeration value="stb60/MMscf60" />
2907         <xsd:enumeration value="stb60/MMscm15" />
2908         <xsd:enumeration value="stb60/Mscf60" />
2909         <xsd:enumeration value="stb60/Mscm15" />
2910         <xsd:enumeration value="stb60/scm15" />
2911      </xsd:restriction>
2912   </xsd:simpleType>
2913   <xsd:simpleType name="workUom">
2914      <xsd:restriction base="witsml:abstractUomEnum">
2915         <xsd:enumeration value="J" />
2916         <xsd:enumeration value="aJ" />
2917         <xsd:enumeration value="Btu" />
2918         <xsd:enumeration value="cal" />
2919         <xsd:enumeration value="ch.h" />
2920         <xsd:enumeration value="Chu" />
2921         <xsd:enumeration value="CV.h" />
2922         <xsd:enumeration value="EJ" />
2923         <xsd:enumeration value="erg" />
2924         <xsd:enumeration value="eV" />
2925         <xsd:enumeration value="GeV" />
2926         <xsd:enumeration value="GJ" />
2927         <xsd:enumeration value="GW.h" />
2928         <xsd:enumeration value="hp.hr" />
2929         <xsd:enumeration value="kcal" />
2930         <xsd:enumeration value="keV" />
2931         <xsd:enumeration value="kJ" />
2932         <xsd:enumeration value="kW.h" />
2933         <xsd:enumeration value="MeV" />
2934         <xsd:enumeration value="mJ" />
2935         <xsd:enumeration value="MJ" />
2936         <xsd:enumeration value="MW.h" />
2937         <xsd:enumeration value="nJ" />
2938         <xsd:enumeration value="quad" />
2939         <xsd:enumeration value="TeV" />
2940         <xsd:enumeration value="therm" />
2941         <xsd:enumeration value="TJ" />
2942         <xsd:enumeration value="TW.h" />
2943         <xsd:enumeration value="uJ" />
2944      </xsd:restriction>
2945   </xsd:simpleType>
2946   <!--UNUSED: Deleted type compressibilityUom.-->
2947   <!--UNUSED: Deleted type molarVolumeUom.-->
2948   <!--UNUSED: Deleted type thermalConductivityUom.-->
2949</xsd:schema>
Note: See TracBrowser for help on using the browser.