root / projects / MonthlyProductionReport_1.0 / XML / PRODML / PRODML_schemas_with_enum_4apr2008 / obj_fluidAnalysisResult_profiled_template_schema.xsd @ 17

Revision 17, 156.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   <!--UNUSED: Deleted type q_attgrp_uid.-->
16   <!--UNUSED: Deleted type cs_businessAssociate.-->
17   <xsd:complexType name="q_cs_commonData">
18      <xsd:annotation>
19         <xsd:documentation>WITSML - Common Data Component Schema</xsd:documentation>
20      </xsd:annotation>
21      <xsd:sequence>
22         <xsd:element name="sourceName" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
23            <xsd:annotation>
24               <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
25               object (but not necessarily the uids of the parents). This is typically a url.</xsd:documentation>
26            </xsd:annotation>
27         </xsd:element>
28         <xsd:element name="dTimCreation" type="witsml:q_timestamp_queryValue" minOccurs="0" maxOccurs="1">
29            <xsd:annotation>
30               <xsd:documentation>When the data was created at the persistent data store.</xsd:documentation>
31            </xsd:annotation>
32         </xsd:element>
33         <xsd:element name="dTimLastChange" type="witsml:q_timestamp_queryValue" minOccurs="0" maxOccurs="1">
34            <xsd:annotation>
35               <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
36               growing.</xsd:documentation>
37            </xsd:annotation>
38         </xsd:element>
39         <xsd:element name="itemState" type="witsml:q_ItemState_queryValue" minOccurs="0" maxOccurs="1">
40            <xsd:annotation>
41               <xsd:documentation>The item state for the data object.</xsd:documentation>
42            </xsd:annotation>
43         </xsd:element>
44         <xsd:element name="comments" type="witsml:q_commentString_queryValue" minOccurs="0" maxOccurs="1">
45            <xsd:annotation>
46               <xsd:documentation>Comments and remarks.</xsd:documentation>
47            </xsd:annotation>
48         </xsd:element>
49      </xsd:sequence>
50   </xsd:complexType>
51   <!--UNUSED: Deleted type cs_connectedNode.-->
52   <!--UNUSED: Deleted type cs_curveData.-->
53   <!--UNUSED: Deleted type cs_curveDefinition.-->
54   <xsd:complexType name="q_cs_customData">
55      <xsd:annotation>
56         <xsd:documentation>WITSML - Custom or User Defined Element and Attributes Component Schema. Specify custom element, attributes, and types in the custom data
57         area.</xsd:documentation>
58      </xsd:annotation>
59      <xsd:sequence>
60         <xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded">
61            <xsd:annotation>
62               <xsd:documentation>Any element or attribute in any namespace. It is strongly recommended that all custom data definitions be added to a unique
63               namespace.</xsd:documentation>
64            </xsd:annotation>
65         </xsd:any>
66      </xsd:sequence>
67   </xsd:complexType>
68   <!--UNUSED: Deleted type cs_datedComment.-->
69   <!--UNUSED: Deleted type q_cs_densityValue.-->
70   <xsd:complexType name="q_cs_documentInfo">
71      <xsd:annotation>
72         <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
73         information about the data that is being exchanged within the file.</xsd:documentation>
74      </xsd:annotation>
75      <xsd:sequence>
76         <xsd:element name="DocumentName" type="witsml:q_nameStruct" minOccurs="0" maxOccurs="1">
77            <xsd:annotation>
78               <xsd:documentation>An identifier for the document. This is intended to be unique within the context of the NamingSystem.</xsd:documentation>
79               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
80            </xsd:annotation>
81         </xsd:element>
82         <xsd:element name="DocumentAlias" type="witsml:q_nameStruct" minOccurs="0" maxOccurs="unbounded">
83            <xsd:annotation>
84               <xsd:documentation>Zero or more alternate names for the document. These names do not need to be unique within the naming system.</xsd:documentation>
85            </xsd:annotation>
86         </xsd:element>
87         <xsd:element name="DocumentDate" type="witsml:q_timestamp_queryValue" minOccurs="0" maxOccurs="1">
88            <xsd:annotation>
89               <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
90               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
91               was created. The FileCreation information would capture the date that the XML file was created to send or exchange the binset.</xsd:documentation>
92            </xsd:annotation>
93         </xsd:element>
94         <xsd:element name="documentClass" type="witsml:q_nameStruct" minOccurs="0" maxOccurs="unbounded">
95            <xsd:annotation>
96               <xsd:documentation>A document class. Examples of classes would be a metadata classification or a set of keywords.</xsd:documentation>
97            </xsd:annotation>
98         </xsd:element>
99         <xsd:element name="FileCreationInformation" type="witsml:q_fileCreationType" minOccurs="0" maxOccurs="1">
100            <xsd:annotation>
101               <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
102               itself.</xsd:documentation>
103            </xsd:annotation>
104         </xsd:element>
105         <xsd:element name="SecurityInformation" type="witsml:q_securityInfoType" minOccurs="0" maxOccurs="5">
106            <xsd:annotation>
107               <xsd:documentation>Information about the security to be applied to this file. More than one classification can be given.</xsd:documentation>
108            </xsd:annotation>
109         </xsd:element>
110         <xsd:element name="Disclaimer" type="witsml:q_commentString_queryValue" minOccurs="0" maxOccurs="1">
111            <xsd:annotation>
112               <xsd:documentation>A free-form string that allows a disclaimer to accompany the information.</xsd:documentation>
113            </xsd:annotation>
114         </xsd:element>
115         <xsd:element name="AuditTrail" type="witsml:q_auditType" minOccurs="0" maxOccurs="1">
116            <xsd:annotation>
117               <xsd:documentation>A collection of events that can document the history of the data.</xsd:documentation>
118            </xsd:annotation>
119         </xsd:element>
120         <xsd:element name="Owner" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
121            <xsd:annotation>
122               <xsd:documentation>The owner of the data.</xsd:documentation>
123            </xsd:annotation>
124         </xsd:element>
125         <xsd:element name="QueryParam" type="witsml:q_queryParam" minOccurs="0" maxOccurs="1">
126            <xsd:annotation>
127               <xsd:documentation>WITSML query parameters.</xsd:documentation>
128            </xsd:annotation>
129         </xsd:element>
130         <xsd:element name="Comment" type="witsml:q_commentString_queryValue" minOccurs="0" maxOccurs="1">
131            <xsd:annotation>
132               <xsd:documentation>An optional comment about the document.</xsd:documentation>
133            </xsd:annotation>
134         </xsd:element>
135      </xsd:sequence>
136   </xsd:complexType>
137   <xsd:complexType name="q_queryParam">
138      <xsd:annotation>
139         <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).
140         These would typically be something like a daily report.</xsd:documentation>
141      </xsd:annotation>
142      <xsd:sequence>
143         <xsd:element name="dTimMin" type="witsml:q_endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
144            <xsd:annotation>
145               <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
146               growing objects but the See the API specification for behavior related to this query parameter.</xsd:documentation>
147            </xsd:annotation>
148         </xsd:element>
149         <xsd:element name="dTimMax" type="witsml:q_endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
150            <xsd:annotation>
151               <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
152               for behavior related to this query parameter.</xsd:documentation>
153            </xsd:annotation>
154         </xsd:element>
155      </xsd:sequence>
156   </xsd:complexType>
157   <xsd:complexType name="q_fileCreationType">
158      <xsd:annotation>
159         <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
160         file.</xsd:documentation>
161      </xsd:annotation>
162      <xsd:sequence>
163         <xsd:element name="FileCreationDate" type="witsml:q_timestamp_queryValue" minOccurs="0" maxOccurs="1">
164            <xsd:annotation>
165               <xsd:documentation>The date and time that the file was created.</xsd:documentation>
166               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
167            </xsd:annotation>
168         </xsd:element>
169         <xsd:element name="SoftwareName" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
170            <xsd:annotation>
171               <xsd:documentation>If appropriate, the software that created the file. This is a free form string, and may include whatever information is deemed
172               relevant.</xsd:documentation>
173            </xsd:annotation>
174         </xsd:element>
175         <xsd:element name="FileCreator" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
176            <xsd:annotation>
177               <xsd:documentation>The person or business associate that created the file.</xsd:documentation>
178            </xsd:annotation>
179         </xsd:element>
180         <xsd:element name="Comment" type="witsml:q_commentString_queryValue" minOccurs="0" maxOccurs="1">
181            <xsd:annotation>
182               <xsd:documentation>Any comment that would be useful to further explain the creation of this instance document.</xsd:documentation>
183            </xsd:annotation>
184         </xsd:element>
185      </xsd:sequence>
186   </xsd:complexType>
187   <xsd:complexType name="q_securityInfoType">
188      <xsd:annotation>
189         <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
190         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
191         is confidential for a period of time, and then becomes open. All security classes are characterized by their classification systems.</xsd:documentation>
192      </xsd:annotation>
193      <xsd:sequence>
194         <xsd:element name="Class" type="witsml:q_kindString_queryValue" minOccurs="0" maxOccurs="1">
195            <xsd:annotation>
196               <xsd:documentation>The security class in which this document is classified. Examples would be confidential, partner confidential, tight. The meaning of the class is
197               determined by the System in which it is defined.</xsd:documentation>
198            </xsd:annotation>
199         </xsd:element>
200         <xsd:element name="SecuritySystem" type="witsml:q_kindString_queryValue" minOccurs="0" maxOccurs="1">
201            <xsd:annotation>
202               <xsd:documentation>The security classification system. This gives context to the meaning of the Class value.</xsd:documentation>
203            </xsd:annotation>
204         </xsd:element>
205         <xsd:element name="EndDate" type="witsml:q_timestamp_queryValue" minOccurs="0" maxOccurs="1">
206            <xsd:annotation>
207               <xsd:documentation>The date on which this security class is no longer applicable.</xsd:documentation>
208            </xsd:annotation>
209         </xsd:element>
210         <xsd:element name="Comment" type="witsml:q_commentString_queryValue" minOccurs="0" maxOccurs="1">
211            <xsd:annotation>
212               <xsd:documentation>A general comment to further define the security class.</xsd:documentation>
213            </xsd:annotation>
214         </xsd:element>
215      </xsd:sequence>
216   </xsd:complexType>
217   <xsd:complexType name="q_auditType">
218      <xsd:annotation>
219         <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>
220      </xsd:annotation>
221      <xsd:sequence>
222         <xsd:element name="Event" type="witsml:q_eventType" minOccurs="0" maxOccurs="unbounded">
223            <xsd:annotation>
224               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
225            </xsd:annotation>
226         </xsd:element>
227      </xsd:sequence>
228   </xsd:complexType>
229   <xsd:complexType name="q_eventType">
230      <xsd:annotation>
231         <xsd:documentation>An event type captures the basic information about an event that has affected the data.</xsd:documentation>
232      </xsd:annotation>
233      <xsd:sequence>
234         <xsd:element name="EventDate" type="witsml:q_timestamp_queryValue" minOccurs="0" maxOccurs="1">
235            <xsd:annotation>
236               <xsd:documentation>The date on which the event took place.</xsd:documentation>
237               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
238            </xsd:annotation>
239         </xsd:element>
240         <xsd:element name="ResponsibleParty" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
241            <xsd:annotation>
242               <xsd:documentation>The party responsible for the event.</xsd:documentation>
243            </xsd:annotation>
244         </xsd:element>
245         <xsd:element name="Comment" type="witsml:q_commentString_queryValue" minOccurs="0" maxOccurs="1">
246            <xsd:annotation>
247               <xsd:documentation>A free form comment that can further define the event that occurred.</xsd:documentation>
248            </xsd:annotation>
249         </xsd:element>
250      </xsd:sequence>
251   </xsd:complexType>
252   <!--UNUSED: Deleted type cs_dtsBoxInformation.-->
253   <!--UNUSED: Deleted type cs_dtsCalibration.-->
254   <!--UNUSED: Deleted type cs_dtsCalibrationParameter.-->
255   <!--UNUSED: Deleted type cs_dtsErrorReport.-->
256   <!--UNUSED: Deleted type cs_dtsFiber.-->
257   <!--UNUSED: Deleted type cs_dtsFiberEndPoint.-->
258   <!--UNUSED: Deleted type cs_dtsFiberInformation.-->
259   <!--UNUSED: Deleted type cs_dtsFiberInstalledPoints.-->
260   <!--UNUSED: Deleted type cs_dtsInstrumentBox.-->
261   <!--UNUSED: Deleted type cs_dtsInstrumentBoxCalibration.-->
262   <!--UNUSED: Deleted type cs_dtsOneWayLoss.-->
263   <!--UNUSED: Deleted type cs_dtsOtdr.-->
264   <!--UNUSED: Deleted type cs_dtsProcessedWellLog.-->
265   <!--UNUSED: Deleted type cs_dtsPumpActivity.-->
266   <!--UNUSED: Deleted type cs_dtsPumpLogRow.-->
267   <!--UNUSED: Deleted type cs_dtsPumpLogTable.-->
268   <!--UNUSED: Deleted type cs_dtsRefractiveIndex.-->
269   <!--UNUSED: Deleted type cs_dtsSingleInstalledPoint.-->
270   <xsd:complexType name="q_cs_fluidResultCceTestStep">
271      <xsd:sequence>
272         <xsd:element name="stepNumber" type="witsml:q_positiveCount_queryValue" minOccurs="0" maxOccurs="1">
273            <xsd:annotation>
274               <xsd:documentation>The stepNumber represents a row in the table.</xsd:documentation>
275            </xsd:annotation>
276         </xsd:element>
277         <xsd:element name="stepPressure" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1">
278            <xsd:annotation>
279               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
280            </xsd:annotation>
281         </xsd:element>
282         <xsd:element name="oilMassDensity" type="witsml:q_densityMeasure" minOccurs="0" maxOccurs="1" />
283         <xsd:element name="oilCompressibility" type="witsml:q_compressibilityMeasure" minOccurs="0" maxOccurs="1" />
284         <xsd:element name="oilViscosity" type="witsml:q_dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
285         <xsd:element name="totalVolume" type="witsml:q_volumeMeasure" minOccurs="0" maxOccurs="1">
286            <xsd:annotation>
287               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
288            </xsd:annotation>
289         </xsd:element>
290         <xsd:element name="liquidVolume" type="witsml:q_volumeMeasure" minOccurs="0" maxOccurs="1">
291            <xsd:annotation>
292               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
293            </xsd:annotation>
294         </xsd:element>
295         <xsd:element name="liquidDropoutPercent" type="witsml:q_volumePerVolumeMeasurePercent" minOccurs="0" maxOccurs="1">
296            <xsd:annotation>
297               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
298            </xsd:annotation>
299         </xsd:element>
300         <xsd:element name="relativeVolumeRatio" type="witsml:q_volumePerVolumeMeasure" minOccurs="0" maxOccurs="1" />
301         <xsd:element name="gasMassDensity" type="witsml:q_densityMeasure" minOccurs="0" maxOccurs="1" />
302         <xsd:element name="gasZFactor" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1" />
303         <xsd:element name="gasCompressibility" type="witsml:q_compressibilityMeasure" minOccurs="0" maxOccurs="1" />
304         <xsd:element name="gasViscosity" type="witsml:q_dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
305         <xsd:element name="yFactor" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1" />
306         <xsd:element name="comment" type="witsml:q_commentString_queryValue" minOccurs="0" maxOccurs="1" />
307         <xsd:element name="reservoir" type="witsml:q_logicalBoolean_queryValue" minOccurs="0" maxOccurs="1" />
308         <xsd:element name="saturated" type="witsml:q_logicalBoolean_queryValue" minOccurs="0" maxOccurs="1" />
309         <xsd:element name="stockTank" type="witsml:q_cs_fluidResultStockTank" minOccurs="0" maxOccurs="1" />
310         <xsd:element name="VaporComposition" type="witsml:q_cs_fluidResultPhaseComposition" minOccurs="0" maxOccurs="unbounded" />
311         <xsd:element name="LiquidComposition" type="witsml:q_cs_fluidResultPhaseComposition" minOccurs="0" maxOccurs="unbounded" />
312         <xsd:element name="CompositeComposition" type="witsml:q_cs_fluidResultCompositeComposition" minOccurs="0" maxOccurs="unbounded" />
313      </xsd:sequence>
314      <xsd:attribute name="uid" type="witsml:q_uidString" use="optional">
315         <xsd:annotation>
316            <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
317            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
318            required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
319         </xsd:annotation>
320      </xsd:attribute>
321   </xsd:complexType>
322   <xsd:complexType name="q_cs_fluidResultCompositeComposition">
323      <xsd:sequence>
324         <xsd:element name="componentName" type="witsml:q_kindString_queryValue" minOccurs="0" maxOccurs="1">
325            <xsd:annotation>
326               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
327            </xsd:annotation>
328         </xsd:element>
329         <xsd:element name="weightPercent" type="witsml:q_massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1" />
330         <xsd:element name="molePercent" type="witsml:q_molarFractionMeasurePercent" minOccurs="0" maxOccurs="1" />
331         <xsd:element name="kValue" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1" />
332      </xsd:sequence>
333      <xsd:attribute name="uid" type="witsml:q_uidString" use="optional">
334         <xsd:annotation>
335            <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
336            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
337            required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
338         </xsd:annotation>
339      </xsd:attribute>
340   </xsd:complexType>
341   <xsd:complexType name="q_cs_fluidResultComposition">
342      <xsd:sequence>
343         <xsd:element name="isPrimary" type="witsml:q_logicalBoolean_queryValue" minOccurs="0" maxOccurs="1">
344            <xsd:annotation>
345               <xsd:documentation>True ("true" or "1") indicates that the component is the primary component in the composition. False ("false" or "0") or not given indicates that
346               this is not a primary component.</xsd:documentation>
347               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
348            </xsd:annotation>
349         </xsd:element>
350         <xsd:element name="componentName" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
351            <xsd:annotation>
352               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
353            </xsd:annotation>
354         </xsd:element>
355         <xsd:element name="componentBaseKind" type="witsml:q_FluidComponent_queryValue" minOccurs="0" maxOccurs="1" />
356         <xsd:element name="componentKind" type="witsml:q_FluidComponentKind_queryValue" minOccurs="0" maxOccurs="1" />
357         <xsd:element name="molecularWeight" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1" />
358         <xsd:element name="weightPercent" type="witsml:q_massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1" />
359         <xsd:element name="molePercent" type="witsml:q_molarFractionMeasurePercent" minOccurs="0" maxOccurs="1" />
360         <xsd:element name="specificGravity" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1" />
361         <xsd:element name="boilingPoint" type="witsml:q_thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1" />
362         <xsd:element name="criticalPressure" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1" />
363         <xsd:element name="criticalTemperature" type="witsml:q_thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1" />
364         <xsd:element name="criticalVolume" type="witsml:q_volumeMeasure" minOccurs="0" maxOccurs="1" />
365         <xsd:element name="acentricFactor" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1" />
366         <xsd:element name="volumeTranslationFactor" type="witsml:q_molarVolumeMeasure" minOccurs="0" maxOccurs="1" />
367         <xsd:element name="alphaShapeFactor" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1" />
368         <xsd:element name="watsonKExponent" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1" />
369         <xsd:element name="splitCount" type="witsml:q_positiveCount_queryValue" minOccurs="0" maxOccurs="1" />
370         <xsd:element name="plusMinimumMolecularWeight" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1" />
371         <xsd:element name="plusMaximumMolecularWeight" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1" />
372         <xsd:element name="rvp" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1">
373            <xsd:annotation>
374               <xsd:documentation>Reid vapor pressure of the product. The absolute vapor pressure of volatile crude oil and volatile petroleum liquids, except liquefied petroleum
375               gases, as determined in accordance with American Society for Testing and Materials under the designation ASTM D323-56.</xsd:documentation>
376            </xsd:annotation>
377         </xsd:element>
378         <xsd:element name="tvp" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1">
379            <xsd:annotation>
380               <xsd:documentation>True vapor pressure of the product. The equilibrium partial pressure exerted by a petroleum liquid as determined in accordance with standard
381               methods.</xsd:documentation>
382            </xsd:annotation>
383         </xsd:element>
384         <xsd:element name="binaryInteractionCoefficient" type="witsml:q_binaryInteractionCoefficient" minOccurs="0" maxOccurs="unbounded" />
385         <xsd:element name="calculated" type="witsml:q_logicalBoolean_queryValue" minOccurs="0" maxOccurs="1" />
386      </xsd:sequence>
387   </xsd:complexType>
388   <xsd:complexType name="q_cs_fluidResultConstantCompositionExpansionTest">
389      <xsd:sequence>
390         <xsd:element name="testNumber" type="witsml:q_positiveCount_queryValue" minOccurs="0" maxOccurs="1">
391            <xsd:annotation>
392               <xsd:documentation>xxxxxxxxxxxxxxxxx</xsd:documentation>
393            </xsd:annotation>
394         </xsd:element>
395         <xsd:element name="testTemperature" type="witsml:q_thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
396            <xsd:annotation>
397               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
398            </xsd:annotation>
399         </xsd:element>
400         <xsd:element name="bubblePointPressure" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1" />
401         <xsd:element name="retrogradeDewPointPressure" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1" />
402         <xsd:element name="liquidDropoutReference" type="witsml:q_cs_fluidResultVolumeReference" minOccurs="0" maxOccurs="1" />
403         <xsd:element name="relativeVolumeReference" type="witsml:q_cs_fluidResultVolumeReference" minOccurs="0" maxOccurs="1" />
404         <xsd:element name="cceTestStep" type="witsml:q_cs_fluidResultCceTestStep" minOccurs="0" maxOccurs="unbounded">
405            <xsd:annotation>
406               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
407            </xsd:annotation>
408         </xsd:element>
409      </xsd:sequence>
410      <xsd:attribute name="uid" type="witsml:q_uidString" use="optional">
411         <xsd:annotation>
412            <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
413            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
414            required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
415         </xsd:annotation>
416      </xsd:attribute>
417   </xsd:complexType>
418   <xsd:complexType name="q_cs_fluidResultConstantVolumeDepletionTest">
419      <xsd:sequence>
420         <xsd:element name="testNumber" type="witsml:q_positiveCount_queryValue" minOccurs="0" maxOccurs="1">
421            <xsd:annotation>
422               <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
423            </xsd:annotation>
424         </xsd:element>
425         <xsd:element name="testTemperature" type="witsml:q_thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
426            <xsd:annotation>
427               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
428            </xsd:annotation>
429         </xsd:element>
430         <xsd:element name="bubblePointPressure" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1" />
431         <xsd:element name="retrogradeDewPointPressure" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1" />
432         <xsd:element name="liquidDropoutReference" type="witsml:q_cs_fluidResultVolumeReference" minOccurs="0" maxOccurs="1" />
433         <xsd:element name="cumulativeGasProducedReferenceStd" type="witsml:q_standardVolumeMeasure" minOccurs="0" maxOccurs="1">
434            <xsd:annotation>
435               <xsd:documentation>The volume is corrected to standard conditions of temperature and pressure.</xsd:documentation>
436            </xsd:annotation>
437         </xsd:element>
438         <xsd:element name="cvdTestStep" type="witsml:q_cs_fluidResultCvdTestStep" minOccurs="0" maxOccurs="unbounded">
439            <xsd:annotation>
440               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
441            </xsd:annotation>
442         </xsd:element>
443      </xsd:sequence>
444      <xsd:attribute name="uid" type="witsml:q_uidString" use="optional">
445         <xsd:annotation>
446            <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
447            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
448            required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
449         </xsd:annotation>
450      </xsd:attribute>
451   </xsd:complexType>
452   <xsd:complexType name="q_cs_fluidResultContaminant">
453      <xsd:sequence>
454         <xsd:element name="contaminantKind" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
455            <xsd:annotation>
456               <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
457               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
458            </xsd:annotation>
459         </xsd:element>
460         <xsd:element name="weightPercent" type="witsml:q_massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1" />
461         <xsd:element name="volumePercent" type="witsml:q_volumePerVolumeMeasurePercent" minOccurs="0" maxOccurs="1" />
462         <xsd:element name="description" type="witsml:q_descriptionString_queryValue" minOccurs="0" maxOccurs="1" />
463      </xsd:sequence>
464      <xsd:attribute name="uid" type="witsml:q_uidString" use="optional">
465         <xsd:annotation>
466            <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
467            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
468            required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
469         </xsd:annotation>
470      </xsd:attribute>
471   </xsd:complexType>
472   <xsd:complexType name="q_cs_fluidResultCvdTestStep">
473      <xsd:sequence>
474         <xsd:element name="stepNumber" type="witsml:q_positiveCount_queryValue" minOccurs="0" maxOccurs="1">
475            <xsd:annotation>
476               <xsd:documentation>The stepNumber represents a row in the table.</xsd:documentation>
477            </xsd:annotation>
478         </xsd:element>
479         <xsd:element name="stepPressure" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1">
480            <xsd:annotation>
481               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
482            </xsd:annotation>
483         </xsd:element>
484         <xsd:element name="oilViscosity" type="witsml:q_dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
485         <xsd:element name="liquidVolume" type="witsml:q_volumeMeasure" minOccurs="0" maxOccurs="1" />
486         <xsd:element name="liquidDropoutPercent" type="witsml:q_volumePerVolumeMeasurePercent" minOccurs="0" maxOccurs="1" />
487         <xsd:element name="gasMolecularWeight" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1" />
488         <xsd:element name="gasGravity" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1" />
489         <xsd:element name="gasFormationVolumeFactorStd" type="witsml:q_volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
490         <xsd:element name="gasZFactor" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1" />
491         <xsd:element name="gasViscosity" type="witsml:q_dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
492         <xsd:element name="cumulativeGasProducedVolume" type="witsml:q_standardVolumeMeasure" minOccurs="0" maxOccurs="1" />
493         <xsd:element name="cumulativeGasProducedRatioStd" type="witsml:q_standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1">
494            <xsd:annotation>
495               <xsd:documentation>This ratio is the cumulativeGasProducedVolume divided by cumulativeGasProducedReference.</xsd:documentation>
496            </xsd:annotation>
497         </xsd:element>
498         <xsd:element name="comment" type="witsml:q_commentString_queryValue" minOccurs="0" maxOccurs="1" />
499         <xsd:element name="reservoir" type="witsml:q_logicalBoolean_queryValue" minOccurs="0" maxOccurs="1" />
500         <xsd:element name="saturated" type="witsml:q_logicalBoolean_queryValue" minOccurs="0" maxOccurs="1" />
501         <xsd:element name="stockTank" type="witsml:q_cs_fluidResultStockTank" minOccurs="0" maxOccurs="1" />
502         <xsd:element name="VaporComposition" type="witsml:q_cs_fluidResultPhaseComposition" minOccurs="0" maxOccurs="unbounded" />
503         <xsd:element name="LiquidComposition" type="witsml:q_cs_fluidResultPhaseComposition" minOccurs="0" maxOccurs="unbounded" />
504         <xsd:element name="CompositeComposition" type="witsml:q_cs_fluidResultCompositeComposition" minOccurs="0" maxOccurs="unbounded" />
505      </xsd:sequence>
506      <xsd:attribute name="uid" type="witsml:q_uidString" use="optional">
507         <xsd:annotation>
508            <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
509            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
510            required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
511         </xsd:annotation>
512      </xsd:attribute>
513   </xsd:complexType>
514   <xsd:complexType name="q_cs_fluidResultDataQuality">
515      <xsd:sequence>
516         <xsd:element name="quality" type="witsml:q_DataQuality_queryValue" minOccurs="0" maxOccurs="1">
517            <xsd:annotation>
518               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
519            </xsd:annotation>
520         </xsd:element>
521         <xsd:element name="source" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1" />
522         <xsd:element name="purpose" type="witsml:q_descriptionString_queryValue" minOccurs="0" maxOccurs="1" />
523      </xsd:sequence>
524   </xsd:complexType>
525   <xsd:complexType name="q_cs_fluidResultDifferentialLiberationTest">
526      <xsd:sequence>
527         <xsd:element name="testNumber" type="witsml:q_positiveCount_queryValue" minOccurs="0" maxOccurs="1">
528            <xsd:annotation>
529               <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
530            </xsd:annotation>
531         </xsd:element>
532         <xsd:element name="testTemperature" type="witsml:q_thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
533            <xsd:annotation>
534               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
535            </xsd:annotation>
536         </xsd:element>
537         <xsd:element name="bubblePointPressure" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1" />
538         <xsd:element name="retrogradeDewPointPressure" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1" />
539         <xsd:element name="shrinkageReference" type="witsml:q_cs_fluidResultVolumeReference" minOccurs="0" maxOccurs="1" />
540         <xsd:element name="dlTestStep" type="witsml:q_cs_fluidResultDifferentialLiberationTestStep" minOccurs="0" maxOccurs="unbounded">
541            <xsd:annotation>
542               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
543            </xsd:annotation>
544         </xsd:element>
545      </xsd:sequence>
546   </xsd:complexType>
547   <xsd:complexType name="q_cs_fluidResultDifferentialLiberationTestStep">
548      <xsd:sequence>
549         <xsd:element name="stepNumber" type="witsml:q_positiveCount_queryValue" minOccurs="0" maxOccurs="1">
550            <xsd:annotation>
551               <xsd:documentation>The stepNumber represents a row in the table.</xsd:documentation>
552            </xsd:annotation>
553         </xsd:element>
554         <xsd:element name="stepPressure" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1">
555            <xsd:annotation>
556               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
557            </xsd:annotation>
558         </xsd:element>
559         <xsd:element name="oilMassDensity" type="witsml:q_densityMeasure" minOccurs="0" maxOccurs="1" />
560         <xsd:element name="oilFormationVolumeFactorStd" type="witsml:q_volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
561         <xsd:element name="oilCompressibility" type="witsml:q_compressibilityMeasure" minOccurs="0" maxOccurs="1" />
562         <xsd:element name="oilViscosity" type="witsml:q_dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
563         <xsd:element name="oilVolume" type="witsml:q_volumeMeasure" minOccurs="0" maxOccurs="1" />
564         <xsd:element name="oilShrinkageFactor" type="witsml:q_volumePerVolumeMeasure" minOccurs="0" maxOccurs="1" />
565         <xsd:element name="gasMolecularWeight" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1" />
566         <xsd:element name="gasGravity" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1" />
567         <xsd:element name="gasMassDensity" type="witsml:q_densityMeasure" minOccurs="0" maxOccurs="1" />
568         <xsd:element name="gasFormationVolumeFactorStd" type="witsml:q_volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
569         <xsd:element name="gasZFactor" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1" />
570         <xsd:element name="gasViscosity" type="witsml:q_dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
571         <xsd:element name="totalFormationVolumeFactorStd" type="witsml:q_volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
572         <xsd:element name="solutionGORStd" type="witsml:q_standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
573         <xsd:element name="cumulativeStockTankGORStd" type="witsml:q_standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
574         <xsd:element name="cumulativeSaturatedGORStd" type="witsml:q_standardVolumePerVolumeMeasure" minOccurs="0" maxOccurs="1" />
575         <xsd:element name="residualAPIGravity" type="witsml:q_densityMeasure" minOccurs="0" maxOccurs="1" />
576         <xsd:element name="comment" type="witsml:q_commentString_queryValue" minOccurs="0" maxOccurs="1" />
577         <xsd:element name="reservoir" type="witsml:q_logicalBoolean_queryValue" minOccurs="0" maxOccurs="1" />
578         <xsd:element name="saturated" type="witsml:q_logicalBoolean_queryValue" minOccurs="0" maxOccurs="1" />
579         <xsd:element name="stockTank" type="witsml:q_cs_fluidResultStockTank" minOccurs="0" maxOccurs="1" />
580         <xsd:element name="VaporComposition" type="witsml:q_cs_fluidResultPhaseComposition" minOccurs="0" maxOccurs="unbounded" />
581         <xsd:element name="LiquidComposition" type="witsml:q_cs_fluidResultPhaseComposition" minOccurs="0" maxOccurs="unbounded" />
582         <xsd:element name="CompositeComposition" type="witsml:q_cs_fluidResultCompositeComposition" minOccurs="0" maxOccurs="unbounded" />
583      </xsd:sequence>
584      <xsd:attribute name="uid" type="witsml:q_uidString" use="optional">
585         <xsd:annotation>
586            <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
587            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
588            required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
589         </xsd:annotation>
590      </xsd:attribute>
591   </xsd:complexType>
592   <xsd:complexType name="q_cs_fluidResultJCurveTest">
593      <xsd:sequence>
594         <xsd:element name="testNumber" type="witsml:q_positiveCount_queryValue" minOccurs="0" maxOccurs="1">
595            <xsd:annotation>
596               <xsd:documentation>xxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
597            </xsd:annotation>
598         </xsd:element>
599         <xsd:element name="testTemperature" type="witsml:q_thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
600            <xsd:annotation>
601               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
602            </xsd:annotation>
603         </xsd:element>
604         <xsd:element name="bubblePointPressure" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1" />
605         <xsd:element name="retrogradeDewPointPressure" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1" />
606         <xsd:element name="liquidDropoutReference" type="witsml:q_cs_fluidResultVolumeReference" minOccurs="0" maxOccurs="1" />
607         <xsd:element name="cumulativeGasProducedReference" type="witsml:q_standardVolumeMeasure" minOccurs="0" maxOccurs="1" />
608         <xsd:element name="condensateYieldPressure1" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1" />
609         <xsd:element name="condensateYieldTemperature1" type="witsml:q_thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1" />
610         <xsd:element name="condensateYieldPressure2" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1" />
611         <xsd:element name="condensateYieldTemperature2" type="witsml:q_thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1" />
612         <xsd:element name="jcrvTestStep" type="witsml:q_cs_fluidResultJCurveTestStep" minOccurs="0" maxOccurs="unbounded">
613            <xsd:annotation>
614               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
615            </xsd:annotation>
616         </xsd:element>
617      </xsd:sequence>
618      <xsd:attribute name="uid" type="witsml:q_uidString" use="optional">
619         <xsd:annotation>
620            <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
621            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
622            required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
623         </xsd:annotation>
624      </xsd:attribute>
625   </xsd:complexType>
626   <xsd:complexType name="q_cs_fluidResultJCurveTestStep">
627      <xsd:sequence>
628         <xsd:element name="stepNumber" type="witsml:q_positiveCount_queryValue" minOccurs="0" maxOccurs="1">
629            <xsd:annotation>
630               <xsd:documentation>The stepNumber represents a row in the table.</xsd:documentation>
631            </xsd:annotation>
632         </xsd:element>
633         <xsd:element name="stepPressure" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1">
634            <xsd:annotation>
635               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
636            </xsd:annotation>
637         </xsd:element>
638         <xsd:element name="oilViscosity" type="witsml:q_dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
639         <xsd:element name="liquidVolume" type="witsml:q_volumeMeasure" minOccurs="0" maxOccurs="1" />
640         <xsd:element name="liquidDropoutPercent" type="witsml:q_volumePerVolumeMeasurePercent" minOccurs="0" maxOccurs="1">
641            <xsd:annotation>
642               <xsd:documentation>divide liquidVolume by liquiedDropoutReference to get liquid DropoutPercent.</xsd:documentation>
643            </xsd:annotation>
644         </xsd:element>
645         <xsd:element name="gasMolecularWeight" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1" />
646         <xsd:element name="gasGravity" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1" />
647         <xsd:element name="gasFormationVolumeFactorStd" type="witsml:q_volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
648         <xsd:element name="gasZFactor" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1" />
649         <xsd:element name="gasViscosity" type="witsml:q_dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
650         <xsd:element name="cumulativeGasProducedVolume" type="witsml:q_standardVolumeMeasure" minOccurs="0" maxOccurs="1" />
651         <xsd:element name="cumulativeGasProducedRatioStd" type="witsml:q_standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1">
652            <xsd:annotation>
653               <xsd:documentation>divide cumulativeGasProducedVolume by cumulativeGasProducedReference to get cumulativeGasProducedRatio.</xsd:documentation>
654            </xsd:annotation>
655         </xsd:element>
656         <xsd:element name="condensateYieldVolumeRatio1Std" type="witsml:q_volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
657         <xsd:element name="condensateYieldVolumeRatio2Std" type="witsml:q_volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
658         <xsd:element name="comment" type="witsml:q_commentString_queryValue" minOccurs="0" maxOccurs="1" />
659         <xsd:element name="reservoir" type="witsml:q_logicalBoolean_queryValue" minOccurs="0" maxOccurs="1" />
660         <xsd:element name="saturated" type="witsml:q_logicalBoolean_queryValue" minOccurs="0" maxOccurs="1" />
661         <xsd:element name="stockTank" type="witsml:q_cs_fluidResultStockTank" minOccurs="0" maxOccurs="1" />
662         <xsd:element name="VaporComposition" type="witsml:q_cs_fluidResultPhaseComposition" minOccurs="0" maxOccurs="unbounded" />
663         <xsd:element name="LiquidComposition" type="witsml:q_cs_fluidResultPhaseComposition" minOccurs="0" maxOccurs="unbounded" />
664         <xsd:element name="CompositeComposition" type="witsml:q_cs_fluidResultCompositeComposition" minOccurs="0" maxOccurs="unbounded" />
665      </xsd:sequence>
666      <xsd:attribute name="uid" type="witsml:q_uidString" use="optional">
667         <xsd:annotation>
668            <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
669            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
670            required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
671         </xsd:annotation>
672      </xsd:attribute>
673   </xsd:complexType>
674   <xsd:complexType name="q_cs_fluidResultPhaseComposition">
675      <xsd:sequence>
676         <xsd:element name="componentName" type="witsml:q_kindString_queryValue" minOccurs="0" maxOccurs="1">
677            <xsd:annotation>
678               <xsd:documentation>xxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
679               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
680            </xsd:annotation>
681         </xsd:element>
682         <xsd:element name="weightPercent" type="witsml:q_massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1" />
683         <xsd:element name="molePercent" type="witsml:q_molarFractionMeasurePercent" minOccurs="0" maxOccurs="1" />
684      </xsd:sequence>
685      <xsd:attribute name="uid" type="witsml:q_uidString" use="optional">
686         <xsd:annotation>
687            <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
688            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
689            required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
690         </xsd:annotation>
691      </xsd:attribute>
692   </xsd:complexType>
693   <xsd:complexType name="q_cs_fluidResultSaturationTest">
694      <xsd:sequence>
695         <xsd:element name="testNumber" type="witsml:q_positiveCount_queryValue" minOccurs="0" maxOccurs="1">
696            <xsd:annotation>
697               <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
698            </xsd:annotation>
699         </xsd:element>
700         <xsd:element name="saturationTestStep" type="witsml:q_cs_fluidResultSaturationTestStep" minOccurs="0" maxOccurs="unbounded">
701            <xsd:annotation>
702               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
703            </xsd:annotation>
704         </xsd:element>
705      </xsd:sequence>
706      <xsd:attribute name="uid" type="witsml:q_uidString" use="optional">
707         <xsd:annotation>
708            <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
709            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
710            required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
711         </xsd:annotation>
712      </xsd:attribute>
713   </xsd:complexType>
714   <xsd:complexType name="q_cs_fluidResultSaturationTestStep">
715      <xsd:sequence>
716         <xsd:element name="stepNumber" type="witsml:q_positiveCount_queryValue" minOccurs="0" maxOccurs="1">
717            <xsd:annotation>
718               <xsd:documentation>The stepNumber represents a row in the table.</xsd:documentation>
719            </xsd:annotation>
720         </xsd:element>
721         <xsd:element name="stepTemperature" type="witsml:q_thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
722            <xsd:annotation>
723               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
724            </xsd:annotation>
725         </xsd:element>
726         <xsd:element name="bubblePointPressure" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1" />
727         <xsd:element name="retrogradeDewPointPressure" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1" />
728         <xsd:element name="dewPointPressure" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1" />
729         <xsd:element name="comment" type="witsml:q_commentString_queryValue" minOccurs="0" maxOccurs="1" />
730      </xsd:sequence>
731      <xsd:attribute name="uid" type="witsml:q_uidString" use="optional">
732         <xsd:annotation>
733            <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
734            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
735            required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
736         </xsd:annotation>
737      </xsd:attribute>
738   </xsd:complexType>
739   <xsd:complexType name="q_cs_fluidResultSeparatorTest">
740      <xsd:sequence>
741         <xsd:element name="testNumber" type="witsml:q_positiveCount_queryValue" minOccurs="0" maxOccurs="1">
742            <xsd:annotation>
743               <xsd:documentation>xxxxxxxxxxxxxxxxx</xsd:documentation>
744            </xsd:annotation>
745         </xsd:element>
746         <xsd:element name="shrinkageReference" type="witsml:q_cs_fluidResultVolumeReference" minOccurs="0" maxOccurs="1" />
747         <xsd:element name="separatorTestStep" type="witsml:q_cs_fluidResultSeparatorTestStep" minOccurs="0" maxOccurs="unbounded">
748            <xsd:annotation>
749               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
750            </xsd:annotation>
751         </xsd:element>
752      </xsd:sequence>
753   </xsd:complexType>
754   <xsd:complexType name="q_cs_fluidResultSeparatorTestStep">
755      <xsd:sequence>
756         <xsd:element name="stepNumber" type="witsml:q_positiveCount_queryValue" minOccurs="0" maxOccurs="1">
757            <xsd:annotation>
758               <xsd:documentation>The stepNumber represents a row in the table.</xsd:documentation>
759            </xsd:annotation>
760         </xsd:element>
761         <xsd:element name="stepTemperature" type="witsml:q_thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
762            <xsd:annotation>
763               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
764            </xsd:annotation>
765         </xsd:element>
766         <xsd:element name="stepPressure" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1">
767            <xsd:annotation>
768               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
769            </xsd:annotation>
770         </xsd:element>
771         <xsd:element name="bubblePointPressure" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1" />
772         <xsd:element name="retrogradeDewPointPressure" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1" />
773         <xsd:element name="oilAPIGravity" type="witsml:q_densityMeasure" minOccurs="0" maxOccurs="1" />
774         <xsd:element name="oilSpecificGravity" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1" />
775         <xsd:element name="oilMassDensity" type="witsml:q_densityMeasure" minOccurs="0" maxOccurs="1" />
776         <xsd:element name="oilFormationVolumeFactorStd" type="witsml:q_volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
777         <xsd:element name="oilViscosity" type="witsml:q_dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
778         <xsd:element name="oilVolume" type="witsml:q_volumeMeasure" minOccurs="0" maxOccurs="1">
779            <xsd:annotation>
780               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
781            </xsd:annotation>
782         </xsd:element>
783         <xsd:element name="gasVolume" type="witsml:q_standardVolumeMeasure" minOccurs="0" maxOccurs="1">
784            <xsd:annotation>
785               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
786            </xsd:annotation>
787         </xsd:element>
788         <xsd:element name="oilShrinkageFactor" type="witsml:q_volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
789            <xsd:annotation>
790               <xsd:documentation>divide oilVolume by shrinkageReference to get oilShrinkageFactor</xsd:documentation>
791            </xsd:annotation>
792         </xsd:element>
793         <xsd:element name="stageSeparatorGORStd" type="witsml:q_standardVolumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
794            <xsd:annotation>
795               <xsd:documentation>divide gasVolume by oilVolume to get stageSeparatorGOR</xsd:documentation>
796            </xsd:annotation>
797         </xsd:element>
798         <xsd:element name="correctedStageSeparatorGORStd" type="witsml:q_standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
799         <xsd:element name="cumulativeStockTankGORStd" type="witsml:q_standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
800         <xsd:element name="solutionGORStd" type="witsml:q_standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
801         <xsd:element name="gasMolecularWeight" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1" />
802         <xsd:element name="gasGravity" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1" />
803         <xsd:element name="gasMassDensity" type="witsml:q_densityMeasure" minOccurs="0" maxOccurs="1" />
804         <xsd:element name="gasZFactor" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1" />
805         <xsd:element name="gasViscosity" type="witsml:q_dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
806         <xsd:element name="residualAPIGravity" type="witsml:q_densityMeasure" minOccurs="0" maxOccurs="1" />
807         <xsd:element name="comment" type="witsml:q_commentString_queryValue" minOccurs="0" maxOccurs="1" />
808         <xsd:element name="reservoir" type="witsml:q_logicalBoolean_queryValue" minOccurs="0" maxOccurs="1" />
809         <xsd:element name="saturated" type="witsml:q_logicalBoolean_queryValue" minOccurs="0" maxOccurs="1" />
810         <xsd:element name="stockTank" type="witsml:q_cs_fluidResultStockTank" minOccurs="0" maxOccurs="1" />
811         <xsd:element name="VaporComposition" type="witsml:q_cs_fluidResultPhaseComposition" minOccurs="0" maxOccurs="unbounded" />
812         <xsd:element name="LiquidComposition" type="witsml:q_cs_fluidResultPhaseComposition" minOccurs="0" maxOccurs="unbounded" />
813         <xsd:element name="CompositeComposition" type="witsml:q_cs_fluidResultCompositeComposition" minOccurs="0" maxOccurs="unbounded" />
814      </xsd:sequence>
815      <xsd:attribute name="uid" type="witsml:q_uidString" use="optional">
816         <xsd:annotation>
817            <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
818            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
819            required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
820         </xsd:annotation>
821      </xsd:attribute>
822   </xsd:complexType>
823   <xsd:complexType name="q_cs_fluidResultStockTank">
824      <xsd:sequence>
825         <xsd:element name="temperature" type="witsml:q_thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1" />
826      </xsd:sequence>
827   </xsd:complexType>
828   <xsd:complexType name="q_cs_fluidResultTransportPropertiesTest">
829      <xsd:sequence>
830         <xsd:element name="testNumber" type="witsml:q_positiveCount_queryValue" minOccurs="0" maxOccurs="1">
831            <xsd:annotation>
832               <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
833            </xsd:annotation>
834         </xsd:element>
835         <xsd:element name="transportTestStep" type="witsml:q_cs_fluidResultTransportTestStep" minOccurs="0" maxOccurs="unbounded">
836            <xsd:annotation>
837               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
838            </xsd:annotation>
839         </xsd:element>
840      </xsd:sequence>
841      <xsd:attribute name="uid" type="witsml:q_uidString" use="optional">
842         <xsd:annotation>
843            <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
844            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
845            required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
846         </xsd:annotation>
847      </xsd:attribute>
848   </xsd:complexType>
849   <xsd:complexType name="q_cs_fluidResultTransportTestStep">
850      <xsd:sequence>
851         <xsd:element name="stepNumber" type="witsml:q_positiveCount_queryValue" minOccurs="0" maxOccurs="1">
852            <xsd:annotation>
853               <xsd:documentation>The stepNumber represents a row in the table.</xsd:documentation>
854            </xsd:annotation>
855         </xsd:element>
856         <xsd:element name="stepTemperature" type="witsml:q_thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
857            <xsd:annotation>
858               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
859            </xsd:annotation>
860         </xsd:element>
861         <xsd:element name="stepPressure" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1">
862            <xsd:annotation>
863               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
864            </xsd:annotation>
865         </xsd:element>
866         <xsd:element name="bubblePointPressure" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1" />
867         <xsd:element name="retrogradeDewPointPressure" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1" />
868         <xsd:element name="dewPointPressure" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1" />
869         <xsd:element name="cloudPoint" type="witsml:q_thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1" />
870         <xsd:element name="pourPoint" type="witsml:q_thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1" />
871         <xsd:element name="oilMolecularWeight" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1" />
872         <xsd:element name="oilAPIGravity" type="witsml:q_densityMeasure" minOccurs="0" maxOccurs="1" />
873         <xsd:element name="oilSpecificGravity" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1" />
874         <xsd:element name="oilMassDensity" type="witsml:q_densityMeasure" minOccurs="0" maxOccurs="1" />
875         <xsd:element name="oilCompressibility" type="witsml:q_compressibilityMeasure" minOccurs="0" maxOccurs="1" />
876         <xsd:element name="oilViscosity" type="witsml:q_dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
877         <xsd:element name="oilThermalConductivity" type="witsml:q_thermalConductivityMeasure" minOccurs="0" maxOccurs="1" />
878         <xsd:element name="gasMolecularWeight" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1" />
879         <xsd:element name="gasGravity" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1" />
880         <xsd:element name="gasMassDensity" type="witsml:q_densityMeasure" minOccurs="0" maxOccurs="1" />
881         <xsd:element name="gasZFactor" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1" />
882         <xsd:element name="gasCompressibility" type="witsml:q_compressibilityMeasure" minOccurs="0" maxOccurs="1" />
883         <xsd:element name="gasViscosity" type="witsml:q_dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
884         <xsd:element name="gasThermalConductivity" type="witsml:q_thermalConductivityMeasure" minOccurs="0" maxOccurs="1" />
885         <xsd:element name="gasHeatingValue" type="witsml:q_modulusOfCompressionMeasure" minOccurs="0" maxOccurs="1" />
886         <xsd:element name="comment" type="witsml:q_commentString_queryValue" minOccurs="0" maxOccurs="1" />
887         <xsd:element name="reservoir" type="witsml:q_logicalBoolean_queryValue" minOccurs="0" maxOccurs="1" />
888         <xsd:element name="saturated" type="witsml:q_logicalBoolean_queryValue" minOccurs="0" maxOccurs="1" />
889         <xsd:element name="stockTank" type="witsml:q_cs_fluidResultStockTank" minOccurs="0" maxOccurs="1" />
890         <xsd:element name="VaporComposition" type="witsml:q_cs_fluidResultPhaseComposition" minOccurs="0" maxOccurs="unbounded" />
891         <xsd:element name="LiquidComposition" type="witsml:q_cs_fluidResultPhaseComposition" minOccurs="0" maxOccurs="unbounded" />
892         <xsd:element name="CompositeComposition" type="witsml:q_cs_fluidResultCompositeComposition" minOccurs="0" maxOccurs="unbounded" />
893      </xsd:sequence>
894      <xsd:attribute name="uid" type="witsml:q_uidString" use="optional">
895         <xsd:annotation>
896            <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
897            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
898            required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
899         </xsd:annotation>
900      </xsd:attribute>
901   </xsd:complexType>
902   <xsd:complexType name="q_cs_fluidResultVolumeReference">
903      <xsd:sequence>
904         <xsd:element name="kind" type="witsml:q_VolumeReferenceKind_queryValue" minOccurs="0" maxOccurs="1">
905            <xsd:annotation>
906               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
907            </xsd:annotation>
908         </xsd:element>
909         <xsd:element name="referenceVolume" type="witsml:q_volumeMeasure" minOccurs="0" maxOccurs="1" />
910         <xsd:element name="comment" type="witsml:q_commentString_queryValue" minOccurs="0" maxOccurs="1" />
911      </xsd:sequence>
912   </xsd:complexType>
913   <!--UNUSED: Deleted type cs_generalAddress.-->
914   <!--UNUSED: Deleted type cs_geographicContext.-->
915   <!--UNUSED: Deleted type cs_nameTag.-->
916   <!--UNUSED: Deleted type cs_northSeaOffshore.-->
917   <!--UNUSED: Deleted type cs_offshoreLocation.-->
918   <!--UNUSED: Deleted type cs_personName.-->
919   <!--UNUSED: Deleted type cs_productFlowChangeLog.-->
920   <!--UNUSED: Deleted type cs_productFlowExpectedPortProperty.-->
921   <!--UNUSED: Deleted type cs_productFlowExpectedUnitProperty.-->
922   <!--UNUSED: Deleted type cs_productFlowExternalReference.-->
923   <!--UNUSED: Deleted type cs_productFlowlExternalPort.-->
924   <!--UNUSED: Deleted type cs_productFlowNetwork.-->
925   <!--UNUSED: Deleted type cs_productFlowNetworkPlan.-->
926   <!--UNUSED: Deleted type cs_productFlowPort.-->
927   <!--UNUSED: Deleted type cs_productFlowQualifierExpected.-->
928   <!--UNUSED: Deleted type cs_productFlowUnit.-->
929   <!--UNUSED: Deleted type cs_productionOperationActivity.-->
930   <!--UNUSED: Deleted type cs_productionOperationAlarm.-->
931   <!--UNUSED: Deleted type cs_productionOperationCargoShipOperation.-->
932   <!--UNUSED: Deleted type cs_productionOperationHSE.-->
933   <!--UNUSED: Deleted type cs_productionOperationInstallationReport.-->
934   <!--UNUSED: Deleted type cs_productionOperationLostProduction.-->
935   <!--UNUSED: Deleted type cs_productionOperationMarineOperation.-->
936   <!--UNUSED: Deleted type cs_productionOperationOperationalComment.-->
937   <!--UNUSED: Deleted type cs_productionOperationSafety.-->
938   <!--UNUSED: Deleted type cs_productionOperationShutdown.-->
939   <!--UNUSED: Deleted type cs_productionOperationThirdPartyProcessing.-->
940   <!--UNUSED: Deleted type cs_productionOperationWaterCleaningQuality.-->
941   <!--UNUSED: Deleted type cs_productionOperationWeather.-->
942   <!--UNUSED: Deleted type cs_productVolumeAlert.-->
943   <!--UNUSED: Deleted type cs_productVolumeBusinessUnit.-->
944   <!--UNUSED: Deleted type cs_productVolumeBusinessSubUnit.-->
945   <!--UNUSED: Deleted type cs_productVolumeBusinessOwnershipShare.-->
946   <!--UNUSED: Deleted type cs_productVolumeBusinessAccountInfo.-->
947   <!--UNUSED: Deleted type BusinessUnitKind.-->
948   <!--UNUSED: Deleted type cs_productVolumeComponentContent.-->
949   <!--UNUSED: Deleted type cs_productVolumeFacility.-->
950   <!--UNUSED: Deleted type cs_productVolumeFlow.-->
951   <!--UNUSED: Deleted type cs_productVolumeParameterSet.-->
952   <!--UNUSED: Deleted type cs_productVolumeParameterValue.-->
953   <!--UNUSED: Deleted type cs_productVolumePeriod.-->
954   <!--UNUSED: Deleted type q_cs_productVolumePortDifference.-->
955   <!--UNUSED: Deleted type cs_productVolumeProduct.-->
956   <!--UNUSED: Deleted type cs_productVolumeRelatedFacility.-->
957   <!--UNUSED: Deleted type cs_productVolumeSalesSet.-->
958   <!--UNUSED: Deleted type cs_productVolumeSalesDetail.-->
959   <!--UNUSED: Deleted type cs_productVolumeDestination.-->
960   <!--UNUSED: Deleted type cs_productVolumeSaleEvent.-->
961   <!--UNUSED: Deleted type SaleEventKind.-->
962   <!--UNUSED: Deleted type SalesFlowPart.-->
963   <!--UNUSED: Deleted type SaleDestinationType.-->
964   <!--UNUSED: Deleted type cs_refProductFlow.-->
965   <!--UNUSED: Deleted type cs_refWellWellbore.-->
966   <!--UNUSED: Deleted type cs_refWellWellboreRig.-->
967   <!--UNUSED: Deleted type cs_relativeCoordinate.-->
968   <!--UNUSED: Deleted type q_cs_volumeValue.-->
969   <!--UNUSED: Deleted type cs_wellContext.-->
970   <!--UNUSED: Deleted type cs_wellDatum.-->
971   <!--UNUSED: Deleted type cs_wellTestBottomholeData.-->
972   <!--UNUSED: Deleted type cs_wellTestCumulative.-->
973   <!--UNUSED: Deleted type cs_wellTestFluidLevelTest.-->
974   <!--UNUSED: Deleted type cs_wellTestFluidRate.-->
975   <!--UNUSED: Deleted type cs_wellTestInjectionTestData.-->
976   <!--UNUSED: Deleted type cs_wellTestInjectionTestResults.-->
977   <!--UNUSED: Deleted type cs_wellTestInterval.-->
978   <!--UNUSED: Deleted type cs_wellTestPointData.-->
979   <!--UNUSED: Deleted type cs_wellTestProductionTestData.-->
980   <!--UNUSED: Deleted type cs_wellTestProductionTestResults.-->
981   <!--UNUSED: Deleted type cs_wellTestSeparatorData.-->
982   <!--UNUSED: Deleted type cs_wellTestTestVolume.-->
983   <!--UNUSED: Deleted type cs_wellTestWellheadData.-->
984   <!--UNUSED: Deleted type grp_commonPropertiesProductVolume.-->
985   <!--UNUSED: Deleted type grp_dtsInstalledSystem.-->
986   <!--UNUSED: Deleted type grp_dtsMeasurement.-->
987   <!--UNUSED: Deleted type grp_fluidAnalysis.-->
988   <!--UNUSED: Deleted type grp_fluidSample.-->
989   <!--UNUSED: Deleted type grp_productFlowModel.-->
990   <!--UNUSED: Deleted type grp_productionOperation.-->
991   <!--UNUSED: Deleted type grp_productVolume.-->
992   <!--UNUSED: Deleted type grp_wellTest.-->
993   <xsd:element name="fluidAnalysisResultQuerySet" type="witsml:q_obj_fluidAnalysisResults">
994      <xsd:annotation>
995         <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
996         singular name.</xsd:documentation>
997      </xsd:annotation>
998   </xsd:element>
999   <xsd:complexType name="q_obj_fluidAnalysisResults">
1000      <xsd:sequence>
1001         <xsd:element name="documentInfo" type="witsml:q_cs_documentInfo" minOccurs="0" maxOccurs="1">
1002            <xsd:annotation>
1003               <xsd:documentation>Information about the XML message instance.</xsd:documentation>
1004            </xsd:annotation>
1005         </xsd:element>
1006         <xsd:element name="fluidAnalysisResult" type="witsml:q_obj_fluidAnalysisResult" minOccurs="0" maxOccurs="unbounded">
1007            <xsd:annotation>
1008               <xsd:documentation>Information about a single Fluid Analysis Result.</xsd:documentation>
1009            </xsd:annotation>
1010         </xsd:element>
1011      </xsd:sequence>
1012      <xsd:attribute name="version" type="witsml:q_schemaVersionString" use="optional">
1013         <xsd:annotation>
1014            <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
1015            by the documenti nstance.</xsd:documentation>
1016            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
1017         </xsd:annotation>
1018      </xsd:attribute>
1019   </xsd:complexType>
1020   <xsd:complexType name="q_obj_fluidAnalysisResult">
1021      <xsd:complexContent>
1022         <xsd:extension base="witsml:">
1023            <xsd:sequence>
1024               <xsd:element name="nameFluidSample" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
1025                  <xsd:annotation>
1026                     <xsd:documentation>Human recognizable context for the fluid sample that was analyzed.</xsd:documentation>
1027                  </xsd:annotation>
1028               </xsd:element>
1029               <xsd:element name="nameFluidAnalysis" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
1030                  <xsd:annotation>
1031                     <xsd:documentation>Human recognizable context for the fluid analysis that produced this result.</xsd:documentation>
1032                  </xsd:annotation>
1033               </xsd:element>
1034               <xsd:element name="name" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
1035                  <xsd:annotation>
1036                     <xsd:documentation>The name of the Fluid Analysis Result.</xsd:documentation>
1037                     <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
1038                  </xsd:annotation>
1039               </xsd:element>
1040               <xsd:element name="transferPressure" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1">
1041                  <xsd:annotation>
1042                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1043                  </xsd:annotation>
1044               </xsd:element>
1045               <xsd:element name="transferTemperature" type="witsml:q_thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
1046                  <xsd:annotation>
1047                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1048                  </xsd:annotation>
1049               </xsd:element>
1050               <xsd:element name="reservoirPressure" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1">
1051                  <xsd:annotation>
1052                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1053                  </xsd:annotation>
1054               </xsd:element>
1055               <xsd:element name="reservoirTemperature" type="witsml:q_thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
1056                  <xsd:annotation>
1057                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1058                  </xsd:annotation>
1059               </xsd:element>
1060               <xsd:element name="saturationPressure" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1">
1061                  <xsd:annotation>
1062                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1063                  </xsd:annotation>
1064               </xsd:element>
1065               <xsd:element name="producingGORStd" type="witsml:q_standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1">
1066                  <xsd:annotation>
1067                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1068                  </xsd:annotation>
1069               </xsd:element>
1070               <xsd:element name="oilAPIGravityMeasured" type="witsml:q_densityMeasure" minOccurs="0" maxOccurs="1">
1071                  <xsd:annotation>
1072                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1073                  </xsd:annotation>
1074               </xsd:element>
1075               <xsd:element name="oilAPIGravityCorrected" type="witsml:q_densityMeasure" minOccurs="0" maxOccurs="1">
1076                  <xsd:annotation>
1077                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1078                  </xsd:annotation>
1079               </xsd:element>
1080               <xsd:element name="gasGravityMeasured" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1">
1081                  <xsd:annotation>
1082                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1083                  </xsd:annotation>
1084               </xsd:element>
1085               <xsd:element name="gasGravityCorrected" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1">
1086                  <xsd:annotation>
1087                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1088                  </xsd:annotation>
1089               </xsd:element>
1090               <xsd:element name="h2oGravityMeasured" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1">
1091                  <xsd:annotation>
1092                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1093                  </xsd:annotation>
1094               </xsd:element>
1095               <xsd:element name="h2oGravityCorrected" type="witsml:q_unitlessQuantity_queryValue" minOccurs="0" maxOccurs="1">
1096                  <xsd:annotation>
1097                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1098                  </xsd:annotation>
1099               </xsd:element>
1100               <xsd:element name="h2oSalinity" type="witsml:q_massConcentrationMeasure" minOccurs="0" maxOccurs="1">
1101                  <xsd:annotation>
1102                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1103                  </xsd:annotation>
1104               </xsd:element>
1105               <xsd:element name="aromaticsWeightPercent" type="witsml:q_massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1">
1106                  <xsd:annotation>
1107                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1108                  </xsd:annotation>
1109               </xsd:element>
1110               <xsd:element name="asphaltenesWeightPercent" type="witsml:q_massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1">
1111                  <xsd:annotation>
1112                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1113                  </xsd:annotation>
1114               </xsd:element>
1115               <xsd:element name="napthenesWeightPercent" type="witsml:q_massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1">
1116                  <xsd:annotation>
1117                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1118                  </xsd:annotation>
1119               </xsd:element>
1120               <xsd:element name="parafinsWeightPercent" type="witsml:q_massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1">
1121                  <xsd:annotation>
1122                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1123                  </xsd:annotation>
1124               </xsd:element>
1125               <xsd:element name="standardPressure" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1">
1126                  <xsd:annotation>
1127                     <xsd:documentation>The definitin of standard pressure for all elements which end in "Std".</xsd:documentation>
1128                  </xsd:annotation>
1129               </xsd:element>
1130               <xsd:element name="standardTemperature" type="witsml:q_thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
1131                  <xsd:annotation>
1132                     <xsd:documentation>The definitin of standard temperature for all elements which end in "Std".</xsd:documentation>
1133                  </xsd:annotation>
1134               </xsd:element>
1135               <xsd:element name="eosMOdel" type="witsml:q_EosModelKind_queryValue" minOccurs="0" maxOccurs="1">
1136                  <xsd:annotation>
1137                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1138                  </xsd:annotation>
1139               </xsd:element>
1140               <xsd:element name="analysisDescription" type="witsml:q_descriptionString_queryValue" minOccurs="0" maxOccurs="1">
1141                  <xsd:annotation>
1142                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1143                  </xsd:annotation>
1144               </xsd:element>
1145               <xsd:element name="analysisPurpose" type="witsml:q_descriptionString_queryValue" minOccurs="0" maxOccurs="1">
1146                  <xsd:annotation>
1147                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1148                  </xsd:annotation>
1149               </xsd:element>
1150               <xsd:element name="fluidDataQuality" type="witsml:q_cs_fluidResultDataQuality" minOccurs="0" maxOccurs="1">
1151                  <xsd:annotation>
1152                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1153                  </xsd:annotation>
1154               </xsd:element>
1155               <xsd:element name="fluidSampleComposition" type="witsml:q_cs_fluidResultComposition" minOccurs="0" maxOccurs="unbounded">
1156                  <xsd:annotation>
1157                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1158                  </xsd:annotation>
1159               </xsd:element>
1160               <xsd:element name="saturationTest" type="witsml:q_cs_fluidResultSaturationTest" minOccurs="0" maxOccurs="unbounded">
1161                  <xsd:annotation>
1162                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1163                  </xsd:annotation>
1164               </xsd:element>
1165               <xsd:element name="constantCompositionExpansionTest" type="witsml:q_cs_fluidResultConstantCompositionExpansionTest" minOccurs="0" maxOccurs="unbounded">
1166                  <xsd:annotation>
1167                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1168                  </xsd:annotation>
1169               </xsd:element>
1170               <xsd:element name="constantVolumeDepletionTest" type="witsml:q_cs_fluidResultConstantVolumeDepletionTest" minOccurs="0" maxOccurs="unbounded">
1171                  <xsd:annotation>
1172                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1173                  </xsd:annotation>
1174               </xsd:element>
1175               <xsd:element name="differentialLiberationTest" type="witsml:q_cs_fluidResultDifferentialLiberationTest" minOccurs="0" maxOccurs="unbounded">
1176                  <xsd:annotation>
1177                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1178                  </xsd:annotation>
1179               </xsd:element>
1180               <xsd:element name="jCurveTest" type="witsml:q_cs_fluidResultJCurveTest" minOccurs="0" maxOccurs="unbounded">
1181                  <xsd:annotation>
1182                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1183                  </xsd:annotation>
1184               </xsd:element>
1185               <xsd:element name="transportPropertiesTest" type="witsml:q_cs_fluidResultTransportPropertiesTest" minOccurs="0" maxOccurs="unbounded">
1186                  <xsd:annotation>
1187                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1188                  </xsd:annotation>
1189               </xsd:element>
1190               <xsd:element name="separatorTest" type="witsml:q_cs_fluidResultSeparatorTest" minOccurs="0" maxOccurs="unbounded">
1191                  <xsd:annotation>
1192                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1193                  </xsd:annotation>
1194               </xsd:element>
1195               <xsd:element name="fluidSampleContaminant" type="witsml:q_cs_fluidResultContaminant" minOccurs="0" maxOccurs="unbounded">
1196                  <xsd:annotation>
1197                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1198                  </xsd:annotation>
1199               </xsd:element>
1200               <xsd:element name="commonData" type="witsml:q_cs_commonData" minOccurs="0" maxOccurs="1">
1201                  <xsd:annotation>
1202                     <xsd:documentation>A container element that contains elements that are common to all data objects.</xsd:documentation>
1203                  </xsd:annotation>
1204               </xsd:element>
1205               <xsd:element name="customData" type="witsml:q_cs_customData" minOccurs="0" maxOccurs="1">
1206                  <xsd:annotation>
1207                     <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>
1208                  </xsd:annotation>
1209               </xsd:element>
1210            </xsd:sequence>
1211            <xsd:attribute name="uidFluidSample" type="witsml:q_refString" use="optional">
1212               <xsd:annotation>
1213                  <xsd:documentation>Unique identifier for the Fluid Sample that was analyzed.</xsd:documentation>
1214               </xsd:annotation>
1215            </xsd:attribute>
1216            <xsd:attribute name="uidFluidAnalysis" type="witsml:q_refString" use="optional">
1217               <xsd:annotation>
1218                  <xsd:documentation>Unique identifier for the Fluid Analysis that produced this result.</xsd:documentation>
1219               </xsd:annotation>
1220            </xsd:attribute>
1221            <xsd:attribute name="uid" type="witsml:q_uidString" use="optional">
1222               <xsd:annotation>
1223                  <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
1224                  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
1225                  only required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
1226               </xsd:annotation>
1227            </xsd:attribute>
1228         </xsd:extension>
1229      </xsd:complexContent>
1230   </xsd:complexType>
1231   <xsd:simpleType name="q_abstractBoolean">
1232      <xsd:annotation>
1233         <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
1234         from this type rather than using xsd:boolen.</xsd:documentation>
1235      </xsd:annotation>
1236      <xsd:restriction base="xsd:boolean">
1237         <xsd:pattern value=".+" />
1238      </xsd:restriction>
1239   </xsd:simpleType>
1240   <!--UNUSED: Deleted type q_abstractBoolean_queryValue.-->
1241   <xsd:simpleType name="q_abstractDateTime">
1242      <xsd:annotation>
1243         <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
1244         derived from this type rather than using xsd:dateTime.</xsd:documentation>
1245      </xsd:annotation>
1246      <xsd:restriction base="xsd:dateTime">
1247         <xsd:pattern value=".+" />
1248      </xsd:restriction>
1249   </xsd:simpleType>
1250   <!--UNUSED: Deleted type q_abstractDateTime_queryValue.-->
1251   <!--UNUSED: Deleted type q_abstractDate.-->
1252   <!--UNUSED: Deleted type q_abstractDate_queryValue.-->
1253   <!--UNUSED: Deleted type abstractYear.-->
1254   <xsd:simpleType name="q_abstractDouble">
1255      <xsd:annotation>
1256         <xsd:documentation>This type disallows an "empty" double value. This type should not be used directly except to derive another type.</xsd:documentation>
1257      </xsd:annotation>
1258      <xsd:restriction base="xsd:double">
1259         <xsd:pattern value=".+" />
1260      </xsd:restriction>
1261   </xsd:simpleType>
1262   <!--UNUSED: Deleted type q_abstractDouble_queryValue.-->
1263   <xsd:simpleType name="q_abstractShort">
1264      <xsd:annotation>
1265         <xsd:documentation>This type disallows an "empty" short value. This type should not be used directly except to derive another type.</xsd:documentation>
1266      </xsd:annotation>
1267      <xsd:restriction base="xsd:short">
1268         <xsd:pattern value=".+" />
1269      </xsd:restriction>
1270   </xsd:simpleType>
1271   <!--UNUSED: Deleted type q_abstractShort_queryValue.-->
1272   <!--UNUSED: Deleted type abstractInt.-->
1273   <xsd:simpleType name="q_abstractString">
1274      <xsd:annotation>
1275         <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.
1276         This type should not be used directly except to derive another type.</xsd:documentation>
1277      </xsd:annotation>
1278      <xsd:restriction base="xsd:string">
1279         <xsd:whiteSpace value="collapse">
1280            <xsd:annotation>
1281               <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
1282               trailing spaces.</xsd:documentation>
1283            </xsd:annotation>
1284         </xsd:whiteSpace>
1285         <xsd:minLength value="0">
1286            <xsd:annotation>
1287               <xsd:documentation>The empty string is not allowed. This constraint conbined with the whiteSpace collapse constraint means that a blank value is not
1288               allowed.</xsd:documentation>
1289               <xsd:appinfo>constraints:@minLength="1",</xsd:appinfo>
1290            </xsd:annotation>
1291         </xsd:minLength>
1292      </xsd:restriction>
1293   </xsd:simpleType>
1294   <!--UNUSED: Deleted type q_abstractString_queryValue.-->
1295   <!--UNUSED: Deleted type q_abstractMeasure.-->
1296   <xsd:simpleType name="q_abstractMaximumLengthString">
1297      <xsd:annotation>
1298         <xsd:documentation>This defines the maximum acceptable length of a string that can be stored in a data base.</xsd:documentation>
1299      </xsd:annotation>
1300      <xsd:restriction base="witsml:q_abstractString">
1301         <xsd:maxLength value="4000">
1302            <xsd:annotation>
1303               <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
1304               VARCHAR2 in Oracle 8.</xsd:documentation>
1305            </xsd:annotation>
1306         </xsd:maxLength>
1307      </xsd:restriction>
1308   </xsd:simpleType>
1309   <!--UNUSED: Deleted type q_abstractMaximumLengthString_queryValue.-->
1310   <!--UNUSED: Deleted type q_abstractMaximumLengthString_unionSEL.-->
1311   <!--UNUSED: Deleted type abstractUncollapsedString.-->
1312   <!--UNUSED: Deleted type abstractContextualObject.-->
1313   <!--UNUSED: Deleted type q_abstractSingularDataObject.-->
1314   <xsd:simpleType name="q_abstractPositiveCount">
1315      <xsd:annotation>
1316         <xsd:documentation>A positive integer (one based count or index) with a maximum value of 32767 (2-bytes).</xsd:documentation>
1317      </xsd:annotation>
1318      <xsd:restriction base="witsml:q_abstractShort">
1319         <xsd:minInclusive value="1">
1320            <xsd:annotation>
1321               <xsd:documentation>This value cannot be negative or zero.</xsd:documentation>
1322            </xsd:annotation>
1323         </xsd:minInclusive>
1324      </xsd:restriction>
1325   </xsd:simpleType>
1326   <!--UNUSED: Deleted type q_abstractPositiveCount_queryValue.-->
1327   <xsd:simpleType name="q_abstractNameString">
1328      <xsd:annotation>
1329         <xsd:documentation>The intended abstract supertype of all user assigned human recognizable contextual name types. There should be no assumption that (interoperable)
1330         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
1331         by an enumeration.</xsd:documentation>
1332      </xsd:annotation>
1333      <xsd:restriction base="witsml:q_abstractString">
1334         <xsd:maxLength value="64" />
1335      </xsd:restriction>
1336   </xsd:simpleType>
1337   <!--UNUSED: Deleted type q_abstractNameString_queryValue.-->
1338   <!--UNUSED: Deleted type q_abstractNameString_unionSEL.-->
1339   <xsd:simpleType name="q_abstractUidString">
1340      <xsd:annotation>
1341         <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
1342         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
1343         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>
1344      </xsd:annotation>
1345      <xsd:restriction base="witsml:q_abstractString">
1346         <xsd:maxLength value="64" />
1347         <xsd:pattern value="[^ ]*" />
1348      </xsd:restriction>
1349   </xsd:simpleType>
1350   <!--UNUSED: Deleted type q_abstractUidString_queryValue.-->
1351   <!--UNUSED: Deleted type q_abstractUidString_unionSEL.-->
1352   <xsd:simpleType name="q_abstractCommentString">
1353      <xsd:annotation>
1354         <xsd:documentation>The intended abstract supertype of all comments or remarks intended for human consumption. There should be no assumption that semantics can be
1355         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
1356         interoperable).</xsd:documentation>
1357      </xsd:annotation>
1358      <xsd:restriction base="witsml:q_abstractMaximumLengthString" />
1359   </xsd:simpleType>
1360   <!--UNUSED: Deleted type q_abstractCommentString_queryValue.-->
1361   <!--UNUSED: Deleted type q_abstractCommentString_unionSEL.-->
1362   <xsd:simpleType name="q_abstractTypeEnum">
1363      <xsd:annotation>
1364         <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.
1365         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
1366         future date.</xsd:documentation>
1367      </xsd:annotation>
1368      <xsd:restriction base="witsml:q_abstractString">
1369         <xsd:maxLength value="40" />
1370      </xsd:restriction>
1371   </xsd:simpleType>
1372   <!--UNUSED: Deleted type q_abstractTypeEnum_queryValue.-->
1373   <!--UNUSED: Deleted type q_abstractTypeEnum_unionSEL.-->
1374   <xsd:simpleType name="q_abstractUomEnum">
1375      <xsd:annotation>
1376         <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.
1377         This type is abstract in the sense that it should not be used directly except to derive another type.</xsd:documentation>
1378      </xsd:annotation>
1379      <xsd:restriction base="witsml:q_abstractString">
1380         <xsd:maxLength value="24" />
1381      </xsd:restriction>
1382   </xsd:simpleType>
1383   <!--UNUSED: Deleted type q_abstractUomEnum_queryValue.-->
1384   <!--UNUSED: Deleted type q_abstractUomEnum_unionSEL.-->
1385   <!--UNUSED: Deleted type abstractNonNegativeCount.-->
1386   <!--UNUSED: Deleted type ActivityClassType.-->
1387   <!--UNUSED: Deleted type ActivityCode.-->
1388   <!--UNUSED: Deleted type AddressKindEnum.-->
1389   <!--UNUSED: Deleted type AddressQualifier.-->
1390   <!--UNUSED: Deleted type AziRef.-->
1391   <!--UNUSED: Deleted type ArrayElementDataType.-->
1392   <!--UNUSED: Deleted type BearingType.-->
1393   <!--UNUSED: Deleted type BitDullCode.-->
1394   <!--UNUSED: Deleted type BitReasonPulled.-->
1395   <!--UNUSED: Deleted type BitType.-->
1396   <!--UNUSED: Deleted type BhaStatus.-->
1397   <!--UNUSED: Deleted type BladeShapeType.-->
1398   <!--UNUSED: Deleted type BladeType.-->
1399   <!--UNUSED: Deleted type BopType.-->
1400   <!--UNUSED: Deleted type BoxPinConfig.-->
1401   <!--UNUSED: Deleted type CalculationMethod.-->
1402   <!--UNUSED: Deleted type CementJobType.-->
1403   <!--UNUSED: Deleted type ConnectionPosition.-->
1404   <!--UNUSED: Deleted type ContactPreference.-->
1405   <!--UNUSED: Deleted type DeflectionMethod.-->
1406   <!--UNUSED: Deleted type DerrickType.-->
1407   <!--UNUSED: Deleted type DrawWorksType.-->
1408   <!--UNUSED: Deleted type DriveType.-->
1409   <!--UNUSED: Deleted type ElevCodeEnum.-->
1410   <!--UNUSED: Deleted type Ellipsoid.-->
1411   <xsd:simpleType name="q_EndpointQualifier">
1412      <xsd:annotation>
1413         <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
1414         file.</xsd:documentation>
1415      </xsd:annotation>
1416      <xsd:restriction base="witsml:q_abstractTypeEnum">
1417         <xsd:enumeration value="inclusive">
1418            <xsd:annotation>
1419               <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
1420               considered to be within the range.</xsd:documentation>
1421            </xsd:annotation>
1422         </xsd:enumeration>
1423         <xsd:enumeration value="exclusive">
1424            <xsd:annotation>
1425               <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
1426               considered to be outside the range.</xsd:documentation>
1427            </xsd:annotation>
1428         </xsd:enumeration>
1429         <xsd:enumeration value="extensive">
1430            <xsd:annotation>
1431               <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
1432               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
1433               endpoint. Basically, this concept is designed to support interpolation across an undefined point.</xsd:documentation>
1434            </xsd:annotation>
1435         </xsd:enumeration>
1436         <xsd:enumeration value="overlap extensive">
1437            <xsd:annotation>
1438               <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
1439               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
1440               be used as the endpoint. This concept is designed to select ALL nodes whose index interval overlap with the query range.</xsd:documentation>
1441            </xsd:annotation>
1442         </xsd:enumeration>
1443         <xsd:enumeration value="unknown">
1444            <xsd:annotation>
1445               <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
1446               value. Use of this value may result in rejection in some situations.</xsd:documentation>
1447            </xsd:annotation>
1448         </xsd:enumeration>
1449      </xsd:restriction>
1450   </xsd:simpleType>
1451   <!--UNUSED: Deleted type q_EndpointQualifier_queryValue.-->
1452   <xsd:simpleType name="q_EndpointQualifier_unionSEL">
1453      <xsd:union memberTypes="witsml:q_EndpointQualifier witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
1454   </xsd:simpleType>
1455   <!--UNUSED: Deleted type FacilityParameter.-->
1456   <!--UNUSED: Deleted type FiberMode.-->
1457   <!--UNUSED: Deleted type FlowQualifier.-->
1458   <!--UNUSED: Deleted type FlowSubQualifier.-->
1459   <!--UNUSED: Deleted type GasPeakType.-->
1460   <!--UNUSED: Deleted type GeodeticDatum.-->
1461   <!--UNUSED: Deleted type Hemispheres.-->
1462   <!--UNUSED: Deleted type HoleCasingType.-->
1463   <!--UNUSED: Deleted type HoleOpenerType.-->
1464   <!--UNUSED: Deleted type InjectionFluid.-->
1465   <!--UNUSED: Deleted type IntervalMethod.-->
1466   <!--UNUSED: Deleted type IntervalType.-->
1467   <xsd:simpleType name="q_ItemState">
1468      <xsd:annotation>
1469         <xsd:documentation>These values represent the state of a WITSML object.</xsd:documentation>
1470      </xsd:annotation>
1471      <xsd:restriction base="witsml:q_abstractTypeEnum">
1472         <xsd:enumeration value="actual">
1473            <xsd:annotation>
1474               <xsd:documentation>Actual data measured or entered at the well site.</xsd:documentation>
1475            </xsd:annotation>
1476         </xsd:enumeration>
1477         <xsd:enumeration value="model">
1478            <xsd:annotation>
1479               <xsd:documentation>Model data used for "what if" calculations.</xsd:documentation>
1480            </xsd:annotation>
1481         </xsd:enumeration>
1482         <xsd:enumeration value="plan">
1483            <xsd:annotation>
1484               <xsd:documentation>A planned object. That is, one which is expected to be executed in the future.</xsd:documentation>
1485            </xsd:annotation>
1486         </xsd:enumeration>
1487         <xsd:enumeration value="unknown">
1488            <xsd:annotation>
1489               <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
1490               value. Use of this value may result in rejection in some situations.</xsd:documentation>
1491            </xsd:annotation>
1492         </xsd:enumeration>
1493      </xsd:restriction>
1494   </xsd:simpleType>
1495   <xsd:complexType name="q_ItemState_queryValue">
1496      <xsd:attribute name="queryValue" type="witsml:q_ItemState_unionSEL" />
1497   </xsd:complexType>
1498   <xsd:simpleType name="q_ItemState_unionSEL">
1499      <xsd:union memberTypes="witsml:q_ItemState witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
1500   </xsd:simpleType>
1501   <!--UNUSED: Deleted type InstalledFiberPoint.-->
1502   <!--UNUSED: Deleted type JarType.-->
1503   <!--UNUSED: Deleted type JarAction.-->
1504   <!--UNUSED: Deleted type LithologySource.-->
1505   <!--UNUSED: Deleted type LithologyType.-->
1506   <!--UNUSED: Deleted type LogDataType.-->
1507   <!--UNUSED: Deleted type LogIndexDirection.-->
1508   <!--UNUSED: Deleted type LogIndexType.-->
1509   <!--UNUSED: Deleted type LogTraceOrigin.-->
1510   <!--UNUSED: Deleted type LogTraceState.-->
1511   <!--UNUSED: Deleted type MaterialType.-->
1512   <!--UNUSED: Deleted type MeasureClass.-->
1513   <!--UNUSED: Deleted type MeasurementType.-->
1514   <!--UNUSED: Deleted type MessageProbability.-->
1515   <!--UNUSED: Deleted type MessageSeverity.-->
1516   <!--UNUSED: Deleted type MessageType.-->
1517   <!--UNUSED: Deleted type MudLogParameterType.-->
1518   <!--UNUSED: Deleted type NADTypes.-->
1519   <!--UNUSED: Deleted type NameTagLocation.-->
1520   <!--UNUSED: Deleted type NameTagNumberingScheme.-->
1521   <!--UNUSED: Deleted type NameTagTechnology.-->
1522   <!--UNUSED: Deleted type NozzleType.-->
1523   <!--UNUSED: Deleted type OTDRReason.-->
1524   <!--UNUSED: Deleted type PhoneType.-->
1525   <!--UNUSED: Deleted type PitType.-->
1526   <!--UNUSED: Deleted type ProductFlowPortType.-->
1527   <!--UNUSED: Deleted type Projection.-->
1528   <!--UNUSED: Deleted type ProjectionVariantsObliqueMercator.-->
1529   <!--UNUSED: Deleted type PumpType.-->
1530   <!--UNUSED: Deleted type PumpOpType.-->
1531   <!--UNUSED: Deleted type QualifierType.-->
1532   <!--UNUSED: Deleted type RealtimeData.-->
1533   <!--UNUSED: Deleted type ReportingFacility.-->
1534   <!--UNUSED: Deleted type ReportingFlow.-->
1535   <!--UNUSED: Deleted type ReportingPeriod.-->
1536   <!--UNUSED: Deleted type ReportingProduct.-->
1537   <!--UNUSED: Deleted type ReportingProperty.-->
1538   <!--UNUSED: Deleted type RigType.-->
1539   <!--UNUSED: Deleted type RiskAffectedPersonnel.-->
1540   <!--UNUSED: Deleted type RiskCategory.-->
1541   <!--UNUSED: Deleted type RiskSubCategory.-->
1542   <!--UNUSED: Deleted type RiskType.-->
1543   <!--UNUSED: Deleted type ScrType.-->
1544   <!--UNUSED: Deleted type ShowFluorescence.-->
1545   <!--UNUSED: Deleted type ShowLevel.-->
1546   <!--UNUSED: Deleted type ShowRating.-->
1547   <!--UNUSED: Deleted type ShowSpeed.-->
1548   <!--UNUSED: Deleted type StandardTempPress.-->
1549   <!--UNUSED: Deleted type SupportCraft.-->
1550   <!--UNUSED: Deleted type SurfEquipType.-->
1551   <!--UNUSED: Deleted type TargetCategory.-->
1552   <!--UNUSED: Deleted type TargetScope.-->
1553   <!--UNUSED: Deleted type TargetSectionScope.-->
1554   <!--UNUSED: Deleted type TestReason.-->
1555   <!--UNUSED: Deleted type TrajStationStatus.-->
1556   <!--UNUSED: Deleted type TrajStationType.-->
1557   <!--UNUSED: Deleted type TubularAssembly.-->
1558   <!--UNUSED: Deleted type TubularComponent.-->
1559   <!--UNUSED: Deleted type TypeSurveyTool.-->
1560   <!--UNUSED: Deleted type q_ValueStatus.-->
1561   <!--UNUSED: Deleted type q_ValueStatus_queryValue.-->
1562   <!--UNUSED: Deleted type q_ValueStatus_unionSEL.-->
1563   <!--UNUSED: Deleted type WellDirection.-->
1564   <!--UNUSED: Deleted type WellFluid.-->
1565   <!--UNUSED: Deleted type WellboreShape.-->
1566   <!--UNUSED: Deleted type WellboreType.-->
1567   <!--UNUSED: Deleted type WellPurpose.-->
1568   <!--UNUSED: Deleted type WellStatus.-->
1569   <!--UNUSED: Deleted type CrewType.-->
1570   <!--UNUSED: Deleted type OperationKind.-->
1571   <!--UNUSED: Deleted type ReasonLost.-->
1572   <!--UNUSED: Deleted type SafetyType.-->
1573   <xsd:simpleType name="q_VolumeReferenceKind">
1574      <xsd:restriction base="witsml:q_abstractTypeEnum">
1575         <xsd:enumeration value="initial reservoir" />
1576         <xsd:enumeration value="saturation-measured" />
1577         <xsd:enumeration value="saturation-calculated" />
1578         <xsd:enumeration value="stock tank" />
1579         <xsd:enumeration value="current separator stage" />
1580         <xsd:enumeration value="separator stage 1" />
1581         <xsd:enumeration value="separator stage 2" />
1582         <xsd:enumeration value="separator stage 3" />
1583         <xsd:enumeration value="separator stage 4" />
1584         <xsd:enumeration value="separator stage 5" />
1585         <xsd:enumeration value="separator stage 6" />
1586         <xsd:enumeration value="separator stage 7" />
1587         <xsd:enumeration value="separator stage 8" />
1588         <xsd:enumeration value="separator stage 9" />
1589         <xsd:enumeration value="separator stage 10" />
1590         <xsd:enumeration value="separator stage 11" />
1591         <xsd:enumeration value="separator stage 12" />
1592         <xsd:enumeration value="separator stage 13" />
1593         <xsd:enumeration value="separator stage 14" />
1594         <xsd:enumeration value="separator stage 15" />
1595         <xsd:enumeration value="separator stage 16" />
1596         <xsd:enumeration value="separator stage 17" />
1597         <xsd:enumeration value="separator stage 18" />
1598         <xsd:enumeration value="separator stage 19" />
1599         <xsd:enumeration value="separator stage 20" />
1600         <xsd:enumeration value="separator stage 21" />
1601         <xsd:enumeration value="separator stage 22" />
1602         <xsd:enumeration value="separator stage 23" />
1603         <xsd:enumeration value="separator stage 24" />
1604         <xsd:enumeration value="separator stage 25" />
1605         <xsd:enumeration value="separator stage 26" />
1606         <xsd:enumeration value="separator stage 27" />
1607         <xsd:enumeration value="separator stage 28" />
1608         <xsd:enumeration value="separator stage 29" />
1609         <xsd:enumeration value="separator stage 30" />
1610      </xsd:restriction>
1611   </xsd:simpleType>
1612   <xsd:complexType name="q_VolumeReferenceKind_queryValue">
1613      <xsd:attribute name="queryValue" type="witsml:q_VolumeReferenceKind_unionSEL" />
1614   </xsd:complexType>
1615   <xsd:simpleType name="q_VolumeReferenceKind_unionSEL">
1616      <xsd:union memberTypes="witsml:q_VolumeReferenceKind witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
1617   </xsd:simpleType>
1618   <xsd:simpleType name="q_DataQuality">
1619      <xsd:restriction base="witsml:q_abstractTypeEnum">
1620         <xsd:enumeration value="best" />
1621         <xsd:enumeration value="good" />
1622         <xsd:enumeration value="fair" />
1623         <xsd:enumeration value="poor" />
1624         <xsd:enumeration value="invalid" />
1625         <xsd:enumeration value="unknown" />
1626      </xsd:restriction>
1627   </xsd:simpleType>
1628   <xsd:complexType name="q_DataQuality_queryValue">
1629      <xsd:attribute name="queryValue" type="witsml:q_DataQuality_unionSEL" />
1630   </xsd:complexType>
1631   <xsd:simpleType name="q_DataQuality_unionSEL">
1632      <xsd:union memberTypes="witsml:q_DataQuality witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
1633   </xsd:simpleType>
1634   <!--UNUSED: Deleted type FluidAnalysisKind.-->
1635   <xsd:simpleType name="q_FluidComponent">
1636      <xsd:annotation>
1637         <xsd:documentation>================================================================================================= THESE NEED TO BE RECONCILED WITH THE ReportingProduct
1638         LIST. =================================================================================================</xsd:documentation>
1639      </xsd:annotation>
1640      <xsd:restriction base="witsml:q_abstractTypeEnum">
1641         <xsd:enumeration value="H2" />
1642         <xsd:enumeration value="H2O" />
1643         <xsd:enumeration value="N2" />
1644         <xsd:enumeration value="O2" />
1645         <xsd:enumeration value="H2S" />
1646         <xsd:enumeration value="Ar" />
1647         <xsd:enumeration value="CO2" />
1648         <xsd:enumeration value="methane" />
1649         <xsd:enumeration value="ethane" />
1650         <xsd:enumeration value="propane" />
1651         <xsd:enumeration value="2m propane" />
1652         <xsd:enumeration value="butane" />
1653         <xsd:enumeration value="cyclopentane" />
1654         <xsd:enumeration value="2m butane" />
1655         <xsd:enumeration value="pentane" />
1656         <xsd:enumeration value="22dm propane" />
1657         <xsd:enumeration value="benzene" />
1658         <xsd:enumeration value="cyclohexane" />
1659         <xsd:enumeration value="mcy pentane" />
1660         <xsd:enumeration value="hexane" />
1661         <xsd:enumeration value="22dm butane" />
1662         <xsd:enumeration value="23dm butane" />
1663         <xsd:enumeration value="2m pentane" />
1664         <xsd:enumeration value="3m pentane" />
1665         <xsd:enumeration value="m benzene" />
1666         <xsd:enumeration value="mcy hexane" />
1667         <xsd:enumeration value="11dmcy pentane" />
1668         <xsd:enumeration value="c13dmcy pentane" />
1669         <xsd:enumeration value="t12dmcy pentane" />
1670         <xsd:enumeration value="t13dmcy pentane" />
1671         <xsd:enumeration value="etcy pentane" />
1672         <xsd:enumeration value="22dm pentane" />
1673         <xsd:enumeration value="223tm butane" />
1674         <xsd:enumeration value="24dm pentane" />
1675         <xsd:enumeration value="2m hexane" />
1676         <xsd:enumeration value="33dm pentane" />
1677         <xsd:enumeration value="23dm pentane" />
1678         <xsd:enumeration value="3et pentane" />
1679         <xsd:enumeration value="3m hexane" />
1680         <xsd:enumeration value="12dm benzene" />
1681         <xsd:enumeration value="13dm benzene" />
1682         <xsd:enumeration value="14dm benzene" />
1683         <xsd:enumeration value="et benzene" />
1684         <xsd:enumeration value="223tm pentane" />
1685         <xsd:enumeration value="22dm hexane" />
1686         <xsd:enumeration value="24dm hexane" />
1687         <xsd:enumeration value="25dm hexane" />
1688         <xsd:enumeration value="124tm benzene" />
1689         <xsd:enumeration value="hexanes" />
1690         <xsd:enumeration value="heptanes" />
1691         <xsd:enumeration value="octanes" />
1692         <xsd:enumeration value="nonanes" />
1693         <xsd:enumeration value="decanes" />
1694         <xsd:enumeration value="C11F" />
1695         <xsd:enumeration value="C12F" />
1696         <xsd:enumeration value="C13F" />
1697         <xsd:enumeration value="C14F" />
1698         <xsd:enumeration value="C15F" />
1699         <xsd:enumeration value="C16F" />
1700         <xsd:enumeration value="C17F" />
1701         <xsd:enumeration value="C18F" />
1702         <xsd:enumeration value="C19F" />
1703         <xsd:enumeration value="C20F" />
1704         <xsd:enumeration value="C21F" />
1705         <xsd:enumeration value="C22F" />
1706         <xsd:enumeration value="C23F" />
1707         <xsd:enumeration value="C24F" />
1708         <xsd:enumeration value="C25F" />
1709         <xsd:enumeration value="C26F" />
1710         <xsd:enumeration value="C27F" />
1711         <xsd:enumeration value="C28F" />
1712         <xsd:enumeration value="C29F" />
1713         <xsd:enumeration value="C30F" />
1714         <xsd:enumeration value="C31F" />
1715         <xsd:enumeration value="C32F" />
1716         <xsd:enumeration value="C33F" />
1717         <xsd:enumeration value="C34F" />
1718         <xsd:enumeration value="C35F" />
1719         <xsd:enumeration value="C36F" />
1720         <xsd:enumeration value="C37F" />
1721         <xsd:enumeration value="C38F" />
1722         <xsd:enumeration value="C39F" />
1723         <xsd:enumeration value="C40F" />
1724         <xsd:enumeration value="C41F" />
1725         <xsd:enumeration value="C42F" />
1726         <xsd:enumeration value="C43F" />
1727         <xsd:enumeration value="C44F" />
1728         <xsd:enumeration value="C45F" />
1729         <xsd:enumeration value="C46F" />
1730         <xsd:enumeration value="C47F" />
1731         <xsd:enumeration value="C48F" />
1732         <xsd:enumeration value="C49F" />
1733      </xsd:restriction>
1734   </xsd:simpleType>
1735   <xsd:complexType name="q_FluidComponent_queryValue">
1736      <xsd:attribute name="queryValue" type="witsml:q_FluidComponent_unionSEL" />
1737   </xsd:complexType>
1738   <xsd:simpleType name="q_FluidComponent_unionSEL">
1739      <xsd:union memberTypes="witsml:q_FluidComponent witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
1740   </xsd:simpleType>
1741   <!--UNUSED: Deleted type FluidSampleTestAcquisition.-->
1742   <xsd:simpleType name="q_FluidComponentKind">
1743      <xsd:restriction base="witsml:q_abstractTypeEnum">
1744         <xsd:enumeration value="pure" />
1745         <xsd:enumeration value="frac" />
1746         <xsd:enumeration value="plus" />
1747         <xsd:enumeration value="split" />
1748      </xsd:restriction>
1749   </xsd:simpleType>
1750   <xsd:complexType name="q_FluidComponentKind_queryValue">
1751      <xsd:attribute name="queryValue" type="witsml:q_FluidComponentKind_unionSEL" />
1752   </xsd:complexType>
1753   <xsd:simpleType name="q_FluidComponentKind_unionSEL">
1754      <xsd:union memberTypes="witsml:q_FluidComponentKind witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
1755   </xsd:simpleType>
1756   <!--UNUSED: Deleted type FluidContaminant.-->
1757   <!--UNUSED: Deleted type FluidSampleKind.-->
1758   <!--UNUSED: Deleted type ReservoirFluidKind.-->
1759   <xsd:simpleType name="q_EosModelKind">
1760      <xsd:restriction base="witsml:q_abstractTypeEnum">
1761         <xsd:enumeration value="bwrs" />
1762         <xsd:enumeration value="cubeos" />
1763         <xsd:enumeration value="pr" />
1764         <xsd:enumeration value="prvt" />
1765         <xsd:enumeration value="srk" />
1766         <xsd:enumeration value="srkvt" />
1767      </xsd:restriction>
1768   </xsd:simpleType>
1769   <xsd:complexType name="q_EosModelKind_queryValue">
1770      <xsd:attribute name="queryValue" type="witsml:q_EosModelKind_unionSEL" />
1771   </xsd:complexType>
1772   <xsd:simpleType name="q_EosModelKind_unionSEL">
1773      <xsd:union memberTypes="witsml:q_EosModelKind witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
1774   </xsd:simpleType>
1775   <!--UNUSED: Deleted type generalMeasureType.-->
1776   <!--UNUSED: Deleted type temperatureSlopeMeasure.-->
1777   <!--UNUSED: Deleted type typeOptionalClassString.-->
1778   <xsd:complexType name="q_endpointQualifiedDateTime">
1779      <xsd:annotation>
1780         <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
1781         endpoint attribute.</xsd:documentation>
1782      </xsd:annotation>
1783      <xsd:attribute name="queryValue" type="witsml:q_abstractDateTime">
1784         <xsd:annotation>
1785            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
1786         </xsd:annotation>
1787      </xsd:attribute>
1788      <xsd:attribute name="endpoint" type="witsml:q_EndpointQualifier_unionSEL" use="optional">
1789         <xsd:annotation>
1790            <xsd:documentation>The default is "inclusive".</xsd:documentation>
1791         </xsd:annotation>
1792      </xsd:attribute>
1793   </xsd:complexType>
1794   <!--UNUSED: Deleted type endpointQualifiedDate.-->
1795   <!--UNUSED: Deleted type emailQualifierStruct.-->
1796   <!--UNUSED: Deleted type facilityIdentifierStruct.-->
1797   <!--UNUSED: Deleted type phoneNumberStruct.-->
1798   <xsd:simpleType name="q_logicalBoolean">
1799      <xsd:annotation>
1800         <xsd:documentation>Values of "true" (or "1") and "false" (or "0").</xsd:documentation>
1801      </xsd:annotation>
1802      <xsd:restriction base="witsml:q_abstractBoolean" />
1803   </xsd:simpleType>
1804   <xsd:complexType name="q_logicalBoolean_queryValue">
1805      <xsd:attribute name="queryValue" type="witsml:q_logicalBoolean" />
1806   </xsd:complexType>
1807   <!--UNUSED: Deleted type q_date.-->
1808   <!--UNUSED: Deleted type q_date_queryValue.-->
1809   <!--UNUSED: Deleted type month.-->
1810   <!--UNUSED: Deleted type year.-->
1811   <xsd:simpleType name="q_timestamp">
1812      <xsd:annotation>
1813         <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
1814         each date time value.</xsd:documentation>
1815      </xsd:annotation>
1816      <xsd:restriction base="witsml:q_abstractDateTime" />
1817   </xsd:simpleType>
1818   <xsd:complexType name="q_timestamp_queryValue">
1819      <xsd:attribute name="queryValue" type="witsml:q_timestamp" />
1820   </xsd:complexType>
1821   <!--UNUSED: Deleted type timeZone.-->
1822   <!--UNUSED: Deleted type calendarYear.-->
1823   <!--UNUSED: Deleted type yAxisAzimuth.-->
1824   <!--UNUSED: Deleted type nonNegativeFraction.-->
1825   <xsd:simpleType name="q_unitlessQuantity">
1826      <xsd:annotation>
1827         <xsd:documentation>A unitless quantity. This should not be confused with a dimensionless measure.</xsd:documentation>
1828      </xsd:annotation>
1829      <xsd:restriction base="witsml:q_abstractDouble" />
1830   </xsd:simpleType>
1831   <xsd:complexType name="q_unitlessQuantity_queryValue">
1832      <xsd:attribute name="queryValue" type="witsml:q_unitlessQuantity" />
1833   </xsd:complexType>
1834   <!--UNUSED: Deleted type genericMeasure.-->
1835   <!--UNUSED: Deleted type indexCurve.-->
1836   <!--UNUSED: Deleted type ratioGenericMeasure.-->
1837   <!--UNUSED: Deleted type listOfString.-->
1838   <!--UNUSED: Deleted type listOfDouble.-->
1839   <!--UNUSED: Deleted type q_refNameString.-->
1840   <!--UNUSED: Deleted type refObjectString.-->
1841   <!--UNUSED: Deleted type refPositiveCount.-->
1842   <!--UNUSED: Deleted type refWellDatum.-->
1843   <xsd:simpleType name="q_nameString">
1844      <xsd:annotation>
1845         <xsd:documentation>A user assigned human recognizable contextual name of something. There should be no assumption that (interoperable) semantic information will be
1846         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
1847         enumeration.</xsd:documentation>
1848      </xsd:annotation>
1849      <xsd:restriction base="witsml:q_abstractNameString" />
1850   </xsd:simpleType>
1851   <xsd:complexType name="q_nameString_queryValue">
1852      <xsd:attribute name="queryValue" type="witsml:q_nameString_unionSEL" />
1853   </xsd:complexType>
1854   <xsd:simpleType name="q_nameString_unionSEL">
1855      <xsd:union memberTypes="witsml:q_nameString witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
1856   </xsd:simpleType>
1857   <xsd:simpleType name="q_commentString">
1858      <xsd:annotation>
1859         <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.
1860         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>
1861      </xsd:annotation>
1862      <xsd:restriction base="witsml:q_abstractCommentString" />
1863   </xsd:simpleType>
1864   <xsd:complexType name="q_commentString_queryValue">
1865      <xsd:attribute name="queryValue" type="witsml:q_commentString_unionSEL" />
1866   </xsd:complexType>
1867   <xsd:simpleType name="q_commentString_unionSEL">
1868      <xsd:union memberTypes="witsml:q_commentString witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
1869   </xsd:simpleType>
1870   <xsd:simpleType name="q_descriptionString">
1871      <xsd:annotation>
1872         <xsd:documentation>A textual description of something.</xsd:documentation>
1873      </xsd:annotation>
1874      <xsd:restriction base="witsml:q_abstractString">
1875         <xsd:maxLength value="256" />
1876      </xsd:restriction>
1877   </xsd:simpleType>
1878   <xsd:complexType name="q_descriptionString_queryValue">
1879      <xsd:attribute name="queryValue" type="witsml:q_descriptionString_unionSEL" />
1880   </xsd:complexType>
1881   <xsd:simpleType name="q_descriptionString_unionSEL">
1882      <xsd:union memberTypes="witsml:q_descriptionString witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
1883   </xsd:simpleType>
1884   <!--UNUSED: Deleted type shortDescriptionString.-->
1885   <!--UNUSED: Deleted type encodedArrayString.-->
1886   <!--UNUSED: Deleted type encodedValueString.-->
1887   <xsd:simpleType name="q_kindString">
1888      <xsd:annotation>
1889         <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
1890         enumerated list.</xsd:documentation>
1891      </xsd:annotation>
1892      <xsd:restriction base="witsml:q_abstractTypeEnum" />
1893   </xsd:simpleType>
1894   <xsd:complexType name="q_kindString_queryValue">
1895      <xsd:attribute name="queryValue" type="witsml:q_kindString_unionSEL" />
1896   </xsd:complexType>
1897   <xsd:simpleType name="q_kindString_unionSEL">
1898      <xsd:union memberTypes="witsml:q_kindString witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
1899   </xsd:simpleType>
1900   <!--UNUSED: Deleted type uomString.-->
1901   <xsd:simpleType name="q_uidString">
1902      <xsd:annotation>
1903         <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
1904         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
1905         value unless enforced by the source of the document (e.g., a document server).</xsd:documentation>
1906      </xsd:annotation>
1907      <xsd:restriction base="witsml:q_abstractUidString" />
1908   </xsd:simpleType>
1909   <!--UNUSED: Deleted type q_uidString_queryValue.-->
1910   <!--UNUSED: Deleted type q_uidString_unionSEL.-->
1911   <xsd:simpleType name="q_refString">
1912      <xsd:annotation>
1913         <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
1914         value of an attribute of type uidString.</xsd:documentation>
1915      </xsd:annotation>
1916      <xsd:restriction base="witsml:q_abstractUidString" />
1917   </xsd:simpleType>
1918   <!--UNUSED: Deleted type q_refString_queryValue.-->
1919   <!--UNUSED: Deleted type q_refString_unionSEL.-->
1920   <xsd:simpleType name="q_schemaVersionString">
1921      <xsd:annotation>
1922         <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
1923         loader files.</xsd:documentation>
1924      </xsd:annotation>
1925      <xsd:restriction base="witsml:q_abstractString">
1926         <xsd:maxLength value="16" />
1927         <xsd:pattern value="1\.0\.0\.[1-9]?[0-9]\(PRODML\)" />
1928      </xsd:restriction>
1929   </xsd:simpleType>
1930   <!--UNUSED: Deleted type q_schemaVersionString_queryValue.-->
1931   <!--UNUSED: Deleted type q_schemaVersionString_unionSEL.-->
1932   <xsd:complexType name="q_nameStruct">
1933      <xsd:annotation>
1934         <xsd:documentation>The name of something within a naming system.</xsd:documentation>
1935      </xsd:annotation>
1936      <xsd:attribute name="queryValue" type="witsml:q_abstractNameString">
1937         <xsd:annotation>
1938            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
1939         </xsd:annotation>
1940      </xsd:attribute>
1941      <xsd:attribute name="namingSystem" type="witsml:q_nameString" use="optional">
1942         <xsd:annotation>
1943            <xsd:documentation>The naming system within the name is (hopefully) unique.</xsd:documentation>
1944         </xsd:annotation>
1945      </xsd:attribute>
1946   </xsd:complexType>
1947   <!--UNUSED: Deleted type wellKnownNameStruct.-->
1948   <!--UNUSED: Deleted type uncollapsedString.-->
1949   <!--UNUSED: Deleted type iadcBearingWearCode.-->
1950   <!--UNUSED: Deleted type geodeticZoneString.-->
1951   <!--UNUSED: Deleted type generalQualifiedMeasure.-->
1952   <!--UNUSED: Deleted type integerQualifiedCount.-->
1953   <!--UNUSED: Deleted type kindQualifiedString.-->
1954   <!--UNUSED: Deleted type areaQualifiedMeasure.-->
1955   <!--UNUSED: Deleted type areaPerAreaQualifiedMeasure.-->
1956   <!--UNUSED: Deleted type anglePerTimeQualifiedMeasure.-->
1957   <!--UNUSED: Deleted type lengthPerLengthQualifiedMeasure.-->
1958   <!--UNUSED: Deleted type pressureQualifiedMeasure.-->
1959   <!--UNUSED: Deleted type thermodynamicTemperatureQualifiedMeasure.-->
1960   <!--UNUSED: Deleted type q_volumeQualifiedMeasure.-->
1961   <!--UNUSED: Deleted type q_volumeFlowRateQualifiedMeasure.-->
1962   <!--UNUSED: Deleted type measuredDepthCoord.-->
1963   <!--UNUSED: Deleted type MeasuredDepthUom.-->
1964   <!--UNUSED: Deleted type wellVerticalDepthCoord.-->
1965   <!--UNUSED: Deleted type wellElevationCoord.-->
1966   <!--UNUSED: Deleted type WellVerticalCoordinateUom.-->
1967   <!--UNUSED: Deleted type nonNegativeCount.-->
1968   <xsd:simpleType name="q_positiveCount">
1969      <xsd:annotation>
1970         <xsd:documentation>A positive integer (one based count or index).</xsd:documentation>
1971      </xsd:annotation>
1972      <xsd:restriction base="witsml:q_abstractPositiveCount">
1973         <xsd:minInclusive value="1">
1974            <xsd:annotation>
1975               <xsd:documentation>This value cannot be negative or zero.</xsd:documentation>
1976            </xsd:annotation>
1977         </xsd:minInclusive>
1978      </xsd:restriction>
1979   </xsd:simpleType>
1980   <xsd:complexType name="q_positiveCount_queryValue">
1981      <xsd:attribute name="queryValue" type="witsml:q_positiveCount" />
1982   </xsd:complexType>
1983   <!--UNUSED: Deleted type positiveBigCount.-->
1984   <!--UNUSED: Deleted type integerCount.-->
1985   <!--UNUSED: Deleted type beaufortScaleIntegerCode.-->
1986   <!--UNUSED: Deleted type pumpActionIntegerCode.-->
1987   <!--UNUSED: Deleted type iadcIntegerCode.-->
1988   <!--UNUSED: Deleted type levelIntegerCode.-->
1989   <!--UNUSED: Deleted type cost.-->
1990   <!--UNUSED: Deleted type indexedObject.-->
1991   <!--UNUSED: Deleted type str2.-->
1992   <!--UNUSED: Deleted type str16.-->
1993   <!--UNUSED: Deleted type str32.-->
1994   <!--UNUSED: Deleted type crewCount.-->
1995   <!--UNUSED: Deleted type lostVolumeAndReason.-->
1996   <!--UNUSED: Deleted type safetyCount.-->
1997   <xsd:complexType name="q_binaryInteractionCoefficient">
1998      <xsd:attribute name="queryValue" type="witsml:q_abstractDouble">
1999         <xsd:annotation>
2000            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
2001         </xsd:annotation>
2002      </xsd:attribute>
2003      <xsd:attribute name="referenceComponent" type="witsml:q_kindString" use="optional">
2004         <xsd:annotation>
2005            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2006         </xsd:annotation>
2007      </xsd:attribute>
2008   </xsd:complexType>
2009   <xsd:complexType name="q_massConcentrationMeasurePercent">
2010      <xsd:annotation>
2011         <xsd:documentation>A mass per mass measure that is constrained to a unit of percent.</xsd:documentation>
2012      </xsd:annotation>
2013      <xsd:attribute name="queryValue" type="witsml:q_abstractDouble">
2014         <xsd:annotation>
2015            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
2016         </xsd:annotation>
2017      </xsd:attribute>
2018      <xsd:attribute name="uom" type="witsml:q_PercentUom_unionSEL" use="optional">
2019         <xsd:annotation>
2020            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2021         </xsd:annotation>
2022      </xsd:attribute>
2023   </xsd:complexType>
2024   <xsd:complexType name="q_molarFractionMeasurePercent">
2025      <xsd:annotation>
2026         <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>
2027      </xsd:annotation>
2028      <xsd:attribute name="queryValue" type="witsml:q_abstractDouble">
2029         <xsd:annotation>
2030            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
2031         </xsd:annotation>
2032      </xsd:attribute>
2033      <xsd:attribute name="uom" type="witsml:q_PercentUom_unionSEL" use="optional">
2034         <xsd:annotation>
2035            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2036         </xsd:annotation>
2037      </xsd:attribute>
2038   </xsd:complexType>
2039   <xsd:complexType name="q_volumePerVolumeMeasurePercent">
2040      <xsd:annotation>
2041         <xsd:documentation>A volume per volume measure that is constrained to a unit of percent.</xsd:documentation>
2042      </xsd:annotation>
2043      <xsd:attribute name="queryValue" type="witsml:q_abstractDouble">
2044         <xsd:annotation>
2045            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
2046         </xsd:annotation>
2047      </xsd:attribute>
2048      <xsd:attribute name="uom" type="witsml:q_PercentUom_unionSEL" use="optional">
2049         <xsd:annotation>
2050            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2051         </xsd:annotation>
2052      </xsd:attribute>
2053   </xsd:complexType>
2054   <xsd:simpleType name="q_PercentUom">
2055      <xsd:restriction base="witsml:q_abstractUomEnum">
2056         <xsd:enumeration value="%" />
2057      </xsd:restriction>
2058   </xsd:simpleType>
2059   <!--UNUSED: Deleted type q_PercentUom_queryValue.-->
2060   <xsd:simpleType name="q_PercentUom_unionSEL">
2061      <xsd:union memberTypes="witsml:q_PercentUom witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
2062   </xsd:simpleType>
2063   <!--UNUSED: Deleted type accelerationLinearMeasure.-->
2064   <!--UNUSED: Deleted type q_amountOfSubstanceMeasure.-->
2065   <!--UNUSED: Deleted type anglePerLengthMeasure.-->
2066   <!--UNUSED: Deleted type anglePerTimeMeasure.-->
2067   <!--UNUSED: Deleted type areaMeasure.-->
2068   <!--UNUSED: Deleted type areaPerAreaMeasure.-->
2069   <xsd:complexType name="q_densityMeasure">
2070      <xsd:attribute name="queryValue" type="witsml:q_abstractDouble">
2071         <xsd:annotation>
2072            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
2073         </xsd:annotation>
2074      </xsd:attribute>
2075      <xsd:attribute name="uom" type="witsml:q_densityUom_unionSEL" use="optional">
2076         <xsd:annotation>
2077            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2078         </xsd:annotation>
2079      </xsd:attribute>
2080   </xsd:complexType>
2081   <!--UNUSED: Deleted type q_dimensionlessMeasure.-->
2082   <xsd:complexType name="q_dynamicViscosityMeasure">
2083      <xsd:attribute name="queryValue" type="witsml:q_abstractDouble">
2084         <xsd:annotation>
2085            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
2086         </xsd:annotation>
2087      </xsd:attribute>
2088      <xsd:attribute name="uom" type="witsml:q_dynamicViscosityUom_unionSEL" use="optional">
2089         <xsd:annotation>
2090            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2091         </xsd:annotation>
2092      </xsd:attribute>
2093   </xsd:complexType>
2094   <!--UNUSED: Deleted type electricPotentialMeasure.-->
2095   <!--UNUSED: Deleted type energyPerAreaMeasure.-->
2096   <!--UNUSED: Deleted type equivalentPerMassMeasure.-->
2097   <!--UNUSED: Deleted type forceMeasure.-->
2098   <!--UNUSED: Deleted type forcePerVolumeMeasure.-->
2099   <!--UNUSED: Deleted type frequencyMeasure.-->
2100   <!--UNUSED: Deleted type illuminanceMeasure.-->
2101   <!--UNUSED: Deleted type q_lengthMeasure.-->
2102   <!--UNUSED: Deleted type q_lengthPerLengthMeasure.-->
2103   <!--UNUSED: Deleted type magneticFieldStrengthMeasure.-->
2104   <xsd:complexType name="q_massConcentrationMeasure">
2105      <xsd:attribute name="queryValue" type="witsml:q_abstractDouble">
2106         <xsd:annotation>
2107            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
2108         </xsd:annotation>
2109      </xsd:attribute>
2110      <xsd:attribute name="uom" type="witsml:q_massConcentrationUom_unionSEL" use="optional">
2111         <xsd:annotation>
2112            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2113         </xsd:annotation>
2114      </xsd:attribute>
2115   </xsd:complexType>
2116   <!--UNUSED: Deleted type q_massFlowRateMeasure.-->
2117   <!--UNUSED: Deleted type q_massMeasure.-->
2118   <!--UNUSED: Deleted type massPerLengthMeasure.-->
2119   <xsd:complexType name="q_modulusOfCompressionMeasure">
2120      <xsd:attribute name="queryValue" type="witsml:q_abstractDouble">
2121         <xsd:annotation>
2122            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
2123         </xsd:annotation>
2124      </xsd:attribute>
2125      <xsd:attribute name="uom" type="witsml:q_modulusOfCompressionUom_unionSEL" use="optional">
2126         <xsd:annotation>
2127            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2128         </xsd:annotation>
2129      </xsd:attribute>
2130   </xsd:complexType>
2131   <!--UNUSED: Deleted type momentOfForceMeasure.-->
2132   <!--UNUSED: Deleted type perLengthMeasure.-->
2133   <!--UNUSED: Deleted type planeAngleMeasure.-->
2134   <!--UNUSED: Deleted type powerMeasure.-->
2135   <xsd:complexType name="q_pressureMeasure">
2136      <xsd:attribute name="queryValue" type="witsml:q_abstractDouble">
2137         <xsd:annotation>
2138            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
2139         </xsd:annotation>
2140      </xsd:attribute>
2141      <xsd:attribute name="uom" type="witsml:q_pressureUom_unionSEL" use="optional">
2142         <xsd:annotation>
2143            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2144         </xsd:annotation>
2145      </xsd:attribute>
2146   </xsd:complexType>
2147   <!--UNUSED: Deleted type relativePowerMeasure.-->
2148   <!--UNUSED: Deleted type specificVolumeMeasure.-->
2149   <xsd:complexType name="q_thermodynamicTemperatureMeasure">
2150      <xsd:attribute name="queryValue" type="witsml:q_abstractDouble">
2151         <xsd:annotation>
2152            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
2153         </xsd:annotation>
2154      </xsd:attribute>
2155      <xsd:attribute name="uom" type="witsml:q_thermodynamicTemperatureUom_unionSEL" use="optional">
2156         <xsd:annotation>
2157            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2158         </xsd:annotation>
2159      </xsd:attribute>
2160   </xsd:complexType>
2161   <!--UNUSED: Deleted type timeMeasure.-->
2162   <!--UNUSED: Deleted type velocityMeasure.-->
2163   <xsd:complexType name="q_volumeMeasure">
2164      <xsd:attribute name="queryValue" type="witsml:q_abstractDouble">
2165         <xsd:annotation>
2166            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
2167         </xsd:annotation>
2168      </xsd:attribute>
2169      <xsd:attribute name="uom" type="witsml:q_volumeUom_unionSEL" use="optional">
2170         <xsd:annotation>
2171            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2172         </xsd:annotation>
2173      </xsd:attribute>
2174   </xsd:complexType>
2175   <!--UNUSED: Deleted type volumeFlowRateMeasure.-->
2176   <xsd:complexType name="q_volumePerVolumeMeasure">
2177      <xsd:attribute name="queryValue" type="witsml:q_abstractDouble">
2178         <xsd:annotation>
2179            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
2180         </xsd:annotation>
2181      </xsd:attribute>
2182      <xsd:attribute name="uom" type="witsml:q_volumePerVolumeUom_unionSEL" use="optional">
2183         <xsd:annotation>
2184            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2185         </xsd:annotation>
2186      </xsd:attribute>
2187   </xsd:complexType>
2188   <!--UNUSED: Deleted type q_workMeasure.-->
2189   <xsd:complexType name="q_compressibilityMeasure">
2190      <xsd:attribute name="queryValue" type="witsml:q_abstractDouble">
2191         <xsd:annotation>
2192            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
2193         </xsd:annotation>
2194      </xsd:attribute>
2195      <xsd:attribute name="uom" type="witsml:q_compressibilityUom_unionSEL" use="optional">
2196         <xsd:annotation>
2197            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2198         </xsd:annotation>
2199      </xsd:attribute>
2200   </xsd:complexType>
2201   <xsd:complexType name="q_molarVolumeMeasure">
2202      <xsd:attribute name="queryValue" type="witsml:q_abstractDouble">
2203         <xsd:annotation>
2204            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
2205         </xsd:annotation>
2206      </xsd:attribute>
2207      <xsd:attribute name="uom" type="witsml:q_molarVolumeUom_unionSEL" use="optional">
2208         <xsd:annotation>
2209            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2210         </xsd:annotation>
2211      </xsd:attribute>
2212   </xsd:complexType>
2213   <xsd:complexType name="q_standardVolumeMeasure">
2214      <xsd:annotation>
2215         <xsd:documentation>A volume corrected to standard conditions of temperature and pressure. The standard conditions must be known outside the context of the data type
2216         because the unit of measure is independent of the standard conditions. The main intent of this type is to allow programatic determination of where standard conditions are
2217         assumed.</xsd:documentation>
2218      </xsd:annotation>
2219      <xsd:attribute name="queryValue" type="witsml:q_abstractDouble">
2220         <xsd:annotation>
2221            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
2222         </xsd:annotation>
2223      </xsd:attribute>
2224      <xsd:attribute name="uom" type="witsml:q_volumeUom_unionSEL" use="optional">
2225         <xsd:annotation>
2226            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2227         </xsd:annotation>
2228      </xsd:attribute>
2229   </xsd:complexType>
2230   <xsd:complexType name="q_thermalConductivityMeasure">
2231      <xsd:attribute name="queryValue" type="witsml:q_abstractDouble">
2232         <xsd:annotation>
2233            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
2234         </xsd:annotation>
2235      </xsd:attribute>
2236      <xsd:attribute name="uom" type="witsml:q_thermalConductivityUom_unionSEL" use="optional">
2237         <xsd:annotation>
2238            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2239         </xsd:annotation>
2240      </xsd:attribute>
2241   </xsd:complexType>
2242   <xsd:complexType name="q_volumePerStandardVolumeMeasure">
2243      <xsd:annotation>
2244         <xsd:documentation>A ratio of an uncorrected volume to a volume corrected to standard conditions of temperature and pressure. The standard conditions must be known
2245         outside the context of the data type because the unit of measure is independent of the standard conditions. The main intent of this type is to allow programatic
2246         determination of where standard conditions are assumed.</xsd:documentation>
2247      </xsd:annotation>
2248      <xsd:attribute name="queryValue" type="witsml:q_abstractDouble">
2249         <xsd:annotation>
2250            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
2251         </xsd:annotation>
2252      </xsd:attribute>
2253      <xsd:attribute name="uom" type="witsml:q_volumePerVolumeUom_unionSEL" use="optional">
2254         <xsd:annotation>
2255            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2256         </xsd:annotation>
2257      </xsd:attribute>
2258   </xsd:complexType>
2259   <xsd:complexType name="q_standardVolumePerStandardVolumeMeasure">
2260      <xsd:annotation>
2261         <xsd:documentation>A ratio of volumes that have each been corrected to standard conditions of temperature and pressure. The standard conditions must be known outside the
2262         context of the data type because the unit of measure is independent of the standard conditions. The main intent of this type is to allow programatic determination of
2263         where standard conditions are assumed.</xsd:documentation>
2264      </xsd:annotation>
2265      <xsd:attribute name="queryValue" type="witsml:q_abstractDouble">
2266         <xsd:annotation>
2267            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
2268         </xsd:annotation>
2269      </xsd:attribute>
2270      <xsd:attribute name="uom" type="witsml:q_volumePerVolumeUom_unionSEL" use="optional">
2271         <xsd:annotation>
2272            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2273         </xsd:annotation>
2274      </xsd:attribute>
2275   </xsd:complexType>
2276   <xsd:complexType name="q_standardVolumePerVolumeMeasure">
2277      <xsd:annotation>
2278         <xsd:documentation>A ratio of a volume that has been corrected to standard conditions of temperature and pressure to an uncorrected volume. The standard conditions must
2279         be known outside the context of the data type because the unit of measure is independent of the standard conditions. The main intent of this type is to allow programatic
2280         determination of where standard conditions are assumed.</xsd:documentation>
2281      </xsd:annotation>
2282      <xsd:attribute name="queryValue" type="witsml:q_abstractDouble">
2283         <xsd:annotation>
2284            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
2285         </xsd:annotation>
2286      </xsd:attribute>
2287      <xsd:attribute name="uom" type="witsml:q_volumePerVolumeUom_unionSEL" use="optional">
2288         <xsd:annotation>
2289            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2290         </xsd:annotation>
2291      </xsd:attribute>
2292   </xsd:complexType>
2293   <!--UNUSED: Deleted type accelerationLinearUom.-->
2294   <!--UNUSED: Deleted type q_amountOfSubstanceUom.-->
2295   <!--UNUSED: Deleted type q_amountOfSubstanceUom_queryValue.-->
2296   <!--UNUSED: Deleted type q_amountOfSubstanceUom_unionSEL.-->
2297   <!--UNUSED: Deleted type anglePerLengthUom.-->
2298   <!--UNUSED: Deleted type anglePerTimeUom.-->
2299   <!--UNUSED: Deleted type areaUom.-->
2300   <!--UNUSED: Deleted type areaPerAreaUom.-->
2301   <xsd:simpleType name="q_densityUom">
2302      <xsd:restriction base="witsml:q_abstractUomEnum">
2303         <xsd:enumeration value="kg/m3" />
2304         <xsd:enumeration value="10Mg/m3" />
2305         <xsd:enumeration value="dAPI" />
2306         <xsd:enumeration value="g/cm3" />
2307         <xsd:enumeration value="g/dm3" />
2308         <xsd:enumeration value="g/galUK" />
2309         <xsd:enumeration value="g/galUS" />
2310         <xsd:enumeration value="g/L" />
2311         <xsd:enumeration value="g/m3" />
2312         <xsd:enumeration value="grain/ft3" />
2313         <xsd:enumeration value="grain/galUS" />
2314         <xsd:enumeration value="grain/100ft3" />
2315         <xsd:enumeration value="kg/dm3" />
2316         <xsd:enumeration value="kg/L" />
2317         <xsd:enumeration value="Mg/m3" />
2318         <xsd:enumeration value="lbm/10bbl" />
2319         <xsd:enumeration value="lbm/bbl" />
2320         <xsd:enumeration value="lbm/ft3" />
2321         <xsd:enumeration value="lbm/galUK" />
2322         <xsd:enumeration value="lbm/1000galUK" />
2323         <xsd:enumeration value="lbm/galUS" />
2324         <xsd:enumeration value="lbm/1000galUS" />
2325         <xsd:enumeration value="lbm/in3" />
2326         <xsd:enumeration value="lbm/Mbbl" />
2327         <xsd:enumeration value="mg/dm3" />
2328         <xsd:enumeration value="mg/galUS" />
2329         <xsd:enumeration value="mg/L" />
2330         <xsd:enumeration value="mg/m3" />
2331         <xsd:enumeration value="ug/cm3" />
2332      </xsd:restriction>
2333   </xsd:simpleType>
2334   <!--UNUSED: Deleted type q_densityUom_queryValue.-->
2335   <xsd:simpleType name="q_densityUom_unionSEL">
2336      <xsd:union memberTypes="witsml:q_densityUom witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
2337   </xsd:simpleType>
2338   <!--UNUSED: Deleted type q_dimensionlessUom.-->
2339   <!--UNUSED: Deleted type q_dimensionlessUom_queryValue.-->
2340   <!--UNUSED: Deleted type q_dimensionlessUom_unionSEL.-->
2341   <xsd:simpleType name="q_dynamicViscosityUom">
2342      <xsd:restriction base="witsml:q_abstractUomEnum">
2343         <xsd:enumeration value="Pa.s" />
2344         <xsd:enumeration value="cP" />
2345         <xsd:enumeration value="P" />
2346         <xsd:enumeration value="psi.s" />
2347         <xsd:enumeration value="dyne.s/cm2" />
2348         <xsd:enumeration value="kgf.s/m2" />
2349         <xsd:enumeration value="lbf.s/ft2" />
2350         <xsd:enumeration value="lbf.s/in2" />
2351         <xsd:enumeration value="mPa.s" />
2352         <xsd:enumeration value="N.s/m2" />
2353      </xsd:restriction>
2354   </xsd:simpleType>
2355   <!--UNUSED: Deleted type q_dynamicViscosityUom_queryValue.-->
2356   <xsd:simpleType name="q_dynamicViscosityUom_unionSEL">
2357      <xsd:union memberTypes="witsml:q_dynamicViscosityUom witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
2358   </xsd:simpleType>
2359   <!--UNUSED: Deleted type electricPotentialUom.-->
2360   <!--UNUSED: Deleted type energyPerAreaUom.-->
2361   <!--UNUSED: Deleted type equivalentPerMassUom.-->
2362   <!--UNUSED: Deleted type forceUom.-->
2363   <!--UNUSED: Deleted type forcePerVolumeUom.-->
2364   <!--UNUSED: Deleted type frequencyUom.-->
2365   <!--UNUSED: Deleted type illuminanceUom.-->
2366   <!--UNUSED: Deleted type q_lengthUom.-->
2367   <!--UNUSED: Deleted type q_lengthUom_queryValue.-->
2368   <!--UNUSED: Deleted type q_lengthUom_unionSEL.-->
2369   <!--UNUSED: Deleted type q_lengthPerLengthUom.-->
2370   <!--UNUSED: Deleted type q_lengthPerLengthUom_queryValue.-->
2371   <!--UNUSED: Deleted type q_lengthPerLengthUom_unionSEL.-->
2372   <!--UNUSED: Deleted type magneticFieldStrengthUom.-->
2373   <xsd:simpleType name="q_massConcentrationUom">
2374      <xsd:restriction base="witsml:q_abstractUomEnum">
2375         <xsd:enumeration value="Euc" />
2376         <xsd:enumeration value="%" />
2377         <xsd:enumeration value="g/kg" />
2378         <xsd:enumeration value="kg/kg" />
2379         <xsd:enumeration value="kg/sack94" />
2380         <xsd:enumeration value="mg/kg" />
2381         <xsd:enumeration value="permil" />
2382         <xsd:enumeration value="ppdk" />
2383         <xsd:enumeration value="ppk" />
2384         <xsd:enumeration value="ppm" />
2385      </xsd:restriction>
2386   </xsd:simpleType>
2387   <!--UNUSED: Deleted type q_massConcentrationUom_queryValue.-->
2388   <xsd:simpleType name="q_massConcentrationUom_unionSEL">
2389      <xsd:union memberTypes="witsml:q_massConcentrationUom witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
2390   </xsd:simpleType>
2391   <!--UNUSED: Deleted type q_massFlowRateUom.-->
2392   <!--UNUSED: Deleted type q_massFlowRateUom_queryValue.-->
2393   <!--UNUSED: Deleted type q_massFlowRateUom_unionSEL.-->
2394   <!--UNUSED: Deleted type q_massUom.-->
2395   <!--UNUSED: Deleted type q_massUom_queryValue.-->
2396   <!--UNUSED: Deleted type q_massUom_unionSEL.-->
2397   <!--UNUSED: Deleted type massPerLengthUom.-->
2398   <xsd:simpleType name="q_modulusOfCompressionUom">
2399      <xsd:restriction base="witsml:q_abstractUomEnum">
2400         <xsd:enumeration value="J/m3" />
2401         <xsd:enumeration value="Btu/bbl" />
2402         <xsd:enumeration value="Btu/ft3" />
2403         <xsd:enumeration value="Btu/galUK" />
2404         <xsd:enumeration value="Btu/galUS" />
2405         <xsd:enumeration value="cal/cm3" />
2406         <xsd:enumeration value="cal/mL" />
2407         <xsd:enumeration value="cal/mm3" />
2408         <xsd:enumeration value="erg/cm3" />
2409         <xsd:enumeration value="erg/m3" />
2410         <xsd:enumeration value="ft.lbf/bbl" />
2411         <xsd:enumeration value="ft.lbf/galUS" />
2412         <xsd:enumeration value="hp.hr/bbl" />
2413         <xsd:enumeration value="J/dm3" />
2414         <xsd:enumeration value="kcal/cm3" />
2415         <xsd:enumeration value="kcal/m3" />
2416         <xsd:enumeration value="kJ/dm3" />
2417         <xsd:enumeration value="kJ/m3" />
2418         <xsd:enumeration value="kW.h/dm3" />
2419         <xsd:enumeration value="kW.h/m3" />
2420         <xsd:enumeration value="lbf.ft/bbl" />
2421         <xsd:enumeration value="MJ/m3" />
2422         <xsd:enumeration value="MW.h/m3" />
2423         <xsd:enumeration value="therm/ft3" />
2424         <xsd:enumeration value="therm/galUK" />
2425         <xsd:enumeration value="tonfUS.mi/bbl" />
2426      </xsd:restriction>
2427   </xsd:simpleType>
2428   <!--UNUSED: Deleted type q_modulusOfCompressionUom_queryValue.-->
2429   <xsd:simpleType name="q_modulusOfCompressionUom_unionSEL">
2430      <xsd:union memberTypes="witsml:q_modulusOfCompressionUom witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
2431   </xsd:simpleType>
2432   <!--UNUSED: Deleted type momentOfForceUom.-->
2433   <!--UNUSED: Deleted type perLengthUom.-->
2434   <!--UNUSED: Deleted type planeAngleUom.-->
2435   <!--UNUSED: Deleted type powerUom.-->
2436   <xsd:simpleType name="q_pressureUom">
2437      <xsd:restriction base="witsml:q_abstractUomEnum">
2438         <xsd:enumeration value="Pa" />
2439         <xsd:enumeration value="at" />
2440         <xsd:enumeration value="atm" />
2441         <xsd:enumeration value="bar" />
2442         <xsd:enumeration value="cmH2O(4degC)" />
2443         <xsd:enumeration value="dyne/cm2" />
2444         <xsd:enumeration value="GPa" />
2445         <xsd:enumeration value="hbar" />
2446         <xsd:enumeration value="inH2O(39.2F)" />
2447         <xsd:enumeration value="inH2O(60F)" />
2448         <xsd:enumeration value="inHg(32F)" />
2449         <xsd:enumeration value="inHg(60F)" />
2450         <xsd:enumeration value="kgf/cm2" />
2451         <xsd:enumeration value="kgf/mm2" />
2452         <xsd:enumeration value="kN/m2" />
2453         <xsd:enumeration value="kPa" />
2454         <xsd:enumeration value="kpsi" />
2455         <xsd:enumeration value="lbf/ft2" />
2456         <xsd:enumeration value="lbf/100ft2" />
2457         <xsd:enumeration value="lbf/in2" />
2458         <xsd:enumeration value="mbar" />
2459         <xsd:enumeration value="mmHg(0C)" />
2460         <xsd:enumeration value="mPa" />
2461         <xsd:enumeration value="MPa" />
2462         <xsd:enumeration value="Mpsi" />
2463         <xsd:enumeration value="N/m2" />
2464         <xsd:enumeration value="N/mm2" />
2465         <xsd:enumeration value="Pa(g)" />
2466         <xsd:enumeration value="pPa" />
2467         <xsd:enumeration value="psi" />
2468         <xsd:enumeration value="psia" />
2469         <xsd:enumeration value="psig" />
2470         <xsd:enumeration value="tonfUS/ft2" />
2471         <xsd:enumeration value="tonfUS/in2" />
2472         <xsd:enumeration value="torr" />
2473         <xsd:enumeration value="ubar" />
2474         <xsd:enumeration value="umHg(0C)" />
2475         <xsd:enumeration value="uPa" />
2476         <xsd:enumeration value="upsi" />
2477      </xsd:restriction>
2478   </xsd:simpleType>
2479   <!--UNUSED: Deleted type q_pressureUom_queryValue.-->
2480   <xsd:simpleType name="q_pressureUom_unionSEL">
2481      <xsd:union memberTypes="witsml:q_pressureUom witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
2482   </xsd:simpleType>
2483   <!--UNUSED: Deleted type relativePowerUom.-->
2484   <!--UNUSED: Deleted type specificVolumeUom.-->
2485   <xsd:simpleType name="q_thermodynamicTemperatureUom">
2486      <xsd:restriction base="witsml:q_abstractUomEnum">
2487         <xsd:enumeration value="K" />
2488         <xsd:enumeration value="degC" />
2489         <xsd:enumeration value="degF" />
2490         <xsd:enumeration value="degR" />
2491      </xsd:restriction>
2492   </xsd:simpleType>
2493   <!--UNUSED: Deleted type q_thermodynamicTemperatureUom_queryValue.-->
2494   <xsd:simpleType name="q_thermodynamicTemperatureUom_unionSEL">
2495      <xsd:union memberTypes="witsml:q_thermodynamicTemperatureUom witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
2496   </xsd:simpleType>
2497   <!--UNUSED: Deleted type timeUom.-->
2498   <!--UNUSED: Deleted type velocityUom.-->
2499   <xsd:simpleType name="q_volumeUom">
2500      <xsd:restriction base="witsml:q_abstractUomEnum">
2501         <xsd:enumeration value="m3" />
2502         <xsd:enumeration value="acre.ft" />
2503         <xsd:enumeration value="bbl" />
2504         <xsd:enumeration value="bcf" />
2505         <xsd:enumeration value="cm3" />
2506         <xsd:enumeration value="dm3" />
2507         <xsd:enumeration value="flozUK" />
2508         <xsd:enumeration value="flozUS" />
2509         <xsd:enumeration value="ft3" />
2510         <xsd:enumeration value="galUK" />
2511         <xsd:enumeration value="galUS" />
2512         <xsd:enumeration value="ha.m" />
2513         <xsd:enumeration value="hL" />
2514         <xsd:enumeration value="in3" />
2515         <xsd:enumeration value="1000ft3" />
2516         <xsd:enumeration value="km3" />
2517         <xsd:enumeration value="L" />
2518         <xsd:enumeration value="Mbbl" />
2519         <xsd:enumeration value="Mcf" />
2520         <xsd:enumeration value="M(ft3)" />
2521         <xsd:enumeration value="mi3" />
2522         <xsd:enumeration value="mL" />
2523         <xsd:enumeration value="M(m3)" />
2524         <xsd:enumeration value="mm3" />
2525         <xsd:enumeration value="MMbbl" />
2526         <xsd:enumeration value="ptUK" />
2527         <xsd:enumeration value="ptUS" />
2528         <xsd:enumeration value="qtUK" />
2529         <xsd:enumeration value="qtUS" />
2530         <xsd:enumeration value="tcf" />
2531         <xsd:enumeration value="um2.m" />
2532         <xsd:enumeration value="yd3" />
2533      </xsd:restriction>
2534   </xsd:simpleType>
2535   <!--UNUSED: Deleted type q_volumeUom_queryValue.-->
2536   <xsd:simpleType name="q_volumeUom_unionSEL">
2537      <xsd:union memberTypes="witsml:q_volumeUom witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
2538   </xsd:simpleType>
2539   <!--UNUSED: Deleted type q_volumeFlowRateUom.-->
2540   <!--UNUSED: Deleted type q_volumeFlowRateUom_queryValue.-->
2541   <!--UNUSED: Deleted type q_volumeFlowRateUom_unionSEL.-->
2542   <xsd:simpleType name="q_volumePerVolumeUom">
2543      <xsd:restriction base="witsml:q_abstractUomEnum">
2544         <xsd:enumeration value="Euc" />
2545         <xsd:enumeration value="%" />
2546         <xsd:enumeration value="permil" />
2547         <xsd:enumeration value="ppdk" />
2548         <xsd:enumeration value="ppk" />
2549         <xsd:enumeration value="ppm" />
2550         <xsd:enumeration value="bbl/acre.ft" />
2551         <xsd:enumeration value="bbl/bbl" />
2552         <xsd:enumeration value="bbl/ft3" />
2553         <xsd:enumeration value="bbl/100bbl" />
2554         <xsd:enumeration value="bbl/k(ft3)" />
2555         <xsd:enumeration value="bbl/M(ft3)" />
2556         <xsd:enumeration value="cm3/cm3" />
2557         <xsd:enumeration value="cm3/m3" />
2558         <xsd:enumeration value="dm3/m3" />
2559         <xsd:enumeration value="ft3/bbl" />
2560         <xsd:enumeration value="ft3/ft3" />
2561         <xsd:enumeration value="galUS/kgalUS" />
2562         <xsd:enumeration value="galUK/kgalUK" />
2563         <xsd:enumeration value="galUK/ft3" />
2564         <xsd:enumeration value="galUK/Mbbl" />
2565         <xsd:enumeration value="galUS/bbl" />
2566         <xsd:enumeration value="galUS/10bbl" />
2567         <xsd:enumeration value="galUS/ft3" />
2568         <xsd:enumeration value="galUS/Mbbl" />
2569         <xsd:enumeration value="1000ft3/bbl" />
2570         <xsd:enumeration value="ksm3/sm3" />
2571         <xsd:enumeration value="L/10bbl" />
2572         <xsd:enumeration value="L/m3" />
2573         <xsd:enumeration value="m3/ha.m" />
2574         <xsd:enumeration value="m3/m3" />
2575         <xsd:enumeration value="M(ft3)/acre.ft" />
2576         <xsd:enumeration value="mL/galUK" />
2577         <xsd:enumeration value="mL/galUS" />
2578         <xsd:enumeration value="mL/mL" />
2579         <xsd:enumeration value="MMbbl/acre.ft" />
2580         <xsd:enumeration value="MMscf60/stb60" />
2581         <xsd:enumeration value="Mscf60/stb60" />
2582         <xsd:enumeration value="ptUK/Mbbl" />
2583         <xsd:enumeration value="ptUS/10bbl" />
2584         <xsd:enumeration value="pu" />
2585         <xsd:enumeration value="scm15/stb60" />
2586         <xsd:enumeration value="sm3/ksm3" />
2587         <xsd:enumeration value="sm3/sm3" />
2588         <xsd:enumeration value="stb60/MMscf60" />
2589         <xsd:enumeration value="stb60/MMscm15" />
2590         <xsd:enumeration value="stb60/Mscf60" />
2591         <xsd:enumeration value="stb60/Mscm15" />
2592         <xsd:enumeration value="stb60/scm15" />
2593      </xsd:restriction>
2594   </xsd:simpleType>
2595   <!--UNUSED: Deleted type q_volumePerVolumeUom_queryValue.-->
2596   <xsd:simpleType name="q_volumePerVolumeUom_unionSEL">
2597      <xsd:union memberTypes="witsml:q_volumePerVolumeUom witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
2598   </xsd:simpleType>
2599   <!--UNUSED: Deleted type q_workUom.-->
2600   <!--UNUSED: Deleted type q_workUom_queryValue.-->
2601   <!--UNUSED: Deleted type q_workUom_unionSEL.-->
2602   <xsd:simpleType name="q_compressibilityUom">
2603      <xsd:restriction base="witsml:q_abstractUomEnum">
2604         <xsd:enumeration value="1/Pa" />
2605         <xsd:enumeration value="1/bar" />
2606         <xsd:enumeration value="1/kPa" />
2607         <xsd:enumeration value="1/pPa" />
2608         <xsd:enumeration value="1/psi" />
2609         <xsd:enumeration value="1/upsi" />
2610      </xsd:restriction>
2611   </xsd:simpleType>
2612   <!--UNUSED: Deleted type q_compressibilityUom_queryValue.-->
2613   <xsd:simpleType name="q_compressibilityUom_unionSEL">
2614      <xsd:union memberTypes="witsml:q_compressibilityUom witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
2615   </xsd:simpleType>
2616   <xsd:simpleType name="q_molarVolumeUom">
2617      <xsd:restriction base="witsml:q_abstractUomEnum">
2618         <xsd:enumeration value="m3/mol" />
2619         <xsd:enumeration value="dm3/mol(kg)" />
2620         <xsd:enumeration value="ft3/mol(lbm)" />
2621         <xsd:enumeration value="L/mol(g)" />
2622         <xsd:enumeration value="L/mol(kg)" />
2623         <xsd:enumeration value="m3/mol(kg)" />
2624      </xsd:restriction>
2625   </xsd:simpleType>
2626   <!--UNUSED: Deleted type q_molarVolumeUom_queryValue.-->
2627   <xsd:simpleType name="q_molarVolumeUom_unionSEL">
2628      <xsd:union memberTypes="witsml:q_molarVolumeUom witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
2629   </xsd:simpleType>
2630   <xsd:simpleType name="q_thermalConductivityUom">
2631      <xsd:restriction base="witsml:q_abstractUomEnum">
2632         <xsd:enumeration value="W/m.K" />
2633         <xsd:enumeration value="Btu/hr.ft.degF" />
2634         <xsd:enumeration value="cal/h.cm.degC" />
2635         <xsd:enumeration value="cal/s.cm.degC" />
2636         <xsd:enumeration value="kcal/h.m.degC" />
2637      </xsd:restriction>
2638   </xsd:simpleType>
2639   <!--UNUSED: Deleted type q_thermalConductivityUom_queryValue.-->
2640   <xsd:simpleType name="q_thermalConductivityUom_unionSEL">
2641      <xsd:union memberTypes="witsml:q_thermalConductivityUom witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
2642   </xsd:simpleType>
2643   <!--UNUSED: Deleted type q_booleanTemplateStruct.-->
2644   <!--UNUSED: Deleted type q_shortTemplateStruct.-->
2645   <!--UNUSED: Deleted type q_intTemplateStruct.-->
2646   <!--UNUSED: Deleted type q_stringTemplateStruct.-->
2647   <!--UNUSED: Deleted type q_doubleTemplateStruct.-->
2648   <!--UNUSED: Deleted type q_dateTimeTemplateStruct.-->
2649   <!--UNUSED: Deleted type q_dateTemplateStruct.-->
2650   <!--UNUSED: Deleted type q_gYearTemplateStruct.-->
2651   <!--UNUSED: Deleted type q_measure.-->
2652   <!--UNUSED: Deleted type q_measureWithQualifier.-->
2653   <!--UNUSED: Deleted type q_verticalCoord.-->
2654   <!--UNUSED: Deleted type q_integerString.-->
2655   <xsd:simpleType name="q_unionSEL">
2656      <xsd:restriction base="xsd:string">
2657         <xsd:pattern value="((SEL)|(sel))\(.*\)" />
2658      </xsd:restriction>
2659   </xsd:simpleType>
2660   <xsd:simpleType name="q_unionBlankEnumeration">
2661      <xsd:restriction base="xsd:string">
2662         <xsd:enumeration value="" />
2663      </xsd:restriction>
2664   </xsd:simpleType>
2665</xsd:schema>
Note: See TracBrowser for help on using the browser.