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

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

Added project files for monthly production version 1.0

RevLine 
[17]1<?xml version="1.0" encoding="utf-8"?>
2<xsd:schema
3        elementFormDefault="qualified"
4        attributeFormDefault="unqualified"
5        targetNamespace="http://www.witsml.org/schemas/131"
6        xmlns:witsml="http://www.witsml.org/schemas/131"
7        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
8        version="1.3.1">
9   <!--                                                                                -->
10   <!-- Energistics License Agreement                                                  -->
11   <!-- This file is distributed under the Energistics License Agreement at            -->
12   <!-- http://www.posc.org/about/license.shtml.                                       -->
13   <!-- Use of this file constitutes agreement with the Energistics License Agreement. -->
14   <!--                                                                                -->
15   <xsd:attributeGroup name="attgrp_uid">
16      <xsd:attribute name="uid" type="witsml:uidString" use="optional">
17         <xsd:annotation>
18            <xsd:documentation>The unique identifier of a container element. This attribute is generally required within the context of a WITSML server. There should be no
19            assumption as to the semantic content of this attribute. This should only be used with recurring container types (i.e., maxOccurs greater than one). The value is only
20            required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
21         </xsd:annotation>
22      </xsd:attribute>
23   </xsd:attributeGroup>
24   <!--UNUSED: Deleted type cs_businessAssociate.-->
25   <xsd:complexType name="cs_commonData">
26      <xsd:annotation>
27         <xsd:documentation>WITSML - Common Data Component Schema</xsd:documentation>
28      </xsd:annotation>
29      <xsd:sequence>
30         <xsd:element name="sourceName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
31            <xsd:annotation>
32               <xsd:documentation>An identifier to indicate the data originator. This identifies the server that originally created the object and thus most of the uids in the
33               object (but not necessarily the uids of the parents). This is typically a url.</xsd:documentation>
34            </xsd:annotation>
35         </xsd:element>
36         <xsd:element name="dTimCreation" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
37            <xsd:annotation>
38               <xsd:documentation>When the data was created at the persistent data store.</xsd:documentation>
39            </xsd:annotation>
40         </xsd:element>
41         <xsd:element name="dTimLastChange" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
42            <xsd:annotation>
43               <xsd:documentation>Last change of any element of the data at the persistent data store. The change time is not updated for a growing object while it is
44               growing.</xsd:documentation>
45            </xsd:annotation>
46         </xsd:element>
47         <xsd:element name="itemState" type="witsml:ItemState" minOccurs="0" maxOccurs="1">
48            <xsd:annotation>
49               <xsd:documentation>The item state for the data object.</xsd:documentation>
50            </xsd:annotation>
51         </xsd:element>
52         <xsd:element name="comments" type="witsml:commentString" minOccurs="0" maxOccurs="1">
53            <xsd:annotation>
54               <xsd:documentation>Comments and remarks.</xsd:documentation>
55            </xsd:annotation>
56         </xsd:element>
57      </xsd:sequence>
58   </xsd:complexType>
59   <!--UNUSED: Deleted type cs_connectedNode.-->
60   <!--UNUSED: Deleted type cs_curveData.-->
61   <!--UNUSED: Deleted type cs_curveDefinition.-->
62   <xsd:complexType name="cs_customData">
63      <xsd:annotation>
64         <xsd:documentation>WITSML - Custom or User Defined Element and Attributes Component Schema. Specify custom element, attributes, and types in the custom data
65         area.</xsd:documentation>
66      </xsd:annotation>
67      <xsd:sequence>
68         <xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded">
69            <xsd:annotation>
70               <xsd:documentation>Any element or attribute in any namespace. It is strongly recommended that all custom data definitions be added to a unique
71               namespace.</xsd:documentation>
72            </xsd:annotation>
73         </xsd:any>
74      </xsd:sequence>
75   </xsd:complexType>
76   <!--UNUSED: Deleted type cs_datedComment.-->
77   <!--UNUSED: Deleted type cs_densityValue.-->
78   <xsd:complexType name="cs_documentInfo">
79      <xsd:annotation>
80         <xsd:documentation>A schema to capture a set of data that is relevant for many exchange documents. It includes information about the file that was created, and high-level
81         information about the data that is being exchanged within the file.</xsd:documentation>
82      </xsd:annotation>
83      <xsd:sequence>
84         <xsd:element name="DocumentName" type="witsml:nameStruct" minOccurs="0" maxOccurs="1">
85            <xsd:annotation>
86               <xsd:documentation>An identifier for the document. This is intended to be unique within the context of the NamingSystem.</xsd:documentation>
87               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
88            </xsd:annotation>
89         </xsd:element>
90         <xsd:element name="DocumentAlias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
91            <xsd:annotation>
92               <xsd:documentation>Zero or more alternate names for the document. These names do not need to be unique within the naming system.</xsd:documentation>
93            </xsd:annotation>
94         </xsd:element>
95         <xsd:element name="DocumentDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
96            <xsd:annotation>
97               <xsd:documentation>The date of the creation of the document. This is not the same as the date that the file was created. For this date, the document is considered
98               to be the set of information associated with this document information. For example, the document may be a seismic binset. This represents the date that the binset
99               was created. The FileCreation information would capture the date that the XML file was created to send or exchange the binset.</xsd:documentation>
100            </xsd:annotation>
101         </xsd:element>
102         <xsd:element name="documentClass" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
103            <xsd:annotation>
104               <xsd:documentation>A document class. Examples of classes would be a metadata classification or a set of keywords.</xsd:documentation>
105            </xsd:annotation>
106         </xsd:element>
107         <xsd:element name="FileCreationInformation" type="witsml:fileCreationType" minOccurs="0" maxOccurs="1">
108            <xsd:annotation>
109               <xsd:documentation>The information about the creation of the exchange file. This is not about the creation of the data within the file, but the creation of the file
110               itself.</xsd:documentation>
111            </xsd:annotation>
112         </xsd:element>
113         <xsd:element name="SecurityInformation" type="witsml:securityInfoType" minOccurs="0" maxOccurs="5">
114            <xsd:annotation>
115               <xsd:documentation>Information about the security to be applied to this file. More than one classification can be given.</xsd:documentation>
116            </xsd:annotation>
117         </xsd:element>
118         <xsd:element name="Disclaimer" type="witsml:commentString" minOccurs="0" maxOccurs="1">
119            <xsd:annotation>
120               <xsd:documentation>A free-form string that allows a disclaimer to accompany the information.</xsd:documentation>
121            </xsd:annotation>
122         </xsd:element>
123         <xsd:element name="AuditTrail" type="witsml:auditType" minOccurs="0" maxOccurs="1">
124            <xsd:annotation>
125               <xsd:documentation>A collection of events that can document the history of the data.</xsd:documentation>
126            </xsd:annotation>
127         </xsd:element>
128         <xsd:element name="Owner" type="witsml:nameString" minOccurs="0" maxOccurs="1">
129            <xsd:annotation>
130               <xsd:documentation>The owner of the data.</xsd:documentation>
131            </xsd:annotation>
132         </xsd:element>
133         <xsd:element name="QueryParam" type="witsml:queryParam" minOccurs="0" maxOccurs="1">
134            <xsd:annotation>
135               <xsd:documentation>WITSML query parameters.</xsd:documentation>
136            </xsd:annotation>
137         </xsd:element>
138         <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
139            <xsd:annotation>
140               <xsd:documentation>An optional comment about the document.</xsd:documentation>
141            </xsd:annotation>
142         </xsd:element>
143      </xsd:sequence>
144   </xsd:complexType>
145   <xsd:complexType name="queryParam">
146      <xsd:annotation>
147         <xsd:documentation>A structure for WITSML query parameters. The intent is to allow a query for all objects within an index range (whether or not the object is growing).
148         These would typically be something like a daily report.</xsd:documentation>
149      </xsd:annotation>
150      <xsd:sequence>
151         <xsd:element name="dTimMin" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
152            <xsd:annotation>
153               <xsd:documentation>The minimum start time for an object. This only applies to objects with a root level date and/or dateTime element(s). The objects may or not be
154               growing objects but the See the API specification for behavior related to this query parameter.</xsd:documentation>
155            </xsd:annotation>
156         </xsd:element>
157         <xsd:element name="dTimMax" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
158            <xsd:annotation>
159               <xsd:documentation>The maximum start time for an object. This only applies to objects with a root level date and/or dateTime element(s). See the API specification
160               for behavior related to this query parameter.</xsd:documentation>
161            </xsd:annotation>
162         </xsd:element>
163      </xsd:sequence>
164   </xsd:complexType>
165   <xsd:complexType name="fileCreationType">
166      <xsd:annotation>
167         <xsd:documentation>A block of information about the creation of the XML file. This is different than the creation of the data that is included within the
168         file.</xsd:documentation>
169      </xsd:annotation>
170      <xsd:sequence>
171         <xsd:element name="FileCreationDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
172            <xsd:annotation>
173               <xsd:documentation>The date and time that the file was created.</xsd:documentation>
174               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
175            </xsd:annotation>
176         </xsd:element>
177         <xsd:element name="SoftwareName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
178            <xsd:annotation>
179               <xsd:documentation>If appropriate, the software that created the file. This is a free form string, and may include whatever information is deemed
180               relevant.</xsd:documentation>
181            </xsd:annotation>
182         </xsd:element>
183         <xsd:element name="FileCreator" type="witsml:nameString" minOccurs="0" maxOccurs="1">
184            <xsd:annotation>
185               <xsd:documentation>The person or business associate that created the file.</xsd:documentation>
186            </xsd:annotation>
187         </xsd:element>
188         <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
189            <xsd:annotation>
190               <xsd:documentation>Any comment that would be useful to further explain the creation of this instance document.</xsd:documentation>
191            </xsd:annotation>
192         </xsd:element>
193      </xsd:sequence>
194   </xsd:complexType>
195   <xsd:complexType name="securityInfoType">
196      <xsd:annotation>
197         <xsd:documentation>Information about the security classification of the document. This is intended as a documentation of the security so that the file will not
198         inadvertently be sent to someone who is not allowed access to the data. This block also carries a date that the security classification expires. For example, a well log
199         is confidential for a period of time, and then becomes open. All security classes are characterized by their classification systems.</xsd:documentation>
200      </xsd:annotation>
201      <xsd:sequence>
202         <xsd:element name="Class" type="witsml:kindString" minOccurs="0" maxOccurs="1">
203            <xsd:annotation>
204               <xsd:documentation>The security class in which this document is classified. Examples would be confidential, partner confidential, tight. The meaning of the class is
205               determined by the System in which it is defined.</xsd:documentation>
206            </xsd:annotation>
207         </xsd:element>
208         <xsd:element name="SecuritySystem" type="witsml:kindString" minOccurs="0" maxOccurs="1">
209            <xsd:annotation>
210               <xsd:documentation>The security classification system. This gives context to the meaning of the Class value.</xsd:documentation>
211            </xsd:annotation>
212         </xsd:element>
213         <xsd:element name="EndDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
214            <xsd:annotation>
215               <xsd:documentation>The date on which this security class is no longer applicable.</xsd:documentation>
216            </xsd:annotation>
217         </xsd:element>
218         <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
219            <xsd:annotation>
220               <xsd:documentation>A general comment to further define the security class.</xsd:documentation>
221            </xsd:annotation>
222         </xsd:element>
223      </xsd:sequence>
224   </xsd:complexType>
225   <xsd:complexType name="auditType">
226      <xsd:annotation>
227         <xsd:documentation>The audit records what happened to the data, to produce the data that is in this file. It consists of one or more events.</xsd:documentation>
228      </xsd:annotation>
229      <xsd:sequence>
230         <xsd:element name="Event" type="witsml:eventType" minOccurs="0" maxOccurs="unbounded">
231            <xsd:annotation>
232               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
233            </xsd:annotation>
234         </xsd:element>
235      </xsd:sequence>
236   </xsd:complexType>
237   <xsd:complexType name="eventType">
238      <xsd:annotation>
239         <xsd:documentation>An event type captures the basic information about an event that has affected the data.</xsd:documentation>
240      </xsd:annotation>
241      <xsd:sequence>
242         <xsd:element name="EventDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
243            <xsd:annotation>
244               <xsd:documentation>The date on which the event took place.</xsd:documentation>
245               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
246            </xsd:annotation>
247         </xsd:element>
248         <xsd:element name="ResponsibleParty" type="witsml:nameString" minOccurs="0" maxOccurs="1">
249            <xsd:annotation>
250               <xsd:documentation>The party responsible for the event.</xsd:documentation>
251            </xsd:annotation>
252         </xsd:element>
253         <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
254            <xsd:annotation>
255               <xsd:documentation>A free form comment that can further define the event that occurred.</xsd:documentation>
256            </xsd:annotation>
257         </xsd:element>
258      </xsd:sequence>
259   </xsd:complexType>
260   <!--UNUSED: Deleted type cs_dtsBoxInformation.-->
261   <!--UNUSED: Deleted type cs_dtsCalibration.-->
262   <!--UNUSED: Deleted type cs_dtsCalibrationParameter.-->
263   <!--UNUSED: Deleted type cs_dtsErrorReport.-->
264   <!--UNUSED: Deleted type cs_dtsFiber.-->
265   <!--UNUSED: Deleted type cs_dtsFiberEndPoint.-->
266   <!--UNUSED: Deleted type cs_dtsFiberInformation.-->
267   <!--UNUSED: Deleted type cs_dtsFiberInstalledPoints.-->
268   <!--UNUSED: Deleted type cs_dtsInstrumentBox.-->
269   <!--UNUSED: Deleted type cs_dtsInstrumentBoxCalibration.-->
270   <!--UNUSED: Deleted type cs_dtsOneWayLoss.-->
271   <!--UNUSED: Deleted type cs_dtsOtdr.-->
272   <!--UNUSED: Deleted type cs_dtsProcessedWellLog.-->
273   <!--UNUSED: Deleted type cs_dtsPumpActivity.-->
274   <!--UNUSED: Deleted type cs_dtsPumpLogRow.-->
275   <!--UNUSED: Deleted type cs_dtsPumpLogTable.-->
276   <!--UNUSED: Deleted type cs_dtsRefractiveIndex.-->
277   <!--UNUSED: Deleted type cs_dtsSingleInstalledPoint.-->
278   <!--UNUSED: Deleted type cs_fluidResultCceTestStep.-->
279   <!--UNUSED: Deleted type cs_fluidResultCompositeComposition.-->
280   <!--UNUSED: Deleted type cs_fluidResultComposition.-->
281   <!--UNUSED: Deleted type cs_fluidResultConstantCompositionExpansionTest.-->
282   <!--UNUSED: Deleted type cs_fluidResultConstantVolumeDepletionTest.-->
283   <!--UNUSED: Deleted type cs_fluidResultContaminant.-->
284   <!--UNUSED: Deleted type cs_fluidResultCvdTestStep.-->
285   <!--UNUSED: Deleted type cs_fluidResultDataQuality.-->
286   <!--UNUSED: Deleted type cs_fluidResultDifferentialLiberationTest.-->
287   <!--UNUSED: Deleted type cs_fluidResultDifferentialLiberationTestStep.-->
288   <!--UNUSED: Deleted type cs_fluidResultJCurveTest.-->
289   <!--UNUSED: Deleted type cs_fluidResultJCurveTestStep.-->
290   <!--UNUSED: Deleted type cs_fluidResultPhaseComposition.-->
291   <!--UNUSED: Deleted type cs_fluidResultSaturationTest.-->
292   <!--UNUSED: Deleted type cs_fluidResultSaturationTestStep.-->
293   <!--UNUSED: Deleted type cs_fluidResultSeparatorTest.-->
294   <!--UNUSED: Deleted type cs_fluidResultSeparatorTestStep.-->
295   <!--UNUSED: Deleted type cs_fluidResultStockTank.-->
296   <!--UNUSED: Deleted type cs_fluidResultTransportPropertiesTest.-->
297   <!--UNUSED: Deleted type cs_fluidResultTransportTestStep.-->
298   <!--UNUSED: Deleted type cs_fluidResultVolumeReference.-->
299   <!--UNUSED: Deleted type cs_generalAddress.-->
300   <!--UNUSED: Deleted type cs_geographicContext.-->
301   <!--UNUSED: Deleted type cs_nameTag.-->
302   <!--UNUSED: Deleted type cs_northSeaOffshore.-->
303   <!--UNUSED: Deleted type cs_offshoreLocation.-->
304   <!--UNUSED: Deleted type cs_personName.-->
305   <!--UNUSED: Deleted type cs_productFlowChangeLog.-->
306   <!--UNUSED: Deleted type cs_productFlowExpectedPortProperty.-->
307   <!--UNUSED: Deleted type cs_productFlowExpectedUnitProperty.-->
308   <!--UNUSED: Deleted type cs_productFlowExternalReference.-->
309   <!--UNUSED: Deleted type cs_productFlowlExternalPort.-->
310   <!--UNUSED: Deleted type cs_productFlowNetwork.-->
311   <!--UNUSED: Deleted type cs_productFlowNetworkPlan.-->
312   <!--UNUSED: Deleted type cs_productFlowPort.-->
313   <!--UNUSED: Deleted type cs_productFlowQualifierExpected.-->
314   <!--UNUSED: Deleted type cs_productFlowUnit.-->
315   <!--UNUSED: Deleted type cs_productionOperationActivity.-->
316   <!--UNUSED: Deleted type cs_productionOperationAlarm.-->
317   <!--UNUSED: Deleted type cs_productionOperationCargoShipOperation.-->
318   <!--UNUSED: Deleted type cs_productionOperationHSE.-->
319   <!--UNUSED: Deleted type cs_productionOperationInstallationReport.-->
320   <!--UNUSED: Deleted type cs_productionOperationLostProduction.-->
321   <!--UNUSED: Deleted type cs_productionOperationMarineOperation.-->
322   <!--UNUSED: Deleted type cs_productionOperationOperationalComment.-->
323   <!--UNUSED: Deleted type cs_productionOperationSafety.-->
324   <!--UNUSED: Deleted type cs_productionOperationShutdown.-->
325   <!--UNUSED: Deleted type cs_productionOperationThirdPartyProcessing.-->
326   <!--UNUSED: Deleted type cs_productionOperationWaterCleaningQuality.-->
327   <!--UNUSED: Deleted type cs_productionOperationWeather.-->
328   <!--UNUSED: Deleted type cs_productVolumeAlert.-->
329   <!--UNUSED: Deleted type cs_productVolumeBusinessUnit.-->
330   <!--UNUSED: Deleted type cs_productVolumeBusinessSubUnit.-->
331   <!--UNUSED: Deleted type cs_productVolumeBusinessOwnershipShare.-->
332   <!--UNUSED: Deleted type cs_productVolumeBusinessAccountInfo.-->
333   <!--UNUSED: Deleted type BusinessUnitKind.-->
334   <!--UNUSED: Deleted type cs_productVolumeComponentContent.-->
335   <!--UNUSED: Deleted type cs_productVolumeFacility.-->
336   <!--UNUSED: Deleted type cs_productVolumeFlow.-->
337   <!--UNUSED: Deleted type cs_productVolumeParameterSet.-->
338   <!--UNUSED: Deleted type cs_productVolumeParameterValue.-->
339   <!--UNUSED: Deleted type cs_productVolumePeriod.-->
340   <!--UNUSED: Deleted type cs_productVolumePortDifference.-->
341   <!--UNUSED: Deleted type cs_productVolumeProduct.-->
342   <!--UNUSED: Deleted type cs_productVolumeRelatedFacility.-->
343   <!--UNUSED: Deleted type cs_productVolumeSalesSet.-->
344   <!--UNUSED: Deleted type cs_productVolumeSalesDetail.-->
345   <!--UNUSED: Deleted type cs_productVolumeDestination.-->
346   <!--UNUSED: Deleted type cs_productVolumeSaleEvent.-->
347   <!--UNUSED: Deleted type SaleEventKind.-->
348   <!--UNUSED: Deleted type SalesFlowPart.-->
349   <!--UNUSED: Deleted type SaleDestinationType.-->
350   <!--UNUSED: Deleted type cs_refProductFlow.-->
351   <!--UNUSED: Deleted type cs_refWellWellbore.-->
352   <!--UNUSED: Deleted type cs_refWellWellboreRig.-->
353   <!--UNUSED: Deleted type cs_relativeCoordinate.-->
354   <!--UNUSED: Deleted type cs_volumeValue.-->
355   <!--UNUSED: Deleted type cs_wellContext.-->
356   <!--UNUSED: Deleted type cs_wellDatum.-->
357   <!--UNUSED: Deleted type cs_wellTestBottomholeData.-->
358   <!--UNUSED: Deleted type cs_wellTestCumulative.-->
359   <!--UNUSED: Deleted type cs_wellTestFluidLevelTest.-->
360   <!--UNUSED: Deleted type cs_wellTestFluidRate.-->
361   <!--UNUSED: Deleted type cs_wellTestInjectionTestData.-->
362   <!--UNUSED: Deleted type cs_wellTestInjectionTestResults.-->
363   <!--UNUSED: Deleted type cs_wellTestInterval.-->
364   <!--UNUSED: Deleted type cs_wellTestPointData.-->
365   <!--UNUSED: Deleted type cs_wellTestProductionTestData.-->
366   <!--UNUSED: Deleted type cs_wellTestProductionTestResults.-->
367   <!--UNUSED: Deleted type cs_wellTestSeparatorData.-->
368   <!--UNUSED: Deleted type cs_wellTestTestVolume.-->
369   <!--UNUSED: Deleted type cs_wellTestWellheadData.-->
370   <!--UNUSED: Deleted type grp_commonPropertiesProductVolume.-->
371   <!--UNUSED: Deleted type grp_dtsInstalledSystem.-->
372   <!--UNUSED: Deleted type grp_dtsMeasurement.-->
373   <!--UNUSED: Deleted type grp_fluidAnalysis.-->
374   <!--UNUSED: Deleted type grp_fluidAnalysisResult.-->
375   <!--UNUSED: Deleted type grp_fluidResultCommonTestGroup.-->
376   <xsd:group name="grp_fluidSample">
377      <xsd:sequence>
378         <xsd:element name="sampleBottle" type="witsml:nameString" minOccurs="0" maxOccurs="1">
379            <xsd:annotation>
380               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
381            </xsd:annotation>
382         </xsd:element>
383         <xsd:element name="sampleType" type="witsml:FluidSampleKind" minOccurs="0" maxOccurs="1">
384            <xsd:annotation>
385               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
386            </xsd:annotation>
387         </xsd:element>
388         <xsd:element name="facility" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
389            <xsd:annotation>
390               <xsd:documentation>The name of the facility from which the sample was acquired. The name can be qualified by a naming system. This also defines the kind of
391               facility. Common facilities are wells, wellbores within a well, completions within a well.</xsd:documentation>
392            </xsd:annotation>
393         </xsd:element>
394         <xsd:element name="facilityParent1" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
395            <xsd:annotation>
396               <xsd:documentation>For facilities whose name is unique within the context of another facility, the name of the parent facility. For example, if name represents a
397               completion, then facilityParent1 would represent the name of the well within which name was unique. The name can be qualified by a naming system. This also defines
398               the kind of facility.</xsd:documentation>
399            </xsd:annotation>
400         </xsd:element>
401         <xsd:element name="facilityParent2" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
402            <xsd:annotation>
403               <xsd:documentation>For facilities whose name is unique within the context of another facility, the name of the parent facility of parent1. The name can be qualified
404               by a naming system. This also defines the kind of facility.</xsd:documentation>
405            </xsd:annotation>
406         </xsd:element>
407         <xsd:element name="facilityAlias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
408            <xsd:annotation>
409               <xsd:documentation>An alternatative name of a facility. This is generally unique within a naming system. The above contextually unique name (that is, within the
410               context of a parent) should also be listed as an alias.</xsd:documentation>
411            </xsd:annotation>
412         </xsd:element>
413         <xsd:element name="testKind" type="witsml:FluidSampleTestAcquisition" minOccurs="0" maxOccurs="1">
414            <xsd:annotation>
415               <xsd:documentation>The kind of test which acquired the sample.</xsd:documentation>
416            </xsd:annotation>
417         </xsd:element>
418         <xsd:element name="testMD" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
419            <xsd:annotation>
420               <xsd:documentation>The measured depth of the test in a wellbore.</xsd:documentation>
421            </xsd:annotation>
422         </xsd:element>
423         <xsd:element name="testId" type="witsml:kindString" minOccurs="0" maxOccurs="1">
424            <xsd:annotation>
425               <xsd:documentation>The test identifier.</xsd:documentation>
426            </xsd:annotation>
427         </xsd:element>
428         <xsd:element name="testRun" type="witsml:kindString" minOccurs="0" maxOccurs="1">
429            <xsd:annotation>
430               <xsd:documentation>The test run number (e.g., for an RFT)</xsd:documentation>
431            </xsd:annotation>
432         </xsd:element>
433         <xsd:element name="testProvider" type="witsml:nameString" minOccurs="0" maxOccurs="1">
434            <xsd:annotation>
435               <xsd:documentation>The name of the company which ran the test.</xsd:documentation>
436            </xsd:annotation>
437         </xsd:element>
438         <xsd:element name="reservoirFluidType" type="witsml:ReservoirFluidKind" minOccurs="0" maxOccurs="1">
439            <xsd:annotation>
440               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
441            </xsd:annotation>
442         </xsd:element>
443         <xsd:element name="acquisitionDate" type="witsml:date" minOccurs="0" maxOccurs="1">
444            <xsd:annotation>
445               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
446            </xsd:annotation>
447         </xsd:element>
448         <xsd:element name="acquisitionMD" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
449            <xsd:annotation>
450               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
451            </xsd:annotation>
452         </xsd:element>
453         <xsd:element name="acquisitionPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
454            <xsd:annotation>
455               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
456            </xsd:annotation>
457         </xsd:element>
458         <xsd:element name="acquisitionTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
459            <xsd:annotation>
460               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
461            </xsd:annotation>
462         </xsd:element>
463         <xsd:element name="acquisitionGORStd" type="witsml:standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1">
464            <xsd:annotation>
465               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
466            </xsd:annotation>
467         </xsd:element>
468         <xsd:element name="sampleDisposition" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">
469            <xsd:annotation>
470               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
471            </xsd:annotation>
472         </xsd:element>
473         <xsd:element name="representative" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
474            <xsd:annotation>
475               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
476            </xsd:annotation>
477         </xsd:element>
478         <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
479            <xsd:annotation>
480               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
481            </xsd:annotation>
482         </xsd:element>
483      </xsd:sequence>
484   </xsd:group>
485   <!--UNUSED: Deleted type grp_productFlowModel.-->
486   <!--UNUSED: Deleted type grp_productionOperation.-->
487   <!--UNUSED: Deleted type grp_productVolume.-->
488   <!--UNUSED: Deleted type grp_wellTest.-->
489   <xsd:element name="fluidSamples" type="witsml:obj_fluidSamples">
490      <xsd:annotation>
491         <xsd:documentation>The WITSML API mandated plural root element which allows multiple singular objects to be sent. The plural name is formed by adding an "s" to the
492         singular name.</xsd:documentation>
493      </xsd:annotation>
494   </xsd:element>
495   <xsd:complexType name="obj_fluidSamples">
496      <xsd:sequence>
497         <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">
498            <xsd:annotation>
499               <xsd:documentation>Information about the XML message instance.</xsd:documentation>
500            </xsd:annotation>
501         </xsd:element>
502         <xsd:element name="fluidSample" type="witsml:obj_fluidSample" minOccurs="0" maxOccurs="unbounded">
503            <xsd:annotation>
504               <xsd:documentation>Information about a single Fluid Sample.</xsd:documentation>
505            </xsd:annotation>
506         </xsd:element>
507      </xsd:sequence>
508      <xsd:attribute name="version" type="witsml:schemaVersionString" use="optional">
509         <xsd:annotation>
510            <xsd:documentation>Data object schema version. The fourth level must match the version of the schema constraints (enumerations and XML loader files) that are assumed
511            by the documenti nstance.</xsd:documentation>
512            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
513         </xsd:annotation>
514      </xsd:attribute>
515   </xsd:complexType>
516   <xsd:complexType name="obj_fluidSample">
517      <xsd:complexContent>
518         <xsd:extension base="witsml:abstractSingularDataObject">
519            <xsd:sequence>
520               <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">
521                  <xsd:annotation>
522                     <xsd:documentation>The name of the Fluid Sample.</xsd:documentation>
523                     <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
524                  </xsd:annotation>
525               </xsd:element>
526               <xsd:group ref="witsml:grp_fluidSample">
527                  <xsd:annotation>
528                     <xsd:documentation>The non-contextual elements for general Fluid Sample information.</xsd:documentation>
529                  </xsd:annotation>
530               </xsd:group>
531               <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
532                  <xsd:annotation>
533                     <xsd:documentation>A container element that contains elements that are common to all data objects.</xsd:documentation>
534                  </xsd:annotation>
535               </xsd:element>
536               <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
537                  <xsd:annotation>
538                     <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>
539                  </xsd:annotation>
540               </xsd:element>
541            </xsd:sequence>
542            <xsd:attributeGroup ref="witsml:attgrp_uid">
543               <xsd:annotation>
544                  <xsd:documentation>Unique identifier for the Fluid Sample.</xsd:documentation>
545               </xsd:annotation>
546            </xsd:attributeGroup>
547         </xsd:extension>
548      </xsd:complexContent>
549   </xsd:complexType>
550   <xsd:simpleType name="abstractBoolean">
551      <xsd:annotation>
552         <xsd:documentation>This type disallows an "empty" boolean value. This type should not be used directly except to derive another type. All boolean types should be derived
553         from this type rather than using xsd:boolen.</xsd:documentation>
554      </xsd:annotation>
555      <xsd:restriction base="xsd:boolean">
556         <xsd:pattern value=".+" />
557      </xsd:restriction>
558   </xsd:simpleType>
559   <xsd:simpleType name="abstractDateTime">
560      <xsd:annotation>
561         <xsd:documentation>This type disallows an "empty" dateTime value. This type should not be used directly except to derive another type. All dateTime types should be
562         derived from this type rather than using xsd:dateTime.</xsd:documentation>
563      </xsd:annotation>
564      <xsd:restriction base="xsd:dateTime">
565         <xsd:pattern value=".+" />
566      </xsd:restriction>
567   </xsd:simpleType>
568   <xsd:simpleType name="abstractDate">
569      <xsd:annotation>
570         <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
571         from this type rather than using xsd:dateTime.</xsd:documentation>
572      </xsd:annotation>
573      <xsd:restriction base="xsd:date">
574         <xsd:pattern value=".+" />
575      </xsd:restriction>
576   </xsd:simpleType>
577   <!--UNUSED: Deleted type abstractYear.-->
578   <xsd:simpleType name="abstractDouble">
579      <xsd:annotation>
580         <xsd:documentation>This type disallows an "empty" double value. This type should not be used directly except to derive another type.</xsd:documentation>
581      </xsd:annotation>
582      <xsd:restriction base="xsd:double">
583         <xsd:pattern value=".+" />
584      </xsd:restriction>
585   </xsd:simpleType>
586   <!--UNUSED: Deleted type abstractShort.-->
587   <!--UNUSED: Deleted type abstractInt.-->
588   <xsd:simpleType name="abstractString">
589      <xsd:annotation>
590         <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.
591         This type should not be used directly except to derive another type.</xsd:documentation>
592      </xsd:annotation>
593      <xsd:restriction base="xsd:string">
594         <xsd:whiteSpace value="collapse">
595            <xsd:annotation>
596               <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
597               trailing spaces.</xsd:documentation>
598            </xsd:annotation>
599         </xsd:whiteSpace>
600         <xsd:minLength value="1">
601            <xsd:annotation>
602               <xsd:documentation>The empty string is not allowed. This constraint conbined with the whiteSpace collapse constraint means that a blank value is not
603               allowed.</xsd:documentation>
604            </xsd:annotation>
605         </xsd:minLength>
606      </xsd:restriction>
607   </xsd:simpleType>
608   <xsd:complexType name="abstractMeasure">
609      <xsd:annotation>
610         <xsd:documentation>The intended abstract supertype of all quantities that have a value with a unit of measure. The unit of measure is in the uom attribute of the
611         subtypes. This type allows all quantities to be profiled to be a 'float' instead of a 'double'.</xsd:documentation>
612      </xsd:annotation>
613      <xsd:simpleContent>
614         <xsd:extension base="witsml:abstractDouble" />
615      </xsd:simpleContent>
616   </xsd:complexType>
617   <xsd:simpleType name="abstractMaximumLengthString">
618      <xsd:annotation>
619         <xsd:documentation>This defines the maximum acceptable length of a string that can be stored in a data base.</xsd:documentation>
620      </xsd:annotation>
621      <xsd:restriction base="witsml:abstractString">
622         <xsd:maxLength value="4000">
623            <xsd:annotation>
624               <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
625               VARCHAR2 in Oracle 8.</xsd:documentation>
626            </xsd:annotation>
627         </xsd:maxLength>
628      </xsd:restriction>
629   </xsd:simpleType>
630   <!--UNUSED: Deleted type abstractUncollapsedString.-->
631   <!--UNUSED: Deleted type abstractContextualObject.-->
632   <xsd:complexType name="abstractSingularDataObject">
633      <xsd:annotation>
634         <xsd:documentation>The intended abstract supertype of all singular data objects.</xsd:documentation>
635      </xsd:annotation>
636      <xsd:sequence />
637   </xsd:complexType>
638   <!--UNUSED: Deleted type abstractPositiveCount.-->
639   <xsd:simpleType name="abstractNameString">
640      <xsd:annotation>
641         <xsd:documentation>The intended abstract supertype of all user assigned human recognizable contextual name types. There should be no assumption that (interoperable)
642         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
643         by an enumeration.</xsd:documentation>
644      </xsd:annotation>
645      <xsd:restriction base="witsml:abstractString">
646         <xsd:maxLength value="64" />
647      </xsd:restriction>
648   </xsd:simpleType>
649   <xsd:simpleType name="abstractUidString">
650      <xsd:annotation>
651         <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
652         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
653         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>
654      </xsd:annotation>
655      <xsd:restriction base="witsml:abstractString">
656         <xsd:maxLength value="64" />
657         <xsd:pattern value="[^ ]*" />
658      </xsd:restriction>
659   </xsd:simpleType>
660   <xsd:simpleType name="abstractCommentString">
661      <xsd:annotation>
662         <xsd:documentation>The intended abstract supertype of all comments or remarks intended for human consumption. There should be no assumption that semantics can be
663         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
664         interoperable).</xsd:documentation>
665      </xsd:annotation>
666      <xsd:restriction base="witsml:abstractMaximumLengthString" />
667   </xsd:simpleType>
668   <xsd:simpleType name="abstractTypeEnum">
669      <xsd:annotation>
670         <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.
671         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
672         future date.</xsd:documentation>
673      </xsd:annotation>
674      <xsd:restriction base="witsml:abstractString">
675         <xsd:maxLength value="40" />
676      </xsd:restriction>
677   </xsd:simpleType>
678   <xsd:simpleType name="abstractUomEnum">
679      <xsd:annotation>
680         <xsd:documentation>The intended abstract supertype of all "units of measure". This abstract type allows the maximum length of a UOM enumeration to be centrally defined.
681         This type is abstract in the sense that it should not be used directly except to derive another type.</xsd:documentation>
682      </xsd:annotation>
683      <xsd:restriction base="witsml:abstractString">
684         <xsd:maxLength value="24" />
685      </xsd:restriction>
686   </xsd:simpleType>
687   <!--UNUSED: Deleted type abstractNonNegativeCount.-->
688   <!--UNUSED: Deleted type ActivityClassType.-->
689   <!--UNUSED: Deleted type ActivityCode.-->
690   <!--UNUSED: Deleted type AddressKindEnum.-->
691   <!--UNUSED: Deleted type AddressQualifier.-->
692   <!--UNUSED: Deleted type AziRef.-->
693   <!--UNUSED: Deleted type ArrayElementDataType.-->
694   <!--UNUSED: Deleted type BearingType.-->
695   <!--UNUSED: Deleted type BitDullCode.-->
696   <!--UNUSED: Deleted type BitReasonPulled.-->
697   <!--UNUSED: Deleted type BitType.-->
698   <!--UNUSED: Deleted type BhaStatus.-->
699   <!--UNUSED: Deleted type BladeShapeType.-->
700   <!--UNUSED: Deleted type BladeType.-->
701   <!--UNUSED: Deleted type BopType.-->
702   <!--UNUSED: Deleted type BoxPinConfig.-->
703   <!--UNUSED: Deleted type CalculationMethod.-->
704   <!--UNUSED: Deleted type CementJobType.-->
705   <!--UNUSED: Deleted type ConnectionPosition.-->
706   <!--UNUSED: Deleted type ContactPreference.-->
707   <!--UNUSED: Deleted type DeflectionMethod.-->
708   <!--UNUSED: Deleted type DerrickType.-->
709   <!--UNUSED: Deleted type DrawWorksType.-->
710   <!--UNUSED: Deleted type DriveType.-->
711   <!--UNUSED: Deleted type ElevCodeEnum.-->
712   <!--UNUSED: Deleted type Ellipsoid.-->
713   <xsd:simpleType name="EndpointQualifier">
714      <xsd:annotation>
715         <xsd:documentation>The meaning of the endpoint for min/max query parameters on "growing objects". The list of standard values is contained in the PRODML enumValues.xml
716         file.</xsd:documentation>
717      </xsd:annotation>
718      <xsd:restriction base="witsml:abstractTypeEnum">
719         <xsd:enumeration value="inclusive">
720            <xsd:annotation>
721               <xsd:documentation>The endpoint of the range is inclusive of the specified range value. hat is, a node index value which matches the specified range value is
722               considered to be within the range.</xsd:documentation>
723            </xsd:annotation>
724         </xsd:enumeration>
725         <xsd:enumeration value="exclusive">
726            <xsd:annotation>
727               <xsd:documentation>The endpoint of the range is exclusive of the specified range value. That is, a node index value which matches the specified range value is
728               considered to be outside the range.</xsd:documentation>
729            </xsd:annotation>
730         </xsd:enumeration>
731         <xsd:enumeration value="extensive">
732            <xsd:annotation>
733               <xsd:documentation>The endpoint of the range may be extended to the first encountered value if an exact value match is not found. That is, if a node index value
734               does not match the specified range value then the next smaller value (on minimum end) or larger value (on maximum end) in the index series should be used as the
735               endpoint. Basically, this concept is designed to support interpolation across an undefined point.</xsd:documentation>
736            </xsd:annotation>
737         </xsd:enumeration>
738         <xsd:enumeration value="overlap extensive">
739            <xsd:annotation>
740               <xsd:documentation>The endpoint of the range may be extended to the first encountered value if the interval is overlapped with the index interval. That is, if a
741               node index value does not match the specified range value then the next smaller value (on minimum end) or larger value (on maximum end) in the index series should
742               be used as the endpoint. This concept is designed to select ALL nodes whose index interval overlap with the query range.</xsd:documentation>
743            </xsd:annotation>
744         </xsd:enumeration>
745         <xsd:enumeration value="unknown">
746            <xsd:annotation>
747               <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
748               value. Use of this value may result in rejection in some situations.</xsd:documentation>
749            </xsd:annotation>
750         </xsd:enumeration>
751      </xsd:restriction>
752   </xsd:simpleType>
753   <!--UNUSED: Deleted type FacilityParameter.-->
754   <!--UNUSED: Deleted type FiberMode.-->
755   <!--UNUSED: Deleted type FlowQualifier.-->
756   <!--UNUSED: Deleted type FlowSubQualifier.-->
757   <!--UNUSED: Deleted type GasPeakType.-->
758   <!--UNUSED: Deleted type GeodeticDatum.-->
759   <!--UNUSED: Deleted type Hemispheres.-->
760   <!--UNUSED: Deleted type HoleCasingType.-->
761   <!--UNUSED: Deleted type HoleOpenerType.-->
762   <!--UNUSED: Deleted type InjectionFluid.-->
763   <!--UNUSED: Deleted type IntervalMethod.-->
764   <!--UNUSED: Deleted type IntervalType.-->
765   <xsd:simpleType name="ItemState">
766      <xsd:annotation>
767         <xsd:documentation>These values represent the state of a WITSML object.</xsd:documentation>
768      </xsd:annotation>
769      <xsd:restriction base="witsml:abstractTypeEnum">
770         <xsd:enumeration value="actual">
771            <xsd:annotation>
772               <xsd:documentation>Actual data measured or entered at the well site.</xsd:documentation>
773            </xsd:annotation>
774         </xsd:enumeration>
775         <xsd:enumeration value="model">
776            <xsd:annotation>
777               <xsd:documentation>Model data used for "what if" calculations.</xsd:documentation>
778            </xsd:annotation>
779         </xsd:enumeration>
780         <xsd:enumeration value="plan">
781            <xsd:annotation>
782               <xsd:documentation>A planned object. That is, one which is expected to be executed in the future.</xsd:documentation>
783            </xsd:annotation>
784         </xsd:enumeration>
785         <xsd:enumeration value="unknown">
786            <xsd:annotation>
787               <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
788               value. Use of this value may result in rejection in some situations.</xsd:documentation>
789            </xsd:annotation>
790         </xsd:enumeration>
791      </xsd:restriction>
792   </xsd:simpleType>
793   <!--UNUSED: Deleted type InstalledFiberPoint.-->
794   <!--UNUSED: Deleted type JarType.-->
795   <!--UNUSED: Deleted type JarAction.-->
796   <!--UNUSED: Deleted type LithologySource.-->
797   <!--UNUSED: Deleted type LithologyType.-->
798   <!--UNUSED: Deleted type LogDataType.-->
799   <!--UNUSED: Deleted type LogIndexDirection.-->
800   <!--UNUSED: Deleted type LogIndexType.-->
801   <!--UNUSED: Deleted type LogTraceOrigin.-->
802   <!--UNUSED: Deleted type LogTraceState.-->
803   <!--UNUSED: Deleted type MaterialType.-->
804   <!--UNUSED: Deleted type MeasureClass.-->
805   <!--UNUSED: Deleted type MeasurementType.-->
806   <!--UNUSED: Deleted type MessageProbability.-->
807   <!--UNUSED: Deleted type MessageSeverity.-->
808   <!--UNUSED: Deleted type MessageType.-->
809   <!--UNUSED: Deleted type MudLogParameterType.-->
810   <!--UNUSED: Deleted type NADTypes.-->
811   <!--UNUSED: Deleted type NameTagLocation.-->
812   <!--UNUSED: Deleted type NameTagNumberingScheme.-->
813   <!--UNUSED: Deleted type NameTagTechnology.-->
814   <!--UNUSED: Deleted type NozzleType.-->
815   <!--UNUSED: Deleted type OTDRReason.-->
816   <!--UNUSED: Deleted type PhoneType.-->
817   <!--UNUSED: Deleted type PitType.-->
818   <!--UNUSED: Deleted type ProductFlowPortType.-->
819   <!--UNUSED: Deleted type Projection.-->
820   <!--UNUSED: Deleted type ProjectionVariantsObliqueMercator.-->
821   <!--UNUSED: Deleted type PumpType.-->
822   <!--UNUSED: Deleted type PumpOpType.-->
823   <!--UNUSED: Deleted type QualifierType.-->
824   <!--UNUSED: Deleted type RealtimeData.-->
825   <xsd:simpleType name="ReportingFacility">
826      <xsd:annotation>
827         <xsd:documentation>A kind of facility (usage of equipment or material). The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
828      </xsd:annotation>
829      <xsd:restriction base="witsml:abstractTypeEnum">
830         <xsd:enumeration value="block valve">
831            <xsd:annotation>
832               <xsd:documentation>A single block valve.</xsd:documentation>
833            </xsd:annotation>
834         </xsd:enumeration>
835         <xsd:enumeration value="bottomhole">
836            <xsd:annotation>
837               <xsd:documentation>A single bottomhole.</xsd:documentation>
838            </xsd:annotation>
839         </xsd:enumeration>
840         <xsd:enumeration value="choke">
841            <xsd:annotation>
842               <xsd:documentation>A single choke.</xsd:documentation>
843            </xsd:annotation>
844         </xsd:enumeration>
845         <xsd:enumeration value="cluster">
846            <xsd:annotation>
847               <xsd:documentation>A single cluster.</xsd:documentation>
848            </xsd:annotation>
849         </xsd:enumeration>
850         <xsd:enumeration value="completion">
851            <xsd:annotation>
852               <xsd:documentation>A single completion.</xsd:documentation>
853            </xsd:annotation>
854         </xsd:enumeration>
855         <xsd:enumeration value="compressor">
856            <xsd:annotation>
857               <xsd:documentation>A single compressor.</xsd:documentation>
858            </xsd:annotation>
859         </xsd:enumeration>
860         <xsd:enumeration value="controller">
861            <xsd:annotation>
862               <xsd:documentation>A single lift gas controller.</xsd:documentation>
863            </xsd:annotation>
864         </xsd:enumeration>
865         <xsd:enumeration value="controller -- lift">
866            <xsd:annotation>
867               <xsd:documentation>DEPRECATED: use "controller" instead.</xsd:documentation>
868            </xsd:annotation>
869         </xsd:enumeration>
870         <xsd:enumeration value="county">
871            <xsd:annotation>
872               <xsd:documentation>A single county.</xsd:documentation>
873            </xsd:annotation>
874         </xsd:enumeration>
875         <xsd:enumeration value="country">
876            <xsd:annotation>
877               <xsd:documentation>A single country.</xsd:documentation>
878            </xsd:annotation>
879         </xsd:enumeration>
880         <xsd:enumeration value="field">
881            <xsd:annotation>
882               <xsd:documentation>A single field.</xsd:documentation>
883            </xsd:annotation>
884         </xsd:enumeration>
885         <xsd:enumeration value="flowline">
886            <xsd:annotation>
887               <xsd:documentation>A single flowline.</xsd:documentation>
888            </xsd:annotation>
889         </xsd:enumeration>
890         <xsd:enumeration value="flow meter">
891            <xsd:annotation>
892               <xsd:documentation>A single flow meter.</xsd:documentation>
893            </xsd:annotation>
894         </xsd:enumeration>
895         <xsd:enumeration value="lease">
896            <xsd:annotation>
897               <xsd:documentation>A single lease.</xsd:documentation>
898            </xsd:annotation>
899         </xsd:enumeration>
900         <xsd:enumeration value="manifold">
901            <xsd:annotation>
902               <xsd:documentation>A single manifold.</xsd:documentation>
903            </xsd:annotation>
904         </xsd:enumeration>
905         <xsd:enumeration value="platform">
906            <xsd:annotation>
907               <xsd:documentation>A single platform.</xsd:documentation>
908            </xsd:annotation>
909         </xsd:enumeration>
910         <xsd:enumeration value="pressure meter">
911            <xsd:annotation>
912               <xsd:documentation>A single pressure meter. Note that this represents the device and not the sensor itself.</xsd:documentation>
913            </xsd:annotation>
914         </xsd:enumeration>
915         <xsd:enumeration value="processing facility">
916            <xsd:annotation>
917               <xsd:documentation>A single production processing facility.</xsd:documentation>
918            </xsd:annotation>
919         </xsd:enumeration>
920         <xsd:enumeration value="regulating valve">
921            <xsd:annotation>
922               <xsd:documentation>A single regulating valve.</xsd:documentation>
923            </xsd:annotation>
924         </xsd:enumeration>
925         <xsd:enumeration value="reservoir">
926            <xsd:annotation>
927               <xsd:documentation>A single reservoir.</xsd:documentation>
928            </xsd:annotation>
929         </xsd:enumeration>
930         <xsd:enumeration value="separator">
931            <xsd:annotation>
932               <xsd:documentation>A single separator.</xsd:documentation>
933            </xsd:annotation>
934         </xsd:enumeration>
935         <xsd:enumeration value="sleeve valve">
936            <xsd:annotation>
937               <xsd:documentation>A single sleeve valve. This is a type of tubing valve which has a sliding sleeve to cover holes in the tubing. You cover all of the holes in
938               order to close the valve. For configurations oriented toward production, the inlet is on the casing side and the outlet is on the tubing side. For injection, the
939               reverse would be true.</xsd:documentation>
940            </xsd:annotation>
941         </xsd:enumeration>
942         <xsd:enumeration value="state">
943            <xsd:annotation>
944               <xsd:documentation>A single state or province.</xsd:documentation>
945            </xsd:annotation>
946         </xsd:enumeration>
947         <xsd:enumeration value="tank">
948            <xsd:annotation>
949               <xsd:documentation>A single tank.</xsd:documentation>
950            </xsd:annotation>
951         </xsd:enumeration>
952         <xsd:enumeration value="temperature meter">
953            <xsd:annotation>
954               <xsd:documentation>A single temperature meter. Note that this represents the device and not the sensor itself.</xsd:documentation>
955            </xsd:annotation>
956         </xsd:enumeration>
957         <xsd:enumeration value="template">
958            <xsd:annotation>
959               <xsd:documentation>A single template.</xsd:documentation>
960            </xsd:annotation>
961         </xsd:enumeration>
962         <xsd:enumeration value="trunkline">
963            <xsd:annotation>
964               <xsd:documentation>A single trunkline.</xsd:documentation>
965            </xsd:annotation>
966         </xsd:enumeration>
967         <xsd:enumeration value="tubing head">
968            <xsd:annotation>
969               <xsd:documentation>A single tubing head within a wellhead.</xsd:documentation>
970            </xsd:annotation>
971         </xsd:enumeration>
972         <xsd:enumeration value="well group">
973            <xsd:annotation>
974               <xsd:documentation>A single named group of wells.</xsd:documentation>
975            </xsd:annotation>
976         </xsd:enumeration>
977         <xsd:enumeration value="well">
978            <xsd:annotation>
979               <xsd:documentation>A single well, possibly with many wellbores (sidetracks).</xsd:documentation>
980            </xsd:annotation>
981         </xsd:enumeration>
982         <xsd:enumeration value="wellbore">
983            <xsd:annotation>
984               <xsd:documentation>A single wellbore (sidetrack) within a well.</xsd:documentation>
985            </xsd:annotation>
986         </xsd:enumeration>
987         <xsd:enumeration value="wellhead">
988            <xsd:annotation>
989               <xsd:documentation>A single wellhead for one well. See also "tubing head".</xsd:documentation>
990            </xsd:annotation>
991         </xsd:enumeration>
992         <xsd:enumeration value="zone">
993            <xsd:annotation>
994               <xsd:documentation>A single zone.</xsd:documentation>
995            </xsd:annotation>
996         </xsd:enumeration>
997         <xsd:enumeration value="unknown">
998            <xsd:annotation>
999               <xsd:documentation>The value is not known. This value should not be used in normal situations. All reasonable attempts should be made to determine the appropriate
1000               value. Use of this value may result in rejection in some situations.</xsd:documentation>
1001            </xsd:annotation>
1002         </xsd:enumeration>
1003         <xsd:enumeration value="commercial entity">
1004            <xsd:annotation>
1005               <xsd:documentation>A commercial entity is an organisational construct through which the a group of organisations or facilities are grouped as if it were a single
1006               composite.</xsd:documentation>
1007            </xsd:annotation>
1008         </xsd:enumeration>
1009         <xsd:enumeration value="company">
1010            <xsd:annotation>
1011               <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
1012            </xsd:annotation>
1013         </xsd:enumeration>
1014         <xsd:enumeration value="field - area">
1015            <xsd:annotation>
1016               <xsd:documentation>A ground that is an area above an oilfield.</xsd:documentation>
1017            </xsd:annotation>
1018         </xsd:enumeration>
1019         <xsd:enumeration value="field - group">
1020            <xsd:annotation>
1021               <xsd:documentation>An area concept that is a grouping of two or more selcted petroleum fields for commercial reasons or other purposes.</xsd:documentation>
1022            </xsd:annotation>
1023         </xsd:enumeration>
1024         <xsd:enumeration value="field - part">
1025            <xsd:annotation>
1026               <xsd:documentation>An area concept that is an area that forms part of a petroleum field.</xsd:documentation>
1027            </xsd:annotation>
1028         </xsd:enumeration>
1029         <xsd:enumeration value="formation">
1030            <xsd:annotation>
1031               <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
1032            </xsd:annotation>
1033         </xsd:enumeration>
1034         <xsd:enumeration value="installation">
1035            <xsd:annotation>
1036               <xsd:documentation>A physical object that is an appliance involved in the extraction, production, transportation or storage of oil or gas.</xsd:documentation>
1037            </xsd:annotation>
1038         </xsd:enumeration>
1039         <xsd:enumeration value="licence">
1040            <xsd:annotation>
1041               <xsd:documentation>A regulatory agreement that gives the licensees excluding rights to investigate, explore and recover petroleum deposits within the geographical
1042               area and timeperiode stated in the agreement.</xsd:documentation>
1043            </xsd:annotation>
1044         </xsd:enumeration>
1045         <xsd:enumeration value="pipeline">
1046            <xsd:annotation>
1047               <xsd:documentation>A fluid conductor that consists of pipe, possibly also including pumps, valves, and control devices, intended for conveying liquids, gases, or
1048               finely divided solids.</xsd:documentation>
1049            </xsd:annotation>
1050         </xsd:enumeration>
1051         <xsd:enumeration value="storage">
1052            <xsd:annotation>
1053               <xsd:documentation>A system for the storage of gaseous, liquid and solid products.</xsd:documentation>
1054            </xsd:annotation>
1055         </xsd:enumeration>
1056         <xsd:enumeration value="terminal">
1057            <xsd:annotation>
1058               <xsd:documentation>A physical object that is an industrial facility for the storage of oil and/or petrochemical products and from which these products are usually
1059               transported to end users or further storage facilities.</xsd:documentation>
1060            </xsd:annotation>
1061         </xsd:enumeration>
1062      </xsd:restriction>
1063   </xsd:simpleType>
1064   <!--UNUSED: Deleted type ReportingFlow.-->
1065   <!--UNUSED: Deleted type ReportingPeriod.-->
1066   <!--UNUSED: Deleted type ReportingProduct.-->
1067   <!--UNUSED: Deleted type ReportingProperty.-->
1068   <!--UNUSED: Deleted type RigType.-->
1069   <!--UNUSED: Deleted type RiskAffectedPersonnel.-->
1070   <!--UNUSED: Deleted type RiskCategory.-->
1071   <!--UNUSED: Deleted type RiskSubCategory.-->
1072   <!--UNUSED: Deleted type RiskType.-->
1073   <!--UNUSED: Deleted type ScrType.-->
1074   <!--UNUSED: Deleted type ShowFluorescence.-->
1075   <!--UNUSED: Deleted type ShowLevel.-->
1076   <!--UNUSED: Deleted type ShowRating.-->
1077   <!--UNUSED: Deleted type ShowSpeed.-->
1078   <!--UNUSED: Deleted type StandardTempPress.-->
1079   <!--UNUSED: Deleted type SupportCraft.-->
1080   <!--UNUSED: Deleted type SurfEquipType.-->
1081   <!--UNUSED: Deleted type TargetCategory.-->
1082   <!--UNUSED: Deleted type TargetScope.-->
1083   <!--UNUSED: Deleted type TargetSectionScope.-->
1084   <!--UNUSED: Deleted type TestReason.-->
1085   <!--UNUSED: Deleted type TrajStationStatus.-->
1086   <!--UNUSED: Deleted type TrajStationType.-->
1087   <!--UNUSED: Deleted type TubularAssembly.-->
1088   <!--UNUSED: Deleted type TubularComponent.-->
1089   <!--UNUSED: Deleted type TypeSurveyTool.-->
1090   <!--UNUSED: Deleted type ValueStatus.-->
1091   <!--UNUSED: Deleted type WellDirection.-->
1092   <!--UNUSED: Deleted type WellFluid.-->
1093   <!--UNUSED: Deleted type WellboreShape.-->
1094   <!--UNUSED: Deleted type WellboreType.-->
1095   <!--UNUSED: Deleted type WellPurpose.-->
1096   <!--UNUSED: Deleted type WellStatus.-->
1097   <!--UNUSED: Deleted type CrewType.-->
1098   <!--UNUSED: Deleted type OperationKind.-->
1099   <!--UNUSED: Deleted type ReasonLost.-->
1100   <!--UNUSED: Deleted type SafetyType.-->
1101   <!--UNUSED: Deleted type VolumeReferenceKind.-->
1102   <!--UNUSED: Deleted type DataQuality.-->
1103   <!--UNUSED: Deleted type FluidAnalysisKind.-->
1104   <!--UNUSED: Deleted type FluidComponent.-->
1105   <xsd:simpleType name="FluidSampleTestAcquisition">
1106      <xsd:restriction base="witsml:abstractTypeEnum">
1107         <xsd:enumeration value="drill stem test" />
1108         <xsd:enumeration value="repeat formation tester" />
1109      </xsd:restriction>
1110   </xsd:simpleType>
1111   <!--UNUSED: Deleted type FluidComponentKind.-->
1112   <!--UNUSED: Deleted type FluidContaminant.-->
1113   <xsd:simpleType name="FluidSampleKind">
1114      <xsd:restriction base="witsml:abstractTypeEnum">
1115         <xsd:enumeration value="bottom hole" />
1116         <xsd:enumeration value="wellhead" />
1117         <xsd:enumeration value="DST" />
1118         <xsd:enumeration value="formation tester" />
1119         <xsd:enumeration value="RFT or MDT" />
1120         <xsd:enumeration value="recombined" />
1121         <xsd:enumeration value="separator gas" />
1122         <xsd:enumeration value="separator oil" />
1123         <xsd:enumeration value="separator water" />
1124         <xsd:enumeration value="synthetic" />
1125         <xsd:enumeration value="unknown" />
1126      </xsd:restriction>
1127   </xsd:simpleType>
1128   <xsd:simpleType name="ReservoirFluidKind">
1129      <xsd:restriction base="witsml:abstractTypeEnum">
1130         <xsd:enumeration value="black oil" />
1131         <xsd:enumeration value="volatile oil" />
1132         <xsd:enumeration value="critical or near critical" />
1133         <xsd:enumeration value="wet gas or condensate" />
1134         <xsd:enumeration value="dry gas" />
1135      </xsd:restriction>
1136   </xsd:simpleType>
1137   <!--UNUSED: Deleted type EosModelKind.-->
1138   <!--UNUSED: Deleted type generalMeasureType.-->
1139   <!--UNUSED: Deleted type temperatureSlopeMeasure.-->
1140   <!--UNUSED: Deleted type typeOptionalClassString.-->
1141   <xsd:complexType name="endpointQualifiedDateTime">
1142      <xsd:annotation>
1143         <xsd:documentation>A timestamp value used for min/max query parameters related to "growing objects". The meaning of the endpoint of an interval can be modified by the
1144         endpoint attribute.</xsd:documentation>
1145      </xsd:annotation>
1146      <xsd:simpleContent>
1147         <xsd:extension base="witsml:abstractDateTime">
1148            <xsd:attribute name="endpoint" type="witsml:EndpointQualifier" use="optional">
1149               <xsd:annotation>
1150                  <xsd:documentation>The default is "inclusive".</xsd:documentation>
1151               </xsd:annotation>
1152            </xsd:attribute>
1153         </xsd:extension>
1154      </xsd:simpleContent>
1155   </xsd:complexType>
1156   <!--UNUSED: Deleted type endpointQualifiedDate.-->
1157   <!--UNUSED: Deleted type emailQualifierStruct.-->
1158   <xsd:complexType name="facilityIdentifierStruct">
1159      <xsd:annotation>
1160         <xsd:documentation>Identifies a facility.</xsd:documentation>
1161      </xsd:annotation>
1162      <xsd:simpleContent>
1163         <xsd:extension base="witsml:abstractNameString">
1164            <xsd:attribute name="kind" type="witsml:ReportingFacility" use="optional">
1165               <xsd:annotation>
1166                  <xsd:documentation>The kind of facility.</xsd:documentation>
1167               </xsd:annotation>
1168            </xsd:attribute>
1169            <xsd:attribute name="namingSystem" type="witsml:nameString" use="optional">
1170               <xsd:annotation>
1171                  <xsd:documentation>The naming system within which the name is unique. For example, API or NPD.</xsd:documentation>
1172               </xsd:annotation>
1173            </xsd:attribute>
1174            <xsd:attribute name="uidRef" type="witsml:uidString" use="optional">
1175               <xsd:annotation>
1176                  <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
1177                  instance.</xsd:documentation>
1178               </xsd:annotation>
1179            </xsd:attribute>
1180         </xsd:extension>
1181      </xsd:simpleContent>
1182   </xsd:complexType>
1183   <!--UNUSED: Deleted type phoneNumberStruct.-->
1184   <xsd:simpleType name="logicalBoolean">
1185      <xsd:annotation>
1186         <xsd:documentation>Values of "true" (or "1") and "false" (or "0").</xsd:documentation>
1187      </xsd:annotation>
1188      <xsd:restriction base="witsml:abstractBoolean" />
1189   </xsd:simpleType>
1190   <xsd:simpleType name="date">
1191      <xsd:annotation>
1192         <xsd:documentation>A julian date.</xsd:documentation>
1193      </xsd:annotation>
1194      <xsd:restriction base="witsml:abstractDate" />
1195   </xsd:simpleType>
1196   <!--UNUSED: Deleted type month.-->
1197   <!--UNUSED: Deleted type year.-->
1198   <xsd:simpleType name="timestamp">
1199      <xsd:annotation>
1200         <xsd:documentation>A date with the time of day and an optional time zone. While the time zone is optional, it is strongly advised that the zone always be specified in
1201         each date time value.</xsd:documentation>
1202      </xsd:annotation>
1203      <xsd:restriction base="witsml:abstractDateTime" />
1204   </xsd:simpleType>
1205   <!--UNUSED: Deleted type timeZone.-->
1206   <!--UNUSED: Deleted type calendarYear.-->
1207   <!--UNUSED: Deleted type yAxisAzimuth.-->
1208   <!--UNUSED: Deleted type nonNegativeFraction.-->
1209   <!--UNUSED: Deleted type unitlessQuantity.-->
1210   <!--UNUSED: Deleted type genericMeasure.-->
1211   <!--UNUSED: Deleted type indexCurve.-->
1212   <!--UNUSED: Deleted type ratioGenericMeasure.-->
1213   <!--UNUSED: Deleted type listOfString.-->
1214   <!--UNUSED: Deleted type listOfDouble.-->
1215   <!--UNUSED: Deleted type refNameString.-->
1216   <!--UNUSED: Deleted type refObjectString.-->
1217   <!--UNUSED: Deleted type refPositiveCount.-->
1218   <xsd:simpleType name="refWellDatum">
1219      <xsd:annotation>
1220         <xsd:documentation>A reference to a wellDatum in the current well. This value must match the uid value in a WellDatum. This value represents a foreign key from one
1221         element to another. This is an exception to the convention that a foreign key must utilize both a human contextual name and a uid value. For messages outside the context
1222         of a server then this value will commonly match the value of the name of the wellDatum (e.g., 'KB') if uids are not not used in that context. This was a compromise in
1223         order to allow the coordinate structures to be simple and still be usable both within the context of a server and outside the context of a server.</xsd:documentation>
1224      </xsd:annotation>
1225      <xsd:restriction base="witsml:abstractUidString" />
1226   </xsd:simpleType>
1227   <xsd:simpleType name="nameString">
1228      <xsd:annotation>
1229         <xsd:documentation>A user assigned human recognizable contextual name of something. There should be no assumption that (interoperable) semantic information will be
1230         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
1231         enumeration.</xsd:documentation>
1232      </xsd:annotation>
1233      <xsd:restriction base="witsml:abstractNameString" />
1234   </xsd:simpleType>
1235   <xsd:simpleType name="commentString">
1236      <xsd:annotation>
1237         <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.
1238         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>
1239      </xsd:annotation>
1240      <xsd:restriction base="witsml:abstractCommentString" />
1241   </xsd:simpleType>
1242   <xsd:simpleType name="descriptionString">
1243      <xsd:annotation>
1244         <xsd:documentation>A textual description of something.</xsd:documentation>
1245      </xsd:annotation>
1246      <xsd:restriction base="witsml:abstractString">
1247         <xsd:maxLength value="256" />
1248      </xsd:restriction>
1249   </xsd:simpleType>
1250   <!--UNUSED: Deleted type shortDescriptionString.-->
1251   <!--UNUSED: Deleted type encodedArrayString.-->
1252   <!--UNUSED: Deleted type encodedValueString.-->
1253   <xsd:simpleType name="kindString">
1254      <xsd:annotation>
1255         <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
1256         enumerated list.</xsd:documentation>
1257      </xsd:annotation>
1258      <xsd:restriction base="witsml:abstractTypeEnum" />
1259   </xsd:simpleType>
1260   <!--UNUSED: Deleted type uomString.-->
1261   <xsd:simpleType name="uidString">
1262      <xsd:annotation>
1263         <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
1264         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
1265         value unless enforced by the source of the document (e.g., a document server).</xsd:documentation>
1266      </xsd:annotation>
1267      <xsd:restriction base="witsml:abstractUidString" />
1268   </xsd:simpleType>
1269   <!--UNUSED: Deleted type refString.-->
1270   <xsd:simpleType name="schemaVersionString">
1271      <xsd:annotation>
1272         <xsd:documentation>The version of the schema. The first three levels are fixed. The fourth level can vary to represent the constraints defined in enumerations and XML
1273         loader files.</xsd:documentation>
1274      </xsd:annotation>
1275      <xsd:restriction base="witsml:abstractString">
1276         <xsd:maxLength value="16" />
1277         <xsd:pattern value="1\.0\.0\.[1-9]?[0-9]\(PRODML\)" />
1278      </xsd:restriction>
1279   </xsd:simpleType>
1280   <xsd:complexType name="nameStruct">
1281      <xsd:annotation>
1282         <xsd:documentation>The name of something within a naming system.</xsd:documentation>
1283      </xsd:annotation>
1284      <xsd:simpleContent>
1285         <xsd:extension base="witsml:abstractNameString">
1286            <xsd:attribute name="namingSystem" type="witsml:nameString" use="optional">
1287               <xsd:annotation>
1288                  <xsd:documentation>The naming system within the name is (hopefully) unique.</xsd:documentation>
1289               </xsd:annotation>
1290            </xsd:attribute>
1291         </xsd:extension>
1292      </xsd:simpleContent>
1293   </xsd:complexType>
1294   <!--UNUSED: Deleted type wellKnownNameStruct.-->
1295   <!--UNUSED: Deleted type uncollapsedString.-->
1296   <!--UNUSED: Deleted type iadcBearingWearCode.-->
1297   <!--UNUSED: Deleted type geodeticZoneString.-->
1298   <!--UNUSED: Deleted type generalQualifiedMeasure.-->
1299   <!--UNUSED: Deleted type integerQualifiedCount.-->
1300   <!--UNUSED: Deleted type kindQualifiedString.-->
1301   <!--UNUSED: Deleted type areaQualifiedMeasure.-->
1302   <!--UNUSED: Deleted type areaPerAreaQualifiedMeasure.-->
1303   <!--UNUSED: Deleted type anglePerTimeQualifiedMeasure.-->
1304   <!--UNUSED: Deleted type lengthPerLengthQualifiedMeasure.-->
1305   <!--UNUSED: Deleted type pressureQualifiedMeasure.-->
1306   <!--UNUSED: Deleted type thermodynamicTemperatureQualifiedMeasure.-->
1307   <!--UNUSED: Deleted type volumeQualifiedMeasure.-->
1308   <!--UNUSED: Deleted type volumeFlowRateQualifiedMeasure.-->
1309   <xsd:complexType name="measuredDepthCoord">
1310      <xsd:annotation>
1311         <xsd:documentation>A measured depth coordinate in a wellbore. Positive moving from the reference datum toward the bottomhole. All coordinates with the same datum (and
1312         same uom) can be considered to be in the same Coordinate Reference System and are thus directly comparable.</xsd:documentation>
1313      </xsd:annotation>
1314      <xsd:simpleContent>
1315         <xsd:extension base="witsml:abstractMeasure">
1316            <xsd:attribute name="uom" type="witsml:MeasuredDepthUom" use="optional">
1317               <xsd:annotation>
1318                  <xsd:documentation>The unit of measure of the quantity value.</xsd:documentation>
1319                  <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
1320               </xsd:annotation>
1321            </xsd:attribute>
1322            <xsd:attribute name="datum" type="witsml:refWellDatum" use="optional">
1323               <xsd:annotation>
1324                  <xsd:documentation>A pointer to the reference datum for this coordinate value as defined in WellDatum. This value is assumed to match the uid value in a
1325                  WellDatum. If not given then the default WellDatum must be assumed.</xsd:documentation>
1326               </xsd:annotation>
1327            </xsd:attribute>
1328         </xsd:extension>
1329      </xsd:simpleContent>
1330   </xsd:complexType>
1331   <xsd:simpleType name="MeasuredDepthUom">
1332      <xsd:annotation>
1333         <xsd:documentation>The units of measure that are valid for measured depths in a wellbore.</xsd:documentation>
1334      </xsd:annotation>
1335      <xsd:restriction base="witsml:abstractUomEnum">
1336         <xsd:enumeration value="m">
1337            <xsd:annotation>
1338               <xsd:documentation>meter</xsd:documentation>
1339            </xsd:annotation>
1340         </xsd:enumeration>
1341         <xsd:enumeration value="ft">
1342            <xsd:annotation>
1343               <xsd:documentation>International Foot</xsd:documentation>
1344            </xsd:annotation>
1345         </xsd:enumeration>
1346         <xsd:enumeration value="ftUS">
1347            <xsd:annotation>
1348               <xsd:documentation>US Survey Foot</xsd:documentation>
1349            </xsd:annotation>
1350         </xsd:enumeration>
1351      </xsd:restriction>
1352   </xsd:simpleType>
1353   <!--UNUSED: Deleted type wellVerticalDepthCoord.-->
1354   <!--UNUSED: Deleted type wellElevationCoord.-->
1355   <!--UNUSED: Deleted type WellVerticalCoordinateUom.-->
1356   <!--UNUSED: Deleted type nonNegativeCount.-->
1357   <!--UNUSED: Deleted type positiveCount.-->
1358   <!--UNUSED: Deleted type positiveBigCount.-->
1359   <!--UNUSED: Deleted type integerCount.-->
1360   <!--UNUSED: Deleted type beaufortScaleIntegerCode.-->
1361   <!--UNUSED: Deleted type pumpActionIntegerCode.-->
1362   <!--UNUSED: Deleted type iadcIntegerCode.-->
1363   <!--UNUSED: Deleted type levelIntegerCode.-->
1364   <!--UNUSED: Deleted type cost.-->
1365   <!--UNUSED: Deleted type indexedObject.-->
1366   <!--UNUSED: Deleted type str2.-->
1367   <!--UNUSED: Deleted type str16.-->
1368   <!--UNUSED: Deleted type str32.-->
1369   <!--UNUSED: Deleted type crewCount.-->
1370   <!--UNUSED: Deleted type lostVolumeAndReason.-->
1371   <!--UNUSED: Deleted type safetyCount.-->
1372   <!--UNUSED: Deleted type binaryInteractionCoefficient.-->
1373   <!--UNUSED: Deleted type massConcentrationMeasurePercent.-->
1374   <!--UNUSED: Deleted type molarFractionMeasurePercent.-->
1375   <!--UNUSED: Deleted type volumePerVolumeMeasurePercent.-->
1376   <!--UNUSED: Deleted type PercentUom.-->
1377   <!--UNUSED: Deleted type accelerationLinearMeasure.-->
1378   <!--UNUSED: Deleted type amountOfSubstanceMeasure.-->
1379   <!--UNUSED: Deleted type anglePerLengthMeasure.-->
1380   <!--UNUSED: Deleted type anglePerTimeMeasure.-->
1381   <!--UNUSED: Deleted type areaMeasure.-->
1382   <!--UNUSED: Deleted type areaPerAreaMeasure.-->
1383   <!--UNUSED: Deleted type densityMeasure.-->
1384   <!--UNUSED: Deleted type dimensionlessMeasure.-->
1385   <!--UNUSED: Deleted type dynamicViscosityMeasure.-->
1386   <!--UNUSED: Deleted type electricPotentialMeasure.-->
1387   <!--UNUSED: Deleted type energyPerAreaMeasure.-->
1388   <!--UNUSED: Deleted type equivalentPerMassMeasure.-->
1389   <!--UNUSED: Deleted type forceMeasure.-->
1390   <!--UNUSED: Deleted type forcePerVolumeMeasure.-->
1391   <!--UNUSED: Deleted type frequencyMeasure.-->
1392   <!--UNUSED: Deleted type illuminanceMeasure.-->
1393   <!--UNUSED: Deleted type lengthMeasure.-->
1394   <!--UNUSED: Deleted type lengthPerLengthMeasure.-->
1395   <!--UNUSED: Deleted type magneticFieldStrengthMeasure.-->
1396   <!--UNUSED: Deleted type massConcentrationMeasure.-->
1397   <!--UNUSED: Deleted type massFlowRateMeasure.-->
1398   <!--UNUSED: Deleted type massMeasure.-->
1399   <!--UNUSED: Deleted type massPerLengthMeasure.-->
1400   <!--UNUSED: Deleted type modulusOfCompressionMeasure.-->
1401   <!--UNUSED: Deleted type momentOfForceMeasure.-->
1402   <!--UNUSED: Deleted type perLengthMeasure.-->
1403   <!--UNUSED: Deleted type planeAngleMeasure.-->
1404   <!--UNUSED: Deleted type powerMeasure.-->
1405   <xsd:complexType name="pressureMeasure">
1406      <xsd:simpleContent>
1407         <xsd:extension base="witsml:abstractMeasure">
1408            <xsd:attribute name="uom" type="witsml:pressureUom" use="optional">
1409               <xsd:annotation>
1410                  <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
1411               </xsd:annotation>
1412            </xsd:attribute>
1413         </xsd:extension>
1414      </xsd:simpleContent>
1415   </xsd:complexType>
1416   <!--UNUSED: Deleted type relativePowerMeasure.-->
1417   <!--UNUSED: Deleted type specificVolumeMeasure.-->
1418   <xsd:complexType name="thermodynamicTemperatureMeasure">
1419      <xsd:simpleContent>
1420         <xsd:extension base="witsml:abstractMeasure">
1421            <xsd:attribute name="uom" type="witsml:thermodynamicTemperatureUom" use="optional">
1422               <xsd:annotation>
1423                  <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
1424               </xsd:annotation>
1425            </xsd:attribute>
1426         </xsd:extension>
1427      </xsd:simpleContent>
1428   </xsd:complexType>
1429   <!--UNUSED: Deleted type timeMeasure.-->
1430   <!--UNUSED: Deleted type velocityMeasure.-->
1431   <!--UNUSED: Deleted type volumeMeasure.-->
1432   <!--UNUSED: Deleted type volumeFlowRateMeasure.-->
1433   <!--UNUSED: Deleted type volumePerVolumeMeasure.-->
1434   <!--UNUSED: Deleted type workMeasure.-->
1435   <!--UNUSED: Deleted type compressibilityMeasure.-->
1436   <!--UNUSED: Deleted type molarVolumeMeasure.-->
1437   <!--UNUSED: Deleted type standardVolumeMeasure.-->
1438   <!--UNUSED: Deleted type thermalConductivityMeasure.-->
1439   <!--UNUSED: Deleted type volumePerStandardVolumeMeasure.-->
1440   <xsd:complexType name="standardVolumePerStandardVolumeMeasure">
1441      <xsd:annotation>
1442         <xsd:documentation>A ratio of volumes that have each been corrected to standard conditions of temperature and pressure. The standard conditions must be known outside the
1443         context of the data type because the unit of measure is independent of the standard conditions. The main intent of this type is to allow programatic determination of
1444         where standard conditions are assumed.</xsd:documentation>
1445      </xsd:annotation>
1446      <xsd:simpleContent>
1447         <xsd:extension base="witsml:abstractMeasure">
1448            <xsd:attribute name="uom" type="witsml:volumePerVolumeUom" use="optional">
1449               <xsd:annotation>
1450                  <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
1451               </xsd:annotation>
1452            </xsd:attribute>
1453         </xsd:extension>
1454      </xsd:simpleContent>
1455   </xsd:complexType>
1456   <!--UNUSED: Deleted type standardVolumePerVolumeMeasure.-->
1457   <!--UNUSED: Deleted type accelerationLinearUom.-->
1458   <!--UNUSED: Deleted type amountOfSubstanceUom.-->
1459   <!--UNUSED: Deleted type anglePerLengthUom.-->
1460   <!--UNUSED: Deleted type anglePerTimeUom.-->
1461   <!--UNUSED: Deleted type areaUom.-->
1462   <!--UNUSED: Deleted type areaPerAreaUom.-->
1463   <!--UNUSED: Deleted type densityUom.-->
1464   <!--UNUSED: Deleted type dimensionlessUom.-->
1465   <!--UNUSED: Deleted type dynamicViscosityUom.-->
1466   <!--UNUSED: Deleted type electricPotentialUom.-->
1467   <!--UNUSED: Deleted type energyPerAreaUom.-->
1468   <!--UNUSED: Deleted type equivalentPerMassUom.-->
1469   <!--UNUSED: Deleted type forceUom.-->
1470   <!--UNUSED: Deleted type forcePerVolumeUom.-->
1471   <!--UNUSED: Deleted type frequencyUom.-->
1472   <!--UNUSED: Deleted type illuminanceUom.-->
1473   <!--UNUSED: Deleted type lengthUom.-->
1474   <!--UNUSED: Deleted type lengthPerLengthUom.-->
1475   <!--UNUSED: Deleted type magneticFieldStrengthUom.-->
1476   <!--UNUSED: Deleted type massConcentrationUom.-->
1477   <!--UNUSED: Deleted type massFlowRateUom.-->
1478   <!--UNUSED: Deleted type massUom.-->
1479   <!--UNUSED: Deleted type massPerLengthUom.-->
1480   <!--UNUSED: Deleted type modulusOfCompressionUom.-->
1481   <!--UNUSED: Deleted type momentOfForceUom.-->
1482   <!--UNUSED: Deleted type perLengthUom.-->
1483   <!--UNUSED: Deleted type planeAngleUom.-->
1484   <!--UNUSED: Deleted type powerUom.-->
1485   <xsd:simpleType name="pressureUom">
1486      <xsd:restriction base="witsml:abstractUomEnum">
1487         <xsd:enumeration value="Pa" />
1488         <xsd:enumeration value="at" />
1489         <xsd:enumeration value="atm" />
1490         <xsd:enumeration value="bar" />
1491         <xsd:enumeration value="cmH2O(4degC)" />
1492         <xsd:enumeration value="dyne/cm2" />
1493         <xsd:enumeration value="GPa" />
1494         <xsd:enumeration value="hbar" />
1495         <xsd:enumeration value="inH2O(39.2F)" />
1496         <xsd:enumeration value="inH2O(60F)" />
1497         <xsd:enumeration value="inHg(32F)" />
1498         <xsd:enumeration value="inHg(60F)" />
1499         <xsd:enumeration value="kgf/cm2" />
1500         <xsd:enumeration value="kgf/mm2" />
1501         <xsd:enumeration value="kN/m2" />
1502         <xsd:enumeration value="kPa" />
1503         <xsd:enumeration value="kpsi" />
1504         <xsd:enumeration value="lbf/ft2" />
1505         <xsd:enumeration value="lbf/100ft2" />
1506         <xsd:enumeration value="lbf/in2" />
1507         <xsd:enumeration value="mbar" />
1508         <xsd:enumeration value="mmHg(0C)" />
1509         <xsd:enumeration value="mPa" />
1510         <xsd:enumeration value="MPa" />
1511         <xsd:enumeration value="Mpsi" />
1512         <xsd:enumeration value="N/m2" />
1513         <xsd:enumeration value="N/mm2" />
1514         <xsd:enumeration value="Pa(g)" />
1515         <xsd:enumeration value="pPa" />
1516         <xsd:enumeration value="psi" />
1517         <xsd:enumeration value="psia" />
1518         <xsd:enumeration value="psig" />
1519         <xsd:enumeration value="tonfUS/ft2" />
1520         <xsd:enumeration value="tonfUS/in2" />
1521         <xsd:enumeration value="torr" />
1522         <xsd:enumeration value="ubar" />
1523         <xsd:enumeration value="umHg(0C)" />
1524         <xsd:enumeration value="uPa" />
1525         <xsd:enumeration value="upsi" />
1526      </xsd:restriction>
1527   </xsd:simpleType>
1528   <!--UNUSED: Deleted type relativePowerUom.-->
1529   <!--UNUSED: Deleted type specificVolumeUom.-->
1530   <xsd:simpleType name="thermodynamicTemperatureUom">
1531      <xsd:restriction base="witsml:abstractUomEnum">
1532         <xsd:enumeration value="K" />
1533         <xsd:enumeration value="degC" />
1534         <xsd:enumeration value="degF" />
1535         <xsd:enumeration value="degR" />
1536      </xsd:restriction>
1537   </xsd:simpleType>
1538   <!--UNUSED: Deleted type timeUom.-->
1539   <!--UNUSED: Deleted type velocityUom.-->
1540   <!--UNUSED: Deleted type volumeUom.-->
1541   <!--UNUSED: Deleted type volumeFlowRateUom.-->
1542   <xsd:simpleType name="volumePerVolumeUom">
1543      <xsd:restriction base="witsml:abstractUomEnum">
1544         <xsd:enumeration value="Euc" />
1545         <xsd:enumeration value="%" />
1546         <xsd:enumeration value="permil" />
1547         <xsd:enumeration value="ppdk" />
1548         <xsd:enumeration value="ppk" />
1549         <xsd:enumeration value="ppm" />
1550         <xsd:enumeration value="bbl/acre.ft" />
1551         <xsd:enumeration value="bbl/bbl" />
1552         <xsd:enumeration value="bbl/ft3" />
1553         <xsd:enumeration value="bbl/100bbl" />
1554         <xsd:enumeration value="bbl/k(ft3)" />
1555         <xsd:enumeration value="bbl/M(ft3)" />
1556         <xsd:enumeration value="cm3/cm3" />
1557         <xsd:enumeration value="cm3/m3" />
1558         <xsd:enumeration value="dm3/m3" />
1559         <xsd:enumeration value="ft3/bbl" />
1560         <xsd:enumeration value="ft3/ft3" />
1561         <xsd:enumeration value="galUS/kgalUS" />
1562         <xsd:enumeration value="galUK/kgalUK" />
1563         <xsd:enumeration value="galUK/ft3" />
1564         <xsd:enumeration value="galUK/Mbbl" />
1565         <xsd:enumeration value="galUS/bbl" />
1566         <xsd:enumeration value="galUS/10bbl" />
1567         <xsd:enumeration value="galUS/ft3" />
1568         <xsd:enumeration value="galUS/Mbbl" />
1569         <xsd:enumeration value="1000ft3/bbl" />
1570         <xsd:enumeration value="ksm3/sm3" />
1571         <xsd:enumeration value="L/10bbl" />
1572         <xsd:enumeration value="L/m3" />
1573         <xsd:enumeration value="m3/ha.m" />
1574         <xsd:enumeration value="m3/m3" />
1575         <xsd:enumeration value="M(ft3)/acre.ft" />
1576         <xsd:enumeration value="mL/galUK" />
1577         <xsd:enumeration value="mL/galUS" />
1578         <xsd:enumeration value="mL/mL" />
1579         <xsd:enumeration value="MMbbl/acre.ft" />
1580         <xsd:enumeration value="MMscf60/stb60" />
1581         <xsd:enumeration value="Mscf60/stb60" />
1582         <xsd:enumeration value="ptUK/Mbbl" />
1583         <xsd:enumeration value="ptUS/10bbl" />
1584         <xsd:enumeration value="pu" />
1585         <xsd:enumeration value="scm15/stb60" />
1586         <xsd:enumeration value="sm3/ksm3" />
1587         <xsd:enumeration value="sm3/sm3" />
1588         <xsd:enumeration value="stb60/MMscf60" />
1589         <xsd:enumeration value="stb60/MMscm15" />
1590         <xsd:enumeration value="stb60/Mscf60" />
1591         <xsd:enumeration value="stb60/Mscm15" />
1592         <xsd:enumeration value="stb60/scm15" />
1593      </xsd:restriction>
1594   </xsd:simpleType>
1595   <!--UNUSED: Deleted type workUom.-->
1596   <!--UNUSED: Deleted type compressibilityUom.-->
1597   <!--UNUSED: Deleted type molarVolumeUom.-->
1598   <!--UNUSED: Deleted type thermalConductivityUom.-->
1599</xsd:schema>
Note: See TracBrowser for help on using the browser.