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

Revision 17, 94.9 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   <!--UNUSED: Deleted type cs_fluidResultCceTestStep.-->
271   <!--UNUSED: Deleted type cs_fluidResultCompositeComposition.-->
272   <!--UNUSED: Deleted type cs_fluidResultComposition.-->
273   <!--UNUSED: Deleted type cs_fluidResultConstantCompositionExpansionTest.-->
274   <!--UNUSED: Deleted type cs_fluidResultConstantVolumeDepletionTest.-->
275   <!--UNUSED: Deleted type cs_fluidResultContaminant.-->
276   <!--UNUSED: Deleted type cs_fluidResultCvdTestStep.-->
277   <!--UNUSED: Deleted type cs_fluidResultDataQuality.-->
278   <!--UNUSED: Deleted type cs_fluidResultDifferentialLiberationTest.-->
279   <!--UNUSED: Deleted type cs_fluidResultDifferentialLiberationTestStep.-->
280   <!--UNUSED: Deleted type cs_fluidResultJCurveTest.-->
281   <!--UNUSED: Deleted type cs_fluidResultJCurveTestStep.-->
282   <!--UNUSED: Deleted type cs_fluidResultPhaseComposition.-->
283   <!--UNUSED: Deleted type cs_fluidResultSaturationTest.-->
284   <!--UNUSED: Deleted type cs_fluidResultSaturationTestStep.-->
285   <!--UNUSED: Deleted type cs_fluidResultSeparatorTest.-->
286   <!--UNUSED: Deleted type cs_fluidResultSeparatorTestStep.-->
287   <!--UNUSED: Deleted type cs_fluidResultStockTank.-->
288   <!--UNUSED: Deleted type cs_fluidResultTransportPropertiesTest.-->
289   <!--UNUSED: Deleted type cs_fluidResultTransportTestStep.-->
290   <!--UNUSED: Deleted type cs_fluidResultVolumeReference.-->
291   <!--UNUSED: Deleted type cs_generalAddress.-->
292   <!--UNUSED: Deleted type cs_geographicContext.-->
293   <!--UNUSED: Deleted type cs_nameTag.-->
294   <!--UNUSED: Deleted type cs_northSeaOffshore.-->
295   <!--UNUSED: Deleted type cs_offshoreLocation.-->
296   <!--UNUSED: Deleted type cs_personName.-->
297   <!--UNUSED: Deleted type cs_productFlowChangeLog.-->
298   <!--UNUSED: Deleted type cs_productFlowExpectedPortProperty.-->
299   <!--UNUSED: Deleted type cs_productFlowExpectedUnitProperty.-->
300   <!--UNUSED: Deleted type cs_productFlowExternalReference.-->
301   <!--UNUSED: Deleted type cs_productFlowlExternalPort.-->
302   <!--UNUSED: Deleted type cs_productFlowNetwork.-->
303   <!--UNUSED: Deleted type cs_productFlowNetworkPlan.-->
304   <!--UNUSED: Deleted type cs_productFlowPort.-->
305   <!--UNUSED: Deleted type cs_productFlowQualifierExpected.-->
306   <!--UNUSED: Deleted type cs_productFlowUnit.-->
307   <!--UNUSED: Deleted type cs_productionOperationActivity.-->
308   <!--UNUSED: Deleted type cs_productionOperationAlarm.-->
309   <!--UNUSED: Deleted type cs_productionOperationCargoShipOperation.-->
310   <!--UNUSED: Deleted type cs_productionOperationHSE.-->
311   <!--UNUSED: Deleted type cs_productionOperationInstallationReport.-->
312   <!--UNUSED: Deleted type cs_productionOperationLostProduction.-->
313   <!--UNUSED: Deleted type cs_productionOperationMarineOperation.-->
314   <!--UNUSED: Deleted type cs_productionOperationOperationalComment.-->
315   <!--UNUSED: Deleted type cs_productionOperationSafety.-->
316   <!--UNUSED: Deleted type cs_productionOperationShutdown.-->
317   <!--UNUSED: Deleted type cs_productionOperationThirdPartyProcessing.-->
318   <!--UNUSED: Deleted type cs_productionOperationWaterCleaningQuality.-->
319   <!--UNUSED: Deleted type cs_productionOperationWeather.-->
320   <!--UNUSED: Deleted type cs_productVolumeAlert.-->
321   <!--UNUSED: Deleted type cs_productVolumeBusinessUnit.-->
322   <!--UNUSED: Deleted type cs_productVolumeBusinessSubUnit.-->
323   <!--UNUSED: Deleted type cs_productVolumeBusinessOwnershipShare.-->
324   <!--UNUSED: Deleted type cs_productVolumeBusinessAccountInfo.-->
325   <!--UNUSED: Deleted type BusinessUnitKind.-->
326   <!--UNUSED: Deleted type cs_productVolumeComponentContent.-->
327   <!--UNUSED: Deleted type cs_productVolumeFacility.-->
328   <!--UNUSED: Deleted type cs_productVolumeFlow.-->
329   <!--UNUSED: Deleted type cs_productVolumeParameterSet.-->
330   <!--UNUSED: Deleted type cs_productVolumeParameterValue.-->
331   <!--UNUSED: Deleted type cs_productVolumePeriod.-->
332   <!--UNUSED: Deleted type q_cs_productVolumePortDifference.-->
333   <!--UNUSED: Deleted type cs_productVolumeProduct.-->
334   <!--UNUSED: Deleted type cs_productVolumeRelatedFacility.-->
335   <!--UNUSED: Deleted type cs_productVolumeSalesSet.-->
336   <!--UNUSED: Deleted type cs_productVolumeSalesDetail.-->
337   <!--UNUSED: Deleted type cs_productVolumeDestination.-->
338   <!--UNUSED: Deleted type cs_productVolumeSaleEvent.-->
339   <!--UNUSED: Deleted type SaleEventKind.-->
340   <!--UNUSED: Deleted type SalesFlowPart.-->
341   <!--UNUSED: Deleted type SaleDestinationType.-->
342   <!--UNUSED: Deleted type cs_refProductFlow.-->
343   <!--UNUSED: Deleted type cs_refWellWellbore.-->
344   <!--UNUSED: Deleted type cs_refWellWellboreRig.-->
345   <!--UNUSED: Deleted type cs_relativeCoordinate.-->
346   <!--UNUSED: Deleted type q_cs_volumeValue.-->
347   <!--UNUSED: Deleted type cs_wellContext.-->
348   <!--UNUSED: Deleted type cs_wellDatum.-->
349   <!--UNUSED: Deleted type cs_wellTestBottomholeData.-->
350   <!--UNUSED: Deleted type cs_wellTestCumulative.-->
351   <!--UNUSED: Deleted type cs_wellTestFluidLevelTest.-->
352   <!--UNUSED: Deleted type cs_wellTestFluidRate.-->
353   <!--UNUSED: Deleted type cs_wellTestInjectionTestData.-->
354   <!--UNUSED: Deleted type cs_wellTestInjectionTestResults.-->
355   <!--UNUSED: Deleted type cs_wellTestInterval.-->
356   <!--UNUSED: Deleted type cs_wellTestPointData.-->
357   <!--UNUSED: Deleted type cs_wellTestProductionTestData.-->
358   <!--UNUSED: Deleted type cs_wellTestProductionTestResults.-->
359   <!--UNUSED: Deleted type cs_wellTestSeparatorData.-->
360   <!--UNUSED: Deleted type cs_wellTestTestVolume.-->
361   <!--UNUSED: Deleted type cs_wellTestWellheadData.-->
362   <!--UNUSED: Deleted type grp_commonPropertiesProductVolume.-->
363   <!--UNUSED: Deleted type grp_dtsInstalledSystem.-->
364   <!--UNUSED: Deleted type grp_dtsMeasurement.-->
365   <!--UNUSED: Deleted type grp_fluidAnalysis.-->
366   <!--UNUSED: Deleted type grp_fluidAnalysisResult.-->
367   <!--UNUSED: Deleted type grp_fluidResultCommonTestGroup.-->
368   <!--UNUSED: Deleted type grp_productFlowModel.-->
369   <!--UNUSED: Deleted type grp_productionOperation.-->
370   <!--UNUSED: Deleted type grp_productVolume.-->
371   <!--UNUSED: Deleted type grp_wellTest.-->
372   <xsd:element name="fluidSampleQuerySet" type="witsml:q_obj_fluidSamples">
373      <xsd:annotation>
374         <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
375         singular name.</xsd:documentation>
376      </xsd:annotation>
377   </xsd:element>
378   <xsd:complexType name="q_obj_fluidSamples">
379      <xsd:sequence>
380         <xsd:element name="documentInfo" type="witsml:q_cs_documentInfo" minOccurs="0" maxOccurs="1">
381            <xsd:annotation>
382               <xsd:documentation>Information about the XML message instance.</xsd:documentation>
383            </xsd:annotation>
384         </xsd:element>
385         <xsd:element name="fluidSample" type="witsml:q_obj_fluidSample" minOccurs="0" maxOccurs="unbounded">
386            <xsd:annotation>
387               <xsd:documentation>Information about a single Fluid Sample.</xsd:documentation>
388            </xsd:annotation>
389         </xsd:element>
390      </xsd:sequence>
391      <xsd:attribute name="version" type="witsml:q_schemaVersionString" use="optional">
392         <xsd:annotation>
393            <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
394            by the documenti nstance.</xsd:documentation>
395            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
396         </xsd:annotation>
397      </xsd:attribute>
398   </xsd:complexType>
399   <xsd:complexType name="q_obj_fluidSample">
400      <xsd:complexContent>
401         <xsd:extension base="witsml:">
402            <xsd:sequence>
403               <xsd:element name="name" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
404                  <xsd:annotation>
405                     <xsd:documentation>The name of the Fluid Sample.</xsd:documentation>
406                     <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
407                  </xsd:annotation>
408               </xsd:element>
409               <xsd:element name="sampleBottle" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
410                  <xsd:annotation>
411                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
412                  </xsd:annotation>
413               </xsd:element>
414               <xsd:element name="sampleType" type="witsml:q_FluidSampleKind_queryValue" minOccurs="0" maxOccurs="1">
415                  <xsd:annotation>
416                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
417                  </xsd:annotation>
418               </xsd:element>
419               <xsd:element name="facility" type="witsml:q_facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
420                  <xsd:annotation>
421                     <xsd:documentation>The name of the facility from which the sample was acquired. The name can be qualified by a naming system. This also defines the kind of
422                     facility. Common facilities are wells, wellbores within a well, completions within a well.</xsd:documentation>
423                  </xsd:annotation>
424               </xsd:element>
425               <xsd:element name="facilityParent1" type="witsml:q_facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
426                  <xsd:annotation>
427                     <xsd:documentation>For facilities whose name is unique within the context of another facility, the name of the parent facility. For example, if name
428                     represents a completion, then facilityParent1 would represent the name of the well within which name was unique. The name can be qualified by a naming system.
429                     This also defines the kind of facility.</xsd:documentation>
430                  </xsd:annotation>
431               </xsd:element>
432               <xsd:element name="facilityParent2" type="witsml:q_facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
433                  <xsd:annotation>
434                     <xsd:documentation>For facilities whose name is unique within the context of another facility, the name of the parent facility of parent1. The name can be
435                     qualified by a naming system. This also defines the kind of facility.</xsd:documentation>
436                  </xsd:annotation>
437               </xsd:element>
438               <xsd:element name="facilityAlias" type="witsml:q_nameStruct" minOccurs="0" maxOccurs="unbounded">
439                  <xsd:annotation>
440                     <xsd:documentation>An alternatative name of a facility. This is generally unique within a naming system. The above contextually unique name (that is, within
441                     the context of a parent) should also be listed as an alias.</xsd:documentation>
442                  </xsd:annotation>
443               </xsd:element>
444               <xsd:element name="testKind" type="witsml:q_FluidSampleTestAcquisition_queryValue" minOccurs="0" maxOccurs="1">
445                  <xsd:annotation>
446                     <xsd:documentation>The kind of test which acquired the sample.</xsd:documentation>
447                  </xsd:annotation>
448               </xsd:element>
449               <xsd:element name="testMD" type="witsml:q_measuredDepthCoord" minOccurs="0" maxOccurs="1">
450                  <xsd:annotation>
451                     <xsd:documentation>The measured depth of the test in a wellbore.</xsd:documentation>
452                  </xsd:annotation>
453               </xsd:element>
454               <xsd:element name="testId" type="witsml:q_kindString_queryValue" minOccurs="0" maxOccurs="1">
455                  <xsd:annotation>
456                     <xsd:documentation>The test identifier.</xsd:documentation>
457                  </xsd:annotation>
458               </xsd:element>
459               <xsd:element name="testRun" type="witsml:q_kindString_queryValue" minOccurs="0" maxOccurs="1">
460                  <xsd:annotation>
461                     <xsd:documentation>The test run number (e.g., for an RFT)</xsd:documentation>
462                  </xsd:annotation>
463               </xsd:element>
464               <xsd:element name="testProvider" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
465                  <xsd:annotation>
466                     <xsd:documentation>The name of the company which ran the test.</xsd:documentation>
467                  </xsd:annotation>
468               </xsd:element>
469               <xsd:element name="reservoirFluidType" type="witsml:q_ReservoirFluidKind_queryValue" minOccurs="0" maxOccurs="1">
470                  <xsd:annotation>
471                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
472                  </xsd:annotation>
473               </xsd:element>
474               <xsd:element name="acquisitionDate" type="witsml:q_date_queryValue" minOccurs="0" maxOccurs="1">
475                  <xsd:annotation>
476                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
477                  </xsd:annotation>
478               </xsd:element>
479               <xsd:element name="acquisitionMD" type="witsml:q_measuredDepthCoord" minOccurs="0" maxOccurs="1">
480                  <xsd:annotation>
481                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
482                  </xsd:annotation>
483               </xsd:element>
484               <xsd:element name="acquisitionPressure" type="witsml:q_pressureMeasure" minOccurs="0" maxOccurs="1">
485                  <xsd:annotation>
486                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
487                  </xsd:annotation>
488               </xsd:element>
489               <xsd:element name="acquisitionTemperature" type="witsml:q_thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
490                  <xsd:annotation>
491                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
492                  </xsd:annotation>
493               </xsd:element>
494               <xsd:element name="acquisitionGORStd" type="witsml:q_standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1">
495                  <xsd:annotation>
496                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
497                  </xsd:annotation>
498               </xsd:element>
499               <xsd:element name="sampleDisposition" type="witsml:q_descriptionString_queryValue" minOccurs="0" maxOccurs="1">
500                  <xsd:annotation>
501                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
502                  </xsd:annotation>
503               </xsd:element>
504               <xsd:element name="representative" type="witsml:q_logicalBoolean_queryValue" minOccurs="0" maxOccurs="1">
505                  <xsd:annotation>
506                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
507                  </xsd:annotation>
508               </xsd:element>
509               <xsd:element name="comment" type="witsml:q_commentString_queryValue" minOccurs="0" maxOccurs="1">
510                  <xsd:annotation>
511                     <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
512                  </xsd:annotation>
513               </xsd:element>
514               <xsd:element name="commonData" type="witsml:q_cs_commonData" minOccurs="0" maxOccurs="1">
515                  <xsd:annotation>
516                     <xsd:documentation>A container element that contains elements that are common to all data objects.</xsd:documentation>
517                  </xsd:annotation>
518               </xsd:element>
519               <xsd:element name="customData" type="witsml:q_cs_customData" minOccurs="0" maxOccurs="1">
520                  <xsd:annotation>
521                     <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>
522                  </xsd:annotation>
523               </xsd:element>
524            </xsd:sequence>
525            <xsd:attribute name="uid" type="witsml:q_uidString" use="optional">
526               <xsd:annotation>
527                  <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
528                  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
529                  only required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
530               </xsd:annotation>
531            </xsd:attribute>
532         </xsd:extension>
533      </xsd:complexContent>
534   </xsd:complexType>
535   <xsd:simpleType name="q_abstractBoolean">
536      <xsd:annotation>
537         <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
538         from this type rather than using xsd:boolen.</xsd:documentation>
539      </xsd:annotation>
540      <xsd:restriction base="xsd:boolean">
541         <xsd:pattern value=".+" />
542      </xsd:restriction>
543   </xsd:simpleType>
544   <!--UNUSED: Deleted type q_abstractBoolean_queryValue.-->
545   <xsd:simpleType name="q_abstractDateTime">
546      <xsd:annotation>
547         <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
548         derived from this type rather than using xsd:dateTime.</xsd:documentation>
549      </xsd:annotation>
550      <xsd:restriction base="xsd:dateTime">
551         <xsd:pattern value=".+" />
552      </xsd:restriction>
553   </xsd:simpleType>
554   <!--UNUSED: Deleted type q_abstractDateTime_queryValue.-->
555   <xsd:simpleType name="q_abstractDate">
556      <xsd:annotation>
557         <xsd:documentation>This type disallows an "empty" date value. This type should not be used directly except to derive another type. All dateTime types should be derived
558         from this type rather than using xsd:dateTime.</xsd:documentation>
559      </xsd:annotation>
560      <xsd:restriction base="xsd:date">
561         <xsd:pattern value=".+" />
562      </xsd:restriction>
563   </xsd:simpleType>
564   <!--UNUSED: Deleted type q_abstractDate_queryValue.-->
565   <!--UNUSED: Deleted type abstractYear.-->
566   <xsd:simpleType name="q_abstractDouble">
567      <xsd:annotation>
568         <xsd:documentation>This type disallows an "empty" double value. This type should not be used directly except to derive another type.</xsd:documentation>
569      </xsd:annotation>
570      <xsd:restriction base="xsd:double">
571         <xsd:pattern value=".+" />
572      </xsd:restriction>
573   </xsd:simpleType>
574   <!--UNUSED: Deleted type q_abstractDouble_queryValue.-->
575   <!--UNUSED: Deleted type abstractShort.-->
576   <!--UNUSED: Deleted type abstractInt.-->
577   <xsd:simpleType name="q_abstractString">
578      <xsd:annotation>
579         <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.
580         This type should not be used directly except to derive another type.</xsd:documentation>
581      </xsd:annotation>
582      <xsd:restriction base="xsd:string">
583         <xsd:whiteSpace value="collapse">
584            <xsd:annotation>
585               <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
586               trailing spaces.</xsd:documentation>
587            </xsd:annotation>
588         </xsd:whiteSpace>
589         <xsd:minLength value="0">
590            <xsd:annotation>
591               <xsd:documentation>The empty string is not allowed. This constraint conbined with the whiteSpace collapse constraint means that a blank value is not
592               allowed.</xsd:documentation>
593               <xsd:appinfo>constraints:@minLength="1",</xsd:appinfo>
594            </xsd:annotation>
595         </xsd:minLength>
596      </xsd:restriction>
597   </xsd:simpleType>
598   <!--UNUSED: Deleted type q_abstractString_queryValue.-->
599   <!--UNUSED: Deleted type q_abstractMeasure.-->
600   <xsd:simpleType name="q_abstractMaximumLengthString">
601      <xsd:annotation>
602         <xsd:documentation>This defines the maximum acceptable length of a string that can be stored in a data base.</xsd:documentation>
603      </xsd:annotation>
604      <xsd:restriction base="witsml:q_abstractString">
605         <xsd:maxLength value="4000">
606            <xsd:annotation>
607               <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
608               VARCHAR2 in Oracle 8.</xsd:documentation>
609            </xsd:annotation>
610         </xsd:maxLength>
611      </xsd:restriction>
612   </xsd:simpleType>
613   <!--UNUSED: Deleted type q_abstractMaximumLengthString_queryValue.-->
614   <!--UNUSED: Deleted type q_abstractMaximumLengthString_unionSEL.-->
615   <!--UNUSED: Deleted type abstractUncollapsedString.-->
616   <!--UNUSED: Deleted type abstractContextualObject.-->
617   <!--UNUSED: Deleted type q_abstractSingularDataObject.-->
618   <!--UNUSED: Deleted type abstractPositiveCount.-->
619   <xsd:simpleType name="q_abstractNameString">
620      <xsd:annotation>
621         <xsd:documentation>The intended abstract supertype of all user assigned human recognizable contextual name types. There should be no assumption that (interoperable)
622         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
623         by an enumeration.</xsd:documentation>
624      </xsd:annotation>
625      <xsd:restriction base="witsml:q_abstractString">
626         <xsd:maxLength value="64" />
627      </xsd:restriction>
628   </xsd:simpleType>
629   <!--UNUSED: Deleted type q_abstractNameString_queryValue.-->
630   <!--UNUSED: Deleted type q_abstractNameString_unionSEL.-->
631   <xsd:simpleType name="q_abstractUidString">
632      <xsd:annotation>
633         <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
634         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
635         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>
636      </xsd:annotation>
637      <xsd:restriction base="witsml:q_abstractString">
638         <xsd:maxLength value="64" />
639         <xsd:pattern value="[^ ]*" />
640      </xsd:restriction>
641   </xsd:simpleType>
642   <!--UNUSED: Deleted type q_abstractUidString_queryValue.-->
643   <!--UNUSED: Deleted type q_abstractUidString_unionSEL.-->
644   <xsd:simpleType name="q_abstractCommentString">
645      <xsd:annotation>
646         <xsd:documentation>The intended abstract supertype of all comments or remarks intended for human consumption. There should be no assumption that semantics can be
647         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
648         interoperable).</xsd:documentation>
649      </xsd:annotation>
650      <xsd:restriction base="witsml:q_abstractMaximumLengthString" />
651   </xsd:simpleType>
652   <!--UNUSED: Deleted type q_abstractCommentString_queryValue.-->
653   <!--UNUSED: Deleted type q_abstractCommentString_unionSEL.-->
654   <xsd:simpleType name="q_abstractTypeEnum">
655      <xsd:annotation>
656         <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.
657         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
658         future date.</xsd:documentation>
659      </xsd:annotation>
660      <xsd:restriction base="witsml:q_abstractString">
661         <xsd:maxLength value="40" />
662      </xsd:restriction>
663   </xsd:simpleType>
664   <!--UNUSED: Deleted type q_abstractTypeEnum_queryValue.-->
665   <!--UNUSED: Deleted type q_abstractTypeEnum_unionSEL.-->
666   <xsd:simpleType name="q_abstractUomEnum">
667      <xsd:annotation>
668         <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.
669         This type is abstract in the sense that it should not be used directly except to derive another type.</xsd:documentation>
670      </xsd:annotation>
671      <xsd:restriction base="witsml:q_abstractString">
672         <xsd:maxLength value="24" />
673      </xsd:restriction>
674   </xsd:simpleType>
675   <!--UNUSED: Deleted type q_abstractUomEnum_queryValue.-->
676   <!--UNUSED: Deleted type q_abstractUomEnum_unionSEL.-->
677   <!--UNUSED: Deleted type abstractNonNegativeCount.-->
678   <!--UNUSED: Deleted type ActivityClassType.-->
679   <!--UNUSED: Deleted type ActivityCode.-->
680   <!--UNUSED: Deleted type AddressKindEnum.-->
681   <!--UNUSED: Deleted type AddressQualifier.-->
682   <!--UNUSED: Deleted type AziRef.-->
683   <!--UNUSED: Deleted type ArrayElementDataType.-->
684   <!--UNUSED: Deleted type BearingType.-->
685   <!--UNUSED: Deleted type BitDullCode.-->
686   <!--UNUSED: Deleted type BitReasonPulled.-->
687   <!--UNUSED: Deleted type BitType.-->
688   <!--UNUSED: Deleted type BhaStatus.-->
689   <!--UNUSED: Deleted type BladeShapeType.-->
690   <!--UNUSED: Deleted type BladeType.-->
691   <!--UNUSED: Deleted type BopType.-->
692   <!--UNUSED: Deleted type BoxPinConfig.-->
693   <!--UNUSED: Deleted type CalculationMethod.-->
694   <!--UNUSED: Deleted type CementJobType.-->
695   <!--UNUSED: Deleted type ConnectionPosition.-->
696   <!--UNUSED: Deleted type ContactPreference.-->
697   <!--UNUSED: Deleted type DeflectionMethod.-->
698   <!--UNUSED: Deleted type DerrickType.-->
699   <!--UNUSED: Deleted type DrawWorksType.-->
700   <!--UNUSED: Deleted type DriveType.-->
701   <!--UNUSED: Deleted type ElevCodeEnum.-->
702   <!--UNUSED: Deleted type Ellipsoid.-->
703   <xsd:simpleType name="q_EndpointQualifier">
704      <xsd:annotation>
705         <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
706         file.</xsd:documentation>
707      </xsd:annotation>
708      <xsd:restriction base="witsml:q_abstractTypeEnum">
709         <xsd:enumeration value="inclusive">
710            <xsd:annotation>
711               <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
712               considered to be within the range.</xsd:documentation>
713            </xsd:annotation>
714         </xsd:enumeration>
715         <xsd:enumeration value="exclusive">
716            <xsd:annotation>
717               <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
718               considered to be outside the range.</xsd:documentation>
719            </xsd:annotation>
720         </xsd:enumeration>
721         <xsd:enumeration value="extensive">
722            <xsd:annotation>
723               <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
724               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
725               endpoint. Basically, this concept is designed to support interpolation across an undefined point.</xsd:documentation>
726            </xsd:annotation>
727         </xsd:enumeration>
728         <xsd:enumeration value="overlap extensive">
729            <xsd:annotation>
730               <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
731               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
732               be used as the endpoint. This concept is designed to select ALL nodes whose index interval overlap with the query range.</xsd:documentation>
733            </xsd:annotation>
734         </xsd:enumeration>
735         <xsd:enumeration value="unknown">
736            <xsd:annotation>
737               <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
738               value. Use of this value may result in rejection in some situations.</xsd:documentation>
739            </xsd:annotation>
740         </xsd:enumeration>
741      </xsd:restriction>
742   </xsd:simpleType>
743   <!--UNUSED: Deleted type q_EndpointQualifier_queryValue.-->
744   <xsd:simpleType name="q_EndpointQualifier_unionSEL">
745      <xsd:union memberTypes="witsml:q_EndpointQualifier witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
746   </xsd:simpleType>
747   <!--UNUSED: Deleted type FacilityParameter.-->
748   <!--UNUSED: Deleted type FiberMode.-->
749   <!--UNUSED: Deleted type FlowQualifier.-->
750   <!--UNUSED: Deleted type FlowSubQualifier.-->
751   <!--UNUSED: Deleted type GasPeakType.-->
752   <!--UNUSED: Deleted type GeodeticDatum.-->
753   <!--UNUSED: Deleted type Hemispheres.-->
754   <!--UNUSED: Deleted type HoleCasingType.-->
755   <!--UNUSED: Deleted type HoleOpenerType.-->
756   <!--UNUSED: Deleted type InjectionFluid.-->
757   <!--UNUSED: Deleted type IntervalMethod.-->
758   <!--UNUSED: Deleted type IntervalType.-->
759   <xsd:simpleType name="q_ItemState">
760      <xsd:annotation>
761         <xsd:documentation>These values represent the state of a WITSML object.</xsd:documentation>
762      </xsd:annotation>
763      <xsd:restriction base="witsml:q_abstractTypeEnum">
764         <xsd:enumeration value="actual">
765            <xsd:annotation>
766               <xsd:documentation>Actual data measured or entered at the well site.</xsd:documentation>
767            </xsd:annotation>
768         </xsd:enumeration>
769         <xsd:enumeration value="model">
770            <xsd:annotation>
771               <xsd:documentation>Model data used for "what if" calculations.</xsd:documentation>
772            </xsd:annotation>
773         </xsd:enumeration>
774         <xsd:enumeration value="plan">
775            <xsd:annotation>
776               <xsd:documentation>A planned object. That is, one which is expected to be executed in the future.</xsd:documentation>
777            </xsd:annotation>
778         </xsd:enumeration>
779         <xsd:enumeration value="unknown">
780            <xsd:annotation>
781               <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
782               value. Use of this value may result in rejection in some situations.</xsd:documentation>
783            </xsd:annotation>
784         </xsd:enumeration>
785      </xsd:restriction>
786   </xsd:simpleType>
787   <xsd:complexType name="q_ItemState_queryValue">
788      <xsd:attribute name="queryValue" type="witsml:q_ItemState_unionSEL" />
789   </xsd:complexType>
790   <xsd:simpleType name="q_ItemState_unionSEL">
791      <xsd:union memberTypes="witsml:q_ItemState witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
792   </xsd:simpleType>
793   <!--UNUSED: Deleted type InstalledFiberPoint.-->
794   <!--UNUSED: Deleted type JarType.-->
795   <!--UNUSED: Deleted type JarAction.-->
796   <!--UNUSED: Deleted type LithologySource.-->
797   <!--UNUSED: Deleted type LithologyType.-->
798   <!--UNUSED: Deleted type LogDataType.-->
799   <!--UNUSED: Deleted type LogIndexDirection.-->
800   <!--UNUSED: Deleted type LogIndexType.-->
801   <!--UNUSED: Deleted type LogTraceOrigin.-->
802   <!--UNUSED: Deleted type LogTraceState.-->
803   <!--UNUSED: Deleted type MaterialType.-->
804   <!--UNUSED: Deleted type MeasureClass.-->
805   <!--UNUSED: Deleted type MeasurementType.-->
806   <!--UNUSED: Deleted type MessageProbability.-->
807   <!--UNUSED: Deleted type MessageSeverity.-->
808   <!--UNUSED: Deleted type MessageType.-->
809   <!--UNUSED: Deleted type MudLogParameterType.-->
810   <!--UNUSED: Deleted type NADTypes.-->
811   <!--UNUSED: Deleted type NameTagLocation.-->
812   <!--UNUSED: Deleted type NameTagNumberingScheme.-->
813   <!--UNUSED: Deleted type NameTagTechnology.-->
814   <!--UNUSED: Deleted type NozzleType.-->
815   <!--UNUSED: Deleted type OTDRReason.-->
816   <!--UNUSED: Deleted type PhoneType.-->
817   <!--UNUSED: Deleted type PitType.-->
818   <!--UNUSED: Deleted type ProductFlowPortType.-->
819   <!--UNUSED: Deleted type Projection.-->
820   <!--UNUSED: Deleted type ProjectionVariantsObliqueMercator.-->
821   <!--UNUSED: Deleted type PumpType.-->
822   <!--UNUSED: Deleted type PumpOpType.-->
823   <!--UNUSED: Deleted type QualifierType.-->
824   <!--UNUSED: Deleted type RealtimeData.-->
825   <xsd:simpleType name="q_ReportingFacility">
826      <xsd:annotation>
827         <xsd:documentation>A kind of facility (usage of equipment or material). The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
828      </xsd:annotation>
829      <xsd:restriction base="witsml:q_abstractTypeEnum">
830         <xsd:enumeration value="block valve">
831            <xsd:annotation>
832               <xsd:documentation>A single block valve.</xsd:documentation>
833            </xsd:annotation>
834         </xsd:enumeration>
835         <xsd:enumeration value="bottomhole">
836            <xsd:annotation>
837               <xsd:documentation>A single bottomhole.</xsd:documentation>
838            </xsd:annotation>
839         </xsd:enumeration>
840         <xsd:enumeration value="choke">
841            <xsd:annotation>
842               <xsd:documentation>A single choke.</xsd:documentation>
843            </xsd:annotation>
844         </xsd:enumeration>
845         <xsd:enumeration value="cluster">
846            <xsd:annotation>
847               <xsd:documentation>A single cluster.</xsd:documentation>
848            </xsd:annotation>
849         </xsd:enumeration>
850         <xsd:enumeration value="completion">
851            <xsd:annotation>
852               <xsd:documentation>A single completion.</xsd:documentation>
853            </xsd:annotation>
854         </xsd:enumeration>
855         <xsd:enumeration value="compressor">
856            <xsd:annotation>
857               <xsd:documentation>A single compressor.</xsd:documentation>
858            </xsd:annotation>
859         </xsd:enumeration>
860         <xsd:enumeration value="controller">
861            <xsd:annotation>
862               <xsd:documentation>A single lift gas controller.</xsd:documentation>
863            </xsd:annotation>
864         </xsd:enumeration>
865         <xsd:enumeration value="controller -- lift">
866            <xsd:annotation>
867               <xsd:documentation>DEPRECATED: use "controller" instead.</xsd:documentation>
868            </xsd:annotation>
869         </xsd:enumeration>
870         <xsd:enumeration value="county">
871            <xsd:annotation>
872               <xsd:documentation>A single county.</xsd:documentation>
873            </xsd:annotation>
874         </xsd:enumeration>
875         <xsd:enumeration value="country">
876            <xsd:annotation>
877               <xsd:documentation>A single country.</xsd:documentation>
878            </xsd:annotation>
879         </xsd:enumeration>
880         <xsd:enumeration value="field">
881            <xsd:annotation>
882               <xsd:documentation>A single field.</xsd:documentation>
883            </xsd:annotation>
884         </xsd:enumeration>
885         <xsd:enumeration value="flowline">
886            <xsd:annotation>
887               <xsd:documentation>A single flowline.</xsd:documentation>
888            </xsd:annotation>
889         </xsd:enumeration>
890         <xsd:enumeration value="flow meter">
891            <xsd:annotation>
892               <xsd:documentation>A single flow meter.</xsd:documentation>
893            </xsd:annotation>
894         </xsd:enumeration>
895         <xsd:enumeration value="lease">
896            <xsd:annotation>
897               <xsd:documentation>A single lease.</xsd:documentation>
898            </xsd:annotation>
899         </xsd:enumeration>
900         <xsd:enumeration value="manifold">
901            <xsd:annotation>
902               <xsd:documentation>A single manifold.</xsd:documentation>
903            </xsd:annotation>
904         </xsd:enumeration>
905         <xsd:enumeration value="platform">
906            <xsd:annotation>
907               <xsd:documentation>A single platform.</xsd:documentation>
908            </xsd:annotation>
909         </xsd:enumeration>
910         <xsd:enumeration value="pressure meter">
911            <xsd:annotation>
912               <xsd:documentation>A single pressure meter. Note that this represents the device and not the sensor itself.</xsd:documentation>
913            </xsd:annotation>
914         </xsd:enumeration>
915         <xsd:enumeration value="processing facility">
916            <xsd:annotation>
917               <xsd:documentation>A single production processing facility.</xsd:documentation>
918            </xsd:annotation>
919         </xsd:enumeration>
920         <xsd:enumeration value="regulating valve">
921            <xsd:annotation>
922               <xsd:documentation>A single regulating valve.</xsd:documentation>
923            </xsd:annotation>
924         </xsd:enumeration>
925         <xsd:enumeration value="reservoir">
926            <xsd:annotation>
927               <xsd:documentation>A single reservoir.</xsd:documentation>
928            </xsd:annotation>
929         </xsd:enumeration>
930         <xsd:enumeration value="separator">
931            <xsd:annotation>
932               <xsd:documentation>A single separator.</xsd:documentation>
933            </xsd:annotation>
934         </xsd:enumeration>
935         <xsd:enumeration value="sleeve valve">
936            <xsd:annotation>
937               <xsd:documentation>A single sleeve valve. This is a type of tubing valve which has a sliding sleeve to cover holes in the tubing. You cover all of the holes in
938               order to close the valve. For configurations oriented toward production, the inlet is on the casing side and the outlet is on the tubing side. For injection, the
939               reverse would be true.</xsd:documentation>
940            </xsd:annotation>
941         </xsd:enumeration>
942         <xsd:enumeration value="state">
943            <xsd:annotation>
944               <xsd:documentation>A single state or province.</xsd:documentation>
945            </xsd:annotation>
946         </xsd:enumeration>
947         <xsd:enumeration value="tank">
948            <xsd:annotation>
949               <xsd:documentation>A single tank.</xsd:documentation>
950            </xsd:annotation>
951         </xsd:enumeration>
952         <xsd:enumeration value="temperature meter">
953            <xsd:annotation>
954               <xsd:documentation>A single temperature meter. Note that this represents the device and not the sensor itself.</xsd:documentation>
955            </xsd:annotation>
956         </xsd:enumeration>
957         <xsd:enumeration value="template">
958            <xsd:annotation>
959               <xsd:documentation>A single template.</xsd:documentation>
960            </xsd:annotation>
961         </xsd:enumeration>
962         <xsd:enumeration value="trunkline">
963            <xsd:annotation>
964               <xsd:documentation>A single trunkline.</xsd:documentation>
965            </xsd:annotation>
966         </xsd:enumeration>
967         <xsd:enumeration value="tubing head">
968            <xsd:annotation>
969               <xsd:documentation>A single tubing head within a wellhead.</xsd:documentation>
970            </xsd:annotation>
971         </xsd:enumeration>
972         <xsd:enumeration value="well group">
973            <xsd:annotation>
974               <xsd:documentation>A single named group of wells.</xsd:documentation>
975            </xsd:annotation>
976         </xsd:enumeration>
977         <xsd:enumeration value="well">
978            <xsd:annotation>
979               <xsd:documentation>A single well, possibly with many wellbores (sidetracks).</xsd:documentation>
980            </xsd:annotation>
981         </xsd:enumeration>
982         <xsd:enumeration value="wellbore">
983            <xsd:annotation>
984               <xsd:documentation>A single wellbore (sidetrack) within a well.</xsd:documentation>
985            </xsd:annotation>
986         </xsd:enumeration>
987         <xsd:enumeration value="wellhead">
988            <xsd:annotation>
989               <xsd:documentation>A single wellhead for one well. See also "tubing head".</xsd:documentation>
990            </xsd:annotation>
991         </xsd:enumeration>
992         <xsd:enumeration value="zone">
993            <xsd:annotation>
994               <xsd:documentation>A single zone.</xsd:documentation>
995            </xsd:annotation>
996         </xsd:enumeration>
997         <xsd:enumeration value="unknown">
998            <xsd:annotation>
999               <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
1000               value. Use of this value may result in rejection in some situations.</xsd:documentation>
1001            </xsd:annotation>
1002         </xsd:enumeration>
1003         <xsd:enumeration value="commercial entity">
1004            <xsd:annotation>
1005               <xsd:documentation>A commercial entity is an organisational construct through which the a group of organisations or facilities are grouped as if it were a single
1006               composite.</xsd:documentation>
1007            </xsd:annotation>
1008         </xsd:enumeration>
1009         <xsd:enumeration value="company">
1010            <xsd:annotation>
1011               <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
1012            </xsd:annotation>
1013         </xsd:enumeration>
1014         <xsd:enumeration value="field - area">
1015            <xsd:annotation>
1016               <xsd:documentation>A ground that is an area above an oilfield.</xsd:documentation>
1017            </xsd:annotation>
1018         </xsd:enumeration>
1019         <xsd:enumeration value="field - group">
1020            <xsd:annotation>
1021               <xsd:documentation>An area concept that is a grouping of two or more selcted petroleum fields for commercial reasons or other purposes.</xsd:documentation>
1022            </xsd:annotation>
1023         </xsd:enumeration>
1024         <xsd:enumeration value="field - part">
1025            <xsd:annotation>
1026               <xsd:documentation>An area concept that is an area that forms part of a petroleum field.</xsd:documentation>
1027            </xsd:annotation>
1028         </xsd:enumeration>
1029         <xsd:enumeration value="formation">
1030            <xsd:annotation>
1031               <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
1032            </xsd:annotation>
1033         </xsd:enumeration>
1034         <xsd:enumeration value="installation">
1035            <xsd:annotation>
1036               <xsd:documentation>A physical object that is an appliance involved in the extraction, production, transportation or storage of oil or gas.</xsd:documentation>
1037            </xsd:annotation>
1038         </xsd:enumeration>
1039         <xsd:enumeration value="licence">
1040            <xsd:annotation>
1041               <xsd:documentation>A regulatory agreement that gives the licensees excluding rights to investigate, explore and recover petroleum deposits within the geographical
1042               area and timeperiode stated in the agreement.</xsd:documentation>
1043            </xsd:annotation>
1044         </xsd:enumeration>
1045         <xsd:enumeration value="pipeline">
1046            <xsd:annotation>
1047               <xsd:documentation>A fluid conductor that consists of pipe, possibly also including pumps, valves, and control devices, intended for conveying liquids, gases, or
1048               finely divided solids.</xsd:documentation>
1049            </xsd:annotation>
1050         </xsd:enumeration>
1051         <xsd:enumeration value="storage">
1052            <xsd:annotation>
1053               <xsd:documentation>A system for the storage of gaseous, liquid and solid products.</xsd:documentation>
1054            </xsd:annotation>
1055         </xsd:enumeration>
1056         <xsd:enumeration value="terminal">
1057            <xsd:annotation>
1058               <xsd:documentation>A physical object that is an industrial facility for the storage of oil and/or petrochemical products and from which these products are usually
1059               transported to end users or further storage facilities.</xsd:documentation>
1060            </xsd:annotation>
1061         </xsd:enumeration>
1062      </xsd:restriction>
1063   </xsd:simpleType>
1064   <!--UNUSED: Deleted type q_ReportingFacility_queryValue.-->
1065   <xsd:simpleType name="q_ReportingFacility_unionSEL">
1066      <xsd:union memberTypes="witsml:q_ReportingFacility witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
1067   </xsd:simpleType>
1068   <!--UNUSED: Deleted type ReportingFlow.-->
1069   <!--UNUSED: Deleted type ReportingPeriod.-->
1070   <!--UNUSED: Deleted type ReportingProduct.-->
1071   <!--UNUSED: Deleted type ReportingProperty.-->
1072   <!--UNUSED: Deleted type RigType.-->
1073   <!--UNUSED: Deleted type RiskAffectedPersonnel.-->
1074   <!--UNUSED: Deleted type RiskCategory.-->
1075   <!--UNUSED: Deleted type RiskSubCategory.-->
1076   <!--UNUSED: Deleted type RiskType.-->
1077   <!--UNUSED: Deleted type ScrType.-->
1078   <!--UNUSED: Deleted type ShowFluorescence.-->
1079   <!--UNUSED: Deleted type ShowLevel.-->
1080   <!--UNUSED: Deleted type ShowRating.-->
1081   <!--UNUSED: Deleted type ShowSpeed.-->
1082   <!--UNUSED: Deleted type StandardTempPress.-->
1083   <!--UNUSED: Deleted type SupportCraft.-->
1084   <!--UNUSED: Deleted type SurfEquipType.-->
1085   <!--UNUSED: Deleted type TargetCategory.-->
1086   <!--UNUSED: Deleted type TargetScope.-->
1087   <!--UNUSED: Deleted type TargetSectionScope.-->
1088   <!--UNUSED: Deleted type TestReason.-->
1089   <!--UNUSED: Deleted type TrajStationStatus.-->
1090   <!--UNUSED: Deleted type TrajStationType.-->
1091   <!--UNUSED: Deleted type TubularAssembly.-->
1092   <!--UNUSED: Deleted type TubularComponent.-->
1093   <!--UNUSED: Deleted type TypeSurveyTool.-->
1094   <!--UNUSED: Deleted type q_ValueStatus.-->
1095   <!--UNUSED: Deleted type q_ValueStatus_queryValue.-->
1096   <!--UNUSED: Deleted type q_ValueStatus_unionSEL.-->
1097   <!--UNUSED: Deleted type WellDirection.-->
1098   <!--UNUSED: Deleted type WellFluid.-->
1099   <!--UNUSED: Deleted type WellboreShape.-->
1100   <!--UNUSED: Deleted type WellboreType.-->
1101   <!--UNUSED: Deleted type WellPurpose.-->
1102   <!--UNUSED: Deleted type WellStatus.-->
1103   <!--UNUSED: Deleted type CrewType.-->
1104   <!--UNUSED: Deleted type OperationKind.-->
1105   <!--UNUSED: Deleted type ReasonLost.-->
1106   <!--UNUSED: Deleted type SafetyType.-->
1107   <!--UNUSED: Deleted type VolumeReferenceKind.-->
1108   <!--UNUSED: Deleted type DataQuality.-->
1109   <!--UNUSED: Deleted type FluidAnalysisKind.-->
1110   <!--UNUSED: Deleted type FluidComponent.-->
1111   <xsd:simpleType name="q_FluidSampleTestAcquisition">
1112      <xsd:restriction base="witsml:q_abstractTypeEnum">
1113         <xsd:enumeration value="drill stem test" />
1114         <xsd:enumeration value="repeat formation tester" />
1115      </xsd:restriction>
1116   </xsd:simpleType>
1117   <xsd:complexType name="q_FluidSampleTestAcquisition_queryValue">
1118      <xsd:attribute name="queryValue" type="witsml:q_FluidSampleTestAcquisition_unionSEL" />
1119   </xsd:complexType>
1120   <xsd:simpleType name="q_FluidSampleTestAcquisition_unionSEL">
1121      <xsd:union memberTypes="witsml:q_FluidSampleTestAcquisition witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
1122   </xsd:simpleType>
1123   <!--UNUSED: Deleted type FluidComponentKind.-->
1124   <!--UNUSED: Deleted type FluidContaminant.-->
1125   <xsd:simpleType name="q_FluidSampleKind">
1126      <xsd:restriction base="witsml:q_abstractTypeEnum">
1127         <xsd:enumeration value="bottom hole" />
1128         <xsd:enumeration value="wellhead" />
1129         <xsd:enumeration value="DST" />
1130         <xsd:enumeration value="formation tester" />
1131         <xsd:enumeration value="RFT or MDT" />
1132         <xsd:enumeration value="recombined" />
1133         <xsd:enumeration value="separator gas" />
1134         <xsd:enumeration value="separator oil" />
1135         <xsd:enumeration value="separator water" />
1136         <xsd:enumeration value="synthetic" />
1137         <xsd:enumeration value="unknown" />
1138      </xsd:restriction>
1139   </xsd:simpleType>
1140   <xsd:complexType name="q_FluidSampleKind_queryValue">
1141      <xsd:attribute name="queryValue" type="witsml:q_FluidSampleKind_unionSEL" />
1142   </xsd:complexType>
1143   <xsd:simpleType name="q_FluidSampleKind_unionSEL">
1144      <xsd:union memberTypes="witsml:q_FluidSampleKind witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
1145   </xsd:simpleType>
1146   <xsd:simpleType name="q_ReservoirFluidKind">
1147      <xsd:restriction base="witsml:q_abstractTypeEnum">
1148         <xsd:enumeration value="black oil" />
1149         <xsd:enumeration value="volatile oil" />
1150         <xsd:enumeration value="critical or near critical" />
1151         <xsd:enumeration value="wet gas or condensate" />
1152         <xsd:enumeration value="dry gas" />
1153      </xsd:restriction>
1154   </xsd:simpleType>
1155   <xsd:complexType name="q_ReservoirFluidKind_queryValue">
1156      <xsd:attribute name="queryValue" type="witsml:q_ReservoirFluidKind_unionSEL" />
1157   </xsd:complexType>
1158   <xsd:simpleType name="q_ReservoirFluidKind_unionSEL">
1159      <xsd:union memberTypes="witsml:q_ReservoirFluidKind witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
1160   </xsd:simpleType>
1161   <!--UNUSED: Deleted type EosModelKind.-->
1162   <!--UNUSED: Deleted type generalMeasureType.-->
1163   <!--UNUSED: Deleted type temperatureSlopeMeasure.-->
1164   <!--UNUSED: Deleted type typeOptionalClassString.-->
1165   <xsd:complexType name="q_endpointQualifiedDateTime">
1166      <xsd:annotation>
1167         <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
1168         endpoint attribute.</xsd:documentation>
1169      </xsd:annotation>
1170      <xsd:attribute name="queryValue" type="witsml:q_abstractDateTime">
1171         <xsd:annotation>
1172            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
1173         </xsd:annotation>
1174      </xsd:attribute>
1175      <xsd:attribute name="endpoint" type="witsml:q_EndpointQualifier_unionSEL" use="optional">
1176         <xsd:annotation>
1177            <xsd:documentation>The default is "inclusive".</xsd:documentation>
1178         </xsd:annotation>
1179      </xsd:attribute>
1180   </xsd:complexType>
1181   <!--UNUSED: Deleted type endpointQualifiedDate.-->
1182   <!--UNUSED: Deleted type emailQualifierStruct.-->
1183   <xsd:complexType name="q_facilityIdentifierStruct">
1184      <xsd:annotation>
1185         <xsd:documentation>Identifies a facility.</xsd:documentation>
1186      </xsd:annotation>
1187      <xsd:attribute name="queryValue" type="witsml:q_abstractNameString">
1188         <xsd:annotation>
1189            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
1190         </xsd:annotation>
1191      </xsd:attribute>
1192      <xsd:attribute name="kind" type="witsml:q_ReportingFacility_unionSEL" use="optional">
1193         <xsd:annotation>
1194            <xsd:documentation>The kind of facility.</xsd:documentation>
1195         </xsd:annotation>
1196      </xsd:attribute>
1197      <xsd:attribute name="namingSystem" type="witsml:q_nameString" use="optional">
1198         <xsd:annotation>
1199            <xsd:documentation>The naming system within which the name is unique. For example, API or NPD.</xsd:documentation>
1200         </xsd:annotation>
1201      </xsd:attribute>
1202      <xsd:attribute name="uidRef" type="witsml:q_uidString" use="optional">
1203         <xsd:annotation>
1204            <xsd:documentation>If the facility is defined and instantiated within the context of a WITSML server, this is a pointer to the uid value of that object
1205            instance.</xsd:documentation>
1206         </xsd:annotation>
1207      </xsd:attribute>
1208   </xsd:complexType>
1209   <!--UNUSED: Deleted type phoneNumberStruct.-->
1210   <xsd:simpleType name="q_logicalBoolean">
1211      <xsd:annotation>
1212         <xsd:documentation>Values of "true" (or "1") and "false" (or "0").</xsd:documentation>
1213      </xsd:annotation>
1214      <xsd:restriction base="witsml:q_abstractBoolean" />
1215   </xsd:simpleType>
1216   <xsd:complexType name="q_logicalBoolean_queryValue">
1217      <xsd:attribute name="queryValue" type="witsml:q_logicalBoolean" />
1218   </xsd:complexType>
1219   <xsd:simpleType name="q_date">
1220      <xsd:annotation>
1221         <xsd:documentation>A julian date.</xsd:documentation>
1222      </xsd:annotation>
1223      <xsd:restriction base="witsml:q_abstractDate" />
1224   </xsd:simpleType>
1225   <xsd:complexType name="q_date_queryValue">
1226      <xsd:attribute name="queryValue" type="witsml:q_date" />
1227   </xsd:complexType>
1228   <!--UNUSED: Deleted type month.-->
1229   <!--UNUSED: Deleted type year.-->
1230   <xsd:simpleType name="q_timestamp">
1231      <xsd:annotation>
1232         <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
1233         each date time value.</xsd:documentation>
1234      </xsd:annotation>
1235      <xsd:restriction base="witsml:q_abstractDateTime" />
1236   </xsd:simpleType>
1237   <xsd:complexType name="q_timestamp_queryValue">
1238      <xsd:attribute name="queryValue" type="witsml:q_timestamp" />
1239   </xsd:complexType>
1240   <!--UNUSED: Deleted type timeZone.-->
1241   <!--UNUSED: Deleted type calendarYear.-->
1242   <!--UNUSED: Deleted type yAxisAzimuth.-->
1243   <!--UNUSED: Deleted type nonNegativeFraction.-->
1244   <!--UNUSED: Deleted type q_unitlessQuantity.-->
1245   <!--UNUSED: Deleted type genericMeasure.-->
1246   <!--UNUSED: Deleted type indexCurve.-->
1247   <!--UNUSED: Deleted type ratioGenericMeasure.-->
1248   <!--UNUSED: Deleted type listOfString.-->
1249   <!--UNUSED: Deleted type listOfDouble.-->
1250   <!--UNUSED: Deleted type q_refNameString.-->
1251   <!--UNUSED: Deleted type refObjectString.-->
1252   <!--UNUSED: Deleted type refPositiveCount.-->
1253   <xsd:simpleType name="q_refWellDatum">
1254      <xsd:annotation>
1255         <xsd:documentation>A reference to a wellDatum in the current well. This value must match the uid value in a WellDatum. This value represents a foreign key from one
1256         element to another. This is an exception to the convention that a foreign key must utilize both a human contextual name and a uid value. For messages outside the context
1257         of a server then this value will commonly match the value of the name of the wellDatum (e.g., 'KB') if uids are not not used in that context. This was a compromise in
1258         order to allow the coordinate structures to be simple and still be usable both within the context of a server and outside the context of a server.</xsd:documentation>
1259      </xsd:annotation>
1260      <xsd:restriction base="witsml:q_abstractUidString" />
1261   </xsd:simpleType>
1262   <!--UNUSED: Deleted type q_refWellDatum_queryValue.-->
1263   <!--UNUSED: Deleted type q_refWellDatum_unionSEL.-->
1264   <xsd:simpleType name="q_nameString">
1265      <xsd:annotation>
1266         <xsd:documentation>A user assigned human recognizable contextual name of something. There should be no assumption that (interoperable) semantic information will be
1267         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
1268         enumeration.</xsd:documentation>
1269      </xsd:annotation>
1270      <xsd:restriction base="witsml:q_abstractNameString" />
1271   </xsd:simpleType>
1272   <xsd:complexType name="q_nameString_queryValue">
1273      <xsd:attribute name="queryValue" type="witsml:q_nameString_unionSEL" />
1274   </xsd:complexType>
1275   <xsd:simpleType name="q_nameString_unionSEL">
1276      <xsd:union memberTypes="witsml:q_nameString witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
1277   </xsd:simpleType>
1278   <xsd:simpleType name="q_commentString">
1279      <xsd:annotation>
1280         <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.
1281         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>
1282      </xsd:annotation>
1283      <xsd:restriction base="witsml:q_abstractCommentString" />
1284   </xsd:simpleType>
1285   <xsd:complexType name="q_commentString_queryValue">
1286      <xsd:attribute name="queryValue" type="witsml:q_commentString_unionSEL" />
1287   </xsd:complexType>
1288   <xsd:simpleType name="q_commentString_unionSEL">
1289      <xsd:union memberTypes="witsml:q_commentString witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
1290   </xsd:simpleType>
1291   <xsd:simpleType name="q_descriptionString">
1292      <xsd:annotation>
1293         <xsd:documentation>A textual description of something.</xsd:documentation>
1294      </xsd:annotation>
1295      <xsd:restriction base="witsml:q_abstractString">
1296         <xsd:maxLength value="256" />
1297      </xsd:restriction>
1298   </xsd:simpleType>
1299   <xsd:complexType name="q_descriptionString_queryValue">
1300      <xsd:attribute name="queryValue" type="witsml:q_descriptionString_unionSEL" />
1301   </xsd:complexType>
1302   <xsd:simpleType name="q_descriptionString_unionSEL">
1303      <xsd:union memberTypes="witsml:q_descriptionString witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
1304   </xsd:simpleType>
1305   <!--UNUSED: Deleted type shortDescriptionString.-->
1306   <!--UNUSED: Deleted type encodedArrayString.-->
1307   <!--UNUSED: Deleted type encodedValueString.-->
1308   <xsd:simpleType name="q_kindString">
1309      <xsd:annotation>
1310         <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
1311         enumerated list.</xsd:documentation>
1312      </xsd:annotation>
1313      <xsd:restriction base="witsml:q_abstractTypeEnum" />
1314   </xsd:simpleType>
1315   <xsd:complexType name="q_kindString_queryValue">
1316      <xsd:attribute name="queryValue" type="witsml:q_kindString_unionSEL" />
1317   </xsd:complexType>
1318   <xsd:simpleType name="q_kindString_unionSEL">
1319      <xsd:union memberTypes="witsml:q_kindString witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
1320   </xsd:simpleType>
1321   <!--UNUSED: Deleted type uomString.-->
1322   <xsd:simpleType name="q_uidString">
1323      <xsd:annotation>
1324         <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
1325         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
1326         value unless enforced by the source of the document (e.g., a document server).</xsd:documentation>
1327      </xsd:annotation>
1328      <xsd:restriction base="witsml:q_abstractUidString" />
1329   </xsd:simpleType>
1330   <!--UNUSED: Deleted type q_uidString_queryValue.-->
1331   <!--UNUSED: Deleted type q_uidString_unionSEL.-->
1332   <!--UNUSED: Deleted type q_refString.-->
1333   <!--UNUSED: Deleted type q_refString_queryValue.-->
1334   <!--UNUSED: Deleted type q_refString_unionSEL.-->
1335   <xsd:simpleType name="q_schemaVersionString">
1336      <xsd:annotation>
1337         <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
1338         loader files.</xsd:documentation>
1339      </xsd:annotation>
1340      <xsd:restriction base="witsml:q_abstractString">
1341         <xsd:maxLength value="16" />
1342         <xsd:pattern value="1\.0\.0\.[1-9]?[0-9]\(PRODML\)" />
1343      </xsd:restriction>
1344   </xsd:simpleType>
1345   <!--UNUSED: Deleted type q_schemaVersionString_queryValue.-->
1346   <!--UNUSED: Deleted type q_schemaVersionString_unionSEL.-->
1347   <xsd:complexType name="q_nameStruct">
1348      <xsd:annotation>
1349         <xsd:documentation>The name of something within a naming system.</xsd:documentation>
1350      </xsd:annotation>
1351      <xsd:attribute name="queryValue" type="witsml:q_abstractNameString">
1352         <xsd:annotation>
1353            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
1354         </xsd:annotation>
1355      </xsd:attribute>
1356      <xsd:attribute name="namingSystem" type="witsml:q_nameString" use="optional">
1357         <xsd:annotation>
1358            <xsd:documentation>The naming system within the name is (hopefully) unique.</xsd:documentation>
1359         </xsd:annotation>
1360      </xsd:attribute>
1361   </xsd:complexType>
1362   <!--UNUSED: Deleted type wellKnownNameStruct.-->
1363   <!--UNUSED: Deleted type uncollapsedString.-->
1364   <!--UNUSED: Deleted type iadcBearingWearCode.-->
1365   <!--UNUSED: Deleted type geodeticZoneString.-->
1366   <!--UNUSED: Deleted type generalQualifiedMeasure.-->
1367   <!--UNUSED: Deleted type integerQualifiedCount.-->
1368   <!--UNUSED: Deleted type kindQualifiedString.-->
1369   <!--UNUSED: Deleted type areaQualifiedMeasure.-->
1370   <!--UNUSED: Deleted type areaPerAreaQualifiedMeasure.-->
1371   <!--UNUSED: Deleted type anglePerTimeQualifiedMeasure.-->
1372   <!--UNUSED: Deleted type lengthPerLengthQualifiedMeasure.-->
1373   <!--UNUSED: Deleted type pressureQualifiedMeasure.-->
1374   <!--UNUSED: Deleted type thermodynamicTemperatureQualifiedMeasure.-->
1375   <!--UNUSED: Deleted type q_volumeQualifiedMeasure.-->
1376   <!--UNUSED: Deleted type q_volumeFlowRateQualifiedMeasure.-->
1377   <xsd:complexType name="q_measuredDepthCoord">
1378      <xsd:annotation>
1379         <xsd:documentation>A measured depth coordinate in a wellbore. Positive moving from the reference datum toward the bottomhole. All coordinates with the same datum (and
1380         same uom) can be considered to be in the same Coordinate Reference System and are thus directly comparable.</xsd:documentation>
1381      </xsd:annotation>
1382      <xsd:attribute name="queryValue" type="witsml:q_abstractDouble">
1383         <xsd:annotation>
1384            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
1385         </xsd:annotation>
1386      </xsd:attribute>
1387      <xsd:attribute name="uom" type="witsml:q_MeasuredDepthUom_unionSEL" use="optional">
1388         <xsd:annotation>
1389            <xsd:documentation>The unit of measure of the quantity value.</xsd:documentation>
1390            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
1391         </xsd:annotation>
1392      </xsd:attribute>
1393      <xsd:attribute name="datum" type="witsml:q_refWellDatum" use="optional">
1394         <xsd:annotation>
1395            <xsd:documentation>A pointer to the reference datum for this coordinate value as defined in WellDatum. This value is assumed to match the uid value in a WellDatum. If
1396            not given then the default WellDatum must be assumed.</xsd:documentation>
1397         </xsd:annotation>
1398      </xsd:attribute>
1399   </xsd:complexType>
1400   <xsd:simpleType name="q_MeasuredDepthUom">
1401      <xsd:annotation>
1402         <xsd:documentation>The units of measure that are valid for measured depths in a wellbore.</xsd:documentation>
1403      </xsd:annotation>
1404      <xsd:restriction base="witsml:q_abstractUomEnum">
1405         <xsd:enumeration value="m">
1406            <xsd:annotation>
1407               <xsd:documentation>meter</xsd:documentation>
1408            </xsd:annotation>
1409         </xsd:enumeration>
1410         <xsd:enumeration value="ft">
1411            <xsd:annotation>
1412               <xsd:documentation>International Foot</xsd:documentation>
1413            </xsd:annotation>
1414         </xsd:enumeration>
1415         <xsd:enumeration value="ftUS">
1416            <xsd:annotation>
1417               <xsd:documentation>US Survey Foot</xsd:documentation>
1418            </xsd:annotation>
1419         </xsd:enumeration>
1420      </xsd:restriction>
1421   </xsd:simpleType>
1422   <!--UNUSED: Deleted type q_MeasuredDepthUom_queryValue.-->
1423   <xsd:simpleType name="q_MeasuredDepthUom_unionSEL">
1424      <xsd:union memberTypes="witsml:q_MeasuredDepthUom witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
1425   </xsd:simpleType>
1426   <!--UNUSED: Deleted type wellVerticalDepthCoord.-->
1427   <!--UNUSED: Deleted type wellElevationCoord.-->
1428   <!--UNUSED: Deleted type WellVerticalCoordinateUom.-->
1429   <!--UNUSED: Deleted type nonNegativeCount.-->
1430   <!--UNUSED: Deleted type positiveCount.-->
1431   <!--UNUSED: Deleted type positiveBigCount.-->
1432   <!--UNUSED: Deleted type integerCount.-->
1433   <!--UNUSED: Deleted type beaufortScaleIntegerCode.-->
1434   <!--UNUSED: Deleted type pumpActionIntegerCode.-->
1435   <!--UNUSED: Deleted type iadcIntegerCode.-->
1436   <!--UNUSED: Deleted type levelIntegerCode.-->
1437   <!--UNUSED: Deleted type cost.-->
1438   <!--UNUSED: Deleted type indexedObject.-->
1439   <!--UNUSED: Deleted type str2.-->
1440   <!--UNUSED: Deleted type str16.-->
1441   <!--UNUSED: Deleted type str32.-->
1442   <!--UNUSED: Deleted type crewCount.-->
1443   <!--UNUSED: Deleted type lostVolumeAndReason.-->
1444   <!--UNUSED: Deleted type safetyCount.-->
1445   <!--UNUSED: Deleted type binaryInteractionCoefficient.-->
1446   <!--UNUSED: Deleted type q_massConcentrationMeasurePercent.-->
1447   <!--UNUSED: Deleted type q_molarFractionMeasurePercent.-->
1448   <!--UNUSED: Deleted type volumePerVolumeMeasurePercent.-->
1449   <!--UNUSED: Deleted type q_PercentUom.-->
1450   <!--UNUSED: Deleted type q_PercentUom_queryValue.-->
1451   <!--UNUSED: Deleted type q_PercentUom_unionSEL.-->
1452   <!--UNUSED: Deleted type accelerationLinearMeasure.-->
1453   <!--UNUSED: Deleted type q_amountOfSubstanceMeasure.-->
1454   <!--UNUSED: Deleted type anglePerLengthMeasure.-->
1455   <!--UNUSED: Deleted type anglePerTimeMeasure.-->
1456   <!--UNUSED: Deleted type areaMeasure.-->
1457   <!--UNUSED: Deleted type areaPerAreaMeasure.-->
1458   <!--UNUSED: Deleted type q_densityMeasure.-->
1459   <!--UNUSED: Deleted type q_dimensionlessMeasure.-->
1460   <!--UNUSED: Deleted type dynamicViscosityMeasure.-->
1461   <!--UNUSED: Deleted type electricPotentialMeasure.-->
1462   <!--UNUSED: Deleted type energyPerAreaMeasure.-->
1463   <!--UNUSED: Deleted type equivalentPerMassMeasure.-->
1464   <!--UNUSED: Deleted type forceMeasure.-->
1465   <!--UNUSED: Deleted type forcePerVolumeMeasure.-->
1466   <!--UNUSED: Deleted type frequencyMeasure.-->
1467   <!--UNUSED: Deleted type illuminanceMeasure.-->
1468   <!--UNUSED: Deleted type q_lengthMeasure.-->
1469   <!--UNUSED: Deleted type q_lengthPerLengthMeasure.-->
1470   <!--UNUSED: Deleted type magneticFieldStrengthMeasure.-->
1471   <!--UNUSED: Deleted type q_massConcentrationMeasure.-->
1472   <!--UNUSED: Deleted type q_massFlowRateMeasure.-->
1473   <!--UNUSED: Deleted type q_massMeasure.-->
1474   <!--UNUSED: Deleted type massPerLengthMeasure.-->
1475   <!--UNUSED: Deleted type q_modulusOfCompressionMeasure.-->
1476   <!--UNUSED: Deleted type momentOfForceMeasure.-->
1477   <!--UNUSED: Deleted type perLengthMeasure.-->
1478   <!--UNUSED: Deleted type planeAngleMeasure.-->
1479   <!--UNUSED: Deleted type powerMeasure.-->
1480   <xsd:complexType name="q_pressureMeasure">
1481      <xsd:attribute name="queryValue" type="witsml:q_abstractDouble">
1482         <xsd:annotation>
1483            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
1484         </xsd:annotation>
1485      </xsd:attribute>
1486      <xsd:attribute name="uom" type="witsml:q_pressureUom_unionSEL" use="optional">
1487         <xsd:annotation>
1488            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
1489         </xsd:annotation>
1490      </xsd:attribute>
1491   </xsd:complexType>
1492   <!--UNUSED: Deleted type relativePowerMeasure.-->
1493   <!--UNUSED: Deleted type specificVolumeMeasure.-->
1494   <xsd:complexType name="q_thermodynamicTemperatureMeasure">
1495      <xsd:attribute name="queryValue" type="witsml:q_abstractDouble">
1496         <xsd:annotation>
1497            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
1498         </xsd:annotation>
1499      </xsd:attribute>
1500      <xsd:attribute name="uom" type="witsml:q_thermodynamicTemperatureUom_unionSEL" use="optional">
1501         <xsd:annotation>
1502            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
1503         </xsd:annotation>
1504      </xsd:attribute>
1505   </xsd:complexType>
1506   <!--UNUSED: Deleted type timeMeasure.-->
1507   <!--UNUSED: Deleted type velocityMeasure.-->
1508   <!--UNUSED: Deleted type volumeMeasure.-->
1509   <!--UNUSED: Deleted type volumeFlowRateMeasure.-->
1510   <!--UNUSED: Deleted type q_volumePerVolumeMeasure.-->
1511   <!--UNUSED: Deleted type q_workMeasure.-->
1512   <!--UNUSED: Deleted type compressibilityMeasure.-->
1513   <!--UNUSED: Deleted type molarVolumeMeasure.-->
1514   <!--UNUSED: Deleted type standardVolumeMeasure.-->
1515   <!--UNUSED: Deleted type thermalConductivityMeasure.-->
1516   <!--UNUSED: Deleted type volumePerStandardVolumeMeasure.-->
1517   <xsd:complexType name="q_standardVolumePerStandardVolumeMeasure">
1518      <xsd:annotation>
1519         <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
1520         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
1521         where standard conditions are assumed.</xsd:documentation>
1522      </xsd:annotation>
1523      <xsd:attribute name="queryValue" type="witsml:q_abstractDouble">
1524         <xsd:annotation>
1525            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
1526         </xsd:annotation>
1527      </xsd:attribute>
1528      <xsd:attribute name="uom" type="witsml:q_volumePerVolumeUom_unionSEL" use="optional">
1529         <xsd:annotation>
1530            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
1531         </xsd:annotation>
1532      </xsd:attribute>
1533   </xsd:complexType>
1534   <!--UNUSED: Deleted type standardVolumePerVolumeMeasure.-->
1535   <!--UNUSED: Deleted type accelerationLinearUom.-->
1536   <!--UNUSED: Deleted type q_amountOfSubstanceUom.-->
1537   <!--UNUSED: Deleted type q_amountOfSubstanceUom_queryValue.-->
1538   <!--UNUSED: Deleted type q_amountOfSubstanceUom_unionSEL.-->
1539   <!--UNUSED: Deleted type anglePerLengthUom.-->
1540   <!--UNUSED: Deleted type anglePerTimeUom.-->
1541   <!--UNUSED: Deleted type areaUom.-->
1542   <!--UNUSED: Deleted type areaPerAreaUom.-->
1543   <!--UNUSED: Deleted type q_densityUom.-->
1544   <!--UNUSED: Deleted type q_densityUom_queryValue.-->
1545   <!--UNUSED: Deleted type q_densityUom_unionSEL.-->
1546   <!--UNUSED: Deleted type q_dimensionlessUom.-->
1547   <!--UNUSED: Deleted type q_dimensionlessUom_queryValue.-->
1548   <!--UNUSED: Deleted type q_dimensionlessUom_unionSEL.-->
1549   <!--UNUSED: Deleted type dynamicViscosityUom.-->
1550   <!--UNUSED: Deleted type electricPotentialUom.-->
1551   <!--UNUSED: Deleted type energyPerAreaUom.-->
1552   <!--UNUSED: Deleted type equivalentPerMassUom.-->
1553   <!--UNUSED: Deleted type forceUom.-->
1554   <!--UNUSED: Deleted type forcePerVolumeUom.-->
1555   <!--UNUSED: Deleted type frequencyUom.-->
1556   <!--UNUSED: Deleted type illuminanceUom.-->
1557   <!--UNUSED: Deleted type q_lengthUom.-->
1558   <!--UNUSED: Deleted type q_lengthUom_queryValue.-->
1559   <!--UNUSED: Deleted type q_lengthUom_unionSEL.-->
1560   <!--UNUSED: Deleted type q_lengthPerLengthUom.-->
1561   <!--UNUSED: Deleted type q_lengthPerLengthUom_queryValue.-->
1562   <!--UNUSED: Deleted type q_lengthPerLengthUom_unionSEL.-->
1563   <!--UNUSED: Deleted type magneticFieldStrengthUom.-->
1564   <!--UNUSED: Deleted type q_massConcentrationUom.-->
1565   <!--UNUSED: Deleted type q_massConcentrationUom_queryValue.-->
1566   <!--UNUSED: Deleted type q_massConcentrationUom_unionSEL.-->
1567   <!--UNUSED: Deleted type q_massFlowRateUom.-->
1568   <!--UNUSED: Deleted type q_massFlowRateUom_queryValue.-->
1569   <!--UNUSED: Deleted type q_massFlowRateUom_unionSEL.-->
1570   <!--UNUSED: Deleted type q_massUom.-->
1571   <!--UNUSED: Deleted type q_massUom_queryValue.-->
1572   <!--UNUSED: Deleted type q_massUom_unionSEL.-->
1573   <!--UNUSED: Deleted type massPerLengthUom.-->
1574   <!--UNUSED: Deleted type q_modulusOfCompressionUom.-->
1575   <!--UNUSED: Deleted type q_modulusOfCompressionUom_queryValue.-->
1576   <!--UNUSED: Deleted type q_modulusOfCompressionUom_unionSEL.-->
1577   <!--UNUSED: Deleted type momentOfForceUom.-->
1578   <!--UNUSED: Deleted type perLengthUom.-->
1579   <!--UNUSED: Deleted type planeAngleUom.-->
1580   <!--UNUSED: Deleted type powerUom.-->
1581   <xsd:simpleType name="q_pressureUom">
1582      <xsd:restriction base="witsml:q_abstractUomEnum">
1583         <xsd:enumeration value="Pa" />
1584         <xsd:enumeration value="at" />
1585         <xsd:enumeration value="atm" />
1586         <xsd:enumeration value="bar" />
1587         <xsd:enumeration value="cmH2O(4degC)" />
1588         <xsd:enumeration value="dyne/cm2" />
1589         <xsd:enumeration value="GPa" />
1590         <xsd:enumeration value="hbar" />
1591         <xsd:enumeration value="inH2O(39.2F)" />
1592         <xsd:enumeration value="inH2O(60F)" />
1593         <xsd:enumeration value="inHg(32F)" />
1594         <xsd:enumeration value="inHg(60F)" />
1595         <xsd:enumeration value="kgf/cm2" />
1596         <xsd:enumeration value="kgf/mm2" />
1597         <xsd:enumeration value="kN/m2" />
1598         <xsd:enumeration value="kPa" />
1599         <xsd:enumeration value="kpsi" />
1600         <xsd:enumeration value="lbf/ft2" />
1601         <xsd:enumeration value="lbf/100ft2" />
1602         <xsd:enumeration value="lbf/in2" />
1603         <xsd:enumeration value="mbar" />
1604         <xsd:enumeration value="mmHg(0C)" />
1605         <xsd:enumeration value="mPa" />
1606         <xsd:enumeration value="MPa" />
1607         <xsd:enumeration value="Mpsi" />
1608         <xsd:enumeration value="N/m2" />
1609         <xsd:enumeration value="N/mm2" />
1610         <xsd:enumeration value="Pa(g)" />
1611         <xsd:enumeration value="pPa" />
1612         <xsd:enumeration value="psi" />
1613         <xsd:enumeration value="psia" />
1614         <xsd:enumeration value="psig" />
1615         <xsd:enumeration value="tonfUS/ft2" />
1616         <xsd:enumeration value="tonfUS/in2" />
1617         <xsd:enumeration value="torr" />
1618         <xsd:enumeration value="ubar" />
1619         <xsd:enumeration value="umHg(0C)" />
1620         <xsd:enumeration value="uPa" />
1621         <xsd:enumeration value="upsi" />
1622      </xsd:restriction>
1623   </xsd:simpleType>
1624   <!--UNUSED: Deleted type q_pressureUom_queryValue.-->
1625   <xsd:simpleType name="q_pressureUom_unionSEL">
1626      <xsd:union memberTypes="witsml:q_pressureUom witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
1627   </xsd:simpleType>
1628   <!--UNUSED: Deleted type relativePowerUom.-->
1629   <!--UNUSED: Deleted type specificVolumeUom.-->
1630   <xsd:simpleType name="q_thermodynamicTemperatureUom">
1631      <xsd:restriction base="witsml:q_abstractUomEnum">
1632         <xsd:enumeration value="K" />
1633         <xsd:enumeration value="degC" />
1634         <xsd:enumeration value="degF" />
1635         <xsd:enumeration value="degR" />
1636      </xsd:restriction>
1637   </xsd:simpleType>
1638   <!--UNUSED: Deleted type q_thermodynamicTemperatureUom_queryValue.-->
1639   <xsd:simpleType name="q_thermodynamicTemperatureUom_unionSEL">
1640      <xsd:union memberTypes="witsml:q_thermodynamicTemperatureUom witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
1641   </xsd:simpleType>
1642   <!--UNUSED: Deleted type timeUom.-->
1643   <!--UNUSED: Deleted type velocityUom.-->
1644   <!--UNUSED: Deleted type q_volumeUom.-->
1645   <!--UNUSED: Deleted type q_volumeUom_queryValue.-->
1646   <!--UNUSED: Deleted type q_volumeUom_unionSEL.-->
1647   <!--UNUSED: Deleted type q_volumeFlowRateUom.-->
1648   <!--UNUSED: Deleted type q_volumeFlowRateUom_queryValue.-->
1649   <!--UNUSED: Deleted type q_volumeFlowRateUom_unionSEL.-->
1650   <xsd:simpleType name="q_volumePerVolumeUom">
1651      <xsd:restriction base="witsml:q_abstractUomEnum">
1652         <xsd:enumeration value="Euc" />
1653         <xsd:enumeration value="%" />
1654         <xsd:enumeration value="permil" />
1655         <xsd:enumeration value="ppdk" />
1656         <xsd:enumeration value="ppk" />
1657         <xsd:enumeration value="ppm" />
1658         <xsd:enumeration value="bbl/acre.ft" />
1659         <xsd:enumeration value="bbl/bbl" />
1660         <xsd:enumeration value="bbl/ft3" />
1661         <xsd:enumeration value="bbl/100bbl" />
1662         <xsd:enumeration value="bbl/k(ft3)" />
1663         <xsd:enumeration value="bbl/M(ft3)" />
1664         <xsd:enumeration value="cm3/cm3" />
1665         <xsd:enumeration value="cm3/m3" />
1666         <xsd:enumeration value="dm3/m3" />
1667         <xsd:enumeration value="ft3/bbl" />
1668         <xsd:enumeration value="ft3/ft3" />
1669         <xsd:enumeration value="galUS/kgalUS" />
1670         <xsd:enumeration value="galUK/kgalUK" />
1671         <xsd:enumeration value="galUK/ft3" />
1672         <xsd:enumeration value="galUK/Mbbl" />
1673         <xsd:enumeration value="galUS/bbl" />
1674         <xsd:enumeration value="galUS/10bbl" />
1675         <xsd:enumeration value="galUS/ft3" />
1676         <xsd:enumeration value="galUS/Mbbl" />
1677         <xsd:enumeration value="1000ft3/bbl" />
1678         <xsd:enumeration value="ksm3/sm3" />
1679         <xsd:enumeration value="L/10bbl" />
1680         <xsd:enumeration value="L/m3" />
1681         <xsd:enumeration value="m3/ha.m" />
1682         <xsd:enumeration value="m3/m3" />
1683         <xsd:enumeration value="M(ft3)/acre.ft" />
1684         <xsd:enumeration value="mL/galUK" />
1685         <xsd:enumeration value="mL/galUS" />
1686         <xsd:enumeration value="mL/mL" />
1687         <xsd:enumeration value="MMbbl/acre.ft" />
1688         <xsd:enumeration value="MMscf60/stb60" />
1689         <xsd:enumeration value="Mscf60/stb60" />
1690         <xsd:enumeration value="ptUK/Mbbl" />
1691         <xsd:enumeration value="ptUS/10bbl" />
1692         <xsd:enumeration value="pu" />
1693         <xsd:enumeration value="scm15/stb60" />
1694         <xsd:enumeration value="sm3/ksm3" />
1695         <xsd:enumeration value="sm3/sm3" />
1696         <xsd:enumeration value="stb60/MMscf60" />
1697         <xsd:enumeration value="stb60/MMscm15" />
1698         <xsd:enumeration value="stb60/Mscf60" />
1699         <xsd:enumeration value="stb60/Mscm15" />
1700         <xsd:enumeration value="stb60/scm15" />
1701      </xsd:restriction>
1702   </xsd:simpleType>
1703   <!--UNUSED: Deleted type q_volumePerVolumeUom_queryValue.-->
1704   <xsd:simpleType name="q_volumePerVolumeUom_unionSEL">
1705      <xsd:union memberTypes="witsml:q_volumePerVolumeUom witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
1706   </xsd:simpleType>
1707   <!--UNUSED: Deleted type q_workUom.-->
1708   <!--UNUSED: Deleted type q_workUom_queryValue.-->
1709   <!--UNUSED: Deleted type q_workUom_unionSEL.-->
1710   <!--UNUSED: Deleted type compressibilityUom.-->
1711   <!--UNUSED: Deleted type molarVolumeUom.-->
1712   <!--UNUSED: Deleted type thermalConductivityUom.-->
1713   <!--UNUSED: Deleted type q_booleanTemplateStruct.-->
1714   <!--UNUSED: Deleted type q_shortTemplateStruct.-->
1715   <!--UNUSED: Deleted type q_intTemplateStruct.-->
1716   <!--UNUSED: Deleted type q_stringTemplateStruct.-->
1717   <!--UNUSED: Deleted type q_doubleTemplateStruct.-->
1718   <!--UNUSED: Deleted type q_dateTimeTemplateStruct.-->
1719   <!--UNUSED: Deleted type q_dateTemplateStruct.-->
1720   <!--UNUSED: Deleted type q_gYearTemplateStruct.-->
1721   <!--UNUSED: Deleted type q_measure.-->
1722   <!--UNUSED: Deleted type q_measureWithQualifier.-->
1723   <!--UNUSED: Deleted type q_verticalCoord.-->
1724   <!--UNUSED: Deleted type q_integerString.-->
1725   <xsd:simpleType name="q_unionSEL">
1726      <xsd:restriction base="xsd:string">
1727         <xsd:pattern value="((SEL)|(sel))\(.*\)" />
1728      </xsd:restriction>
1729   </xsd:simpleType>
1730   <xsd:simpleType name="q_unionBlankEnumeration">
1731      <xsd:restriction base="xsd:string">
1732         <xsd:enumeration value="" />
1733      </xsd:restriction>
1734   </xsd:simpleType>
1735</xsd:schema>
Note: See TracBrowser for help on using the browser.