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

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

Added project files for monthly production version 1.0

Line 
1<?xml version="1.0" encoding="utf-8"?>
2<xsd:schema
3        elementFormDefault="qualified"
4        attributeFormDefault="unqualified"
5        targetNamespace="http://www.witsml.org/schemas/131"
6        xmlns:witsml="http://www.witsml.org/schemas/131"
7        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
8        version="1.3.1">
9   <!--                                                                                -->
10   <!-- Energistics License Agreement                                                  -->
11   <!-- This file is distributed under the Energistics License Agreement at            -->
12   <!-- http://www.posc.org/about/license.shtml.                                       -->
13   <!-- Use of this file constitutes agreement with the Energistics License Agreement. -->
14   <!--                                                                                -->
15   <!--UNUSED: Deleted type q_attgrp_uid.-->
16   <xsd:complexType name="q_cs_businessAssociate">
17      <xsd:annotation>
18         <xsd:documentation>The business associate describes any company, person, group, consultant, etc, which is associated within a context (e.g., a well). The information
19         contained in this module is: (1) contact information, such as address, phone numbers, email, (2) alternate name, or aliases, and (3) associations, such as the business
20         associate that this one is associated with, or a contact who is associated with this business associate.</xsd:documentation>
21      </xsd:annotation>
22      <xsd:sequence>
23         <xsd:element name="name" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
24            <xsd:annotation>
25               <xsd:documentation>The name of the business associate. This can be the name of a person, business, group, etc.</xsd:documentation>
26               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
27            </xsd:annotation>
28         </xsd:element>
29         <xsd:element name="role" type="witsml:q_nameStruct" minOccurs="0" maxOccurs="unbounded">
30            <xsd:annotation>
31               <xsd:documentation>The role of the business associate within the context. For example, "driller" or "operator", "lead agency - CEQA compliance" "regulatory
32               contact", "safety contact". A business associate will generally have one role but the role may be called different things in different naming
33               systems.</xsd:documentation>
34               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
35            </xsd:annotation>
36         </xsd:element>
37         <xsd:element name="personName" type="witsml:q_cs_personName" minOccurs="0" maxOccurs="1">
38            <xsd:annotation>
39               <xsd:documentation>If the business associate is a person, this specifies the component names of the person.</xsd:documentation>
40            </xsd:annotation>
41         </xsd:element>
42         <xsd:element name="alias" type="witsml:q_nameStruct" minOccurs="0" maxOccurs="unbounded">
43            <xsd:annotation>
44               <xsd:documentation>The alias is an alternate name of a business associate. It is generally associated with a naming system. An alias is not necessarily unique
45               within the naming system.</xsd:documentation>
46            </xsd:annotation>
47         </xsd:element>
48         <xsd:element name="address" type="witsml:q_cs_generalAddress" minOccurs="0" maxOccurs="unbounded">
49            <xsd:annotation>
50               <xsd:documentation>Note that address may occur more than once, because it may be necessary to give a physical address, a mailing address, or
51               both.</xsd:documentation>
52            </xsd:annotation>
53         </xsd:element>
54         <xsd:element name="phoneNumber" type="witsml:q_phoneNumberStruct" minOccurs="0" maxOccurs="unbounded">
55            <xsd:annotation>
56               <xsd:documentation>The various types of phone numbers may be given. The may be office or home, they may be a number for a cell phone, or for a fax, etc. Attributes
57               of PhoneNumber declare the type of phone number that is being given.</xsd:documentation>
58            </xsd:annotation>
59         </xsd:element>
60         <xsd:element name="email" type="witsml:q_emailQualifierStruct" minOccurs="0" maxOccurs="unbounded">
61            <xsd:annotation>
62               <xsd:documentation>The email address may be home, office, or permanent. More than one may be given.</xsd:documentation>
63            </xsd:annotation>
64         </xsd:element>
65         <xsd:element name="contactPreference" type="witsml:q_ContactPreference_queryValue" minOccurs="0" maxOccurs="unbounded">
66            <xsd:annotation>
67               <xsd:documentation>The preferred method of being contacted within the context of this role.</xsd:documentation>
68            </xsd:annotation>
69         </xsd:element>
70         <xsd:element name="associatedWith" type="witsml:q_refNameString" minOccurs="0" maxOccurs="1">
71            <xsd:annotation>
72               <xsd:documentation>A pointer to another business associate that this business associate is associated with. The most common situation is that of an employee being
73               associated with a company. But it may also be, for example, a work group associated with a university.</xsd:documentation>
74            </xsd:annotation>
75         </xsd:element>
76         <xsd:element name="contact" type="witsml:q_refNameString" minOccurs="0" maxOccurs="unbounded">
77            <xsd:annotation>
78               <xsd:documentation>A pointer to a business associate (generally a person) who serves as a contact for this business associate.</xsd:documentation>
79            </xsd:annotation>
80         </xsd:element>
81         <xsd:element name="personnelCount" type="witsml:q_nonNegativeCount_queryValue" minOccurs="0" maxOccurs="1">
82            <xsd:annotation>
83               <xsd:documentation>The count of the number of personnel in a group.</xsd:documentation>
84            </xsd:annotation>
85         </xsd:element>
86         <xsd:element name="comment" type="witsml:q_commentString_queryValue" minOccurs="0" maxOccurs="1">
87            <xsd:annotation>
88               <xsd:documentation>A general comment. This should not be used to carry semantic information. This is not intended to be machine interpretable.</xsd:documentation>
89            </xsd:annotation>
90         </xsd:element>
91      </xsd:sequence>
92      <xsd:attribute name="uid" type="witsml:q_uidString" use="optional">
93         <xsd:annotation>
94            <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
95            assumption as to the semantic content of this attribute. This should only be used with recurring container types (i.e., maxOccurs greater than one). The value is only
96            required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
97         </xsd:annotation>
98      </xsd:attribute>
99   </xsd:complexType>
100   <!--UNUSED: Deleted type cs_commonData.-->
101   <!--UNUSED: Deleted type cs_connectedNode.-->
102   <!--UNUSED: Deleted type cs_curveData.-->
103   <!--UNUSED: Deleted type cs_curveDefinition.-->
104   <xsd:complexType name="q_cs_customData">
105      <xsd:annotation>
106         <xsd:documentation>WITSML - Custom or User Defined Element and Attributes Component Schema. Specify custom element, attributes, and types in the custom data
107         area.</xsd:documentation>
108      </xsd:annotation>
109      <xsd:sequence>
110         <xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded">
111            <xsd:annotation>
112               <xsd:documentation>Any element or attribute in any namespace. It is strongly recommended that all custom data definitions be added to a unique
113               namespace.</xsd:documentation>
114            </xsd:annotation>
115         </xsd:any>
116      </xsd:sequence>
117   </xsd:complexType>
118   <!--UNUSED: Deleted type cs_datedComment.-->
119   <!--UNUSED: Deleted type q_cs_densityValue.-->
120   <!--UNUSED: Deleted type cs_documentInfo.-->
121   <!--UNUSED: Deleted type queryParam.-->
122   <!--UNUSED: Deleted type fileCreationType.-->
123   <!--UNUSED: Deleted type securityInfoType.-->
124   <!--UNUSED: Deleted type auditType.-->
125   <!--UNUSED: Deleted type eventType.-->
126   <!--UNUSED: Deleted type cs_dtsBoxInformation.-->
127   <!--UNUSED: Deleted type cs_dtsCalibration.-->
128   <!--UNUSED: Deleted type cs_dtsCalibrationParameter.-->
129   <!--UNUSED: Deleted type cs_dtsErrorReport.-->
130   <!--UNUSED: Deleted type cs_dtsFiber.-->
131   <!--UNUSED: Deleted type cs_dtsFiberEndPoint.-->
132   <!--UNUSED: Deleted type cs_dtsFiberInformation.-->
133   <!--UNUSED: Deleted type cs_dtsFiberInstalledPoints.-->
134   <!--UNUSED: Deleted type cs_dtsInstrumentBox.-->
135   <!--UNUSED: Deleted type cs_dtsInstrumentBoxCalibration.-->
136   <!--UNUSED: Deleted type cs_dtsOneWayLoss.-->
137   <!--UNUSED: Deleted type cs_dtsOtdr.-->
138   <!--UNUSED: Deleted type cs_dtsProcessedWellLog.-->
139   <!--UNUSED: Deleted type cs_dtsPumpActivity.-->
140   <!--UNUSED: Deleted type cs_dtsPumpLogRow.-->
141   <!--UNUSED: Deleted type cs_dtsPumpLogTable.-->
142   <!--UNUSED: Deleted type cs_dtsRefractiveIndex.-->
143   <!--UNUSED: Deleted type cs_dtsSingleInstalledPoint.-->
144   <!--UNUSED: Deleted type cs_fluidResultCceTestStep.-->
145   <!--UNUSED: Deleted type cs_fluidResultCompositeComposition.-->
146   <!--UNUSED: Deleted type cs_fluidResultComposition.-->
147   <!--UNUSED: Deleted type cs_fluidResultConstantCompositionExpansionTest.-->
148   <!--UNUSED: Deleted type cs_fluidResultConstantVolumeDepletionTest.-->
149   <!--UNUSED: Deleted type cs_fluidResultContaminant.-->
150   <!--UNUSED: Deleted type cs_fluidResultCvdTestStep.-->
151   <!--UNUSED: Deleted type cs_fluidResultDataQuality.-->
152   <!--UNUSED: Deleted type cs_fluidResultDifferentialLiberationTest.-->
153   <!--UNUSED: Deleted type cs_fluidResultDifferentialLiberationTestStep.-->
154   <!--UNUSED: Deleted type cs_fluidResultJCurveTest.-->
155   <!--UNUSED: Deleted type cs_fluidResultJCurveTestStep.-->
156   <!--UNUSED: Deleted type cs_fluidResultPhaseComposition.-->
157   <!--UNUSED: Deleted type cs_fluidResultSaturationTest.-->
158   <!--UNUSED: Deleted type cs_fluidResultSaturationTestStep.-->
159   <!--UNUSED: Deleted type cs_fluidResultSeparatorTest.-->
160   <!--UNUSED: Deleted type cs_fluidResultSeparatorTestStep.-->
161   <!--UNUSED: Deleted type cs_fluidResultStockTank.-->
162   <!--UNUSED: Deleted type cs_fluidResultTransportPropertiesTest.-->
163   <!--UNUSED: Deleted type cs_fluidResultTransportTestStep.-->
164   <!--UNUSED: Deleted type cs_fluidResultVolumeReference.-->
165   <xsd:complexType name="q_cs_generalAddress">
166      <xsd:annotation>
167         <xsd:documentation>An general address structure. This form is appropriate for most countries.</xsd:documentation>
168      </xsd:annotation>
169      <xsd:sequence>
170         <xsd:element name="name" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
171            <xsd:annotation>
172               <xsd:documentation>The Name line of an address. If missing, use the Name of the business associate.</xsd:documentation>
173            </xsd:annotation>
174         </xsd:element>
175         <xsd:element name="street" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="4">
176            <xsd:annotation>
177               <xsd:documentation>The Street is a generic term for the middle lines of an address. They may be a street address, PO Box, Suite number, or any lines that come
178               between the "name" and "city" lines. This may be repeated for up to four, ordered lines.</xsd:documentation>
179               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
180            </xsd:annotation>
181         </xsd:element>
182         <xsd:element name="city" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
183            <xsd:annotation>
184               <xsd:documentation>The City for the business associate's address</xsd:documentation>
185               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
186            </xsd:annotation>
187         </xsd:element>
188         <xsd:element name="state" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
189            <xsd:annotation>
190               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
191            </xsd:annotation>
192         </xsd:element>
193         <xsd:element name="province" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
194            <xsd:annotation>
195               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
196            </xsd:annotation>
197         </xsd:element>
198         <xsd:element name="county" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
199            <xsd:annotation>
200               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
201            </xsd:annotation>
202         </xsd:element>
203         <xsd:element name="country" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
204            <xsd:annotation>
205               <xsd:documentation>The Country may be included. Although this is optional, it is probably required for most uses.</xsd:documentation>
206            </xsd:annotation>
207         </xsd:element>
208         <xsd:element name="postalCode" type="witsml:q_kindString_queryValue" minOccurs="0" maxOccurs="1">
209            <xsd:annotation>
210               <xsd:documentation>A postal code, if appropriate for the country. In the USA this would be the five or nine digit zip code.</xsd:documentation>
211            </xsd:annotation>
212         </xsd:element>
213      </xsd:sequence>
214      <xsd:attribute name="kind" type="witsml:q_AddressKindEnum_unionSEL" use="optional">
215         <xsd:annotation>
216            <xsd:documentation>The type of address: mailing, physical, or both.</xsd:documentation>
217         </xsd:annotation>
218      </xsd:attribute>
219      <xsd:attribute name="uid" type="witsml:q_uidString" use="optional">
220         <xsd:annotation>
221            <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
222            assumption as to the semantic content of this attribute. This should only be used with recurring container types (i.e., maxOccurs greater than one). The value is only
223            required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
224         </xsd:annotation>
225      </xsd:attribute>
226   </xsd:complexType>
227   <xsd:complexType name="q_cs_geographicContext">
228      <xsd:annotation>
229         <xsd:documentation>A geographic context of a report.</xsd:documentation>
230      </xsd:annotation>
231      <xsd:sequence>
232         <xsd:element name="country" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
233            <xsd:annotation>
234               <xsd:documentation>The name of the country.</xsd:documentation>
235            </xsd:annotation>
236         </xsd:element>
237         <xsd:element name="state" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
238            <xsd:annotation>
239               <xsd:documentation>The state of province within the country.</xsd:documentation>
240            </xsd:annotation>
241         </xsd:element>
242         <xsd:element name="field" type="witsml:q_nameStruct" minOccurs="0" maxOccurs="1">
243            <xsd:annotation>
244               <xsd:documentation>The name of the field within whose context the report exists.</xsd:documentation>
245            </xsd:annotation>
246         </xsd:element>
247         <xsd:element name="offshoreLocation" type="witsml:q_cs_offshoreLocation" minOccurs="0" maxOccurs="1">
248            <xsd:annotation>
249               <xsd:documentation>An offshore context.</xsd:documentation>
250            </xsd:annotation>
251         </xsd:element>
252         <xsd:element name="comment" type="witsml:q_commentString_queryValue" minOccurs="0" maxOccurs="1">
253            <xsd:annotation>
254               <xsd:documentation>An general comment that further explains the offshore location.</xsd:documentation>
255            </xsd:annotation>
256         </xsd:element>
257      </xsd:sequence>
258   </xsd:complexType>
259   <!--UNUSED: Deleted type cs_nameTag.-->
260   <xsd:complexType name="q_cs_northSeaOffshore">
261      <xsd:annotation>
262         <xsd:documentation>A type of offshore location that captures the North Sea Offshore terminology.</xsd:documentation>
263      </xsd:annotation>
264      <xsd:sequence>
265         <xsd:element name="areaName" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
266            <xsd:annotation>
267               <xsd:documentation>An optional, uncontrolled value, which may be used to describe the general area of offshore North Sea in which the point is
268               located.</xsd:documentation>
269            </xsd:annotation>
270         </xsd:element>
271         <xsd:element name="quadrant" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
272            <xsd:annotation>
273               <xsd:documentation>The number or letter of the quadrant in the North Sea.</xsd:documentation>
274               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
275            </xsd:annotation>
276         </xsd:element>
277         <xsd:element name="blockSuffix" type="witsml:q_str2_queryValue" minOccurs="0" maxOccurs="1">
278            <xsd:annotation>
279               <xsd:documentation>A lower case letter assigned if a block is subdivided.</xsd:documentation>
280            </xsd:annotation>
281         </xsd:element>
282      </xsd:sequence>
283   </xsd:complexType>
284   <xsd:complexType name="q_cs_offshoreLocation">
285      <xsd:annotation>
286         <xsd:documentation>A generic type of offshore location. This allows an offshore location to be given by an Area Name, and up to four block names. A comment is also
287         allowed.</xsd:documentation>
288      </xsd:annotation>
289      <xsd:sequence>
290         <xsd:element name="areaName" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
291            <xsd:annotation>
292               <xsd:documentation>A general meaning of Area. It may be as general as 'UK North Sea' or 'Viosca Knoll'. The user community must agree on the meaning of this
293               element.</xsd:documentation>
294            </xsd:annotation>
295         </xsd:element>
296         <xsd:element name="blockID" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="4">
297            <xsd:annotation>
298               <xsd:documentation>One to four block ID's, that can more tightly locate the object. The BlockID should be an identifying name or code. The user community must agree
299               on the exact meaning of this element.</xsd:documentation>
300               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
301            </xsd:annotation>
302         </xsd:element>
303         <xsd:element name="northSeaOffshore" type="witsml:q_cs_northSeaOffshore" minOccurs="0" maxOccurs="1">
304            <xsd:annotation>
305               <xsd:documentation>An offshore location using the North Sea Offshore terminology.</xsd:documentation>
306               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
307            </xsd:annotation>
308         </xsd:element>
309         <xsd:element name="comment" type="witsml:q_commentString_queryValue" minOccurs="0" maxOccurs="1">
310            <xsd:annotation>
311               <xsd:documentation>An general comment that further explains the offshore location.</xsd:documentation>
312            </xsd:annotation>
313         </xsd:element>
314      </xsd:sequence>
315   </xsd:complexType>
316   <xsd:complexType name="q_cs_personName">
317      <xsd:annotation>
318         <xsd:documentation>The components of a persons name.</xsd:documentation>
319      </xsd:annotation>
320      <xsd:sequence>
321         <xsd:element name="prefix" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
322            <xsd:annotation>
323               <xsd:documentation>A name prefix. Such as, Dr, Ms, Miss, Mr, etc.</xsd:documentation>
324            </xsd:annotation>
325         </xsd:element>
326         <xsd:element name="first" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
327            <xsd:annotation>
328               <xsd:documentation>The persons first name.</xsd:documentation>
329               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
330            </xsd:annotation>
331         </xsd:element>
332         <xsd:element name="middle" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
333            <xsd:annotation>
334               <xsd:documentation>The persons middle name or initial name.</xsd:documentation>
335            </xsd:annotation>
336         </xsd:element>
337         <xsd:element name="last" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="1">
338            <xsd:annotation>
339               <xsd:documentation>The persons last or given name.</xsd:documentation>
340               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
341            </xsd:annotation>
342         </xsd:element>
343         <xsd:element name="suffix" type="witsml:q_nameString_queryValue" minOccurs="0" maxOccurs="9">
344            <xsd:annotation>
345               <xsd:documentation>A name suffix. Such as Esq, Phd, etc.</xsd:documentation>
346            </xsd:annotation>
347         </xsd:element>
348      </xsd:sequence>
349   </xsd:complexType>
350   <!--UNUSED: Deleted type cs_productFlowChangeLog.-->
351   <!--UNUSED: Deleted type cs_productFlowExpectedPortProperty.-->
352   <!--UNUSED: Deleted type cs_productFlowExpectedUnitProperty.-->
353   <!--UNUSED: Deleted type cs_productFlowExternalReference.-->
354   <!--UNUSED: Deleted type cs_productFlowlExternalPort.-->
355   <!--UNUSED: Deleted type cs_productFlowNetwork.-->
356   <!--UNUSED: Deleted type cs_productFlowNetworkPlan.-->
357   <!--UNUSED: Deleted type cs_productFlowPort.-->
358   <!--UNUSED: Deleted type cs_productFlowQualifierExpected.-->
359   <!--UNUSED: Deleted type cs_productFlowUnit.-->
360   <!--UNUSED: Deleted type cs_productionOperationActivity.-->
361   <!--UNUSED: Deleted type cs_productionOperationAlarm.-->
362   <!--UNUSED: Deleted type cs_productionOperationCargoShipOperation.-->
363   <!--UNUSED: Deleted type cs_productionOperationHSE.-->
364   <!--UNUSED: Deleted type cs_productionOperationInstallationReport.-->
365   <!--UNUSED: Deleted type cs_productionOperationLostProduction.-->
366   <!--UNUSED: Deleted type cs_productionOperationMarineOperation.-->
367   <!--UNUSED: Deleted type cs_productionOperationOperationalComment.-->
368   <!--UNUSED: Deleted type cs_productionOperationSafety.-->
369   <!--UNUSED: Deleted type cs_productionOperationShutdown.-->
370   <!--UNUSED: Deleted type cs_productionOperationThirdPartyProcessing.-->
371   <!--UNUSED: Deleted type cs_productionOperationWaterCleaningQuality.-->
372   <!--UNUSED: Deleted type cs_productionOperationWeather.-->
373   <!--UNUSED: Deleted type cs_productVolumeAlert.-->
374   <!--UNUSED: Deleted type cs_productVolumeBusinessUnit.-->
375   <!--UNUSED: Deleted type cs_productVolumeBusinessSubUnit.-->
376   <!--UNUSED: Deleted type cs_productVolumeBusinessOwnershipShare.-->
377   <!--UNUSED: Deleted type cs_productVolumeBusinessAccountInfo.-->
378   <!--UNUSED: Deleted type BusinessUnitKind.-->
379   <!--UNUSED: Deleted type cs_productVolumeComponentContent.-->
380   <!--UNUSED: Deleted type cs_productVolumeFacility.-->
381   <!--UNUSED: Deleted type cs_productVolumeFlow.-->
382   <!--UNUSED: Deleted type cs_productVolumeParameterSet.-->
383   <!--UNUSED: Deleted type cs_productVolumeParameterValue.-->
384   <!--UNUSED: Deleted type cs_productVolumePeriod.-->
385   <!--UNUSED: Deleted type q_cs_productVolumePortDifference.-->
386   <!--UNUSED: Deleted type cs_productVolumeProduct.-->
387   <!--UNUSED: Deleted type cs_productVolumeRelatedFacility.-->
388   <!--UNUSED: Deleted type cs_productVolumeSalesSet.-->
389   <!--UNUSED: Deleted type cs_productVolumeSalesDetail.-->
390   <!--UNUSED: Deleted type cs_productVolumeDestination.-->
391   <!--UNUSED: Deleted type cs_productVolumeSaleEvent.-->
392   <!--UNUSED: Deleted type SaleEventKind.-->
393   <!--UNUSED: Deleted type SalesFlowPart.-->
394   <!--UNUSED: Deleted type SaleDestinationType.-->
395   <!--UNUSED: Deleted type cs_refProductFlow.-->
396   <!--UNUSED: Deleted type cs_refWellWellbore.-->
397   <!--UNUSED: Deleted type cs_refWellWellboreRig.-->
398   <!--UNUSED: Deleted type cs_relativeCoordinate.-->
399   <!--UNUSED: Deleted type q_cs_volumeValue.-->
400   <!--UNUSED: Deleted type cs_wellContext.-->
401   <!--UNUSED: Deleted type cs_wellDatum.-->
402   <!--UNUSED: Deleted type cs_wellTestBottomholeData.-->
403   <!--UNUSED: Deleted type cs_wellTestCumulative.-->
404   <!--UNUSED: Deleted type cs_wellTestFluidLevelTest.-->
405   <!--UNUSED: Deleted type cs_wellTestFluidRate.-->
406   <!--UNUSED: Deleted type cs_wellTestInjectionTestData.-->
407   <!--UNUSED: Deleted type cs_wellTestInjectionTestResults.-->
408   <!--UNUSED: Deleted type cs_wellTestInterval.-->
409   <!--UNUSED: Deleted type cs_wellTestPointData.-->
410   <!--UNUSED: Deleted type cs_wellTestProductionTestData.-->
411   <!--UNUSED: Deleted type cs_wellTestProductionTestResults.-->
412   <!--UNUSED: Deleted type cs_wellTestSeparatorData.-->
413   <!--UNUSED: Deleted type cs_wellTestTestVolume.-->
414   <!--UNUSED: Deleted type cs_wellTestWellheadData.-->
415   <!--UNUSED: Deleted type grp_commonPropertiesProductVolume.-->
416   <!--UNUSED: Deleted type grp_dtsInstalledSystem.-->
417   <!--UNUSED: Deleted type grp_dtsMeasurement.-->
418   <!--UNUSED: Deleted type grp_fluidAnalysis.-->
419   <!--UNUSED: Deleted type grp_fluidAnalysisResult.-->
420   <!--UNUSED: Deleted type grp_fluidResultCommonTestGroup.-->
421   <!--UNUSED: Deleted type grp_fluidSample.-->
422   <!--UNUSED: Deleted type grp_productFlowModel.-->
423   <!--UNUSED: Deleted type grp_productionOperation.-->
424   <!--UNUSED: Deleted type grp_productVolume.-->
425   <!--UNUSED: Deleted type grp_wellTest.-->
426   <xsd:complexType name="q_obj_report">
427      <xsd:complexContent>
428         <xsd:extension base="witsml:">
429            <xsd:sequence>
430               <xsd:element name="kind" type="witsml:q_kindString_queryValue" minOccurs="0" maxOccurs="1">
431                  <xsd:annotation>
432                     <xsd:documentation>The type of report.</xsd:documentation>
433                  </xsd:annotation>
434               </xsd:element>
435               <xsd:element name="title" type="witsml:q_nameStruct" minOccurs="0" maxOccurs="1">
436                  <xsd:annotation>
437                     <xsd:documentation>The tile of the report if different from the name of the report.</xsd:documentation>
438                  </xsd:annotation>
439               </xsd:element>
440               <xsd:element name="date" type="witsml:q_date_queryValue" minOccurs="0" maxOccurs="1">
441                  <xsd:annotation>
442                     <xsd:documentation>The date that the report represents.</xsd:documentation>
443                  </xsd:annotation>
444               </xsd:element>
445               <xsd:element name="dateEnd" type="witsml:q_date_queryValue" minOccurs="0" maxOccurs="1">
446                  <xsd:annotation>
447                     <xsd:documentation>The ending date that the report represents if it represents an interval.</xsd:documentation>
448                  </xsd:annotation>
449               </xsd:element>
450               <xsd:element name="month" type="witsml:q_month_queryValue" minOccurs="0" maxOccurs="1">
451                  <xsd:annotation>
452                     <xsd:documentation>The month that the report represents (i.e., not a date or date range).</xsd:documentation>
453                  </xsd:annotation>
454               </xsd:element>
455               <xsd:element name="year" type="witsml:q_year_queryValue" minOccurs="0" maxOccurs="1">
456                  <xsd:annotation>
457                     <xsd:documentation>The year that the report represents (i.e., not a month, date or date range).</xsd:documentation>
458                  </xsd:annotation>
459               </xsd:element>
460               <xsd:element name="comment" type="witsml:q_commentString_queryValue" minOccurs="0" maxOccurs="1">
461                  <xsd:annotation>
462                     <xsd:documentation>A textual comment about the report.</xsd:documentation>
463                  </xsd:annotation>
464               </xsd:element>
465               <xsd:element name="installation" type="witsml:q_facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
466                  <xsd:annotation>
467                     <xsd:documentation>The name of the facility which is represented by this report. The name can be qualified by a naming system. This also defines the kind of
468                     facility.</xsd:documentation>
469                  </xsd:annotation>
470               </xsd:element>
471               <xsd:element name="contextFacility" type="witsml:q_facilityIdentifierStruct" minOccurs="0" maxOccurs="unbounded">
472                  <xsd:annotation>
473                     <xsd:documentation>The name and type of a facility whose context is relevant to the represented installation.</xsd:documentation>
474                  </xsd:annotation>
475               </xsd:element>
476               <xsd:element name="operator" type="witsml:q_cs_businessAssociate" minOccurs="0" maxOccurs="1">
477                  <xsd:annotation>
478                     <xsd:documentation>The operator of the facilities in the report.</xsd:documentation>
479                  </xsd:annotation>
480               </xsd:element>
481               <xsd:element name="geographicContext" type="witsml:q_cs_geographicContext" minOccurs="0" maxOccurs="1">
482                  <xsd:annotation>
483                     <xsd:documentation>The geographic context of the report.</xsd:documentation>
484                  </xsd:annotation>
485               </xsd:element>
486               <xsd:element name="issueDate" type="witsml:q_date_queryValue" minOccurs="0" maxOccurs="1">
487                  <xsd:annotation>
488                     <xsd:documentation>The date that the report was issued.</xsd:documentation>
489                  </xsd:annotation>
490               </xsd:element>
491               <xsd:element name="issuedBy" type="witsml:q_cs_businessAssociate" minOccurs="0" maxOccurs="1">
492                  <xsd:annotation>
493                     <xsd:documentation>The person or company that issued the report. This may contain the role of the person or company within the context of the
494                     report.</xsd:documentation>
495                  </xsd:annotation>
496               </xsd:element>
497               <xsd:element name="approvalDate" type="witsml:q_date_queryValue" minOccurs="0" maxOccurs="1">
498                  <xsd:annotation>
499                     <xsd:documentation>The date that the report was approved.</xsd:documentation>
500                  </xsd:annotation>
501               </xsd:element>
502               <xsd:element name="approver" type="witsml:q_cs_businessAssociate" minOccurs="0" maxOccurs="1">
503                  <xsd:annotation>
504                     <xsd:documentation>The person or company that approved the report. This may contain the role of the person or company within the context of the
505                     report.</xsd:documentation>
506                  </xsd:annotation>
507               </xsd:element>
508               <xsd:element name="customData" type="witsml:q_cs_customData" minOccurs="0" maxOccurs="1">
509                  <xsd:annotation>
510                     <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>
511                  </xsd:annotation>
512               </xsd:element>
513            </xsd:sequence>
514         </xsd:extension>
515      </xsd:complexContent>
516   </xsd:complexType>
517   <!--UNUSED: Deleted type abstractBoolean.-->
518   <!--UNUSED: Deleted type abstractDateTime.-->
519   <xsd:simpleType name="q_abstractDate">
520      <xsd:annotation>
521         <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
522         from this type rather than using xsd:dateTime.</xsd:documentation>
523      </xsd:annotation>
524      <xsd:restriction base="xsd:date">
525         <xsd:pattern value=".+" />
526      </xsd:restriction>
527   </xsd:simpleType>
528   <!--UNUSED: Deleted type q_abstractDate_queryValue.-->
529   <!--UNUSED: Deleted type abstractYear.-->
530   <!--UNUSED: Deleted type q_abstractDouble.-->
531   <!--UNUSED: Deleted type q_abstractDouble_queryValue.-->
532   <xsd:simpleType name="q_abstractShort">
533      <xsd:annotation>
534         <xsd:documentation>This type disallows an "empty" short value. This type should not be used directly except to derive another type.</xsd:documentation>
535      </xsd:annotation>
536      <xsd:restriction base="xsd:short">
537         <xsd:pattern value=".+" />
538      </xsd:restriction>
539   </xsd:simpleType>
540   <!--UNUSED: Deleted type q_abstractShort_queryValue.-->
541   <!--UNUSED: Deleted type abstractInt.-->
542   <xsd:simpleType name="q_abstractString">
543      <xsd:annotation>
544         <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.
545         This type should not be used directly except to derive another type.</xsd:documentation>
546      </xsd:annotation>
547      <xsd:restriction base="xsd:string">
548         <xsd:whiteSpace value="collapse">
549            <xsd:annotation>
550               <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
551               trailing spaces.</xsd:documentation>
552            </xsd:annotation>
553         </xsd:whiteSpace>
554         <xsd:minLength value="0">
555            <xsd:annotation>
556               <xsd:documentation>The empty string is not allowed. This constraint conbined with the whiteSpace collapse constraint means that a blank value is not
557               allowed.</xsd:documentation>
558               <xsd:appinfo>constraints:@minLength="1",</xsd:appinfo>
559            </xsd:annotation>
560         </xsd:minLength>
561      </xsd:restriction>
562   </xsd:simpleType>
563   <!--UNUSED: Deleted type q_abstractString_queryValue.-->
564   <!--UNUSED: Deleted type q_abstractMeasure.-->
565   <xsd:simpleType name="q_abstractMaximumLengthString">
566      <xsd:annotation>
567         <xsd:documentation>This defines the maximum acceptable length of a string that can be stored in a data base.</xsd:documentation>
568      </xsd:annotation>
569      <xsd:restriction base="witsml:q_abstractString">
570         <xsd:maxLength value="4000">
571            <xsd:annotation>
572               <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
573               VARCHAR2 in Oracle 8.</xsd:documentation>
574            </xsd:annotation>
575         </xsd:maxLength>
576      </xsd:restriction>
577   </xsd:simpleType>
578   <!--UNUSED: Deleted type q_abstractMaximumLengthString_queryValue.-->
579   <!--UNUSED: Deleted type q_abstractMaximumLengthString_unionSEL.-->
580   <!--UNUSED: Deleted type abstractUncollapsedString.-->
581   <!--UNUSED: Deleted type q_abstractContextualObject.-->
582   <!--UNUSED: Deleted type abstractSingularDataObject.-->
583   <!--UNUSED: Deleted type abstractPositiveCount.-->
584   <xsd:simpleType name="q_abstractNameString">
585      <xsd:annotation>
586         <xsd:documentation>The intended abstract supertype of all user assigned human recognizable contextual name types. There should be no assumption that (interoperable)
587         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
588         by an enumeration.</xsd:documentation>
589      </xsd:annotation>
590      <xsd:restriction base="witsml:q_abstractString">
591         <xsd:maxLength value="64" />
592      </xsd:restriction>
593   </xsd:simpleType>
594   <!--UNUSED: Deleted type q_abstractNameString_queryValue.-->
595   <!--UNUSED: Deleted type q_abstractNameString_unionSEL.-->
596   <xsd:simpleType name="q_abstractUidString">
597      <xsd:annotation>
598         <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
599         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
600         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>
601      </xsd:annotation>
602      <xsd:restriction base="witsml:q_abstractString">
603         <xsd:maxLength value="64" />
604         <xsd:pattern value="[^ ]*" />
605      </xsd:restriction>
606   </xsd:simpleType>
607   <!--UNUSED: Deleted type q_abstractUidString_queryValue.-->
608   <!--UNUSED: Deleted type q_abstractUidString_unionSEL.-->
609   <xsd:simpleType name="q_abstractCommentString">
610      <xsd:annotation>
611         <xsd:documentation>The intended abstract supertype of all comments or remarks intended for human consumption. There should be no assumption that semantics can be
612         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
613         interoperable).</xsd:documentation>
614      </xsd:annotation>
615      <xsd:restriction base="witsml:q_abstractMaximumLengthString" />
616   </xsd:simpleType>
617   <!--UNUSED: Deleted type q_abstractCommentString_queryValue.-->
618   <!--UNUSED: Deleted type q_abstractCommentString_unionSEL.-->
619   <xsd:simpleType name="q_abstractTypeEnum">
620      <xsd:annotation>
621         <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.
622         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
623         future date.</xsd:documentation>
624      </xsd:annotation>
625      <xsd:restriction base="witsml:q_abstractString">
626         <xsd:maxLength value="40" />
627      </xsd:restriction>
628   </xsd:simpleType>
629   <!--UNUSED: Deleted type q_abstractTypeEnum_queryValue.-->
630   <!--UNUSED: Deleted type q_abstractTypeEnum_unionSEL.-->
631   <!--UNUSED: Deleted type q_abstractUomEnum.-->
632   <!--UNUSED: Deleted type q_abstractUomEnum_queryValue.-->
633   <!--UNUSED: Deleted type q_abstractUomEnum_unionSEL.-->
634   <!--UNUSED: Deleted type abstractNonNegativeCount.-->
635   <!--UNUSED: Deleted type ActivityClassType.-->
636   <!--UNUSED: Deleted type ActivityCode.-->
637   <xsd:simpleType name="q_AddressKindEnum">
638      <xsd:annotation>
639         <xsd:documentation>Kind of Address. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
640      </xsd:annotation>
641      <xsd:restriction base="witsml:q_abstractTypeEnum">
642         <xsd:enumeration value="mailing">
643            <xsd:annotation>
644               <xsd:documentation>The mailing address of a business associate or facility.</xsd:documentation>
645            </xsd:annotation>
646         </xsd:enumeration>
647         <xsd:enumeration value="physical">
648            <xsd:annotation>
649               <xsd:documentation>The physical address - location - of a business associate or facility.</xsd:documentation>
650            </xsd:annotation>
651         </xsd:enumeration>
652         <xsd:enumeration value="both">
653            <xsd:annotation>
654               <xsd:documentation>Both the mailing address and the physical address.</xsd:documentation>
655            </xsd:annotation>
656         </xsd:enumeration>
657         <xsd:enumeration value="unknown">
658            <xsd:annotation>
659               <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
660               value. Use of this value may result in rejection in some situations.</xsd:documentation>
661            </xsd:annotation>
662         </xsd:enumeration>
663      </xsd:restriction>
664   </xsd:simpleType>
665   <!--UNUSED: Deleted type q_AddressKindEnum_queryValue.-->
666   <xsd:simpleType name="q_AddressKindEnum_unionSEL">
667      <xsd:union memberTypes="witsml:q_AddressKindEnum witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
668   </xsd:simpleType>
669   <xsd:simpleType name="q_AddressQualifier">
670      <xsd:annotation>
671         <xsd:documentation>What kind of email (or phone) is this? Is it a work phone? Or personal? Or is a permanent one? The list of standard values is contained in the PRODML
672         enumValues.xml file.</xsd:documentation>
673      </xsd:annotation>
674      <xsd:restriction base="witsml:q_abstractTypeEnum">
675         <xsd:enumeration value="personal">
676            <xsd:annotation>
677               <xsd:documentation>The phone number or email address is personal, and can probably be received at the business associates home.</xsd:documentation>
678            </xsd:annotation>
679         </xsd:enumeration>
680         <xsd:enumeration value="work">
681            <xsd:annotation>
682               <xsd:documentation>The phone number or email is a work number, which is subject to change if the business associate changes jobs.</xsd:documentation>
683            </xsd:annotation>
684         </xsd:enumeration>
685         <xsd:enumeration value="permanent">
686            <xsd:annotation>
687               <xsd:documentation>The phone number or email is permanent, which will still be valid if the person changes home or work locations.</xsd:documentation>
688            </xsd:annotation>
689         </xsd:enumeration>
690         <xsd:enumeration value="unknown">
691            <xsd:annotation>
692               <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
693               value. Use of this value may result in rejection in some situations.</xsd:documentation>
694            </xsd:annotation>
695         </xsd:enumeration>
696      </xsd:restriction>
697   </xsd:simpleType>
698   <!--UNUSED: Deleted type q_AddressQualifier_queryValue.-->
699   <xsd:simpleType name="q_AddressQualifier_unionSEL">
700      <xsd:union memberTypes="witsml:q_AddressQualifier witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
701   </xsd:simpleType>
702   <!--UNUSED: Deleted type AziRef.-->
703   <!--UNUSED: Deleted type ArrayElementDataType.-->
704   <!--UNUSED: Deleted type BearingType.-->
705   <!--UNUSED: Deleted type BitDullCode.-->
706   <!--UNUSED: Deleted type BitReasonPulled.-->
707   <!--UNUSED: Deleted type BitType.-->
708   <!--UNUSED: Deleted type BhaStatus.-->
709   <!--UNUSED: Deleted type BladeShapeType.-->
710   <!--UNUSED: Deleted type BladeType.-->
711   <!--UNUSED: Deleted type BopType.-->
712   <!--UNUSED: Deleted type BoxPinConfig.-->
713   <!--UNUSED: Deleted type CalculationMethod.-->
714   <!--UNUSED: Deleted type CementJobType.-->
715   <!--UNUSED: Deleted type ConnectionPosition.-->
716   <xsd:simpleType name="q_ContactPreference">
717      <xsd:annotation>
718         <xsd:documentation>The preferred method of contacting a business associate. The list of standard values is contained in the PRODML enumValues.xml
719         file.</xsd:documentation>
720      </xsd:annotation>
721      <xsd:restriction base="witsml:q_abstractTypeEnum">
722         <xsd:enumeration value="business mail">
723            <xsd:annotation>
724               <xsd:documentation>Postal mail at the business address.</xsd:documentation>
725            </xsd:annotation>
726         </xsd:enumeration>
727         <xsd:enumeration value="business fax">
728            <xsd:annotation>
729               <xsd:documentation>Business fax.</xsd:documentation>
730            </xsd:annotation>
731         </xsd:enumeration>
732         <xsd:enumeration value="business email">
733            <xsd:annotation>
734               <xsd:documentation>Business email.</xsd:documentation>
735            </xsd:annotation>
736         </xsd:enumeration>
737         <xsd:enumeration value="business mail">
738            <xsd:annotation>
739               <xsd:documentation>Postal mail at the business address.</xsd:documentation>
740            </xsd:annotation>
741         </xsd:enumeration>
742         <xsd:enumeration value="business phone">
743            <xsd:annotation>
744               <xsd:documentation>Business voice phone.</xsd:documentation>
745            </xsd:annotation>
746         </xsd:enumeration>
747         <xsd:enumeration value="mobile">
748            <xsd:annotation>
749               <xsd:documentation>Mobile phone.</xsd:documentation>
750            </xsd:annotation>
751         </xsd:enumeration>
752         <xsd:enumeration value="pager">
753            <xsd:annotation>
754               <xsd:documentation>Pager.</xsd:documentation>
755            </xsd:annotation>
756         </xsd:enumeration>
757         <xsd:enumeration value="personal fax">
758            <xsd:annotation>
759               <xsd:documentation>Personal fax.</xsd:documentation>
760            </xsd:annotation>
761         </xsd:enumeration>
762         <xsd:enumeration value="personal email">
763            <xsd:annotation>
764               <xsd:documentation>Personal email.</xsd:documentation>
765            </xsd:annotation>
766         </xsd:enumeration>
767         <xsd:enumeration value="personal mail">
768            <xsd:annotation>
769               <xsd:documentation>Postal mail at the personal address.</xsd:documentation>
770            </xsd:annotation>
771         </xsd:enumeration>
772         <xsd:enumeration value="personal phone">
773            <xsd:annotation>
774               <xsd:documentation>Personal voice phone.</xsd:documentation>
775            </xsd:annotation>
776         </xsd:enumeration>
777         <xsd:enumeration value="unknown">
778            <xsd:annotation>
779               <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
780               value. Use of this value may result in rejection in some situations.</xsd:documentation>
781            </xsd:annotation>
782         </xsd:enumeration>
783      </xsd:restriction>
784   </xsd:simpleType>
785   <xsd:complexType name="q_ContactPreference_queryValue">
786      <xsd:attribute name="queryValue" type="witsml:q_ContactPreference_unionSEL" />
787   </xsd:complexType>
788   <xsd:simpleType name="q_ContactPreference_unionSEL">
789      <xsd:union memberTypes="witsml:q_ContactPreference witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
790   </xsd:simpleType>
791   <!--UNUSED: Deleted type DeflectionMethod.-->
792   <!--UNUSED: Deleted type DerrickType.-->
793   <!--UNUSED: Deleted type DrawWorksType.-->
794   <!--UNUSED: Deleted type DriveType.-->
795   <!--UNUSED: Deleted type ElevCodeEnum.-->
796   <!--UNUSED: Deleted type Ellipsoid.-->
797   <!--UNUSED: Deleted type EndpointQualifier.-->
798   <!--UNUSED: Deleted type FacilityParameter.-->
799   <!--UNUSED: Deleted type FiberMode.-->
800   <!--UNUSED: Deleted type FlowQualifier.-->
801   <!--UNUSED: Deleted type FlowSubQualifier.-->
802   <!--UNUSED: Deleted type GasPeakType.-->
803   <!--UNUSED: Deleted type GeodeticDatum.-->
804   <!--UNUSED: Deleted type Hemispheres.-->
805   <!--UNUSED: Deleted type HoleCasingType.-->
806   <!--UNUSED: Deleted type HoleOpenerType.-->
807   <!--UNUSED: Deleted type InjectionFluid.-->
808   <!--UNUSED: Deleted type IntervalMethod.-->
809   <!--UNUSED: Deleted type IntervalType.-->
810   <!--UNUSED: Deleted type ItemState.-->
811   <!--UNUSED: Deleted type InstalledFiberPoint.-->
812   <!--UNUSED: Deleted type JarType.-->
813   <!--UNUSED: Deleted type JarAction.-->
814   <!--UNUSED: Deleted type LithologySource.-->
815   <!--UNUSED: Deleted type LithologyType.-->
816   <!--UNUSED: Deleted type LogDataType.-->
817   <!--UNUSED: Deleted type LogIndexDirection.-->
818   <!--UNUSED: Deleted type LogIndexType.-->
819   <!--UNUSED: Deleted type LogTraceOrigin.-->
820   <!--UNUSED: Deleted type LogTraceState.-->
821   <!--UNUSED: Deleted type MaterialType.-->
822   <!--UNUSED: Deleted type MeasureClass.-->
823   <!--UNUSED: Deleted type MeasurementType.-->
824   <!--UNUSED: Deleted type MessageProbability.-->
825   <!--UNUSED: Deleted type MessageSeverity.-->
826   <!--UNUSED: Deleted type MessageType.-->
827   <!--UNUSED: Deleted type MudLogParameterType.-->
828   <!--UNUSED: Deleted type NADTypes.-->
829   <!--UNUSED: Deleted type NameTagLocation.-->
830   <!--UNUSED: Deleted type NameTagNumberingScheme.-->
831   <!--UNUSED: Deleted type NameTagTechnology.-->
832   <!--UNUSED: Deleted type NozzleType.-->
833   <!--UNUSED: Deleted type OTDRReason.-->
834   <xsd:simpleType name="q_PhoneType">
835      <xsd:annotation>
836         <xsd:documentation>One method of characterizing a phone number. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
837      </xsd:annotation>
838      <xsd:restriction base="witsml:q_abstractTypeEnum">
839         <xsd:enumeration value="voice">
840            <xsd:annotation>
841               <xsd:documentation>The telephone number is a conventional number which is used for voice contact.</xsd:documentation>
842            </xsd:annotation>
843         </xsd:enumeration>
844         <xsd:enumeration value="fax">
845            <xsd:annotation>
846               <xsd:documentation>The telephone number is exclusively used for receiving faxes.</xsd:documentation>
847            </xsd:annotation>
848         </xsd:enumeration>
849         <xsd:enumeration value="mobile">
850            <xsd:annotation>
851               <xsd:documentation>The telephone number is a mobile telephone, such as a cell phone.</xsd:documentation>
852            </xsd:annotation>
853         </xsd:enumeration>
854         <xsd:enumeration value="voice/fax">
855            <xsd:annotation>
856               <xsd:documentation>The telephone at this number is capable of voice communication and of receiving faxes.</xsd:documentation>
857            </xsd:annotation>
858         </xsd:enumeration>
859         <xsd:enumeration value="voicemail">
860            <xsd:annotation>
861               <xsd:documentation>The telephone is connected directly to voice mail. A voice phone may lead a caller to voice mail. However this choice qualifies the phone type as
862               being only voice mail.</xsd:documentation>
863            </xsd:annotation>
864         </xsd:enumeration>
865         <xsd:enumeration value="pager">
866            <xsd:annotation>
867               <xsd:documentation>The telephone is intended only for pages.</xsd:documentation>
868            </xsd:annotation>
869         </xsd:enumeration>
870         <xsd:enumeration value="unknown">
871            <xsd:annotation>
872               <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
873               value. Use of this value may result in rejection in some situations.</xsd:documentation>
874            </xsd:annotation>
875         </xsd:enumeration>
876      </xsd:restriction>
877   </xsd:simpleType>
878   <!--UNUSED: Deleted type q_PhoneType_queryValue.-->
879   <xsd:simpleType name="q_PhoneType_unionSEL">
880      <xsd:union memberTypes="witsml:q_PhoneType witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
881   </xsd:simpleType>
882   <!--UNUSED: Deleted type PitType.-->
883   <!--UNUSED: Deleted type ProductFlowPortType.-->
884   <!--UNUSED: Deleted type Projection.-->
885   <!--UNUSED: Deleted type ProjectionVariantsObliqueMercator.-->
886   <!--UNUSED: Deleted type PumpType.-->
887   <!--UNUSED: Deleted type PumpOpType.-->
888   <!--UNUSED: Deleted type QualifierType.-->
889   <!--UNUSED: Deleted type RealtimeData.-->
890   <xsd:simpleType name="q_ReportingFacility">
891      <xsd:annotation>
892         <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>
893      </xsd:annotation>
894      <xsd:restriction base="witsml:q_abstractTypeEnum">
895         <xsd:enumeration value="block valve">
896            <xsd:annotation>
897               <xsd:documentation>A single block valve.</xsd:documentation>
898            </xsd:annotation>
899         </xsd:enumeration>
900         <xsd:enumeration value="bottomhole">
901            <xsd:annotation>
902               <xsd:documentation>A single bottomhole.</xsd:documentation>
903            </xsd:annotation>
904         </xsd:enumeration>
905         <xsd:enumeration value="choke">
906            <xsd:annotation>
907               <xsd:documentation>A single choke.</xsd:documentation>
908            </xsd:annotation>
909         </xsd:enumeration>
910         <xsd:enumeration value="cluster">
911            <xsd:annotation>
912               <xsd:documentation>A single cluster.</xsd:documentation>
913            </xsd:annotation>
914         </xsd:enumeration>
915         <xsd:enumeration value="completion">
916            <xsd:annotation>
917               <xsd:documentation>A single completion.</xsd:documentation>
918            </xsd:annotation>
919         </xsd:enumeration>
920         <xsd:enumeration value="compressor">
921            <xsd:annotation>
922               <xsd:documentation>A single compressor.</xsd:documentation>
923            </xsd:annotation>
924         </xsd:enumeration>
925         <xsd:enumeration value="controller">
926            <xsd:annotation>
927               <xsd:documentation>A single lift gas controller.</xsd:documentation>
928            </xsd:annotation>
929         </xsd:enumeration>
930         <xsd:enumeration value="controller -- lift">
931            <xsd:annotation>
932               <xsd:documentation>DEPRECATED: use "controller" instead.</xsd:documentation>
933            </xsd:annotation>
934         </xsd:enumeration>
935         <xsd:enumeration value="county">
936            <xsd:annotation>
937               <xsd:documentation>A single county.</xsd:documentation>
938            </xsd:annotation>
939         </xsd:enumeration>
940         <xsd:enumeration value="country">
941            <xsd:annotation>
942               <xsd:documentation>A single country.</xsd:documentation>
943            </xsd:annotation>
944         </xsd:enumeration>
945         <xsd:enumeration value="field">
946            <xsd:annotation>
947               <xsd:documentation>A single field.</xsd:documentation>
948            </xsd:annotation>
949         </xsd:enumeration>
950         <xsd:enumeration value="flowline">
951            <xsd:annotation>
952               <xsd:documentation>A single flowline.</xsd:documentation>
953            </xsd:annotation>
954         </xsd:enumeration>
955         <xsd:enumeration value="flow meter">
956            <xsd:annotation>
957               <xsd:documentation>A single flow meter.</xsd:documentation>
958            </xsd:annotation>
959         </xsd:enumeration>
960         <xsd:enumeration value="lease">
961            <xsd:annotation>
962               <xsd:documentation>A single lease.</xsd:documentation>
963            </xsd:annotation>
964         </xsd:enumeration>
965         <xsd:enumeration value="manifold">
966            <xsd:annotation>
967               <xsd:documentation>A single manifold.</xsd:documentation>
968            </xsd:annotation>
969         </xsd:enumeration>
970         <xsd:enumeration value="platform">
971            <xsd:annotation>
972               <xsd:documentation>A single platform.</xsd:documentation>
973            </xsd:annotation>
974         </xsd:enumeration>
975         <xsd:enumeration value="pressure meter">
976            <xsd:annotation>
977               <xsd:documentation>A single pressure meter. Note that this represents the device and not the sensor itself.</xsd:documentation>
978            </xsd:annotation>
979         </xsd:enumeration>
980         <xsd:enumeration value="processing facility">
981            <xsd:annotation>
982               <xsd:documentation>A single production processing facility.</xsd:documentation>
983            </xsd:annotation>
984         </xsd:enumeration>
985         <xsd:enumeration value="regulating valve">
986            <xsd:annotation>
987               <xsd:documentation>A single regulating valve.</xsd:documentation>
988            </xsd:annotation>
989         </xsd:enumeration>
990         <xsd:enumeration value="reservoir">
991            <xsd:annotation>
992               <xsd:documentation>A single reservoir.</xsd:documentation>
993            </xsd:annotation>
994         </xsd:enumeration>
995         <xsd:enumeration value="separator">
996            <xsd:annotation>
997               <xsd:documentation>A single separator.</xsd:documentation>
998            </xsd:annotation>
999         </xsd:enumeration>
1000         <xsd:enumeration value="sleeve valve">
1001            <xsd:annotation>
1002               <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
1003               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
1004               reverse would be true.</xsd:documentation>
1005            </xsd:annotation>
1006         </xsd:enumeration>
1007         <xsd:enumeration value="state">
1008            <xsd:annotation>
1009               <xsd:documentation>A single state or province.</xsd:documentation>
1010            </xsd:annotation>
1011         </xsd:enumeration>
1012         <xsd:enumeration value="tank">
1013            <xsd:annotation>
1014               <xsd:documentation>A single tank.</xsd:documentation>
1015            </xsd:annotation>
1016         </xsd:enumeration>
1017         <xsd:enumeration value="temperature meter">
1018            <xsd:annotation>
1019               <xsd:documentation>A single temperature meter. Note that this represents the device and not the sensor itself.</xsd:documentation>
1020            </xsd:annotation>
1021         </xsd:enumeration>
1022         <xsd:enumeration value="template">
1023            <xsd:annotation>
1024               <xsd:documentation>A single template.</xsd:documentation>
1025            </xsd:annotation>
1026         </xsd:enumeration>
1027         <xsd:enumeration value="trunkline">
1028            <xsd:annotation>
1029               <xsd:documentation>A single trunkline.</xsd:documentation>
1030            </xsd:annotation>
1031         </xsd:enumeration>
1032         <xsd:enumeration value="tubing head">
1033            <xsd:annotation>
1034               <xsd:documentation>A single tubing head within a wellhead.</xsd:documentation>
1035            </xsd:annotation>
1036         </xsd:enumeration>
1037         <xsd:enumeration value="well group">
1038            <xsd:annotation>
1039               <xsd:documentation>A single named group of wells.</xsd:documentation>
1040            </xsd:annotation>
1041         </xsd:enumeration>
1042         <xsd:enumeration value="well">
1043            <xsd:annotation>
1044               <xsd:documentation>A single well, possibly with many wellbores (sidetracks).</xsd:documentation>
1045            </xsd:annotation>
1046         </xsd:enumeration>
1047         <xsd:enumeration value="wellbore">
1048            <xsd:annotation>
1049               <xsd:documentation>A single wellbore (sidetrack) within a well.</xsd:documentation>
1050            </xsd:annotation>
1051         </xsd:enumeration>
1052         <xsd:enumeration value="wellhead">
1053            <xsd:annotation>
1054               <xsd:documentation>A single wellhead for one well. See also "tubing head".</xsd:documentation>
1055            </xsd:annotation>
1056         </xsd:enumeration>
1057         <xsd:enumeration value="zone">
1058            <xsd:annotation>
1059               <xsd:documentation>A single zone.</xsd:documentation>
1060            </xsd:annotation>
1061         </xsd:enumeration>
1062         <xsd:enumeration value="unknown">
1063            <xsd:annotation>
1064               <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
1065               value. Use of this value may result in rejection in some situations.</xsd:documentation>
1066            </xsd:annotation>
1067         </xsd:enumeration>
1068         <xsd:enumeration value="commercial entity">
1069            <xsd:annotation>
1070               <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
1071               composite.</xsd:documentation>
1072            </xsd:annotation>
1073         </xsd:enumeration>
1074         <xsd:enumeration value="company">
1075            <xsd:annotation>
1076               <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
1077            </xsd:annotation>
1078         </xsd:enumeration>
1079         <xsd:enumeration value="field - area">
1080            <xsd:annotation>
1081               <xsd:documentation>A ground that is an area above an oilfield.</xsd:documentation>
1082            </xsd:annotation>
1083         </xsd:enumeration>
1084         <xsd:enumeration value="field - group">
1085            <xsd:annotation>
1086               <xsd:documentation>An area concept that is a grouping of two or more selcted petroleum fields for commercial reasons or other purposes.</xsd:documentation>
1087            </xsd:annotation>
1088         </xsd:enumeration>
1089         <xsd:enumeration value="field - part">
1090            <xsd:annotation>
1091               <xsd:documentation>An area concept that is an area that forms part of a petroleum field.</xsd:documentation>
1092            </xsd:annotation>
1093         </xsd:enumeration>
1094         <xsd:enumeration value="formation">
1095            <xsd:annotation>
1096               <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
1097            </xsd:annotation>
1098         </xsd:enumeration>
1099         <xsd:enumeration value="installation">
1100            <xsd:annotation>
1101               <xsd:documentation>A physical object that is an appliance involved in the extraction, production, transportation or storage of oil or gas.</xsd:documentation>
1102            </xsd:annotation>
1103         </xsd:enumeration>
1104         <xsd:enumeration value="licence">
1105            <xsd:annotation>
1106               <xsd:documentation>A regulatory agreement that gives the licensees excluding rights to investigate, explore and recover petroleum deposits within the geographical
1107               area and timeperiode stated in the agreement.</xsd:documentation>
1108            </xsd:annotation>
1109         </xsd:enumeration>
1110         <xsd:enumeration value="pipeline">
1111            <xsd:annotation>
1112               <xsd:documentation>A fluid conductor that consists of pipe, possibly also including pumps, valves, and control devices, intended for conveying liquids, gases, or
1113               finely divided solids.</xsd:documentation>
1114            </xsd:annotation>
1115         </xsd:enumeration>
1116         <xsd:enumeration value="storage">
1117            <xsd:annotation>
1118               <xsd:documentation>A system for the storage of gaseous, liquid and solid products.</xsd:documentation>
1119            </xsd:annotation>
1120         </xsd:enumeration>
1121         <xsd:enumeration value="terminal">
1122            <xsd:annotation>
1123               <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
1124               transported to end users or further storage facilities.</xsd:documentation>
1125            </xsd:annotation>
1126         </xsd:enumeration>
1127      </xsd:restriction>
1128   </xsd:simpleType>
1129   <!--UNUSED: Deleted type q_ReportingFacility_queryValue.-->
1130   <xsd:simpleType name="q_ReportingFacility_unionSEL">
1131      <xsd:union memberTypes="witsml:q_ReportingFacility witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
1132   </xsd:simpleType>
1133   <!--UNUSED: Deleted type ReportingFlow.-->
1134   <!--UNUSED: Deleted type ReportingPeriod.-->
1135   <!--UNUSED: Deleted type ReportingProduct.-->
1136   <!--UNUSED: Deleted type ReportingProperty.-->
1137   <!--UNUSED: Deleted type RigType.-->
1138   <!--UNUSED: Deleted type RiskAffectedPersonnel.-->
1139   <!--UNUSED: Deleted type RiskCategory.-->
1140   <!--UNUSED: Deleted type RiskSubCategory.-->
1141   <!--UNUSED: Deleted type RiskType.-->
1142   <!--UNUSED: Deleted type ScrType.-->
1143   <!--UNUSED: Deleted type ShowFluorescence.-->
1144   <!--UNUSED: Deleted type ShowLevel.-->
1145   <!--UNUSED: Deleted type ShowRating.-->
1146   <!--UNUSED: Deleted type ShowSpeed.-->
1147   <!--UNUSED: Deleted type StandardTempPress.-->
1148   <!--UNUSED: Deleted type SupportCraft.-->
1149   <!--UNUSED: Deleted type SurfEquipType.-->
1150   <!--UNUSED: Deleted type TargetCategory.-->
1151   <!--UNUSED: Deleted type TargetScope.-->
1152   <!--UNUSED: Deleted type TargetSectionScope.-->
1153   <!--UNUSED: Deleted type TestReason.-->
1154   <!--UNUSED: Deleted type TrajStationStatus.-->
1155   <!--UNUSED: Deleted type TrajStationType.-->
1156   <!--UNUSED: Deleted type TubularAssembly.-->
1157   <!--UNUSED: Deleted type TubularComponent.-->
1158   <!--UNUSED: Deleted type TypeSurveyTool.-->
1159   <!--UNUSED: Deleted type q_ValueStatus.-->
1160   <!--UNUSED: Deleted type q_ValueStatus_queryValue.-->
1161   <!--UNUSED: Deleted type q_ValueStatus_unionSEL.-->
1162   <!--UNUSED: Deleted type WellDirection.-->
1163   <!--UNUSED: Deleted type WellFluid.-->
1164   <!--UNUSED: Deleted type WellboreShape.-->
1165   <!--UNUSED: Deleted type WellboreType.-->
1166   <!--UNUSED: Deleted type WellPurpose.-->
1167   <!--UNUSED: Deleted type WellStatus.-->
1168   <!--UNUSED: Deleted type CrewType.-->
1169   <!--UNUSED: Deleted type OperationKind.-->
1170   <!--UNUSED: Deleted type ReasonLost.-->
1171   <!--UNUSED: Deleted type SafetyType.-->
1172   <!--UNUSED: Deleted type VolumeReferenceKind.-->
1173   <!--UNUSED: Deleted type DataQuality.-->
1174   <!--UNUSED: Deleted type FluidAnalysisKind.-->
1175   <!--UNUSED: Deleted type FluidComponent.-->
1176   <!--UNUSED: Deleted type FluidSampleTestAcquisition.-->
1177   <!--UNUSED: Deleted type FluidComponentKind.-->
1178   <!--UNUSED: Deleted type FluidContaminant.-->
1179   <!--UNUSED: Deleted type FluidSampleKind.-->
1180   <!--UNUSED: Deleted type ReservoirFluidKind.-->
1181   <!--UNUSED: Deleted type EosModelKind.-->
1182   <!--UNUSED: Deleted type generalMeasureType.-->
1183   <!--UNUSED: Deleted type temperatureSlopeMeasure.-->
1184   <!--UNUSED: Deleted type typeOptionalClassString.-->
1185   <!--UNUSED: Deleted type endpointQualifiedDateTime.-->
1186   <!--UNUSED: Deleted type endpointQualifiedDate.-->
1187   <xsd:complexType name="q_emailQualifierStruct">
1188      <xsd:annotation>
1189         <xsd:documentation>An email address with an attribute, used to "qualify" an email as personal, work, or permanent.</xsd:documentation>
1190      </xsd:annotation>
1191      <xsd:attribute name="queryValue" type="witsml:q_abstractTypeEnum">
1192         <xsd:annotation>
1193            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
1194         </xsd:annotation>
1195      </xsd:attribute>
1196      <xsd:attribute name="qualifier" type="witsml:q_AddressQualifier_unionSEL" use="optional" />
1197   </xsd:complexType>
1198   <xsd:complexType name="q_facilityIdentifierStruct">
1199      <xsd:annotation>
1200         <xsd:documentation>Identifies a facility.</xsd:documentation>
1201      </xsd:annotation>
1202      <xsd:attribute name="queryValue" type="witsml:q_abstractNameString">
1203         <xsd:annotation>
1204            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
1205         </xsd:annotation>
1206      </xsd:attribute>
1207      <xsd:attribute name="kind" type="witsml:q_ReportingFacility_unionSEL" use="optional">
1208         <xsd:annotation>
1209            <xsd:documentation>The kind of facility.</xsd:documentation>
1210         </xsd:annotation>
1211      </xsd:attribute>
1212      <xsd:attribute name="namingSystem" type="witsml:q_nameString" use="optional">
1213         <xsd:annotation>
1214            <xsd:documentation>The naming system within which the name is unique. For example, API or NPD.</xsd:documentation>
1215         </xsd:annotation>
1216      </xsd:attribute>
1217      <xsd:attribute name="uidRef" type="witsml:q_uidString" use="optional">
1218         <xsd:annotation>
1219            <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
1220            instance.</xsd:documentation>
1221         </xsd:annotation>
1222      </xsd:attribute>
1223   </xsd:complexType>
1224   <xsd:complexType name="q_phoneNumberStruct">
1225      <xsd:annotation>
1226         <xsd:documentation>A phone number with two attributes, used to "type" and "qualify" a phone number. The type would carry information such as fax, modem, voice, and the
1227         qualifier would carry information such as home or office.</xsd:documentation>
1228      </xsd:annotation>
1229      <xsd:attribute name="queryValue" type="witsml:q_abstractTypeEnum">
1230         <xsd:annotation>
1231            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
1232         </xsd:annotation>
1233      </xsd:attribute>
1234      <xsd:attribute name="type" type="witsml:q_PhoneType_unionSEL" use="optional">
1235         <xsd:annotation>
1236            <xsd:documentation>The kind of phone such as voice or fax.</xsd:documentation>
1237            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
1238         </xsd:annotation>
1239      </xsd:attribute>
1240      <xsd:attribute name="qualifier" type="witsml:q_AddressQualifier_unionSEL" use="optional">
1241         <xsd:annotation>
1242            <xsd:documentation>Indicates whether the number is personal, business or both.</xsd:documentation>
1243         </xsd:annotation>
1244      </xsd:attribute>
1245      <xsd:attribute name="extension" type="witsml:q_kindString" use="optional">
1246         <xsd:annotation>
1247            <xsd:documentation>The phone number extension.</xsd:documentation>
1248         </xsd:annotation>
1249      </xsd:attribute>
1250   </xsd:complexType>
1251   <!--UNUSED: Deleted type logicalBoolean.-->
1252   <xsd:simpleType name="q_date">
1253      <xsd:annotation>
1254         <xsd:documentation>A julian date.</xsd:documentation>
1255      </xsd:annotation>
1256      <xsd:restriction base="witsml:q_abstractDate" />
1257   </xsd:simpleType>
1258   <xsd:complexType name="q_date_queryValue">
1259      <xsd:attribute name="queryValue" type="witsml:q_date" />
1260   </xsd:complexType>
1261   <xsd:simpleType name="q_month">
1262      <xsd:annotation>
1263         <xsd:documentation>A month of a year.</xsd:documentation>
1264      </xsd:annotation>
1265      <xsd:restriction base="xsd:gYearMonth" />
1266   </xsd:simpleType>
1267   <xsd:complexType name="q_month_queryValue">
1268      <xsd:attribute name="queryValue" type="witsml:q_month" />
1269   </xsd:complexType>
1270   <xsd:simpleType name="q_year">
1271      <xsd:annotation>
1272         <xsd:documentation>A gregorian year.</xsd:documentation>
1273      </xsd:annotation>
1274      <xsd:restriction base="xsd:gYear" />
1275   </xsd:simpleType>
1276   <xsd:complexType name="q_year_queryValue">
1277      <xsd:attribute name="queryValue" type="witsml:q_year" />
1278   </xsd:complexType>
1279   <!--UNUSED: Deleted type timestamp.-->
1280   <!--UNUSED: Deleted type timeZone.-->
1281   <!--UNUSED: Deleted type calendarYear.-->
1282   <!--UNUSED: Deleted type yAxisAzimuth.-->
1283   <!--UNUSED: Deleted type nonNegativeFraction.-->
1284   <!--UNUSED: Deleted type q_unitlessQuantity.-->
1285   <!--UNUSED: Deleted type genericMeasure.-->
1286   <!--UNUSED: Deleted type indexCurve.-->
1287   <!--UNUSED: Deleted type ratioGenericMeasure.-->
1288   <!--UNUSED: Deleted type listOfString.-->
1289   <!--UNUSED: Deleted type listOfDouble.-->
1290   <xsd:complexType name="q_refNameString">
1291      <xsd:annotation>
1292         <xsd:documentation>A reference to a name in another node of the xml hierachy. This value represents a foreign key from one element to another.</xsd:documentation>
1293      </xsd:annotation>
1294      <xsd:attribute name="queryValue" type="witsml:q_abstractNameString">
1295         <xsd:annotation>
1296            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
1297         </xsd:annotation>
1298      </xsd:attribute>
1299      <xsd:attribute name="uidRef" type="witsml:q_refString" use="optional">
1300         <xsd:annotation>
1301            <xsd:documentation>A reference to the unique identifier (uid attribute) in the node referenced by the name value. This attribute is required within the context of a
1302            WITSML server.</xsd:documentation>
1303         </xsd:annotation>
1304      </xsd:attribute>
1305   </xsd:complexType>
1306   <!--UNUSED: Deleted type refObjectString.-->
1307   <!--UNUSED: Deleted type refPositiveCount.-->
1308   <!--UNUSED: Deleted type refWellDatum.-->
1309   <xsd:simpleType name="q_nameString">
1310      <xsd:annotation>
1311         <xsd:documentation>A user assigned human recognizable contextual name of something. There should be no assumption that (interoperable) semantic information will be
1312         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
1313         enumeration.</xsd:documentation>
1314      </xsd:annotation>
1315      <xsd:restriction base="witsml:q_abstractNameString" />
1316   </xsd:simpleType>
1317   <xsd:complexType name="q_nameString_queryValue">
1318      <xsd:attribute name="queryValue" type="witsml:q_nameString_unionSEL" />
1319   </xsd:complexType>
1320   <xsd:simpleType name="q_nameString_unionSEL">
1321      <xsd:union memberTypes="witsml:q_nameString witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
1322   </xsd:simpleType>
1323   <xsd:simpleType name="q_commentString">
1324      <xsd:annotation>
1325         <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.
1326         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>
1327      </xsd:annotation>
1328      <xsd:restriction base="witsml:q_abstractCommentString" />
1329   </xsd:simpleType>
1330   <xsd:complexType name="q_commentString_queryValue">
1331      <xsd:attribute name="queryValue" type="witsml:q_commentString_unionSEL" />
1332   </xsd:complexType>
1333   <xsd:simpleType name="q_commentString_unionSEL">
1334      <xsd:union memberTypes="witsml:q_commentString witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
1335   </xsd:simpleType>
1336   <!--UNUSED: Deleted type descriptionString.-->
1337   <!--UNUSED: Deleted type shortDescriptionString.-->
1338   <!--UNUSED: Deleted type encodedArrayString.-->
1339   <!--UNUSED: Deleted type encodedValueString.-->
1340   <xsd:simpleType name="q_kindString">
1341      <xsd:annotation>
1342         <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
1343         enumerated list.</xsd:documentation>
1344      </xsd:annotation>
1345      <xsd:restriction base="witsml:q_abstractTypeEnum" />
1346   </xsd:simpleType>
1347   <xsd:complexType name="q_kindString_queryValue">
1348      <xsd:attribute name="queryValue" type="witsml:q_kindString_unionSEL" />
1349   </xsd:complexType>
1350   <xsd:simpleType name="q_kindString_unionSEL">
1351      <xsd:union memberTypes="witsml:q_kindString witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
1352   </xsd:simpleType>
1353   <!--UNUSED: Deleted type uomString.-->
1354   <xsd:simpleType name="q_uidString">
1355      <xsd:annotation>
1356         <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
1357         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
1358         value unless enforced by the source of the document (e.g., a document server).</xsd:documentation>
1359      </xsd:annotation>
1360      <xsd:restriction base="witsml:q_abstractUidString" />
1361   </xsd:simpleType>
1362   <!--UNUSED: Deleted type q_uidString_queryValue.-->
1363   <!--UNUSED: Deleted type q_uidString_unionSEL.-->
1364   <xsd:simpleType name="q_refString">
1365      <xsd:annotation>
1366         <xsd:documentation>A reference to the unique identifier of another element. This value represents a foreign key from one element to another. The value should match the
1367         value of an attribute of type uidString.</xsd:documentation>
1368      </xsd:annotation>
1369      <xsd:restriction base="witsml:q_abstractUidString" />
1370   </xsd:simpleType>
1371   <!--UNUSED: Deleted type q_refString_queryValue.-->
1372   <!--UNUSED: Deleted type q_refString_unionSEL.-->
1373   <!--UNUSED: Deleted type schemaVersionString.-->
1374   <xsd:complexType name="q_nameStruct">
1375      <xsd:annotation>
1376         <xsd:documentation>The name of something within a naming system.</xsd:documentation>
1377      </xsd:annotation>
1378      <xsd:attribute name="queryValue" type="witsml:q_abstractNameString">
1379         <xsd:annotation>
1380            <xsd:documentation>The element value for which a match is requested.</xsd:documentation>
1381         </xsd:annotation>
1382      </xsd:attribute>
1383      <xsd:attribute name="namingSystem" type="witsml:q_nameString" use="optional">
1384         <xsd:annotation>
1385            <xsd:documentation>The naming system within the name is (hopefully) unique.</xsd:documentation>
1386         </xsd:annotation>
1387      </xsd:attribute>
1388   </xsd:complexType>
1389   <!--UNUSED: Deleted type wellKnownNameStruct.-->
1390   <!--UNUSED: Deleted type uncollapsedString.-->
1391   <!--UNUSED: Deleted type iadcBearingWearCode.-->
1392   <!--UNUSED: Deleted type geodeticZoneString.-->
1393   <!--UNUSED: Deleted type generalQualifiedMeasure.-->
1394   <!--UNUSED: Deleted type integerQualifiedCount.-->
1395   <!--UNUSED: Deleted type kindQualifiedString.-->
1396   <!--UNUSED: Deleted type areaQualifiedMeasure.-->
1397   <!--UNUSED: Deleted type areaPerAreaQualifiedMeasure.-->
1398   <!--UNUSED: Deleted type anglePerTimeQualifiedMeasure.-->
1399   <!--UNUSED: Deleted type lengthPerLengthQualifiedMeasure.-->
1400   <!--UNUSED: Deleted type pressureQualifiedMeasure.-->
1401   <!--UNUSED: Deleted type thermodynamicTemperatureQualifiedMeasure.-->
1402   <!--UNUSED: Deleted type q_volumeQualifiedMeasure.-->
1403   <!--UNUSED: Deleted type q_volumeFlowRateQualifiedMeasure.-->
1404   <!--UNUSED: Deleted type measuredDepthCoord.-->
1405   <!--UNUSED: Deleted type MeasuredDepthUom.-->
1406   <!--UNUSED: Deleted type wellVerticalDepthCoord.-->
1407   <!--UNUSED: Deleted type wellElevationCoord.-->
1408   <!--UNUSED: Deleted type WellVerticalCoordinateUom.-->
1409   <xsd:simpleType name="q_nonNegativeCount">
1410      <xsd:annotation>
1411         <xsd:documentation>A non-negative integer (zero based count or index) with a maximum value of 32767 (2-bytes). For items that represent "number of" something or a
1412         "sequential" count or index.</xsd:documentation>
1413      </xsd:annotation>
1414      <xsd:restriction base="witsml:q_abstractShort">
1415         <xsd:minInclusive value="0">
1416            <xsd:annotation>
1417               <xsd:documentation>This value can be zero but cannot be negative.</xsd:documentation>
1418            </xsd:annotation>
1419         </xsd:minInclusive>
1420      </xsd:restriction>
1421   </xsd:simpleType>
1422   <xsd:complexType name="q_nonNegativeCount_queryValue">
1423      <xsd:attribute name="queryValue" type="witsml:q_nonNegativeCount" />
1424   </xsd:complexType>
1425   <!--UNUSED: Deleted type positiveCount.-->
1426   <!--UNUSED: Deleted type positiveBigCount.-->
1427   <!--UNUSED: Deleted type integerCount.-->
1428   <!--UNUSED: Deleted type beaufortScaleIntegerCode.-->
1429   <!--UNUSED: Deleted type pumpActionIntegerCode.-->
1430   <!--UNUSED: Deleted type iadcIntegerCode.-->
1431   <!--UNUSED: Deleted type levelIntegerCode.-->
1432   <!--UNUSED: Deleted type cost.-->
1433   <!--UNUSED: Deleted type indexedObject.-->
1434   <xsd:simpleType name="q_str2">
1435      <xsd:restriction base="witsml:q_abstractString">
1436         <xsd:maxLength value="2" />
1437      </xsd:restriction>
1438   </xsd:simpleType>
1439   <xsd:complexType name="q_str2_queryValue">
1440      <xsd:attribute name="queryValue" type="witsml:q_str2_unionSEL" />
1441   </xsd:complexType>
1442   <xsd:simpleType name="q_str2_unionSEL">
1443      <xsd:union memberTypes="witsml:q_str2 witsml:q_unionSEL witsml:q_unionBlankEnumeration" />
1444   </xsd:simpleType>
1445   <!--UNUSED: Deleted type str16.-->
1446   <!--UNUSED: Deleted type str32.-->
1447   <!--UNUSED: Deleted type crewCount.-->
1448   <!--UNUSED: Deleted type lostVolumeAndReason.-->
1449   <!--UNUSED: Deleted type safetyCount.-->
1450   <!--UNUSED: Deleted type binaryInteractionCoefficient.-->
1451   <!--UNUSED: Deleted type q_massConcentrationMeasurePercent.-->
1452   <!--UNUSED: Deleted type q_molarFractionMeasurePercent.-->
1453   <!--UNUSED: Deleted type volumePerVolumeMeasurePercent.-->
1454   <!--UNUSED: Deleted type q_PercentUom.-->
1455   <!--UNUSED: Deleted type q_PercentUom_queryValue.-->
1456   <!--UNUSED: Deleted type q_PercentUom_unionSEL.-->
1457   <!--UNUSED: Deleted type accelerationLinearMeasure.-->
1458   <!--UNUSED: Deleted type q_amountOfSubstanceMeasure.-->
1459   <!--UNUSED: Deleted type anglePerLengthMeasure.-->
1460   <!--UNUSED: Deleted type anglePerTimeMeasure.-->
1461   <!--UNUSED: Deleted type areaMeasure.-->
1462   <!--UNUSED: Deleted type areaPerAreaMeasure.-->
1463   <!--UNUSED: Deleted type q_densityMeasure.-->
1464   <!--UNUSED: Deleted type q_dimensionlessMeasure.-->
1465   <!--UNUSED: Deleted type dynamicViscosityMeasure.-->
1466   <!--UNUSED: Deleted type electricPotentialMeasure.-->
1467   <!--UNUSED: Deleted type energyPerAreaMeasure.-->
1468   <!--UNUSED: Deleted type equivalentPerMassMeasure.-->
1469   <!--UNUSED: Deleted type forceMeasure.-->
1470   <!--UNUSED: Deleted type forcePerVolumeMeasure.-->
1471   <!--UNUSED: Deleted type frequencyMeasure.-->
1472   <!--UNUSED: Deleted type illuminanceMeasure.-->
1473   <!--UNUSED: Deleted type q_lengthMeasure.-->
1474   <!--UNUSED: Deleted type q_lengthPerLengthMeasure.-->
1475   <!--UNUSED: Deleted type magneticFieldStrengthMeasure.-->
1476   <!--UNUSED: Deleted type q_massConcentrationMeasure.-->
1477   <!--UNUSED: Deleted type q_massFlowRateMeasure.-->
1478   <!--UNUSED: Deleted type q_massMeasure.-->
1479   <!--UNUSED: Deleted type massPerLengthMeasure.-->
1480   <!--UNUSED: Deleted type q_modulusOfCompressionMeasure.-->
1481   <!--UNUSED: Deleted type momentOfForceMeasure.-->
1482   <!--UNUSED: Deleted type perLengthMeasure.-->
1483   <!--UNUSED: Deleted type planeAngleMeasure.-->
1484   <!--UNUSED: Deleted type powerMeasure.-->
1485   <!--UNUSED: Deleted type q_pressureMeasure.-->
1486   <!--UNUSED: Deleted type relativePowerMeasure.-->
1487   <!--UNUSED: Deleted type specificVolumeMeasure.-->
1488   <!--UNUSED: Deleted type q_thermodynamicTemperatureMeasure.-->
1489   <!--UNUSED: Deleted type timeMeasure.-->
1490   <!--UNUSED: Deleted type velocityMeasure.-->
1491   <!--UNUSED: Deleted type volumeMeasure.-->
1492   <!--UNUSED: Deleted type volumeFlowRateMeasure.-->
1493   <!--UNUSED: Deleted type q_volumePerVolumeMeasure.-->
1494   <!--UNUSED: Deleted type q_workMeasure.-->
1495   <!--UNUSED: Deleted type compressibilityMeasure.-->
1496   <!--UNUSED: Deleted type molarVolumeMeasure.-->
1497   <!--UNUSED: Deleted type standardVolumeMeasure.-->
1498   <!--UNUSED: Deleted type thermalConductivityMeasure.-->
1499   <!--UNUSED: Deleted type volumePerStandardVolumeMeasure.-->
1500   <!--UNUSED: Deleted type standardVolumePerStandardVolumeMeasure.-->
1501   <!--UNUSED: Deleted type standardVolumePerVolumeMeasure.-->
1502   <!--UNUSED: Deleted type accelerationLinearUom.-->
1503   <!--UNUSED: Deleted type q_amountOfSubstanceUom.-->
1504   <!--UNUSED: Deleted type q_amountOfSubstanceUom_queryValue.-->
1505   <!--UNUSED: Deleted type q_amountOfSubstanceUom_unionSEL.-->
1506   <!--UNUSED: Deleted type anglePerLengthUom.-->
1507   <!--UNUSED: Deleted type anglePerTimeUom.-->
1508   <!--UNUSED: Deleted type areaUom.-->
1509   <!--UNUSED: Deleted type areaPerAreaUom.-->
1510   <!--UNUSED: Deleted type q_densityUom.-->
1511   <!--UNUSED: Deleted type q_densityUom_queryValue.-->
1512   <!--UNUSED: Deleted type q_densityUom_unionSEL.-->
1513   <!--UNUSED: Deleted type q_dimensionlessUom.-->
1514   <!--UNUSED: Deleted type q_dimensionlessUom_queryValue.-->
1515   <!--UNUSED: Deleted type q_dimensionlessUom_unionSEL.-->
1516   <!--UNUSED: Deleted type dynamicViscosityUom.-->
1517   <!--UNUSED: Deleted type electricPotentialUom.-->
1518   <!--UNUSED: Deleted type energyPerAreaUom.-->
1519   <!--UNUSED: Deleted type equivalentPerMassUom.-->
1520   <!--UNUSED: Deleted type forceUom.-->
1521   <!--UNUSED: Deleted type forcePerVolumeUom.-->
1522   <!--UNUSED: Deleted type frequencyUom.-->
1523   <!--UNUSED: Deleted type illuminanceUom.-->
1524   <!--UNUSED: Deleted type q_lengthUom.-->
1525   <!--UNUSED: Deleted type q_lengthUom_queryValue.-->
1526   <!--UNUSED: Deleted type q_lengthUom_unionSEL.-->
1527   <!--UNUSED: Deleted type q_lengthPerLengthUom.-->
1528   <!--UNUSED: Deleted type q_lengthPerLengthUom_queryValue.-->
1529   <!--UNUSED: Deleted type q_lengthPerLengthUom_unionSEL.-->
1530   <!--UNUSED: Deleted type magneticFieldStrengthUom.-->
1531   <!--UNUSED: Deleted type q_massConcentrationUom.-->
1532   <!--UNUSED: Deleted type q_massConcentrationUom_queryValue.-->
1533   <!--UNUSED: Deleted type q_massConcentrationUom_unionSEL.-->
1534   <!--UNUSED: Deleted type q_massFlowRateUom.-->
1535   <!--UNUSED: Deleted type q_massFlowRateUom_queryValue.-->
1536   <!--UNUSED: Deleted type q_massFlowRateUom_unionSEL.-->
1537   <!--UNUSED: Deleted type q_massUom.-->
1538   <!--UNUSED: Deleted type q_massUom_queryValue.-->
1539   <!--UNUSED: Deleted type q_massUom_unionSEL.-->
1540   <!--UNUSED: Deleted type massPerLengthUom.-->
1541   <!--UNUSED: Deleted type q_modulusOfCompressionUom.-->
1542   <!--UNUSED: Deleted type q_modulusOfCompressionUom_queryValue.-->
1543   <!--UNUSED: Deleted type q_modulusOfCompressionUom_unionSEL.-->
1544   <!--UNUSED: Deleted type momentOfForceUom.-->
1545   <!--UNUSED: Deleted type perLengthUom.-->
1546   <!--UNUSED: Deleted type planeAngleUom.-->
1547   <!--UNUSED: Deleted type powerUom.-->
1548   <!--UNUSED: Deleted type q_pressureUom.-->
1549   <!--UNUSED: Deleted type q_pressureUom_queryValue.-->
1550   <!--UNUSED: Deleted type q_pressureUom_unionSEL.-->
1551   <!--UNUSED: Deleted type relativePowerUom.-->
1552   <!--UNUSED: Deleted type specificVolumeUom.-->
1553   <!--UNUSED: Deleted type q_thermodynamicTemperatureUom.-->
1554   <!--UNUSED: Deleted type q_thermodynamicTemperatureUom_queryValue.-->
1555   <!--UNUSED: Deleted type q_thermodynamicTemperatureUom_unionSEL.-->
1556   <!--UNUSED: Deleted type timeUom.-->
1557   <!--UNUSED: Deleted type velocityUom.-->
1558   <!--UNUSED: Deleted type q_volumeUom.-->
1559   <!--UNUSED: Deleted type q_volumeUom_queryValue.-->
1560   <!--UNUSED: Deleted type q_volumeUom_unionSEL.-->
1561   <!--UNUSED: Deleted type q_volumeFlowRateUom.-->
1562   <!--UNUSED: Deleted type q_volumeFlowRateUom_queryValue.-->
1563   <!--UNUSED: Deleted type q_volumeFlowRateUom_unionSEL.-->
1564   <!--UNUSED: Deleted type q_volumePerVolumeUom.-->
1565   <!--UNUSED: Deleted type q_volumePerVolumeUom_queryValue.-->
1566   <!--UNUSED: Deleted type q_volumePerVolumeUom_unionSEL.-->
1567   <!--UNUSED: Deleted type q_workUom.-->
1568   <!--UNUSED: Deleted type q_workUom_queryValue.-->
1569   <!--UNUSED: Deleted type q_workUom_unionSEL.-->
1570   <!--UNUSED: Deleted type compressibilityUom.-->
1571   <!--UNUSED: Deleted type molarVolumeUom.-->
1572   <!--UNUSED: Deleted type thermalConductivityUom.-->
1573   <!--UNUSED: Deleted type q_booleanTemplateStruct.-->
1574   <!--UNUSED: Deleted type q_shortTemplateStruct.-->
1575   <!--UNUSED: Deleted type q_intTemplateStruct.-->
1576   <!--UNUSED: Deleted type q_stringTemplateStruct.-->
1577   <!--UNUSED: Deleted type q_doubleTemplateStruct.-->
1578   <!--UNUSED: Deleted type q_dateTimeTemplateStruct.-->
1579   <!--UNUSED: Deleted type q_dateTemplateStruct.-->
1580   <!--UNUSED: Deleted type q_gYearTemplateStruct.-->
1581   <!--UNUSED: Deleted type q_measure.-->
1582   <!--UNUSED: Deleted type q_measureWithQualifier.-->
1583   <!--UNUSED: Deleted type q_verticalCoord.-->
1584   <!--UNUSED: Deleted type q_integerString.-->
1585   <xsd:simpleType name="q_unionSEL">
1586      <xsd:restriction base="xsd:string">
1587         <xsd:pattern value="((SEL)|(sel))\(.*\)" />
1588      </xsd:restriction>
1589   </xsd:simpleType>
1590   <xsd:simpleType name="q_unionBlankEnumeration">
1591      <xsd:restriction base="xsd:string">
1592         <xsd:enumeration value="" />
1593      </xsd:restriction>
1594   </xsd:simpleType>
1595</xsd:schema>
Note: See TracBrowser for help on using the browser.