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

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

Added project files for monthly production version 1.0

Line 
1<?xml version="1.0" encoding="utf-8"?>
2<xsd:schema
3        elementFormDefault="qualified"
4        attributeFormDefault="unqualified"
5        targetNamespace="http://www.witsml.org/schemas/131"
6        xmlns:witsml="http://www.witsml.org/schemas/131"
7        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
8        version="1.3.1">
9   <!--                                                                                -->
10   <!-- Energistics License Agreement                                                  -->
11   <!-- This file is distributed under the Energistics License Agreement at            -->
12   <!-- http://www.posc.org/about/license.shtml.                                       -->
13   <!-- Use of this file constitutes agreement with the Energistics License Agreement. -->
14   <!--                                                                                -->
15   <xsd:attributeGroup name="attgrp_uid">
16      <xsd:attribute name="uid" type="witsml:uidString" use="optional">
17         <xsd:annotation>
18            <xsd:documentation>The unique identifier of a container element. This attribute is generally required within the context of a WITSML server. There should be no
19            assumption as to the semantic content of this attribute. This should only be used with recurring container types (i.e., maxOccurs greater than one). The value is only
20            required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
21         </xsd:annotation>
22      </xsd:attribute>
23   </xsd:attributeGroup>
24   <!--UNUSED: Deleted type cs_businessAssociate.-->
25   <xsd:complexType name="cs_commonData">
26      <xsd:annotation>
27         <xsd:documentation>WITSML - Common Data Component Schema</xsd:documentation>
28      </xsd:annotation>
29      <xsd:sequence>
30         <xsd:element name="sourceName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
31            <xsd:annotation>
32               <xsd:documentation>An identifier to indicate the data originator. This identifies the server that originally created the object and thus most of the uids in the
33               object (but not necessarily the uids of the parents). This is typically a url.</xsd:documentation>
34            </xsd:annotation>
35         </xsd:element>
36         <xsd:element name="dTimCreation" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
37            <xsd:annotation>
38               <xsd:documentation>When the data was created at the persistent data store.</xsd:documentation>
39            </xsd:annotation>
40         </xsd:element>
41         <xsd:element name="dTimLastChange" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
42            <xsd:annotation>
43               <xsd:documentation>Last change of any element of the data at the persistent data store. The change time is not updated for a growing object while it is
44               growing.</xsd:documentation>
45            </xsd:annotation>
46         </xsd:element>
47         <xsd:element name="itemState" type="witsml:ItemState" minOccurs="0" maxOccurs="1">
48            <xsd:annotation>
49               <xsd:documentation>The item state for the data object.</xsd:documentation>
50            </xsd:annotation>
51         </xsd:element>
52         <xsd:element name="comments" type="witsml:commentString" minOccurs="0" maxOccurs="1">
53            <xsd:annotation>
54               <xsd:documentation>Comments and remarks.</xsd:documentation>
55            </xsd:annotation>
56         </xsd:element>
57      </xsd:sequence>
58   </xsd:complexType>
59   <!--UNUSED: Deleted type cs_connectedNode.-->
60   <!--UNUSED: Deleted type cs_curveData.-->
61   <!--UNUSED: Deleted type cs_curveDefinition.-->
62   <xsd:complexType name="cs_customData">
63      <xsd:annotation>
64         <xsd:documentation>WITSML - Custom or User Defined Element and Attributes Component Schema. Specify custom element, attributes, and types in the custom data
65         area.</xsd:documentation>
66      </xsd:annotation>
67      <xsd:sequence>
68         <xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded">
69            <xsd:annotation>
70               <xsd:documentation>Any element or attribute in any namespace. It is strongly recommended that all custom data definitions be added to a unique
71               namespace.</xsd:documentation>
72            </xsd:annotation>
73         </xsd:any>
74      </xsd:sequence>
75   </xsd:complexType>
76   <!--UNUSED: Deleted type cs_datedComment.-->
77   <!--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   <xsd:complexType name="cs_dtsErrorReport">
264      <xsd:annotation>
265         <xsd:documentation>A simple structure that allows an error report to be exchanged. The strucutre will allow for an error name, error id (generally a numerical code), and
266         a description.</xsd:documentation>
267      </xsd:annotation>
268      <xsd:sequence>
269         <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">
270            <xsd:annotation>
271               <xsd:documentation>A name of the error.</xsd:documentation>
272            </xsd:annotation>
273         </xsd:element>
274         <xsd:element name="id" type="witsml:kindString" minOccurs="0" maxOccurs="1">
275            <xsd:annotation>
276               <xsd:documentation>A code, or other id, for the error.</xsd:documentation>
277            </xsd:annotation>
278         </xsd:element>
279         <xsd:element name="description" type="witsml:commentString" minOccurs="0" maxOccurs="1">
280            <xsd:annotation>
281               <xsd:documentation>A description of the error.</xsd:documentation>
282            </xsd:annotation>
283         </xsd:element>
284      </xsd:sequence>
285      <xsd:attributeGroup ref="witsml:attgrp_uid">
286         <xsd:annotation>
287            <xsd:documentation>Unique identifier for the error report.</xsd:documentation>
288         </xsd:annotation>
289      </xsd:attributeGroup>
290   </xsd:complexType>
291   <!--UNUSED: Deleted type cs_dtsFiber.-->
292   <!--UNUSED: Deleted type cs_dtsFiberEndPoint.-->
293   <!--UNUSED: Deleted type cs_dtsFiberInformation.-->
294   <!--UNUSED: Deleted type cs_dtsFiberInstalledPoints.-->
295   <!--UNUSED: Deleted type cs_dtsInstrumentBox.-->
296   <!--UNUSED: Deleted type cs_dtsInstrumentBoxCalibration.-->
297   <!--UNUSED: Deleted type cs_dtsOneWayLoss.-->
298   <!--UNUSED: Deleted type cs_dtsOtdr.-->
299   <xsd:complexType name="cs_dtsProcessedWellLog">
300      <xsd:annotation>
301         <xsd:documentation>Captures information about one processed wellLog.</xsd:documentation>
302      </xsd:annotation>
303      <xsd:sequence>
304         <xsd:element name="processing" type="witsml:kindString" minOccurs="0" maxOccurs="unbounded">
305            <xsd:annotation>
306               <xsd:documentation>The kind of processing used to create the new log.</xsd:documentation>
307               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
308            </xsd:annotation>
309         </xsd:element>
310         <xsd:element name="derivedWellLog" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
311            <xsd:annotation>
312               <xsd:documentation>The resultant wellLog.</xsd:documentation>
313               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
314            </xsd:annotation>
315         </xsd:element>
316         <xsd:element name="sourceWellLog" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
317            <xsd:annotation>
318               <xsd:documentation>The wellLog which was the primary source for creating the derived log.</xsd:documentation>
319            </xsd:annotation>
320         </xsd:element>
321         <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
322            <xsd:annotation>
323               <xsd:documentation>A textual comment about the processing.</xsd:documentation>
324            </xsd:annotation>
325         </xsd:element>
326      </xsd:sequence>
327      <xsd:attributeGroup ref="witsml:attgrp_uid">
328         <xsd:annotation>
329            <xsd:documentation>Unique identifier for the node.</xsd:documentation>
330         </xsd:annotation>
331      </xsd:attributeGroup>
332   </xsd:complexType>
333   <!--UNUSED: Deleted type cs_dtsPumpActivity.-->
334   <!--UNUSED: Deleted type cs_dtsPumpLogRow.-->
335   <!--UNUSED: Deleted type cs_dtsPumpLogTable.-->
336   <!--UNUSED: Deleted type cs_dtsRefractiveIndex.-->
337   <xsd:complexType name="cs_dtsSingleInstalledPoint">
338      <xsd:annotation>
339         <xsd:documentation>A set of points recorded during the installation process. The information can include the length along the fiber, the measured depth, and a type of
340         point.</xsd:documentation>
341      </xsd:annotation>
342      <xsd:sequence>
343         <xsd:element name="md" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
344            <xsd:annotation>
345               <xsd:documentation>The measured depth of the installed point of the fiber. This is optional, because the sender may want to record points that are outside the
346               well.</xsd:documentation>
347            </xsd:annotation>
348         </xsd:element>
349         <xsd:element name="lengthAlongFiber" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
350            <xsd:annotation>
351               <xsd:documentation>The length along the fiber, from the zero point, for this particular point.</xsd:documentation>
352               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
353            </xsd:annotation>
354         </xsd:element>
355         <xsd:element name="type" type="witsml:InstalledFiberPoint" minOccurs="0" maxOccurs="1">
356            <xsd:annotation>
357               <xsd:documentation>The type of point that is being recorded.</xsd:documentation>
358            </xsd:annotation>
359         </xsd:element>
360      </xsd:sequence>
361      <xsd:attributeGroup ref="witsml:attgrp_uid">
362         <xsd:annotation>
363            <xsd:documentation>Unique identifier for the point.</xsd:documentation>
364         </xsd:annotation>
365      </xsd:attributeGroup>
366   </xsd:complexType>
367   <!--UNUSED: Deleted type cs_fluidResultCceTestStep.-->
368   <!--UNUSED: Deleted type cs_fluidResultCompositeComposition.-->
369   <!--UNUSED: Deleted type cs_fluidResultComposition.-->
370   <!--UNUSED: Deleted type cs_fluidResultConstantCompositionExpansionTest.-->
371   <!--UNUSED: Deleted type cs_fluidResultConstantVolumeDepletionTest.-->
372   <!--UNUSED: Deleted type cs_fluidResultContaminant.-->
373   <!--UNUSED: Deleted type cs_fluidResultCvdTestStep.-->
374   <!--UNUSED: Deleted type cs_fluidResultDataQuality.-->
375   <!--UNUSED: Deleted type cs_fluidResultDifferentialLiberationTest.-->
376   <!--UNUSED: Deleted type cs_fluidResultDifferentialLiberationTestStep.-->
377   <!--UNUSED: Deleted type cs_fluidResultJCurveTest.-->
378   <!--UNUSED: Deleted type cs_fluidResultJCurveTestStep.-->
379   <!--UNUSED: Deleted type cs_fluidResultPhaseComposition.-->
380   <!--UNUSED: Deleted type cs_fluidResultSaturationTest.-->
381   <!--UNUSED: Deleted type cs_fluidResultSaturationTestStep.-->
382   <!--UNUSED: Deleted type cs_fluidResultSeparatorTest.-->
383   <!--UNUSED: Deleted type cs_fluidResultSeparatorTestStep.-->
384   <!--UNUSED: Deleted type cs_fluidResultStockTank.-->
385   <!--UNUSED: Deleted type cs_fluidResultTransportPropertiesTest.-->
386   <!--UNUSED: Deleted type cs_fluidResultTransportTestStep.-->
387   <!--UNUSED: Deleted type cs_fluidResultVolumeReference.-->
388   <!--UNUSED: Deleted type cs_generalAddress.-->
389   <!--UNUSED: Deleted type cs_geographicContext.-->
390   <!--UNUSED: Deleted type cs_nameTag.-->
391   <!--UNUSED: Deleted type cs_northSeaOffshore.-->
392   <!--UNUSED: Deleted type cs_offshoreLocation.-->
393   <!--UNUSED: Deleted type cs_personName.-->
394   <!--UNUSED: Deleted type cs_productFlowChangeLog.-->
395   <!--UNUSED: Deleted type cs_productFlowExpectedPortProperty.-->
396   <!--UNUSED: Deleted type cs_productFlowExpectedUnitProperty.-->
397   <!--UNUSED: Deleted type cs_productFlowExternalReference.-->
398   <!--UNUSED: Deleted type cs_productFlowlExternalPort.-->
399   <!--UNUSED: Deleted type cs_productFlowNetwork.-->
400   <!--UNUSED: Deleted type cs_productFlowNetworkPlan.-->
401   <!--UNUSED: Deleted type cs_productFlowPort.-->
402   <!--UNUSED: Deleted type cs_productFlowQualifierExpected.-->
403   <!--UNUSED: Deleted type cs_productFlowUnit.-->
404   <!--UNUSED: Deleted type cs_productionOperationActivity.-->
405   <!--UNUSED: Deleted type cs_productionOperationAlarm.-->
406   <!--UNUSED: Deleted type cs_productionOperationCargoShipOperation.-->
407   <!--UNUSED: Deleted type cs_productionOperationHSE.-->
408   <!--UNUSED: Deleted type cs_productionOperationInstallationReport.-->
409   <!--UNUSED: Deleted type cs_productionOperationLostProduction.-->
410   <!--UNUSED: Deleted type cs_productionOperationMarineOperation.-->
411   <!--UNUSED: Deleted type cs_productionOperationOperationalComment.-->
412   <!--UNUSED: Deleted type cs_productionOperationSafety.-->
413   <!--UNUSED: Deleted type cs_productionOperationShutdown.-->
414   <!--UNUSED: Deleted type cs_productionOperationThirdPartyProcessing.-->
415   <!--UNUSED: Deleted type cs_productionOperationWaterCleaningQuality.-->
416   <!--UNUSED: Deleted type cs_productionOperationWeather.-->
417   <!--UNUSED: Deleted type cs_productVolumeAlert.-->
418   <!--UNUSED: Deleted type cs_productVolumeBusinessUnit.-->
419   <!--UNUSED: Deleted type cs_productVolumeBusinessSubUnit.-->
420   <!--UNUSED: Deleted type cs_productVolumeBusinessOwnershipShare.-->
421   <!--UNUSED: Deleted type cs_productVolumeBusinessAccountInfo.-->
422   <!--UNUSED: Deleted type BusinessUnitKind.-->
423   <!--UNUSED: Deleted type cs_productVolumeComponentContent.-->
424   <!--UNUSED: Deleted type cs_productVolumeFacility.-->
425   <!--UNUSED: Deleted type cs_productVolumeFlow.-->
426   <!--UNUSED: Deleted type cs_productVolumeParameterSet.-->
427   <!--UNUSED: Deleted type cs_productVolumeParameterValue.-->
428   <!--UNUSED: Deleted type cs_productVolumePeriod.-->
429   <!--UNUSED: Deleted type cs_productVolumePortDifference.-->
430   <!--UNUSED: Deleted type cs_productVolumeProduct.-->
431   <!--UNUSED: Deleted type cs_productVolumeRelatedFacility.-->
432   <!--UNUSED: Deleted type cs_productVolumeSalesSet.-->
433   <!--UNUSED: Deleted type cs_productVolumeSalesDetail.-->
434   <!--UNUSED: Deleted type cs_productVolumeDestination.-->
435   <!--UNUSED: Deleted type cs_productVolumeSaleEvent.-->
436   <!--UNUSED: Deleted type SaleEventKind.-->
437   <!--UNUSED: Deleted type SalesFlowPart.-->
438   <!--UNUSED: Deleted type SaleDestinationType.-->
439   <!--UNUSED: Deleted type cs_refProductFlow.-->
440   <xsd:complexType name="cs_refWellWellbore">
441      <xsd:annotation>
442         <xsd:documentation>Data that represents a foreign key to a wellbore. The wellbore may be defined within the context of another well.</xsd:documentation>
443      </xsd:annotation>
444      <xsd:sequence>
445         <xsd:element name="wellboreReference" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
446            <xsd:annotation>
447               <xsd:documentation>A pointer the wellbore with which there is a relationship.</xsd:documentation>
448               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
449            </xsd:annotation>
450         </xsd:element>
451         <xsd:element name="wellParent" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
452            <xsd:annotation>
453               <xsd:documentation>A pointer to the well that contains the wellboreReference. This is not needed unless the referenced wellbore is outside the context of a common
454               parent well.</xsd:documentation>
455            </xsd:annotation>
456         </xsd:element>
457      </xsd:sequence>
458   </xsd:complexType>
459   <xsd:complexType name="cs_refWellWellboreRig">
460      <xsd:annotation>
461         <xsd:documentation>A reference to a rig within a wellbore. The wellbore may be defined within the context of another well. This value represents a foreign key from one
462         node to another.</xsd:documentation>
463      </xsd:annotation>
464      <xsd:sequence>
465         <xsd:element name="rigReference" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
466            <xsd:annotation>
467               <xsd:documentation>A pointer to the rig with which there is a relationship.</xsd:documentation>
468               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
469            </xsd:annotation>
470         </xsd:element>
471         <xsd:element name="wellboreParent" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
472            <xsd:annotation>
473               <xsd:documentation>A pointer to the wellbore that contains the rigReference. This is not needed unless the referenced rig is outside the context of a common parent
474               wellbore.</xsd:documentation>
475            </xsd:annotation>
476         </xsd:element>
477         <xsd:element name="wellParent" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
478            <xsd:annotation>
479               <xsd:documentation>A pointer to the well that contains the wellboreParent. This is not needed unless the referenced wellbore is outside the context of a common
480               parent well.</xsd:documentation>
481            </xsd:annotation>
482         </xsd:element>
483      </xsd:sequence>
484   </xsd:complexType>
485   <!--UNUSED: Deleted type cs_relativeCoordinate.-->
486   <!--UNUSED: Deleted type cs_volumeValue.-->
487   <xsd:complexType name="cs_wellContext">
488      <xsd:annotation>
489         <xsd:documentation>Within the context of a WITSML Server, this data should duplicate the equivalent information in the well object.</xsd:documentation>
490      </xsd:annotation>
491      <xsd:sequence>
492         <xsd:element name="field" type="witsml:nameStruct" minOccurs="0" maxOccurs="1">
493            <xsd:annotation>
494               <xsd:documentation>Name of the field in which the well is located.</xsd:documentation>
495            </xsd:annotation>
496         </xsd:element>
497         <xsd:element name="wellAlias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
498            <xsd:annotation>
499               <xsd:documentation>An alias name associated with the well. If the wellName is associated with a naming system then it should be included in this
500               list.</xsd:documentation>
501            </xsd:annotation>
502         </xsd:element>
503         <xsd:element name="wellDatum" type="witsml:cs_wellDatum" minOccurs="0" maxOccurs="unbounded">
504            <xsd:annotation>
505               <xsd:documentation>A datum to which elevations and depths are referenced.</xsd:documentation>
506            </xsd:annotation>
507         </xsd:element>
508      </xsd:sequence>
509   </xsd:complexType>
510   <xsd:complexType name="cs_wellDatum">
511      <xsd:annotation>
512         <xsd:documentation>Defines the datums associated with elevation, vertical depth and measured depth coordinates within the context of a well.</xsd:documentation>
513      </xsd:annotation>
514      <xsd:sequence>
515         <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">
516            <xsd:annotation>
517               <xsd:documentation>The human understandable contextual name of the reference datum.</xsd:documentation>
518            </xsd:annotation>
519         </xsd:element>
520         <xsd:element name="code" type="witsml:ElevCodeEnum" minOccurs="0" maxOccurs="1">
521            <xsd:annotation>
522               <xsd:documentation>The code value that represents the type of reference datum. This may represent a point on a device (e.g., kelly bushing) or it may represent a
523               vertical reference datum (e.g., mean sea level).</xsd:documentation>
524            </xsd:annotation>
525         </xsd:element>
526         <xsd:element name="datumName" type="witsml:wellKnownNameStruct" minOccurs="0" maxOccurs="1">
527            <xsd:annotation>
528               <xsd:documentation>The name of the vertical reference datum in a particular naming system. This should only be specified if the above 'code' represents some
529               variation of sea level. An optional short name (code) can also be specified. Specifying a well known datum is highly desired if the above code is a variant of sea
530               level because sea level varies over time and space. An example would be to specify a name of 'Caspian Sea' with a code of '5106' in the 'EPSG' naming
531               system.</xsd:documentation>
532            </xsd:annotation>
533         </xsd:element>
534         <xsd:element name="kind" type="witsml:kindString" minOccurs="0" maxOccurs="unbounded">
535            <xsd:annotation>
536               <xsd:documentation>Since various activities may use different points as measurement datums, it is useful to characterize the point based on its usage. A well
537               reference datum may have more than one such characterization. For example, it may be the datum used by the driller and logger for measuring their depths. Example
538               usage values would be 'permanent','driller', 'logger' 'WRP' (well reference point) and 'SRP' (site reference point).</xsd:documentation>
539            </xsd:annotation>
540         </xsd:element>
541         <xsd:element name="wellbore" type="witsml:cs_refWellWellbore" minOccurs="0" maxOccurs="1">
542            <xsd:annotation>
543               <xsd:documentation>A pointer to the wellbore that contains the reference datum. This should be specified if a measured depth is given.</xsd:documentation>
544            </xsd:annotation>
545         </xsd:element>
546         <xsd:element name="rig" type="witsml:cs_refWellWellboreRig" minOccurs="0" maxOccurs="1">
547            <xsd:annotation>
548               <xsd:documentation>A pointer to the rig that contains the device used as a reference datum. The rig may be associated with a wellbore in another well (e.g., pattern
549               drilling using a rig on a track).</xsd:documentation>
550            </xsd:annotation>
551         </xsd:element>
552         <xsd:element name="elevation" type="witsml:wellElevationCoord" minOccurs="0" maxOccurs="1">
553            <xsd:annotation>
554               <xsd:documentation>The gravity based elevation coordinate of this reference datum as measured from another datum. Positive moving upward from the elevation datum.
555               An elevation should be given unless this is a vertical reference datum (e.g., sea level).</xsd:documentation>
556            </xsd:annotation>
557         </xsd:element>
558         <xsd:element name="measuredDepth" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
559            <xsd:annotation>
560               <xsd:documentation>The measured depth coordinate of this reference datum as measured from another datum. The measured depth datum should either be the same as the
561               elevation datum or it should be relatable to the elevation datum through other datums. Positive moving toward the bottomhole from the measured depth datum. This
562               should be given when a local reference is "downhole", such as a kickoff point or ocean bottom template, and the borehole may not be vertical. If a Depth is given
563               then an Elevation should also be given.</xsd:documentation>
564            </xsd:annotation>
565         </xsd:element>
566         <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
567            <xsd:annotation>
568               <xsd:documentation>A contextual description of the well reference datum.</xsd:documentation>
569            </xsd:annotation>
570         </xsd:element>
571      </xsd:sequence>
572      <xsd:attribute name="defaultMeasuredDepth" type="witsml:logicalBoolean" use="optional">
573         <xsd:annotation>
574            <xsd:documentation>True indicates that this is the default reference datum for measured depth coordinates. False or not given indicates that this is not the default
575            reference datum. Measured depth coordinates that do not specify a datum reference should be assumed to be measured relative to this default reference datum. Only one
576            reference datum may be designated as the default measured depth datum for each well. Values are "true" (or "1") and "false" ( or "0").</xsd:documentation>
577         </xsd:annotation>
578      </xsd:attribute>
579      <xsd:attribute name="defaultVerticalDepth" type="witsml:logicalBoolean" use="optional">
580         <xsd:annotation>
581            <xsd:documentation>True indicates that this is the default reference datum for vertical depth coordinates. False or not given indicates that this is not the default
582            reference datum. Vertical depth coordinates that do not specify a datum reference should be assumed to be measured relative to the default reference datum. Only one
583            reference datum may be designated as the default vertical depth datum for each well. Values are "true" (or "1") and "false" ( or "0").</xsd:documentation>
584         </xsd:annotation>
585      </xsd:attribute>
586      <xsd:attribute name="defaultElevation" type="witsml:logicalBoolean" use="optional">
587         <xsd:annotation>
588            <xsd:documentation>True indicates that this is the default reference datum for elevation coordinates. False or not given indicates that this is not the default
589            reference datum. Elevation coordinates that do not specify a datum reference should be assumed to be measured relative to the default reference datum. Only one
590            reference datum may be designated as the default elevation datum for each well. Values are "true" (or "1") and "false" ( or "0").</xsd:documentation>
591         </xsd:annotation>
592      </xsd:attribute>
593      <xsd:attributeGroup ref="witsml:attgrp_uid">
594         <xsd:annotation>
595            <xsd:documentation>The unique identifier of the reference datum.</xsd:documentation>
596         </xsd:annotation>
597      </xsd:attributeGroup>
598   </xsd:complexType>
599   <!--UNUSED: Deleted type cs_wellTestBottomholeData.-->
600   <!--UNUSED: Deleted type cs_wellTestCumulative.-->
601   <!--UNUSED: Deleted type cs_wellTestFluidLevelTest.-->
602   <!--UNUSED: Deleted type cs_wellTestFluidRate.-->
603   <!--UNUSED: Deleted type cs_wellTestInjectionTestData.-->
604   <!--UNUSED: Deleted type cs_wellTestInjectionTestResults.-->
605   <!--UNUSED: Deleted type cs_wellTestInterval.-->
606   <!--UNUSED: Deleted type cs_wellTestPointData.-->
607   <!--UNUSED: Deleted type cs_wellTestProductionTestData.-->
608   <!--UNUSED: Deleted type cs_wellTestProductionTestResults.-->
609   <!--UNUSED: Deleted type cs_wellTestSeparatorData.-->
610   <!--UNUSED: Deleted type cs_wellTestTestVolume.-->
611   <!--UNUSED: Deleted type cs_wellTestWellheadData.-->
612   <!--UNUSED: Deleted type grp_commonPropertiesProductVolume.-->
613   <!--UNUSED: Deleted type grp_dtsInstalledSystem.-->
614   <xsd:group name="grp_dtsMeasurement">
615      <xsd:annotation>
616         <xsd:documentation>The information content of a DTS temperature run is captured in the following elements, and in the referenced dtsInstalledFiber (for context) and the
617         reference well log (captures the table of data).</xsd:documentation>
618      </xsd:annotation>
619      <xsd:sequence>
620         <xsd:element name="dTimMin" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
621            <xsd:annotation>
622               <xsd:documentation>The minimum time index contained within the object. The minimum and maximum indexes are server query parameters and will be populated with valid
623               values in a "get" result. That is, all measurements for a well in the specified period defined by the min/max. See the WITSML API Specification appendix on "Special
624               Handling" of growing objects for a description of the behavior related to this parameter.</xsd:documentation>
625            </xsd:annotation>
626         </xsd:element>
627         <xsd:element name="dTimMax" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
628            <xsd:annotation>
629               <xsd:documentation>The maximum time index contained within the object. The minimum and maximum indexes are server query parameters and will be populated with valid
630               values in a "get" result. See the WITSML API Specification appendix on "Special Handling" of growing objects for a description of the behavior related to this
631               parameter.</xsd:documentation>
632            </xsd:annotation>
633         </xsd:element>
634         <xsd:element name="dTimCurrent" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
635            <xsd:annotation>
636               <xsd:documentation>The definition of the "current time" index for this object. The current time index is a server query parameter which requests the selection of a
637               single node from a recurring set (e.g., the data related to one point in a time series). That is, the "most recent" (at or before the specified time) measurement
638               for a well. See the WITSML API Specification appendix on "Special Handling" of growing objects for a description of the behavior related to this
639               parameter.</xsd:documentation>
640            </xsd:annotation>
641         </xsd:element>
642         <xsd:element name="wellContext" type="witsml:cs_wellContext" minOccurs="0" maxOccurs="1">
643            <xsd:annotation>
644               <xsd:documentation>Contextual data about the well that was tested.</xsd:documentation>
645            </xsd:annotation>
646         </xsd:element>
647         <xsd:element name="dTim" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
648            <xsd:annotation>
649               <xsd:documentation>The date and time associated with the measurement. This will normally be the start of the run.</xsd:documentation>
650            </xsd:annotation>
651         </xsd:element>
652         <xsd:element name="runDuration" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
653            <xsd:annotation>
654               <xsd:documentation>The length of time that the instrument box was operating while collecting DTS data.</xsd:documentation>
655            </xsd:annotation>
656         </xsd:element>
657         <xsd:element name="installedSystemUsed" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
658            <xsd:annotation>
659               <xsd:documentation>A reference to the installed system that was used to make the measurements.</xsd:documentation>
660               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
661            </xsd:annotation>
662         </xsd:element>
663         <xsd:element name="dataInWellLog" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
664            <xsd:annotation>
665               <xsd:documentation>A reference to the well log used to record the table of data.</xsd:documentation>
666               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
667            </xsd:annotation>
668         </xsd:element>
669         <xsd:element name="connectedToFiber" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
670            <xsd:annotation>
671               <xsd:documentation>A reference to the fiber used to record the table of data. This is necessary only in the cases in which a dtsInstalledSystem has a multi-fiber
672               installation. If there is only a single installed fiber, this element is unnecessary.</xsd:documentation>
673            </xsd:annotation>
674         </xsd:element>
675         <xsd:element name="fiberEndConnected" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
676            <xsd:annotation>
677               <xsd:documentation>A pointer to the fiber connection node. If more than one node is available for a well/wellbore, this element is used to specify which node is
678               connected to the instrument box. This name should correspond to the fiberEndPoint/name that is recorded in the installed system object.</xsd:documentation>
679            </xsd:annotation>
680         </xsd:element>
681         <xsd:element name="fiberDefinedPoint" type="witsml:cs_dtsSingleInstalledPoint" minOccurs="0" maxOccurs="1">
682            <xsd:annotation>
683               <xsd:documentation>A known point of the fiber. This point should correspond to one that is given in the wellboreFiberSchematic, so that the relationship between the
684               length of fiber values in the wellboreFiberSchematic can be related to the values in the measurement table.</xsd:documentation>
685            </xsd:annotation>
686         </xsd:element>
687         <xsd:element name="errorReport" type="witsml:cs_dtsErrorReport" minOccurs="0" maxOccurs="unbounded">
688            <xsd:annotation>
689               <xsd:documentation>An error that occurred during the measurement.</xsd:documentation>
690            </xsd:annotation>
691         </xsd:element>
692         <xsd:element name="processedLog" type="witsml:cs_dtsProcessedWellLog" minOccurs="0" maxOccurs="unbounded">
693            <xsd:annotation>
694               <xsd:documentation>A reference to a processed wellLog that represents this measurement.</xsd:documentation>
695            </xsd:annotation>
696         </xsd:element>
697      </xsd:sequence>
698   </xsd:group>
699   <!--UNUSED: Deleted type grp_fluidAnalysis.-->
700   <!--UNUSED: Deleted type grp_fluidAnalysisResult.-->
701   <!--UNUSED: Deleted type grp_fluidResultCommonTestGroup.-->
702   <!--UNUSED: Deleted type grp_fluidSample.-->
703   <!--UNUSED: Deleted type grp_productFlowModel.-->
704   <!--UNUSED: Deleted type grp_productionOperation.-->
705   <!--UNUSED: Deleted type grp_productVolume.-->
706   <!--UNUSED: Deleted type grp_wellTest.-->
707   <xsd:element name="dtsMeasurements" type="witsml:obj_dtsMeasurements">
708      <xsd:annotation>
709         <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
710         singular name.</xsd:documentation>
711      </xsd:annotation>
712   </xsd:element>
713   <xsd:complexType name="obj_dtsMeasurements">
714      <xsd:sequence>
715         <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">
716            <xsd:annotation>
717               <xsd:documentation>Information about the XML message instance.</xsd:documentation>
718            </xsd:annotation>
719         </xsd:element>
720         <xsd:element name="dtsMeasurement" type="witsml:obj_dtsMeasurement" minOccurs="0" maxOccurs="unbounded">
721            <xsd:annotation>
722               <xsd:documentation>Main wrapper for all the distributed temperature survey information about the measurement. Note that this object must be accompanied by a wellLog
723               object in order to be complete.</xsd:documentation>
724               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
725            </xsd:annotation>
726         </xsd:element>
727      </xsd:sequence>
728      <xsd:attribute name="version" type="witsml:schemaVersionString" use="optional">
729         <xsd:annotation>
730            <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
731            by the document instance.</xsd:documentation>
732            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
733         </xsd:annotation>
734      </xsd:attribute>
735   </xsd:complexType>
736   <xsd:complexType name="obj_dtsMeasurement">
737      <xsd:complexContent>
738         <xsd:extension base="witsml:abstractSingularDataObject">
739            <xsd:annotation>
740               <xsd:documentation>The measurements of a DTS run are carried primarily in the wellLog object. The elements in this object are additional, defined parameters that
741               are needed to capture the context of the DTS measurement.</xsd:documentation>
742            </xsd:annotation>
743            <xsd:sequence>
744               <xsd:element name="nameWell" type="witsml:nameString" minOccurs="0" maxOccurs="1">
745                  <xsd:annotation>
746                     <xsd:documentation>Human recognizable context for the well that contains the wellbore.</xsd:documentation>
747                     <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
748                  </xsd:annotation>
749               </xsd:element>
750               <xsd:element name="nameWellbore" type="witsml:nameString" minOccurs="0" maxOccurs="1">
751                  <xsd:annotation>
752                     <xsd:documentation>Human recognizable context for the wellbore that contains the dts.</xsd:documentation>
753                     <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
754                  </xsd:annotation>
755               </xsd:element>
756               <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">
757                  <xsd:annotation>
758                     <xsd:documentation>Human recognizable context for the dts.</xsd:documentation>
759                     <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
760                  </xsd:annotation>
761               </xsd:element>
762               <xsd:group ref="witsml:grp_dtsMeasurement">
763                  <xsd:annotation>
764                     <xsd:documentation>The information content of a dts measurement object</xsd:documentation>
765                  </xsd:annotation>
766               </xsd:group>
767               <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
768                  <xsd:annotation>
769                     <xsd:documentation>A container element that contains elements that are common to all data objects.</xsd:documentation>
770                  </xsd:annotation>
771               </xsd:element>
772               <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
773                  <xsd:annotation>
774                     <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>
775                  </xsd:annotation>
776               </xsd:element>
777            </xsd:sequence>
778            <xsd:attribute name="uidWell" type="witsml:uidString" use="optional">
779               <xsd:annotation>
780                  <xsd:documentation>Unique identifier for the well. This uniquely represents the well referenced by the (possibly non-unique) nameWell.</xsd:documentation>
781               </xsd:annotation>
782            </xsd:attribute>
783            <xsd:attribute name="uidWellbore" type="witsml:uidString" use="optional">
784               <xsd:annotation>
785                  <xsd:documentation>Unique identifier for the wellbore. This uniquely represents the wellbore referenced by the (possibly non-unique)
786                  nameWellbore.</xsd:documentation>
787               </xsd:annotation>
788            </xsd:attribute>
789            <xsd:attributeGroup ref="witsml:attgrp_uid">
790               <xsd:annotation>
791                  <xsd:documentation>Unique identifier for the measurement.</xsd:documentation>
792               </xsd:annotation>
793            </xsd:attributeGroup>
794         </xsd:extension>
795      </xsd:complexContent>
796   </xsd:complexType>
797   <xsd:simpleType name="abstractBoolean">
798      <xsd:annotation>
799         <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
800         from this type rather than using xsd:boolen.</xsd:documentation>
801      </xsd:annotation>
802      <xsd:restriction base="xsd:boolean">
803         <xsd:pattern value=".+" />
804      </xsd:restriction>
805   </xsd:simpleType>
806   <xsd:simpleType name="abstractDateTime">
807      <xsd:annotation>
808         <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
809         derived from this type rather than using xsd:dateTime.</xsd:documentation>
810      </xsd:annotation>
811      <xsd:restriction base="xsd:dateTime">
812         <xsd:pattern value=".+" />
813      </xsd:restriction>
814   </xsd:simpleType>
815   <xsd:simpleType name="abstractDate">
816      <xsd:annotation>
817         <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
818         from this type rather than using xsd:dateTime.</xsd:documentation>
819      </xsd:annotation>
820      <xsd:restriction base="xsd:date">
821         <xsd:pattern value=".+" />
822      </xsd:restriction>
823   </xsd:simpleType>
824   <!--UNUSED: Deleted type abstractYear.-->
825   <xsd:simpleType name="abstractDouble">
826      <xsd:annotation>
827         <xsd:documentation>This type disallows an "empty" double value. This type should not be used directly except to derive another type.</xsd:documentation>
828      </xsd:annotation>
829      <xsd:restriction base="xsd:double">
830         <xsd:pattern value=".+" />
831      </xsd:restriction>
832   </xsd:simpleType>
833   <!--UNUSED: Deleted type abstractShort.-->
834   <!--UNUSED: Deleted type abstractInt.-->
835   <xsd:simpleType name="abstractString">
836      <xsd:annotation>
837         <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.
838         This type should not be used directly except to derive another type.</xsd:documentation>
839      </xsd:annotation>
840      <xsd:restriction base="xsd:string">
841         <xsd:whiteSpace value="collapse">
842            <xsd:annotation>
843               <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
844               trailing spaces.</xsd:documentation>
845            </xsd:annotation>
846         </xsd:whiteSpace>
847         <xsd:minLength value="1">
848            <xsd:annotation>
849               <xsd:documentation>The empty string is not allowed. This constraint conbined with the whiteSpace collapse constraint means that a blank value is not
850               allowed.</xsd:documentation>
851            </xsd:annotation>
852         </xsd:minLength>
853      </xsd:restriction>
854   </xsd:simpleType>
855   <xsd:complexType name="abstractMeasure">
856      <xsd:annotation>
857         <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
858         subtypes. This type allows all quantities to be profiled to be a 'float' instead of a 'double'.</xsd:documentation>
859      </xsd:annotation>
860      <xsd:simpleContent>
861         <xsd:extension base="witsml:abstractDouble" />
862      </xsd:simpleContent>
863   </xsd:complexType>
864   <xsd:simpleType name="abstractMaximumLengthString">
865      <xsd:annotation>
866         <xsd:documentation>This defines the maximum acceptable length of a string that can be stored in a data base.</xsd:documentation>
867      </xsd:annotation>
868      <xsd:restriction base="witsml:abstractString">
869         <xsd:maxLength value="4000">
870            <xsd:annotation>
871               <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
872               VARCHAR2 in Oracle 8.</xsd:documentation>
873            </xsd:annotation>
874         </xsd:maxLength>
875      </xsd:restriction>
876   </xsd:simpleType>
877   <!--UNUSED: Deleted type abstractUncollapsedString.-->
878   <!--UNUSED: Deleted type abstractContextualObject.-->
879   <xsd:complexType name="abstractSingularDataObject">
880      <xsd:annotation>
881         <xsd:documentation>The intended abstract supertype of all singular data objects.</xsd:documentation>
882      </xsd:annotation>
883      <xsd:sequence />
884   </xsd:complexType>
885   <!--UNUSED: Deleted type abstractPositiveCount.-->
886   <xsd:simpleType name="abstractNameString">
887      <xsd:annotation>
888         <xsd:documentation>The intended abstract supertype of all user assigned human recognizable contextual name types. There should be no assumption that (interoperable)
889         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
890         by an enumeration.</xsd:documentation>
891      </xsd:annotation>
892      <xsd:restriction base="witsml:abstractString">
893         <xsd:maxLength value="64" />
894      </xsd:restriction>
895   </xsd:simpleType>
896   <xsd:simpleType name="abstractUidString">
897      <xsd:annotation>
898         <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
899         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
900         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>
901      </xsd:annotation>
902      <xsd:restriction base="witsml:abstractString">
903         <xsd:maxLength value="64" />
904         <xsd:pattern value="[^ ]*" />
905      </xsd:restriction>
906   </xsd:simpleType>
907   <xsd:simpleType name="abstractCommentString">
908      <xsd:annotation>
909         <xsd:documentation>The intended abstract supertype of all comments or remarks intended for human consumption. There should be no assumption that semantics can be
910         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
911         interoperable).</xsd:documentation>
912      </xsd:annotation>
913      <xsd:restriction base="witsml:abstractMaximumLengthString" />
914   </xsd:simpleType>
915   <xsd:simpleType name="abstractTypeEnum">
916      <xsd:annotation>
917         <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.
918         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
919         future date.</xsd:documentation>
920      </xsd:annotation>
921      <xsd:restriction base="witsml:abstractString">
922         <xsd:maxLength value="40" />
923      </xsd:restriction>
924   </xsd:simpleType>
925   <xsd:simpleType name="abstractUomEnum">
926      <xsd:annotation>
927         <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.
928         This type is abstract in the sense that it should not be used directly except to derive another type.</xsd:documentation>
929      </xsd:annotation>
930      <xsd:restriction base="witsml:abstractString">
931         <xsd:maxLength value="24" />
932      </xsd:restriction>
933   </xsd:simpleType>
934   <!--UNUSED: Deleted type abstractNonNegativeCount.-->
935   <!--UNUSED: Deleted type ActivityClassType.-->
936   <!--UNUSED: Deleted type ActivityCode.-->
937   <!--UNUSED: Deleted type AddressKindEnum.-->
938   <!--UNUSED: Deleted type AddressQualifier.-->
939   <!--UNUSED: Deleted type AziRef.-->
940   <!--UNUSED: Deleted type ArrayElementDataType.-->
941   <!--UNUSED: Deleted type BearingType.-->
942   <!--UNUSED: Deleted type BitDullCode.-->
943   <!--UNUSED: Deleted type BitReasonPulled.-->
944   <!--UNUSED: Deleted type BitType.-->
945   <!--UNUSED: Deleted type BhaStatus.-->
946   <!--UNUSED: Deleted type BladeShapeType.-->
947   <!--UNUSED: Deleted type BladeType.-->
948   <!--UNUSED: Deleted type BopType.-->
949   <!--UNUSED: Deleted type BoxPinConfig.-->
950   <!--UNUSED: Deleted type CalculationMethod.-->
951   <!--UNUSED: Deleted type CementJobType.-->
952   <!--UNUSED: Deleted type ConnectionPosition.-->
953   <!--UNUSED: Deleted type ContactPreference.-->
954   <!--UNUSED: Deleted type DeflectionMethod.-->
955   <!--UNUSED: Deleted type DerrickType.-->
956   <!--UNUSED: Deleted type DrawWorksType.-->
957   <!--UNUSED: Deleted type DriveType.-->
958   <xsd:simpleType name="ElevCodeEnum">
959      <xsd:annotation>
960         <xsd:documentation>The type of local or permanent reference datum for vertical gravity based (i.e., elevation and vertical depth) and measured depth coordinates within
961         the context of a well. This list includes local points (e.g., kelly bushing) used as a datum and vertical reference datums (e.g., mean sea level).</xsd:documentation>
962      </xsd:annotation>
963      <xsd:restriction base="witsml:abstractTypeEnum">
964         <xsd:enumeration value="CF">
965            <xsd:annotation>
966               <xsd:documentation>casing flange: A flange affixed to the top of the casing string used to attach production equipment.</xsd:documentation>
967            </xsd:annotation>
968         </xsd:enumeration>
969         <xsd:enumeration value="CV">
970            <xsd:annotation>
971               <xsd:documentation>crown valve</xsd:documentation>
972            </xsd:annotation>
973         </xsd:enumeration>
974         <xsd:enumeration value="DF">
975            <xsd:annotation>
976               <xsd:documentation>derrick floor</xsd:documentation>
977            </xsd:annotation>
978         </xsd:enumeration>
979         <xsd:enumeration value="GL">
980            <xsd:annotation>
981               <xsd:documentation>ground level</xsd:documentation>
982            </xsd:annotation>
983         </xsd:enumeration>
984         <xsd:enumeration value="KB">
985            <xsd:annotation>
986               <xsd:documentation>kelly bushing</xsd:documentation>
987            </xsd:annotation>
988         </xsd:enumeration>
989         <xsd:enumeration value="RB">
990            <xsd:annotation>
991               <xsd:documentation>rotary bushing</xsd:documentation>
992            </xsd:annotation>
993         </xsd:enumeration>
994         <xsd:enumeration value="RT">
995            <xsd:annotation>
996               <xsd:documentation>rotary table</xsd:documentation>
997            </xsd:annotation>
998         </xsd:enumeration>
999         <xsd:enumeration value="SF">
1000            <xsd:annotation>
1001               <xsd:documentation>sea floor</xsd:documentation>
1002            </xsd:annotation>
1003         </xsd:enumeration>
1004         <xsd:enumeration value="LAT">
1005            <xsd:annotation>
1006               <xsd:documentation>Lowest Astronomical Tide. The lowest tide level over the duration of the National Tidal Datum Epoch (19 years).</xsd:documentation>
1007            </xsd:annotation>
1008         </xsd:enumeration>
1009         <xsd:enumeration value="SL">
1010            <xsd:annotation>
1011               <xsd:documentation>Mean Sea Level - A tidal datum. The arithmetic mean of hourly heights observed over the National Tidal Datum Epoch (19
1012               years).</xsd:documentation>
1013            </xsd:annotation>
1014         </xsd:enumeration>
1015         <xsd:enumeration value="MHHW">
1016            <xsd:annotation>
1017               <xsd:documentation>Mean Higher High Water - A tidal datum. The average of the higher high water height of each tidal day observed over the National Tidal Datum
1018               Epoch (19 years).</xsd:documentation>
1019            </xsd:annotation>
1020         </xsd:enumeration>
1021         <xsd:enumeration value="MHW">
1022            <xsd:annotation>
1023               <xsd:documentation>Mean High Water - A tidal datum. The average of all the high water heights observed over the National Tidal Datum Epoch (19
1024               years).</xsd:documentation>
1025            </xsd:annotation>
1026         </xsd:enumeration>
1027         <xsd:enumeration value="MLLW">
1028            <xsd:annotation>
1029               <xsd:documentation>Mean Lower Low Water - A tidal datum. The average of the lower low water height of each tidal day observed over the National Tidal Datum Epoch
1030               (19 years ).</xsd:documentation>
1031            </xsd:annotation>
1032         </xsd:enumeration>
1033         <xsd:enumeration value="MLW">
1034            <xsd:annotation>
1035               <xsd:documentation>Mean Low Water - A tidal datum. The average of all the low water heights observed over the National Tidal Datum Epoch (19
1036               years).</xsd:documentation>
1037            </xsd:annotation>
1038         </xsd:enumeration>
1039         <xsd:enumeration value="MTL">
1040            <xsd:annotation>
1041               <xsd:documentation>Mean Tide Level - A tidal datum. The arithmetic mean of mean high water and mean low water. Same as half-tide level.</xsd:documentation>
1042            </xsd:annotation>
1043         </xsd:enumeration>
1044         <xsd:enumeration value="KO">
1045            <xsd:annotation>
1046               <xsd:documentation>kickoff point</xsd:documentation>
1047            </xsd:annotation>
1048         </xsd:enumeration>
1049         <xsd:enumeration value="unknown">
1050            <xsd:annotation>
1051               <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
1052               value. Use of this value may result in rejection in some situations.</xsd:documentation>
1053            </xsd:annotation>
1054         </xsd:enumeration>
1055      </xsd:restriction>
1056   </xsd:simpleType>
1057   <!--UNUSED: Deleted type Ellipsoid.-->
1058   <xsd:simpleType name="EndpointQualifier">
1059      <xsd:annotation>
1060         <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
1061         file.</xsd:documentation>
1062      </xsd:annotation>
1063      <xsd:restriction base="witsml:abstractTypeEnum">
1064         <xsd:enumeration value="inclusive">
1065            <xsd:annotation>
1066               <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
1067               considered to be within the range.</xsd:documentation>
1068            </xsd:annotation>
1069         </xsd:enumeration>
1070         <xsd:enumeration value="exclusive">
1071            <xsd:annotation>
1072               <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
1073               considered to be outside the range.</xsd:documentation>
1074            </xsd:annotation>
1075         </xsd:enumeration>
1076         <xsd:enumeration value="extensive">
1077            <xsd:annotation>
1078               <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
1079               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
1080               endpoint. Basically, this concept is designed to support interpolation across an undefined point.</xsd:documentation>
1081            </xsd:annotation>
1082         </xsd:enumeration>
1083         <xsd:enumeration value="overlap extensive">
1084            <xsd:annotation>
1085               <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
1086               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
1087               be used as the endpoint. This concept is designed to select ALL nodes whose index interval overlap with the query range.</xsd:documentation>
1088            </xsd:annotation>
1089         </xsd:enumeration>
1090         <xsd:enumeration value="unknown">
1091            <xsd:annotation>
1092               <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
1093               value. Use of this value may result in rejection in some situations.</xsd:documentation>
1094            </xsd:annotation>
1095         </xsd:enumeration>
1096      </xsd:restriction>
1097   </xsd:simpleType>
1098   <!--UNUSED: Deleted type FacilityParameter.-->
1099   <!--UNUSED: Deleted type FiberMode.-->
1100   <!--UNUSED: Deleted type FlowQualifier.-->
1101   <!--UNUSED: Deleted type FlowSubQualifier.-->
1102   <!--UNUSED: Deleted type GasPeakType.-->
1103   <!--UNUSED: Deleted type GeodeticDatum.-->
1104   <!--UNUSED: Deleted type Hemispheres.-->
1105   <!--UNUSED: Deleted type HoleCasingType.-->
1106   <!--UNUSED: Deleted type HoleOpenerType.-->
1107   <!--UNUSED: Deleted type InjectionFluid.-->
1108   <!--UNUSED: Deleted type IntervalMethod.-->
1109   <!--UNUSED: Deleted type IntervalType.-->
1110   <xsd:simpleType name="ItemState">
1111      <xsd:annotation>
1112         <xsd:documentation>These values represent the state of a WITSML object.</xsd:documentation>
1113      </xsd:annotation>
1114      <xsd:restriction base="witsml:abstractTypeEnum">
1115         <xsd:enumeration value="actual">
1116            <xsd:annotation>
1117               <xsd:documentation>Actual data measured or entered at the well site.</xsd:documentation>
1118            </xsd:annotation>
1119         </xsd:enumeration>
1120         <xsd:enumeration value="model">
1121            <xsd:annotation>
1122               <xsd:documentation>Model data used for "what if" calculations.</xsd:documentation>
1123            </xsd:annotation>
1124         </xsd:enumeration>
1125         <xsd:enumeration value="plan">
1126            <xsd:annotation>
1127               <xsd:documentation>A planned object. That is, one which is expected to be executed in the future.</xsd:documentation>
1128            </xsd:annotation>
1129         </xsd:enumeration>
1130         <xsd:enumeration value="unknown">
1131            <xsd:annotation>
1132               <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
1133               value. Use of this value may result in rejection in some situations.</xsd:documentation>
1134            </xsd:annotation>
1135         </xsd:enumeration>
1136      </xsd:restriction>
1137   </xsd:simpleType>
1138   <xsd:simpleType name="InstalledFiberPoint">
1139      <xsd:annotation>
1140         <xsd:documentation>The type of Distributed Temperature Survey (DTS) fiber point. The list of standard values is contained in the PRODML enumValues.xml
1141         file.</xsd:documentation>
1142      </xsd:annotation>
1143      <xsd:restriction base="witsml:abstractTypeEnum">
1144         <xsd:enumeration value="splice">
1145            <xsd:annotation>
1146               <xsd:documentation>A point at which a fiber is physically, and semi-permanently, connected to another length of fiber.</xsd:documentation>
1147            </xsd:annotation>
1148         </xsd:enumeration>
1149         <xsd:enumeration value="connector">
1150            <xsd:annotation>
1151               <xsd:documentation>A point at which a cable connector is installed, which allows the fiber to be connected to another instrument or fiber
1152               length.</xsd:documentation>
1153            </xsd:annotation>
1154         </xsd:enumeration>
1155         <xsd:enumeration value="end of fiber">
1156            <xsd:annotation>
1157               <xsd:documentation>The end of the fiber. If a U-geometry is used, and a connector is at both ends, the connector classification should be used rather than the end
1158               of fiber classification.</xsd:documentation>
1159            </xsd:annotation>
1160         </xsd:enumeration>
1161         <xsd:enumeration value="base of fiber">
1162            <xsd:annotation>
1163               <xsd:documentation>The deepest point of the installed fiber in a well. This is a valid value for fiber installations that do NOT turn around at the bottom (J- and
1164               U-type installations).</xsd:documentation>
1165            </xsd:annotation>
1166         </xsd:enumeration>
1167         <xsd:enumeration value="turn around point">
1168            <xsd:annotation>
1169               <xsd:documentation>The point in the turn-around-sub at which measured depth stops increasing and begins decreasing. This is a valid value for fiber installations of
1170               the J- and U- type only.</xsd:documentation>
1171            </xsd:annotation>
1172         </xsd:enumeration>
1173         <xsd:enumeration value="start of fiber">
1174            <xsd:annotation>
1175               <xsd:documentation>The start of the fiber. If appropriate, the connector classification should be used instead of this classification.</xsd:documentation>
1176            </xsd:annotation>
1177         </xsd:enumeration>
1178         <xsd:enumeration value="oven entry point">
1179            <xsd:annotation>
1180               <xsd:documentation>The point on the fiber at which it enters the oven.</xsd:documentation>
1181            </xsd:annotation>
1182         </xsd:enumeration>
1183         <xsd:enumeration value="oven exit point">
1184            <xsd:annotation>
1185               <xsd:documentation>The point on the fiber at which it exits the oven. The oven exit point should be closer to the wellbore than the oven entry
1186               point.</xsd:documentation>
1187            </xsd:annotation>
1188         </xsd:enumeration>
1189         <xsd:enumeration value="downhole gauge">
1190            <xsd:annotation>
1191               <xsd:documentation>A downhole point on the fiber at which a gauge is attached.</xsd:documentation>
1192            </xsd:annotation>
1193         </xsd:enumeration>
1194         <xsd:enumeration value="DTS laser head">
1195            <xsd:annotation>
1196               <xsd:documentation>The connector between the laser head and the optical fiber.</xsd:documentation>
1197            </xsd:annotation>
1198         </xsd:enumeration>
1199         <xsd:enumeration value="DTS reference oven">
1200            <xsd:annotation>
1201               <xsd:documentation>The oven within or near the DTS instrument box which maintains a length of fiber at a reference temperature.</xsd:documentation>
1202            </xsd:annotation>
1203         </xsd:enumeration>
1204         <xsd:enumeration value="splice box">
1205            <xsd:annotation>
1206               <xsd:documentation>Container in which ends of lengths of fiber are joined.</xsd:documentation>
1207            </xsd:annotation>
1208         </xsd:enumeration>
1209         <xsd:enumeration value="wellhead junction box">
1210            <xsd:annotation>
1211               <xsd:documentation>The device at which a fiber originating at the instrument box is joined to a fiber installed in a wellbore. This is a recommended location at
1212               which LengthAlongFiber and measuredDepth in the wellbore are correlated</xsd:documentation>
1213            </xsd:annotation>
1214         </xsd:enumeration>
1215         <xsd:enumeration value="base tubing hanger flange">
1216            <xsd:annotation>
1217               <xsd:documentation>The device at the base of the wellhead to which the production tubing is attached. This is a recommended location at which LengthAlongFiber and
1218               measuredDepth in the wellbore are correlated.</xsd:documentation>
1219            </xsd:annotation>
1220         </xsd:enumeration>
1221         <xsd:enumeration value="PBR wet connect">
1222            <xsd:annotation>
1223               <xsd:documentation>The top-most point at which the fiber intersects the PBR (polished bore receptacle). For J- and U- installations, on the upward portion of the
1224               fiber, this is the point at which it leaves the pbf.</xsd:documentation>
1225            </xsd:annotation>
1226         </xsd:enumeration>
1227         <xsd:enumeration value="top ESP pump">
1228            <xsd:annotation>
1229               <xsd:documentation>The top of the electrical submersible pump (ESP). This is the minimum measured depth point of the pump.</xsd:documentation>
1230            </xsd:annotation>
1231         </xsd:enumeration>
1232         <xsd:enumeration value="base ESP pump">
1233            <xsd:annotation>
1234               <xsd:documentation>The base of the electrical submersible pump (ESP). This is the maximum measured depth point of the pump.</xsd:documentation>
1235            </xsd:annotation>
1236         </xsd:enumeration>
1237         <xsd:enumeration value="wellhead temperature gauge">
1238            <xsd:annotation>
1239               <xsd:documentation>Temperature measuring device at the wellhead independent of the optic fiber sensor.</xsd:documentation>
1240            </xsd:annotation>
1241         </xsd:enumeration>
1242         <xsd:enumeration value="top completion zone">
1243            <xsd:annotation>
1244               <xsd:documentation>The point which is the minimum measured depth of a completion zone.</xsd:documentation>
1245            </xsd:annotation>
1246         </xsd:enumeration>
1247         <xsd:enumeration value="base completion zone">
1248            <xsd:annotation>
1249               <xsd:documentation>The point which is the maximum measured depth of a completion zone.</xsd:documentation>
1250            </xsd:annotation>
1251         </xsd:enumeration>
1252         <xsd:enumeration value="unknown">
1253            <xsd:annotation>
1254               <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
1255               value. Use of this value may result in rejection in some situations.</xsd:documentation>
1256            </xsd:annotation>
1257         </xsd:enumeration>
1258      </xsd:restriction>
1259   </xsd:simpleType>
1260   <!--UNUSED: Deleted type JarType.-->
1261   <!--UNUSED: Deleted type JarAction.-->
1262   <!--UNUSED: Deleted type LithologySource.-->
1263   <!--UNUSED: Deleted type LithologyType.-->
1264   <!--UNUSED: Deleted type LogDataType.-->
1265   <!--UNUSED: Deleted type LogIndexDirection.-->
1266   <!--UNUSED: Deleted type LogIndexType.-->
1267   <!--UNUSED: Deleted type LogTraceOrigin.-->
1268   <!--UNUSED: Deleted type LogTraceState.-->
1269   <!--UNUSED: Deleted type MaterialType.-->
1270   <!--UNUSED: Deleted type MeasureClass.-->
1271   <!--UNUSED: Deleted type MeasurementType.-->
1272   <!--UNUSED: Deleted type MessageProbability.-->
1273   <!--UNUSED: Deleted type MessageSeverity.-->
1274   <!--UNUSED: Deleted type MessageType.-->
1275   <!--UNUSED: Deleted type MudLogParameterType.-->
1276   <!--UNUSED: Deleted type NADTypes.-->
1277   <!--UNUSED: Deleted type NameTagLocation.-->
1278   <!--UNUSED: Deleted type NameTagNumberingScheme.-->
1279   <!--UNUSED: Deleted type NameTagTechnology.-->
1280   <!--UNUSED: Deleted type NozzleType.-->
1281   <!--UNUSED: Deleted type OTDRReason.-->
1282   <!--UNUSED: Deleted type PhoneType.-->
1283   <!--UNUSED: Deleted type PitType.-->
1284   <!--UNUSED: Deleted type ProductFlowPortType.-->
1285   <!--UNUSED: Deleted type Projection.-->
1286   <!--UNUSED: Deleted type ProjectionVariantsObliqueMercator.-->
1287   <!--UNUSED: Deleted type PumpType.-->
1288   <!--UNUSED: Deleted type PumpOpType.-->
1289   <!--UNUSED: Deleted type QualifierType.-->
1290   <!--UNUSED: Deleted type RealtimeData.-->
1291   <!--UNUSED: Deleted type ReportingFacility.-->
1292   <!--UNUSED: Deleted type ReportingFlow.-->
1293   <!--UNUSED: Deleted type ReportingPeriod.-->
1294   <!--UNUSED: Deleted type ReportingProduct.-->
1295   <!--UNUSED: Deleted type ReportingProperty.-->
1296   <!--UNUSED: Deleted type RigType.-->
1297   <!--UNUSED: Deleted type RiskAffectedPersonnel.-->
1298   <!--UNUSED: Deleted type RiskCategory.-->
1299   <!--UNUSED: Deleted type RiskSubCategory.-->
1300   <!--UNUSED: Deleted type RiskType.-->
1301   <!--UNUSED: Deleted type ScrType.-->
1302   <!--UNUSED: Deleted type ShowFluorescence.-->
1303   <!--UNUSED: Deleted type ShowLevel.-->
1304   <!--UNUSED: Deleted type ShowRating.-->
1305   <!--UNUSED: Deleted type ShowSpeed.-->
1306   <!--UNUSED: Deleted type StandardTempPress.-->
1307   <!--UNUSED: Deleted type SupportCraft.-->
1308   <!--UNUSED: Deleted type SurfEquipType.-->
1309   <!--UNUSED: Deleted type TargetCategory.-->
1310   <!--UNUSED: Deleted type TargetScope.-->
1311   <!--UNUSED: Deleted type TargetSectionScope.-->
1312   <!--UNUSED: Deleted type TestReason.-->
1313   <!--UNUSED: Deleted type TrajStationStatus.-->
1314   <!--UNUSED: Deleted type TrajStationType.-->
1315   <!--UNUSED: Deleted type TubularAssembly.-->
1316   <!--UNUSED: Deleted type TubularComponent.-->
1317   <!--UNUSED: Deleted type TypeSurveyTool.-->
1318   <!--UNUSED: Deleted type ValueStatus.-->
1319   <!--UNUSED: Deleted type WellDirection.-->
1320   <!--UNUSED: Deleted type WellFluid.-->
1321   <!--UNUSED: Deleted type WellboreShape.-->
1322   <!--UNUSED: Deleted type WellboreType.-->
1323   <!--UNUSED: Deleted type WellPurpose.-->
1324   <!--UNUSED: Deleted type WellStatus.-->
1325   <!--UNUSED: Deleted type CrewType.-->
1326   <!--UNUSED: Deleted type OperationKind.-->
1327   <!--UNUSED: Deleted type ReasonLost.-->
1328   <!--UNUSED: Deleted type SafetyType.-->
1329   <!--UNUSED: Deleted type VolumeReferenceKind.-->
1330   <!--UNUSED: Deleted type DataQuality.-->
1331   <!--UNUSED: Deleted type FluidAnalysisKind.-->
1332   <!--UNUSED: Deleted type FluidComponent.-->
1333   <!--UNUSED: Deleted type FluidSampleTestAcquisition.-->
1334   <!--UNUSED: Deleted type FluidComponentKind.-->
1335   <!--UNUSED: Deleted type FluidContaminant.-->
1336   <!--UNUSED: Deleted type FluidSampleKind.-->
1337   <!--UNUSED: Deleted type ReservoirFluidKind.-->
1338   <!--UNUSED: Deleted type EosModelKind.-->
1339   <!--UNUSED: Deleted type generalMeasureType.-->
1340   <!--UNUSED: Deleted type temperatureSlopeMeasure.-->
1341   <!--UNUSED: Deleted type typeOptionalClassString.-->
1342   <xsd:complexType name="endpointQualifiedDateTime">
1343      <xsd:annotation>
1344         <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
1345         endpoint attribute.</xsd:documentation>
1346      </xsd:annotation>
1347      <xsd:simpleContent>
1348         <xsd:extension base="witsml:abstractDateTime">
1349            <xsd:attribute name="endpoint" type="witsml:EndpointQualifier" use="optional">
1350               <xsd:annotation>
1351                  <xsd:documentation>The default is "inclusive".</xsd:documentation>
1352               </xsd:annotation>
1353            </xsd:attribute>
1354         </xsd:extension>
1355      </xsd:simpleContent>
1356   </xsd:complexType>
1357   <!--UNUSED: Deleted type endpointQualifiedDate.-->
1358   <!--UNUSED: Deleted type emailQualifierStruct.-->
1359   <!--UNUSED: Deleted type facilityIdentifierStruct.-->
1360   <!--UNUSED: Deleted type phoneNumberStruct.-->
1361   <xsd:simpleType name="logicalBoolean">
1362      <xsd:annotation>
1363         <xsd:documentation>Values of "true" (or "1") and "false" (or "0").</xsd:documentation>
1364      </xsd:annotation>
1365      <xsd:restriction base="witsml:abstractBoolean" />
1366   </xsd:simpleType>
1367   <xsd:simpleType name="date">
1368      <xsd:annotation>
1369         <xsd:documentation>A julian date.</xsd:documentation>
1370      </xsd:annotation>
1371      <xsd:restriction base="witsml:abstractDate" />
1372   </xsd:simpleType>
1373   <!--UNUSED: Deleted type month.-->
1374   <!--UNUSED: Deleted type year.-->
1375   <xsd:simpleType name="timestamp">
1376      <xsd:annotation>
1377         <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
1378         each date time value.</xsd:documentation>
1379      </xsd:annotation>
1380      <xsd:restriction base="witsml:abstractDateTime" />
1381   </xsd:simpleType>
1382   <!--UNUSED: Deleted type timeZone.-->
1383   <!--UNUSED: Deleted type calendarYear.-->
1384   <!--UNUSED: Deleted type yAxisAzimuth.-->
1385   <!--UNUSED: Deleted type nonNegativeFraction.-->
1386   <!--UNUSED: Deleted type unitlessQuantity.-->
1387   <!--UNUSED: Deleted type genericMeasure.-->
1388   <!--UNUSED: Deleted type indexCurve.-->
1389   <!--UNUSED: Deleted type ratioGenericMeasure.-->
1390   <!--UNUSED: Deleted type listOfString.-->
1391   <!--UNUSED: Deleted type listOfDouble.-->
1392   <xsd:complexType name="refNameString">
1393      <xsd:annotation>
1394         <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>
1395      </xsd:annotation>
1396      <xsd:simpleContent>
1397         <xsd:extension base="witsml:abstractNameString">
1398            <xsd:attribute name="uidRef" type="witsml:refString" use="optional">
1399               <xsd:annotation>
1400                  <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
1401                  of a WITSML server.</xsd:documentation>
1402               </xsd:annotation>
1403            </xsd:attribute>
1404         </xsd:extension>
1405      </xsd:simpleContent>
1406   </xsd:complexType>
1407   <!--UNUSED: Deleted type refObjectString.-->
1408   <!--UNUSED: Deleted type refPositiveCount.-->
1409   <xsd:simpleType name="refWellDatum">
1410      <xsd:annotation>
1411         <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
1412         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
1413         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
1414         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>
1415      </xsd:annotation>
1416      <xsd:restriction base="witsml:abstractUidString" />
1417   </xsd:simpleType>
1418   <xsd:simpleType name="nameString">
1419      <xsd:annotation>
1420         <xsd:documentation>A user assigned human recognizable contextual name of something. There should be no assumption that (interoperable) semantic information will be
1421         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
1422         enumeration.</xsd:documentation>
1423      </xsd:annotation>
1424      <xsd:restriction base="witsml:abstractNameString" />
1425   </xsd:simpleType>
1426   <xsd:simpleType name="commentString">
1427      <xsd:annotation>
1428         <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.
1429         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>
1430      </xsd:annotation>
1431      <xsd:restriction base="witsml:abstractCommentString" />
1432   </xsd:simpleType>
1433   <!--UNUSED: Deleted type descriptionString.-->
1434   <!--UNUSED: Deleted type shortDescriptionString.-->
1435   <!--UNUSED: Deleted type encodedArrayString.-->
1436   <!--UNUSED: Deleted type encodedValueString.-->
1437   <xsd:simpleType name="kindString">
1438      <xsd:annotation>
1439         <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
1440         enumerated list.</xsd:documentation>
1441      </xsd:annotation>
1442      <xsd:restriction base="witsml:abstractTypeEnum" />
1443   </xsd:simpleType>
1444   <!--UNUSED: Deleted type uomString.-->
1445   <xsd:simpleType name="uidString">
1446      <xsd:annotation>
1447         <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
1448         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
1449         value unless enforced by the source of the document (e.g., a document server).</xsd:documentation>
1450      </xsd:annotation>
1451      <xsd:restriction base="witsml:abstractUidString" />
1452   </xsd:simpleType>
1453   <xsd:simpleType name="refString">
1454      <xsd:annotation>
1455         <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
1456         value of an attribute of type uidString.</xsd:documentation>
1457      </xsd:annotation>
1458      <xsd:restriction base="witsml:abstractUidString" />
1459   </xsd:simpleType>
1460   <xsd:simpleType name="schemaVersionString">
1461      <xsd:annotation>
1462         <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
1463         loader files.</xsd:documentation>
1464      </xsd:annotation>
1465      <xsd:restriction base="witsml:abstractString">
1466         <xsd:maxLength value="16" />
1467         <xsd:pattern value="1\.0\.0\.[1-9]?[0-9]\(PRODML\)" />
1468      </xsd:restriction>
1469   </xsd:simpleType>
1470   <xsd:complexType name="nameStruct">
1471      <xsd:annotation>
1472         <xsd:documentation>The name of something within a naming system.</xsd:documentation>
1473      </xsd:annotation>
1474      <xsd:simpleContent>
1475         <xsd:extension base="witsml:abstractNameString">
1476            <xsd:attribute name="namingSystem" type="witsml:nameString" use="optional">
1477               <xsd:annotation>
1478                  <xsd:documentation>The naming system within the name is (hopefully) unique.</xsd:documentation>
1479               </xsd:annotation>
1480            </xsd:attribute>
1481         </xsd:extension>
1482      </xsd:simpleContent>
1483   </xsd:complexType>
1484   <xsd:complexType name="wellKnownNameStruct">
1485      <xsd:annotation>
1486         <xsd:documentation>The name of something within a mandatory naming system with an optional code.</xsd:documentation>
1487      </xsd:annotation>
1488      <xsd:simpleContent>
1489         <xsd:extension base="witsml:abstractNameString">
1490            <xsd:attribute name="namingSystem" type="witsml:nameString" use="optional">
1491               <xsd:annotation>
1492                  <xsd:documentation>The naming system within the name is unique.</xsd:documentation>
1493                  <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
1494               </xsd:annotation>
1495            </xsd:attribute>
1496            <xsd:attribute name="code" type="witsml:kindString" use="optional">
1497               <xsd:annotation>
1498                  <xsd:documentation>A unique (short) code associated with the name.</xsd:documentation>
1499               </xsd:annotation>
1500            </xsd:attribute>
1501         </xsd:extension>
1502      </xsd:simpleContent>
1503   </xsd:complexType>
1504   <!--UNUSED: Deleted type uncollapsedString.-->
1505   <!--UNUSED: Deleted type iadcBearingWearCode.-->
1506   <!--UNUSED: Deleted type geodeticZoneString.-->
1507   <!--UNUSED: Deleted type generalQualifiedMeasure.-->
1508   <!--UNUSED: Deleted type integerQualifiedCount.-->
1509   <!--UNUSED: Deleted type kindQualifiedString.-->
1510   <!--UNUSED: Deleted type areaQualifiedMeasure.-->
1511   <!--UNUSED: Deleted type areaPerAreaQualifiedMeasure.-->
1512   <!--UNUSED: Deleted type anglePerTimeQualifiedMeasure.-->
1513   <!--UNUSED: Deleted type lengthPerLengthQualifiedMeasure.-->
1514   <!--UNUSED: Deleted type pressureQualifiedMeasure.-->
1515   <!--UNUSED: Deleted type thermodynamicTemperatureQualifiedMeasure.-->
1516   <!--UNUSED: Deleted type volumeQualifiedMeasure.-->
1517   <!--UNUSED: Deleted type volumeFlowRateQualifiedMeasure.-->
1518   <xsd:complexType name="measuredDepthCoord">
1519      <xsd:annotation>
1520         <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
1521         same uom) can be considered to be in the same Coordinate Reference System and are thus directly comparable.</xsd:documentation>
1522      </xsd:annotation>
1523      <xsd:simpleContent>
1524         <xsd:extension base="witsml:abstractMeasure">
1525            <xsd:attribute name="uom" type="witsml:MeasuredDepthUom" use="optional">
1526               <xsd:annotation>
1527                  <xsd:documentation>The unit of measure of the quantity value.</xsd:documentation>
1528                  <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
1529               </xsd:annotation>
1530            </xsd:attribute>
1531            <xsd:attribute name="datum" type="witsml:refWellDatum" use="optional">
1532               <xsd:annotation>
1533                  <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
1534                  WellDatum. If not given then the default WellDatum must be assumed.</xsd:documentation>
1535               </xsd:annotation>
1536            </xsd:attribute>
1537         </xsd:extension>
1538      </xsd:simpleContent>
1539   </xsd:complexType>
1540   <xsd:simpleType name="MeasuredDepthUom">
1541      <xsd:annotation>
1542         <xsd:documentation>The units of measure that are valid for measured depths in a wellbore.</xsd:documentation>
1543      </xsd:annotation>
1544      <xsd:restriction base="witsml:abstractUomEnum">
1545         <xsd:enumeration value="m">
1546            <xsd:annotation>
1547               <xsd:documentation>meter</xsd:documentation>
1548            </xsd:annotation>
1549         </xsd:enumeration>
1550         <xsd:enumeration value="ft">
1551            <xsd:annotation>
1552               <xsd:documentation>International Foot</xsd:documentation>
1553            </xsd:annotation>
1554         </xsd:enumeration>
1555         <xsd:enumeration value="ftUS">
1556            <xsd:annotation>
1557               <xsd:documentation>US Survey Foot</xsd:documentation>
1558            </xsd:annotation>
1559         </xsd:enumeration>
1560      </xsd:restriction>
1561   </xsd:simpleType>
1562   <!--UNUSED: Deleted type wellVerticalDepthCoord.-->
1563   <xsd:complexType name="wellElevationCoord">
1564      <xsd:annotation>
1565         <xsd:documentation>A vertical (gravity based) elevation coordinate within the context of a well. Positive moving upward from the reference datum. All coordinates with the
1566         same datum (and same uom) can be considered to be in the same Coordinate Reference System and are thus directly comparable.</xsd:documentation>
1567      </xsd:annotation>
1568      <xsd:simpleContent>
1569         <xsd:extension base="witsml:abstractMeasure">
1570            <xsd:attribute name="uom" type="witsml:WellVerticalCoordinateUom" use="optional">
1571               <xsd:annotation>
1572                  <xsd:documentation>The unit of measure of the quantity value. If not given then the default unit of measure of the explicitly or implicitly given datum must be
1573                  assumed.</xsd:documentation>
1574                  <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
1575               </xsd:annotation>
1576            </xsd:attribute>
1577            <xsd:attribute name="datum" type="witsml:refWellDatum" use="optional">
1578               <xsd:annotation>
1579                  <xsd:documentation>A pointer to the reference datum for this coordinate value as defined in WellDatum. If not given then the default WellDatum must be
1580                  assumed.</xsd:documentation>
1581               </xsd:annotation>
1582            </xsd:attribute>
1583         </xsd:extension>
1584      </xsd:simpleContent>
1585   </xsd:complexType>
1586   <xsd:simpleType name="WellVerticalCoordinateUom">
1587      <xsd:annotation>
1588         <xsd:documentation>The units of measure that are valid for vertical gravity based coordinates (i.e., elevation or vertical depth) within the context of a
1589         well.</xsd:documentation>
1590      </xsd:annotation>
1591      <xsd:restriction base="witsml:abstractUomEnum">
1592         <xsd:enumeration value="m">
1593            <xsd:annotation>
1594               <xsd:documentation>meter</xsd:documentation>
1595            </xsd:annotation>
1596         </xsd:enumeration>
1597         <xsd:enumeration value="ft">
1598            <xsd:annotation>
1599               <xsd:documentation>International Foot</xsd:documentation>
1600            </xsd:annotation>
1601         </xsd:enumeration>
1602         <xsd:enumeration value="ftUS">
1603            <xsd:annotation>
1604               <xsd:documentation>US Survey Foot</xsd:documentation>
1605            </xsd:annotation>
1606         </xsd:enumeration>
1607         <xsd:enumeration value="ftBr(65)">
1608            <xsd:annotation>
1609               <xsd:documentation>British Foot 1865</xsd:documentation>
1610            </xsd:annotation>
1611         </xsd:enumeration>
1612      </xsd:restriction>
1613   </xsd:simpleType>
1614   <!--UNUSED: Deleted type nonNegativeCount.-->
1615   <!--UNUSED: Deleted type positiveCount.-->
1616   <!--UNUSED: Deleted type positiveBigCount.-->
1617   <!--UNUSED: Deleted type integerCount.-->
1618   <!--UNUSED: Deleted type beaufortScaleIntegerCode.-->
1619   <!--UNUSED: Deleted type pumpActionIntegerCode.-->
1620   <!--UNUSED: Deleted type iadcIntegerCode.-->
1621   <!--UNUSED: Deleted type levelIntegerCode.-->
1622   <!--UNUSED: Deleted type cost.-->
1623   <!--UNUSED: Deleted type indexedObject.-->
1624   <!--UNUSED: Deleted type str2.-->
1625   <!--UNUSED: Deleted type str16.-->
1626   <!--UNUSED: Deleted type str32.-->
1627   <!--UNUSED: Deleted type crewCount.-->
1628   <!--UNUSED: Deleted type lostVolumeAndReason.-->
1629   <!--UNUSED: Deleted type safetyCount.-->
1630   <!--UNUSED: Deleted type binaryInteractionCoefficient.-->
1631   <!--UNUSED: Deleted type massConcentrationMeasurePercent.-->
1632   <!--UNUSED: Deleted type molarFractionMeasurePercent.-->
1633   <!--UNUSED: Deleted type volumePerVolumeMeasurePercent.-->
1634   <!--UNUSED: Deleted type PercentUom.-->
1635   <!--UNUSED: Deleted type accelerationLinearMeasure.-->
1636   <!--UNUSED: Deleted type amountOfSubstanceMeasure.-->
1637   <!--UNUSED: Deleted type anglePerLengthMeasure.-->
1638   <!--UNUSED: Deleted type anglePerTimeMeasure.-->
1639   <!--UNUSED: Deleted type areaMeasure.-->
1640   <!--UNUSED: Deleted type areaPerAreaMeasure.-->
1641   <!--UNUSED: Deleted type densityMeasure.-->
1642   <!--UNUSED: Deleted type dimensionlessMeasure.-->
1643   <!--UNUSED: Deleted type dynamicViscosityMeasure.-->
1644   <!--UNUSED: Deleted type electricPotentialMeasure.-->
1645   <!--UNUSED: Deleted type energyPerAreaMeasure.-->
1646   <!--UNUSED: Deleted type equivalentPerMassMeasure.-->
1647   <!--UNUSED: Deleted type forceMeasure.-->
1648   <!--UNUSED: Deleted type forcePerVolumeMeasure.-->
1649   <!--UNUSED: Deleted type frequencyMeasure.-->
1650   <!--UNUSED: Deleted type illuminanceMeasure.-->
1651   <xsd:complexType name="lengthMeasure">
1652      <xsd:simpleContent>
1653         <xsd:extension base="witsml:abstractMeasure">
1654            <xsd:attribute name="uom" type="witsml:lengthUom" use="optional">
1655               <xsd:annotation>
1656                  <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
1657               </xsd:annotation>
1658            </xsd:attribute>
1659         </xsd:extension>
1660      </xsd:simpleContent>
1661   </xsd:complexType>
1662   <!--UNUSED: Deleted type lengthPerLengthMeasure.-->
1663   <!--UNUSED: Deleted type magneticFieldStrengthMeasure.-->
1664   <!--UNUSED: Deleted type massConcentrationMeasure.-->
1665   <!--UNUSED: Deleted type massFlowRateMeasure.-->
1666   <!--UNUSED: Deleted type massMeasure.-->
1667   <!--UNUSED: Deleted type massPerLengthMeasure.-->
1668   <!--UNUSED: Deleted type modulusOfCompressionMeasure.-->
1669   <!--UNUSED: Deleted type momentOfForceMeasure.-->
1670   <!--UNUSED: Deleted type perLengthMeasure.-->
1671   <!--UNUSED: Deleted type planeAngleMeasure.-->
1672   <!--UNUSED: Deleted type powerMeasure.-->
1673   <!--UNUSED: Deleted type pressureMeasure.-->
1674   <!--UNUSED: Deleted type relativePowerMeasure.-->
1675   <!--UNUSED: Deleted type specificVolumeMeasure.-->
1676   <!--UNUSED: Deleted type thermodynamicTemperatureMeasure.-->
1677   <xsd:complexType name="timeMeasure">
1678      <xsd:simpleContent>
1679         <xsd:extension base="witsml:abstractMeasure">
1680            <xsd:attribute name="uom" type="witsml:timeUom" use="optional">
1681               <xsd:annotation>
1682                  <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
1683               </xsd:annotation>
1684            </xsd:attribute>
1685         </xsd:extension>
1686      </xsd:simpleContent>
1687   </xsd:complexType>
1688   <!--UNUSED: Deleted type velocityMeasure.-->
1689   <!--UNUSED: Deleted type volumeMeasure.-->
1690   <!--UNUSED: Deleted type volumeFlowRateMeasure.-->
1691   <!--UNUSED: Deleted type volumePerVolumeMeasure.-->
1692   <!--UNUSED: Deleted type workMeasure.-->
1693   <!--UNUSED: Deleted type compressibilityMeasure.-->
1694   <!--UNUSED: Deleted type molarVolumeMeasure.-->
1695   <!--UNUSED: Deleted type standardVolumeMeasure.-->
1696   <!--UNUSED: Deleted type thermalConductivityMeasure.-->
1697   <!--UNUSED: Deleted type volumePerStandardVolumeMeasure.-->
1698   <!--UNUSED: Deleted type standardVolumePerStandardVolumeMeasure.-->
1699   <!--UNUSED: Deleted type standardVolumePerVolumeMeasure.-->
1700   <!--UNUSED: Deleted type accelerationLinearUom.-->
1701   <!--UNUSED: Deleted type amountOfSubstanceUom.-->
1702   <!--UNUSED: Deleted type anglePerLengthUom.-->
1703   <!--UNUSED: Deleted type anglePerTimeUom.-->
1704   <!--UNUSED: Deleted type areaUom.-->
1705   <!--UNUSED: Deleted type areaPerAreaUom.-->
1706   <!--UNUSED: Deleted type densityUom.-->
1707   <!--UNUSED: Deleted type dimensionlessUom.-->
1708   <!--UNUSED: Deleted type dynamicViscosityUom.-->
1709   <!--UNUSED: Deleted type electricPotentialUom.-->
1710   <!--UNUSED: Deleted type energyPerAreaUom.-->
1711   <!--UNUSED: Deleted type equivalentPerMassUom.-->
1712   <!--UNUSED: Deleted type forceUom.-->
1713   <!--UNUSED: Deleted type forcePerVolumeUom.-->
1714   <!--UNUSED: Deleted type frequencyUom.-->
1715   <!--UNUSED: Deleted type illuminanceUom.-->
1716   <xsd:simpleType name="lengthUom">
1717      <xsd:restriction base="witsml:abstractUomEnum">
1718         <xsd:enumeration value="m" />
1719         <xsd:enumeration value="angstrom" />
1720         <xsd:enumeration value="chBnA" />
1721         <xsd:enumeration value="chBnB" />
1722         <xsd:enumeration value="chCla" />
1723         <xsd:enumeration value="chSe" />
1724         <xsd:enumeration value="chUS" />
1725         <xsd:enumeration value="cm" />
1726         <xsd:enumeration value="dm" />
1727         <xsd:enumeration value="fathom" />
1728         <xsd:enumeration value="fm" />
1729         <xsd:enumeration value="ft" />
1730         <xsd:enumeration value="ftBnA" />
1731         <xsd:enumeration value="ftBnB" />
1732         <xsd:enumeration value="ftBr(65)" />
1733         <xsd:enumeration value="ftCla" />
1734         <xsd:enumeration value="ftGC" />
1735         <xsd:enumeration value="ftInd" />
1736         <xsd:enumeration value="ftInd(37)" />
1737         <xsd:enumeration value="ftInd(62)" />
1738         <xsd:enumeration value="ftInd(75)" />
1739         <xsd:enumeration value="ftMA" />
1740         <xsd:enumeration value="ftSe" />
1741         <xsd:enumeration value="ftUS" />
1742         <xsd:enumeration value="in" />
1743         <xsd:enumeration value="in/10" />
1744         <xsd:enumeration value="in/16" />
1745         <xsd:enumeration value="in/32" />
1746         <xsd:enumeration value="in/64" />
1747         <xsd:enumeration value="inUS" />
1748         <xsd:enumeration value="km" />
1749         <xsd:enumeration value="lkBnA" />
1750         <xsd:enumeration value="lkBnB" />
1751         <xsd:enumeration value="lkCla" />
1752         <xsd:enumeration value="lkSe" />
1753         <xsd:enumeration value="lkUS" />
1754         <xsd:enumeration value="mGer" />
1755         <xsd:enumeration value="mi" />
1756         <xsd:enumeration value="mil" />
1757         <xsd:enumeration value="miUS" />
1758         <xsd:enumeration value="mm" />
1759         <xsd:enumeration value="Mm" />
1760         <xsd:enumeration value="nautmi" />
1761         <xsd:enumeration value="nm" />
1762         <xsd:enumeration value="pm" />
1763         <xsd:enumeration value="um" />
1764         <xsd:enumeration value="yd" />
1765         <xsd:enumeration value="ydBnA" />
1766         <xsd:enumeration value="ydBnB" />
1767         <xsd:enumeration value="ydCla" />
1768         <xsd:enumeration value="ydIm" />
1769         <xsd:enumeration value="ydInd" />
1770         <xsd:enumeration value="ydInd(37)" />
1771         <xsd:enumeration value="ydInd(62)" />
1772         <xsd:enumeration value="ydInd(75)" />
1773         <xsd:enumeration value="ydSe" />
1774      </xsd:restriction>
1775   </xsd:simpleType>
1776   <!--UNUSED: Deleted type lengthPerLengthUom.-->
1777   <!--UNUSED: Deleted type magneticFieldStrengthUom.-->
1778   <!--UNUSED: Deleted type massConcentrationUom.-->
1779   <!--UNUSED: Deleted type massFlowRateUom.-->
1780   <!--UNUSED: Deleted type massUom.-->
1781   <!--UNUSED: Deleted type massPerLengthUom.-->
1782   <!--UNUSED: Deleted type modulusOfCompressionUom.-->
1783   <!--UNUSED: Deleted type momentOfForceUom.-->
1784   <!--UNUSED: Deleted type perLengthUom.-->
1785   <!--UNUSED: Deleted type planeAngleUom.-->
1786   <!--UNUSED: Deleted type powerUom.-->
1787   <!--UNUSED: Deleted type pressureUom.-->
1788   <!--UNUSED: Deleted type relativePowerUom.-->
1789   <!--UNUSED: Deleted type specificVolumeUom.-->
1790   <!--UNUSED: Deleted type thermodynamicTemperatureUom.-->
1791   <xsd:simpleType name="timeUom">
1792      <xsd:restriction base="witsml:abstractUomEnum">
1793         <xsd:enumeration value="s" />
1794         <xsd:enumeration value="a" />
1795         <xsd:enumeration value="cs" />
1796         <xsd:enumeration value="d" />
1797         <xsd:enumeration value="Ga" />
1798         <xsd:enumeration value="h" />
1799         <xsd:enumeration value="100s" />
1800         <xsd:enumeration value="Ma" />
1801         <xsd:enumeration value="min" />
1802         <xsd:enumeration value="ms" />
1803         <xsd:enumeration value="ms/2" />
1804         <xsd:enumeration value="ns" />
1805         <xsd:enumeration value="ps" />
1806         <xsd:enumeration value="us" />
1807         <xsd:enumeration value="wk" />
1808         <xsd:enumeration value="100ka" />
1809      </xsd:restriction>
1810   </xsd:simpleType>
1811   <!--UNUSED: Deleted type velocityUom.-->
1812   <!--UNUSED: Deleted type volumeUom.-->
1813   <!--UNUSED: Deleted type volumeFlowRateUom.-->
1814   <!--UNUSED: Deleted type volumePerVolumeUom.-->
1815   <!--UNUSED: Deleted type workUom.-->
1816   <!--UNUSED: Deleted type compressibilityUom.-->
1817   <!--UNUSED: Deleted type molarVolumeUom.-->
1818   <!--UNUSED: Deleted type thermalConductivityUom.-->
1819</xsd:schema>
Note: See TracBrowser for help on using the browser.