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

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

Added project files for monthly production version 1.0

RevLine 
[17]1<?xml version="1.0" encoding="utf-8"?>
2<xsd:schema
3        elementFormDefault="qualified"
4        attributeFormDefault="unqualified"
5        targetNamespace="http://www.witsml.org/schemas/131"
6        xmlns:witsml="http://www.witsml.org/schemas/131"
7        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
8        version="1.3.1">
9   <!--                                                                                -->
10   <!-- Energistics License Agreement                                                  -->
11   <!-- This file is distributed under the Energistics License Agreement at            -->
12   <!-- http://www.posc.org/about/license.shtml.                                       -->
13   <!-- Use of this file constitutes agreement with the Energistics License Agreement. -->
14   <!--                                                                                -->
15   <xsd:attributeGroup name="attgrp_uid">
16      <xsd:attribute name="uid" type="witsml:uidString" use="optional">
17         <xsd:annotation>
18            <xsd:documentation>The unique identifier of a container element. This attribute is generally required within the context of a WITSML server. There should be no
19            assumption as to the semantic content of this attribute. This should only be used with recurring container types (i.e., maxOccurs greater than one). The value is only
20            required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
21         </xsd:annotation>
22      </xsd:attribute>
23   </xsd:attributeGroup>
24   <!--UNUSED: Deleted type cs_businessAssociate.-->
25   <xsd:complexType name="cs_commonData">
26      <xsd:annotation>
27         <xsd:documentation>WITSML - Common Data Component Schema</xsd:documentation>
28      </xsd:annotation>
29      <xsd:sequence>
30         <xsd:element name="sourceName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
31            <xsd:annotation>
32               <xsd:documentation>An identifier to indicate the data originator. This identifies the server that originally created the object and thus most of the uids in the
33               object (but not necessarily the uids of the parents). This is typically a url.</xsd:documentation>
34            </xsd:annotation>
35         </xsd:element>
36         <xsd:element name="dTimCreation" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
37            <xsd:annotation>
38               <xsd:documentation>When the data was created at the persistent data store.</xsd:documentation>
39            </xsd:annotation>
40         </xsd:element>
41         <xsd:element name="dTimLastChange" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
42            <xsd:annotation>
43               <xsd:documentation>Last change of any element of the data at the persistent data store. The change time is not updated for a growing object while it is
44               growing.</xsd:documentation>
45            </xsd:annotation>
46         </xsd:element>
47         <xsd:element name="itemState" type="witsml:ItemState" minOccurs="0" maxOccurs="1">
48            <xsd:annotation>
49               <xsd:documentation>The item state for the data object.</xsd:documentation>
50            </xsd:annotation>
51         </xsd:element>
52         <xsd:element name="comments" type="witsml:commentString" minOccurs="0" maxOccurs="1">
53            <xsd:annotation>
54               <xsd:documentation>Comments and remarks.</xsd:documentation>
55            </xsd:annotation>
56         </xsd:element>
57      </xsd:sequence>
58   </xsd:complexType>
59   <!--UNUSED: Deleted type cs_connectedNode.-->
60   <!--UNUSED: Deleted type cs_curveData.-->
61   <!--UNUSED: Deleted type cs_curveDefinition.-->
62   <xsd:complexType name="cs_customData">
63      <xsd:annotation>
64         <xsd:documentation>WITSML - Custom or User Defined Element and Attributes Component Schema. Specify custom element, attributes, and types in the custom data
65         area.</xsd:documentation>
66      </xsd:annotation>
67      <xsd:sequence>
68         <xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded">
69            <xsd:annotation>
70               <xsd:documentation>Any element or attribute in any namespace. It is strongly recommended that all custom data definitions be added to a unique
71               namespace.</xsd:documentation>
72            </xsd:annotation>
73         </xsd:any>
74      </xsd:sequence>
75   </xsd:complexType>
76   <!--UNUSED: Deleted type cs_datedComment.-->
77   <xsd:complexType name="cs_densityValue">
78      <xsd:annotation>
79         <xsd:documentation>A possibly temperature and pressure corrected desity value.</xsd:documentation>
80      </xsd:annotation>
81      <xsd:sequence>
82         <xsd:element name="density" type="witsml:densityMeasure" minOccurs="1" maxOccurs="1">
83            <xsd:annotation>
84               <xsd:documentation>The density of the product.</xsd:documentation>
85            </xsd:annotation>
86         </xsd:element>
87         <xsd:element name="temp" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
88            <xsd:annotation>
89               <xsd:documentation>The temperature to which the density has been corrected. If not given then the ambient temperature is assumed. If given, then a pressure should
90               also be given. Common standard temperatures are: 0 degC, 15 degC, 60 degF.</xsd:documentation>
91            </xsd:annotation>
92         </xsd:element>
93         <xsd:element name="pres" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
94            <xsd:annotation>
95               <xsd:documentation>The pressure to which the density has been corrected. If not given then the ambient pressure is assumed. If given, then a temperature should also
96               be given. Common standard pressures are: 1 atm and 14.696 psi (which are equivalent).</xsd:documentation>
97            </xsd:annotation>
98         </xsd:element>
99      </xsd:sequence>
100   </xsd:complexType>
101   <xsd:complexType name="cs_documentInfo">
102      <xsd:annotation>
103         <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
104         information about the data that is being exchanged within the file.</xsd:documentation>
105      </xsd:annotation>
106      <xsd:sequence>
107         <xsd:element name="DocumentName" type="witsml:nameStruct" minOccurs="1" maxOccurs="1">
108            <xsd:annotation>
109               <xsd:documentation>An identifier for the document. This is intended to be unique within the context of the NamingSystem.</xsd:documentation>
110            </xsd:annotation>
111         </xsd:element>
112         <xsd:element name="DocumentAlias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
113            <xsd:annotation>
114               <xsd:documentation>Zero or more alternate names for the document. These names do not need to be unique within the naming system.</xsd:documentation>
115            </xsd:annotation>
116         </xsd:element>
117         <xsd:element name="DocumentDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
118            <xsd:annotation>
119               <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
120               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
121               was created. The FileCreation information would capture the date that the XML file was created to send or exchange the binset.</xsd:documentation>
122            </xsd:annotation>
123         </xsd:element>
124         <xsd:element name="documentClass" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
125            <xsd:annotation>
126               <xsd:documentation>A document class. Examples of classes would be a metadata classification or a set of keywords.</xsd:documentation>
127            </xsd:annotation>
128         </xsd:element>
129         <xsd:element name="FileCreationInformation" type="witsml:fileCreationType" minOccurs="0" maxOccurs="1">
130            <xsd:annotation>
131               <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
132               itself.</xsd:documentation>
133            </xsd:annotation>
134         </xsd:element>
135         <xsd:element name="SecurityInformation" type="witsml:securityInfoType" minOccurs="0" maxOccurs="5">
136            <xsd:annotation>
137               <xsd:documentation>Information about the security to be applied to this file. More than one classification can be given.</xsd:documentation>
138            </xsd:annotation>
139         </xsd:element>
140         <xsd:element name="Disclaimer" type="witsml:commentString" minOccurs="0" maxOccurs="1">
141            <xsd:annotation>
142               <xsd:documentation>A free-form string that allows a disclaimer to accompany the information.</xsd:documentation>
143            </xsd:annotation>
144         </xsd:element>
145         <xsd:element name="AuditTrail" type="witsml:auditType" minOccurs="0" maxOccurs="1">
146            <xsd:annotation>
147               <xsd:documentation>A collection of events that can document the history of the data.</xsd:documentation>
148            </xsd:annotation>
149         </xsd:element>
150         <xsd:element name="Owner" type="witsml:nameString" minOccurs="0" maxOccurs="1">
151            <xsd:annotation>
152               <xsd:documentation>The owner of the data.</xsd:documentation>
153            </xsd:annotation>
154         </xsd:element>
155         <xsd:element name="QueryParam" type="witsml:queryParam" minOccurs="0" maxOccurs="1">
156            <xsd:annotation>
157               <xsd:documentation>WITSML query parameters.</xsd:documentation>
158            </xsd:annotation>
159         </xsd:element>
160         <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
161            <xsd:annotation>
162               <xsd:documentation>An optional comment about the document.</xsd:documentation>
163            </xsd:annotation>
164         </xsd:element>
165      </xsd:sequence>
166   </xsd:complexType>
167   <xsd:complexType name="queryParam">
168      <xsd:annotation>
169         <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).
170         These would typically be something like a daily report.</xsd:documentation>
171      </xsd:annotation>
172      <xsd:sequence>
173         <xsd:element name="dTimMin" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
174            <xsd:annotation>
175               <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
176               growing objects but the See the API specification for behavior related to this query parameter.</xsd:documentation>
177            </xsd:annotation>
178         </xsd:element>
179         <xsd:element name="dTimMax" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
180            <xsd:annotation>
181               <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
182               for behavior related to this query parameter.</xsd:documentation>
183            </xsd:annotation>
184         </xsd:element>
185      </xsd:sequence>
186   </xsd:complexType>
187   <xsd:complexType name="fileCreationType">
188      <xsd:annotation>
189         <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
190         file.</xsd:documentation>
191      </xsd:annotation>
192      <xsd:sequence>
193         <xsd:element name="FileCreationDate" type="witsml:timestamp" minOccurs="1" maxOccurs="1">
194            <xsd:annotation>
195               <xsd:documentation>The date and time that the file was created.</xsd:documentation>
196            </xsd:annotation>
197         </xsd:element>
198         <xsd:element name="SoftwareName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
199            <xsd:annotation>
200               <xsd:documentation>If appropriate, the software that created the file. This is a free form string, and may include whatever information is deemed
201               relevant.</xsd:documentation>
202            </xsd:annotation>
203         </xsd:element>
204         <xsd:element name="FileCreator" type="witsml:nameString" minOccurs="0" maxOccurs="1">
205            <xsd:annotation>
206               <xsd:documentation>The person or business associate that created the file.</xsd:documentation>
207            </xsd:annotation>
208         </xsd:element>
209         <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
210            <xsd:annotation>
211               <xsd:documentation>Any comment that would be useful to further explain the creation of this instance document.</xsd:documentation>
212            </xsd:annotation>
213         </xsd:element>
214      </xsd:sequence>
215   </xsd:complexType>
216   <xsd:complexType name="securityInfoType">
217      <xsd:annotation>
218         <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
219         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
220         is confidential for a period of time, and then becomes open. All security classes are characterized by their classification systems.</xsd:documentation>
221      </xsd:annotation>
222      <xsd:sequence>
223         <xsd:element name="Class" type="witsml:kindString" minOccurs="0" maxOccurs="1">
224            <xsd:annotation>
225               <xsd:documentation>The security class in which this document is classified. Examples would be confidential, partner confidential, tight. The meaning of the class is
226               determined by the System in which it is defined.</xsd:documentation>
227            </xsd:annotation>
228         </xsd:element>
229         <xsd:element name="SecuritySystem" type="witsml:kindString" minOccurs="0" maxOccurs="1">
230            <xsd:annotation>
231               <xsd:documentation>The security classification system. This gives context to the meaning of the Class value.</xsd:documentation>
232            </xsd:annotation>
233         </xsd:element>
234         <xsd:element name="EndDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
235            <xsd:annotation>
236               <xsd:documentation>The date on which this security class is no longer applicable.</xsd:documentation>
237            </xsd:annotation>
238         </xsd:element>
239         <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
240            <xsd:annotation>
241               <xsd:documentation>A general comment to further define the security class.</xsd:documentation>
242            </xsd:annotation>
243         </xsd:element>
244      </xsd:sequence>
245   </xsd:complexType>
246   <xsd:complexType name="auditType">
247      <xsd:annotation>
248         <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>
249      </xsd:annotation>
250      <xsd:sequence>
251         <xsd:element name="Event" type="witsml:eventType" minOccurs="1" maxOccurs="unbounded" />
252      </xsd:sequence>
253   </xsd:complexType>
254   <xsd:complexType name="eventType">
255      <xsd:annotation>
256         <xsd:documentation>An event type captures the basic information about an event that has affected the data.</xsd:documentation>
257      </xsd:annotation>
258      <xsd:sequence>
259         <xsd:element name="EventDate" type="witsml:timestamp" minOccurs="1" maxOccurs="1">
260            <xsd:annotation>
261               <xsd:documentation>The date on which the event took place.</xsd:documentation>
262            </xsd:annotation>
263         </xsd:element>
264         <xsd:element name="ResponsibleParty" type="witsml:nameString" minOccurs="0" maxOccurs="1">
265            <xsd:annotation>
266               <xsd:documentation>The party responsible for the event.</xsd:documentation>
267            </xsd:annotation>
268         </xsd:element>
269         <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
270            <xsd:annotation>
271               <xsd:documentation>A free form comment that can further define the event that occurred.</xsd:documentation>
272            </xsd:annotation>
273         </xsd:element>
274      </xsd:sequence>
275   </xsd:complexType>
276   <!--UNUSED: Deleted type cs_dtsBoxInformation.-->
277   <!--UNUSED: Deleted type cs_dtsCalibration.-->
278   <!--UNUSED: Deleted type cs_dtsCalibrationParameter.-->
279   <!--UNUSED: Deleted type cs_dtsErrorReport.-->
280   <!--UNUSED: Deleted type cs_dtsFiber.-->
281   <!--UNUSED: Deleted type cs_dtsFiberEndPoint.-->
282   <!--UNUSED: Deleted type cs_dtsFiberInformation.-->
283   <!--UNUSED: Deleted type cs_dtsFiberInstalledPoints.-->
284   <!--UNUSED: Deleted type cs_dtsInstrumentBox.-->
285   <!--UNUSED: Deleted type cs_dtsInstrumentBoxCalibration.-->
286   <!--UNUSED: Deleted type cs_dtsOneWayLoss.-->
287   <!--UNUSED: Deleted type cs_dtsOtdr.-->
288   <!--UNUSED: Deleted type cs_dtsProcessedWellLog.-->
289   <!--UNUSED: Deleted type cs_dtsPumpActivity.-->
290   <!--UNUSED: Deleted type cs_dtsPumpLogRow.-->
291   <!--UNUSED: Deleted type cs_dtsPumpLogTable.-->
292   <!--UNUSED: Deleted type cs_dtsRefractiveIndex.-->
293   <!--UNUSED: Deleted type cs_dtsSingleInstalledPoint.-->
294   <!--UNUSED: Deleted type cs_fluidResultCceTestStep.-->
295   <!--UNUSED: Deleted type cs_fluidResultCompositeComposition.-->
296   <!--UNUSED: Deleted type cs_fluidResultComposition.-->
297   <!--UNUSED: Deleted type cs_fluidResultConstantCompositionExpansionTest.-->
298   <!--UNUSED: Deleted type cs_fluidResultConstantVolumeDepletionTest.-->
299   <!--UNUSED: Deleted type cs_fluidResultContaminant.-->
300   <!--UNUSED: Deleted type cs_fluidResultCvdTestStep.-->
301   <!--UNUSED: Deleted type cs_fluidResultDataQuality.-->
302   <!--UNUSED: Deleted type cs_fluidResultDifferentialLiberationTest.-->
303   <!--UNUSED: Deleted type cs_fluidResultDifferentialLiberationTestStep.-->
304   <!--UNUSED: Deleted type cs_fluidResultJCurveTest.-->
305   <!--UNUSED: Deleted type cs_fluidResultJCurveTestStep.-->
306   <!--UNUSED: Deleted type cs_fluidResultPhaseComposition.-->
307   <!--UNUSED: Deleted type cs_fluidResultSaturationTest.-->
308   <!--UNUSED: Deleted type cs_fluidResultSaturationTestStep.-->
309   <!--UNUSED: Deleted type cs_fluidResultSeparatorTest.-->
310   <!--UNUSED: Deleted type cs_fluidResultSeparatorTestStep.-->
311   <!--UNUSED: Deleted type cs_fluidResultStockTank.-->
312   <!--UNUSED: Deleted type cs_fluidResultTransportPropertiesTest.-->
313   <!--UNUSED: Deleted type cs_fluidResultTransportTestStep.-->
314   <!--UNUSED: Deleted type cs_fluidResultVolumeReference.-->
315   <!--UNUSED: Deleted type cs_generalAddress.-->
316   <!--UNUSED: Deleted type cs_geographicContext.-->
317   <!--UNUSED: Deleted type cs_nameTag.-->
318   <!--UNUSED: Deleted type cs_northSeaOffshore.-->
319   <!--UNUSED: Deleted type cs_offshoreLocation.-->
320   <!--UNUSED: Deleted type cs_personName.-->
321   <!--UNUSED: Deleted type cs_productFlowChangeLog.-->
322   <!--UNUSED: Deleted type cs_productFlowExpectedPortProperty.-->
323   <!--UNUSED: Deleted type cs_productFlowExpectedUnitProperty.-->
324   <!--UNUSED: Deleted type cs_productFlowExternalReference.-->
325   <!--UNUSED: Deleted type cs_productFlowlExternalPort.-->
326   <!--UNUSED: Deleted type cs_productFlowNetwork.-->
327   <!--UNUSED: Deleted type cs_productFlowNetworkPlan.-->
328   <!--UNUSED: Deleted type cs_productFlowPort.-->
329   <!--UNUSED: Deleted type cs_productFlowQualifierExpected.-->
330   <!--UNUSED: Deleted type cs_productFlowUnit.-->
331   <!--UNUSED: Deleted type cs_productionOperationActivity.-->
332   <!--UNUSED: Deleted type cs_productionOperationAlarm.-->
333   <!--UNUSED: Deleted type cs_productionOperationCargoShipOperation.-->
334   <!--UNUSED: Deleted type cs_productionOperationHSE.-->
335   <!--UNUSED: Deleted type cs_productionOperationInstallationReport.-->
336   <!--UNUSED: Deleted type cs_productionOperationLostProduction.-->
337   <!--UNUSED: Deleted type cs_productionOperationMarineOperation.-->
338   <!--UNUSED: Deleted type cs_productionOperationOperationalComment.-->
339   <!--UNUSED: Deleted type cs_productionOperationSafety.-->
340   <!--UNUSED: Deleted type cs_productionOperationShutdown.-->
341   <!--UNUSED: Deleted type cs_productionOperationThirdPartyProcessing.-->
342   <!--UNUSED: Deleted type cs_productionOperationWaterCleaningQuality.-->
343   <!--UNUSED: Deleted type cs_productionOperationWeather.-->
344   <!--UNUSED: Deleted type cs_productVolumeAlert.-->
345   <!--UNUSED: Deleted type cs_productVolumeBusinessUnit.-->
346   <!--UNUSED: Deleted type cs_productVolumeBusinessSubUnit.-->
347   <!--UNUSED: Deleted type cs_productVolumeBusinessOwnershipShare.-->
348   <!--UNUSED: Deleted type cs_productVolumeBusinessAccountInfo.-->
349   <!--UNUSED: Deleted type BusinessUnitKind.-->
350   <!--UNUSED: Deleted type cs_productVolumeComponentContent.-->
351   <!--UNUSED: Deleted type cs_productVolumeFacility.-->
352   <!--UNUSED: Deleted type cs_productVolumeFlow.-->
353   <!--UNUSED: Deleted type cs_productVolumeParameterSet.-->
354   <!--UNUSED: Deleted type cs_productVolumeParameterValue.-->
355   <!--UNUSED: Deleted type cs_productVolumePeriod.-->
356   <xsd:complexType name="cs_productVolumePortDifference">
357      <xsd:annotation>
358         <xsd:documentation>Product Volume Port Differential characteristics.</xsd:documentation>
359      </xsd:annotation>
360      <xsd:sequence>
361         <xsd:element name="port" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
362            <xsd:annotation>
363               <xsd:documentation>A port on the other end of an internal connection. This should always be specified if a Product Flow Network is being referenced by this report.
364               If this is not specified then there is an assumption that there is only one other port for the unit. For example, if this end of the connection represents an inlet
365               port then the implied other end is the outlet port for the unit.</xsd:documentation>
366            </xsd:annotation>
367         </xsd:element>
368         <xsd:element name="presDiff" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
369            <xsd:annotation>
370               <xsd:documentation>The differential pressure between the ports.</xsd:documentation>
371            </xsd:annotation>
372         </xsd:element>
373         <xsd:element name="tempDiff" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
374            <xsd:annotation>
375               <xsd:documentation>The differential temperature between the ports.</xsd:documentation>
376            </xsd:annotation>
377         </xsd:element>
378         <xsd:element name="chokeSize" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
379            <xsd:annotation>
380               <xsd:documentation>The size of the choke. This characterizes the overall unit with respect to the flow restriction between the ports. The restriction might be
381               implemented using a valve or an actual choke.</xsd:documentation>
382            </xsd:annotation>
383         </xsd:element>
384         <xsd:element name="chokeRelative" type="witsml:lengthPerLengthMeasure" minOccurs="0" maxOccurs="1">
385            <xsd:annotation>
386               <xsd:documentation>The relative size of the choke restriction. This characterizes the overall unit with respect to the flow restriction between the ports. The
387               restriction might be implemented using a valve or an actual choke.</xsd:documentation>
388            </xsd:annotation>
389         </xsd:element>
390      </xsd:sequence>
391      <xsd:attributeGroup ref="witsml:attgrp_uid">
392         <xsd:annotation>
393            <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
394         </xsd:annotation>
395      </xsd:attributeGroup>
396   </xsd:complexType>
397   <!--UNUSED: Deleted type cs_productVolumeProduct.-->
398   <!--UNUSED: Deleted type cs_productVolumeRelatedFacility.-->
399   <!--UNUSED: Deleted type cs_productVolumeSalesSet.-->
400   <!--UNUSED: Deleted type cs_productVolumeSalesDetail.-->
401   <!--UNUSED: Deleted type cs_productVolumeDestination.-->
402   <!--UNUSED: Deleted type cs_productVolumeSaleEvent.-->
403   <!--UNUSED: Deleted type SaleEventKind.-->
404   <!--UNUSED: Deleted type SalesFlowPart.-->
405   <!--UNUSED: Deleted type SaleDestinationType.-->
406   <!--UNUSED: Deleted type cs_refProductFlow.-->
407   <!--UNUSED: Deleted type cs_refWellWellbore.-->
408   <!--UNUSED: Deleted type cs_refWellWellboreRig.-->
409   <!--UNUSED: Deleted type cs_relativeCoordinate.-->
410   <xsd:complexType name="cs_volumeValue">
411      <xsd:annotation>
412         <xsd:documentation>A possibly temperature and pressure corrected volume value.</xsd:documentation>
413      </xsd:annotation>
414      <xsd:sequence>
415         <xsd:element name="volume" type="witsml:volumeQualifiedMeasure" minOccurs="1" maxOccurs="1">
416            <xsd:annotation>
417               <xsd:documentation>The volume of the product. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to be good with no
418               restrictions. A value of "NaN" should be interpreted as null and should be not be given unless a status is also specified to explain why it is
419               null.</xsd:documentation>
420            </xsd:annotation>
421         </xsd:element>
422         <xsd:element name="grossCalorificValue" type="witsml:modulusOfCompressionMeasure" minOccurs="0" maxOccurs="1">
423            <xsd:annotation>
424               <xsd:documentation>The amount of heat which would be released by the complete combustion in air of the above volume of product.</xsd:documentation>
425            </xsd:annotation>
426         </xsd:element>
427         <xsd:element name="temp" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
428            <xsd:annotation>
429               <xsd:documentation>The temperature to which the volume has been corrected. If not given then the ambient temperature is assumed. If given, then a pressure should
430               also be given. Common standard temperatures are: 0 degC, 15 degC, 60 degF.</xsd:documentation>
431            </xsd:annotation>
432         </xsd:element>
433         <xsd:element name="pres" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
434            <xsd:annotation>
435               <xsd:documentation>The pressure to which the volume has been corrected. If not given then the ambient pressure is assumed. If given, then a temperature should also
436               be given. Common standard pressures are: 1 atm and 14.696 psi (which are equivalent).</xsd:documentation>
437            </xsd:annotation>
438         </xsd:element>
439      </xsd:sequence>
440   </xsd:complexType>
441   <!--UNUSED: Deleted type cs_wellContext.-->
442   <!--UNUSED: Deleted type cs_wellDatum.-->
443   <!--UNUSED: Deleted type cs_wellTestBottomholeData.-->
444   <!--UNUSED: Deleted type cs_wellTestCumulative.-->
445   <!--UNUSED: Deleted type cs_wellTestFluidLevelTest.-->
446   <!--UNUSED: Deleted type cs_wellTestFluidRate.-->
447   <!--UNUSED: Deleted type cs_wellTestInjectionTestData.-->
448   <!--UNUSED: Deleted type cs_wellTestInjectionTestResults.-->
449   <!--UNUSED: Deleted type cs_wellTestInterval.-->
450   <!--UNUSED: Deleted type cs_wellTestPointData.-->
451   <!--UNUSED: Deleted type cs_wellTestProductionTestData.-->
452   <!--UNUSED: Deleted type cs_wellTestProductionTestResults.-->
453   <!--UNUSED: Deleted type cs_wellTestSeparatorData.-->
454   <!--UNUSED: Deleted type cs_wellTestTestVolume.-->
455   <!--UNUSED: Deleted type cs_wellTestWellheadData.-->
456   <!--UNUSED: Deleted type grp_commonPropertiesProductVolume.-->
457   <!--UNUSED: Deleted type grp_dtsInstalledSystem.-->
458   <!--UNUSED: Deleted type grp_dtsMeasurement.-->
459   <xsd:group name="grp_fluidAnalysis">
460      <xsd:sequence>
461         <xsd:choice>
462            <xsd:element name="userAnalysisKind" type="witsml:FluidAnalysisKind" minOccurs="1" maxOccurs="1">
463               <xsd:annotation>
464                  <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
465               </xsd:annotation>
466            </xsd:element>
467            <xsd:element name="laboratorybAnalysisKind" type="witsml:kindString" minOccurs="1" maxOccurs="1">
468               <xsd:annotation>
469                  <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
470               </xsd:annotation>
471            </xsd:element>
472         </xsd:choice>
473         <xsd:element name="analysisdDate" type="witsml:date" minOccurs="0" maxOccurs="1">
474            <xsd:annotation>
475               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
476            </xsd:annotation>
477         </xsd:element>
478         <xsd:element name="applicationName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
479            <xsd:annotation>
480               <xsd:documentation>The name of the application that was run by the user.</xsd:documentation>
481            </xsd:annotation>
482         </xsd:element>
483         <xsd:element name="applicationVersion" type="witsml:nameString" minOccurs="0" maxOccurs="1">
484            <xsd:annotation>
485               <xsd:documentation>The version of the application that was run by the user.</xsd:documentation>
486            </xsd:annotation>
487         </xsd:element>
488         <xsd:element name="analysisCompany" type="witsml:nameString" minOccurs="0" maxOccurs="1">
489            <xsd:annotation>
490               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
491            </xsd:annotation>
492         </xsd:element>
493         <xsd:element name="personName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
494            <xsd:annotation>
495               <xsd:documentation>The name of the analyst or user who is responsible for the results.</xsd:documentation>
496            </xsd:annotation>
497         </xsd:element>
498         <xsd:element name="reportIdentifier" type="witsml:nameString" minOccurs="0" maxOccurs="1">
499            <xsd:annotation>
500               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
501            </xsd:annotation>
502         </xsd:element>
503         <xsd:element name="reportDate" type="witsml:date" minOccurs="0" maxOccurs="1">
504            <xsd:annotation>
505               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
506            </xsd:annotation>
507         </xsd:element>
508         <xsd:element name="reportLocation" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">
509            <xsd:annotation>
510               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
511            </xsd:annotation>
512         </xsd:element>
513      </xsd:sequence>
514   </xsd:group>
515   <!--UNUSED: Deleted type grp_fluidAnalysisResult.-->
516   <!--UNUSED: Deleted type grp_fluidResultCommonTestGroup.-->
517   <!--UNUSED: Deleted type grp_fluidSample.-->
518   <!--UNUSED: Deleted type grp_productFlowModel.-->
519   <!--UNUSED: Deleted type grp_productionOperation.-->
520   <!--UNUSED: Deleted type grp_productVolume.-->
521   <!--UNUSED: Deleted type grp_wellTest.-->
522   <xsd:element name="fluidAnalysiss" type="witsml:obj_fluidAnalysiss">
523      <xsd:annotation>
524         <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
525         singular name.</xsd:documentation>
526      </xsd:annotation>
527   </xsd:element>
528   <xsd:complexType name="obj_fluidAnalysiss">
529      <xsd:sequence>
530         <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">
531            <xsd:annotation>
532               <xsd:documentation>Information about the XML message instance.</xsd:documentation>
533            </xsd:annotation>
534         </xsd:element>
535         <xsd:element name="fluidAnalysis" type="witsml:obj_fluidAnalysis" minOccurs="0" maxOccurs="unbounded">
536            <xsd:annotation>
537               <xsd:documentation>Information about a single Fluid Analysis.</xsd:documentation>
538            </xsd:annotation>
539         </xsd:element>
540      </xsd:sequence>
541      <xsd:attribute name="version" type="witsml:schemaVersionString" use="required">
542         <xsd:annotation>
543            <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
544            by the documenti nstance.</xsd:documentation>
545         </xsd:annotation>
546      </xsd:attribute>
547   </xsd:complexType>
548   <xsd:complexType name="obj_fluidAnalysis">
549      <xsd:complexContent>
550         <xsd:extension base="witsml:abstractSingularDataObject">
551            <xsd:sequence>
552               <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
553                  <xsd:annotation>
554                     <xsd:documentation>The name of the Fluid Analysis.</xsd:documentation>
555                  </xsd:annotation>
556               </xsd:element>
557               <xsd:group ref="witsml:grp_fluidAnalysis">
558                  <xsd:annotation>
559                     <xsd:documentation>The non-contextual elements for general Fluid Analysis information.</xsd:documentation>
560                  </xsd:annotation>
561               </xsd:group>
562               <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
563                  <xsd:annotation>
564                     <xsd:documentation>A container element that contains elements that are common to all data objects.</xsd:documentation>
565                  </xsd:annotation>
566               </xsd:element>
567               <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
568                  <xsd:annotation>
569                     <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>
570                  </xsd:annotation>
571               </xsd:element>
572            </xsd:sequence>
573            <xsd:attributeGroup ref="witsml:attgrp_uid">
574               <xsd:annotation>
575                  <xsd:documentation>Unique identifier for the Fluid Analysis.</xsd:documentation>
576               </xsd:annotation>
577            </xsd:attributeGroup>
578         </xsd:extension>
579      </xsd:complexContent>
580   </xsd:complexType>
581   <!--UNUSED: Deleted type abstractBoolean.-->
582   <xsd:simpleType name="abstractDateTime">
583      <xsd:annotation>
584         <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
585         derived from this type rather than using xsd:dateTime.</xsd:documentation>
586      </xsd:annotation>
587      <xsd:restriction base="xsd:dateTime">
588         <xsd:pattern value=".+" />
589      </xsd:restriction>
590   </xsd:simpleType>
591   <xsd:simpleType name="abstractDate">
592      <xsd:annotation>
593         <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
594         from this type rather than using xsd:dateTime.</xsd:documentation>
595      </xsd:annotation>
596      <xsd:restriction base="xsd:date">
597         <xsd:pattern value=".+" />
598      </xsd:restriction>
599   </xsd:simpleType>
600   <!--UNUSED: Deleted type abstractYear.-->
601   <xsd:simpleType name="abstractDouble">
602      <xsd:annotation>
603         <xsd:documentation>This type disallows an "empty" double value. This type should not be used directly except to derive another type.</xsd:documentation>
604      </xsd:annotation>
605      <xsd:restriction base="xsd:double">
606         <xsd:pattern value=".+" />
607      </xsd:restriction>
608   </xsd:simpleType>
609   <!--UNUSED: Deleted type abstractShort.-->
610   <!--UNUSED: Deleted type abstractInt.-->
611   <xsd:simpleType name="abstractString">
612      <xsd:annotation>
613         <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.
614         This type should not be used directly except to derive another type.</xsd:documentation>
615      </xsd:annotation>
616      <xsd:restriction base="xsd:string">
617         <xsd:whiteSpace value="collapse">
618            <xsd:annotation>
619               <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
620               trailing spaces.</xsd:documentation>
621            </xsd:annotation>
622         </xsd:whiteSpace>
623         <xsd:minLength value="1">
624            <xsd:annotation>
625               <xsd:documentation>The empty string is not allowed. This constraint conbined with the whiteSpace collapse constraint means that a blank value is not
626               allowed.</xsd:documentation>
627            </xsd:annotation>
628         </xsd:minLength>
629      </xsd:restriction>
630   </xsd:simpleType>
631   <xsd:complexType name="abstractMeasure">
632      <xsd:annotation>
633         <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
634         subtypes. This type allows all quantities to be profiled to be a 'float' instead of a 'double'.</xsd:documentation>
635      </xsd:annotation>
636      <xsd:simpleContent>
637         <xsd:extension base="witsml:abstractDouble" />
638      </xsd:simpleContent>
639   </xsd:complexType>
640   <xsd:simpleType name="abstractMaximumLengthString">
641      <xsd:annotation>
642         <xsd:documentation>This defines the maximum acceptable length of a string that can be stored in a data base.</xsd:documentation>
643      </xsd:annotation>
644      <xsd:restriction base="witsml:abstractString">
645         <xsd:maxLength value="4000">
646            <xsd:annotation>
647               <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
648               VARCHAR2 in Oracle 8.</xsd:documentation>
649            </xsd:annotation>
650         </xsd:maxLength>
651      </xsd:restriction>
652   </xsd:simpleType>
653   <!--UNUSED: Deleted type abstractUncollapsedString.-->
654   <!--UNUSED: Deleted type abstractContextualObject.-->
655   <xsd:complexType name="abstractSingularDataObject">
656      <xsd:annotation>
657         <xsd:documentation>The intended abstract supertype of all singular data objects.</xsd:documentation>
658      </xsd:annotation>
659      <xsd:sequence />
660   </xsd:complexType>
661   <!--UNUSED: Deleted type abstractPositiveCount.-->
662   <xsd:simpleType name="abstractNameString">
663      <xsd:annotation>
664         <xsd:documentation>The intended abstract supertype of all user assigned human recognizable contextual name types. There should be no assumption that (interoperable)
665         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
666         by an enumeration.</xsd:documentation>
667      </xsd:annotation>
668      <xsd:restriction base="witsml:abstractString">
669         <xsd:maxLength value="64" />
670      </xsd:restriction>
671   </xsd:simpleType>
672   <xsd:simpleType name="abstractUidString">
673      <xsd:annotation>
674         <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
675         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
676         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>
677      </xsd:annotation>
678      <xsd:restriction base="witsml:abstractString">
679         <xsd:maxLength value="64" />
680         <xsd:pattern value="[^ ]*" />
681      </xsd:restriction>
682   </xsd:simpleType>
683   <xsd:simpleType name="abstractCommentString">
684      <xsd:annotation>
685         <xsd:documentation>The intended abstract supertype of all comments or remarks intended for human consumption. There should be no assumption that semantics can be
686         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
687         interoperable).</xsd:documentation>
688      </xsd:annotation>
689      <xsd:restriction base="witsml:abstractMaximumLengthString" />
690   </xsd:simpleType>
691   <xsd:simpleType name="abstractTypeEnum">
692      <xsd:annotation>
693         <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.
694         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
695         future date.</xsd:documentation>
696      </xsd:annotation>
697      <xsd:restriction base="witsml:abstractString">
698         <xsd:maxLength value="40" />
699      </xsd:restriction>
700   </xsd:simpleType>
701   <xsd:simpleType name="abstractUomEnum">
702      <xsd:annotation>
703         <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.
704         This type is abstract in the sense that it should not be used directly except to derive another type.</xsd:documentation>
705      </xsd:annotation>
706      <xsd:restriction base="witsml:abstractString">
707         <xsd:maxLength value="24" />
708      </xsd:restriction>
709   </xsd:simpleType>
710   <!--UNUSED: Deleted type abstractNonNegativeCount.-->
711   <!--UNUSED: Deleted type ActivityClassType.-->
712   <!--UNUSED: Deleted type ActivityCode.-->
713   <!--UNUSED: Deleted type AddressKindEnum.-->
714   <!--UNUSED: Deleted type AddressQualifier.-->
715   <!--UNUSED: Deleted type AziRef.-->
716   <!--UNUSED: Deleted type ArrayElementDataType.-->
717   <!--UNUSED: Deleted type BearingType.-->
718   <!--UNUSED: Deleted type BitDullCode.-->
719   <!--UNUSED: Deleted type BitReasonPulled.-->
720   <!--UNUSED: Deleted type BitType.-->
721   <!--UNUSED: Deleted type BhaStatus.-->
722   <!--UNUSED: Deleted type BladeShapeType.-->
723   <!--UNUSED: Deleted type BladeType.-->
724   <!--UNUSED: Deleted type BopType.-->
725   <!--UNUSED: Deleted type BoxPinConfig.-->
726   <!--UNUSED: Deleted type CalculationMethod.-->
727   <!--UNUSED: Deleted type CementJobType.-->
728   <!--UNUSED: Deleted type ConnectionPosition.-->
729   <!--UNUSED: Deleted type ContactPreference.-->
730   <!--UNUSED: Deleted type DeflectionMethod.-->
731   <!--UNUSED: Deleted type DerrickType.-->
732   <!--UNUSED: Deleted type DrawWorksType.-->
733   <!--UNUSED: Deleted type DriveType.-->
734   <!--UNUSED: Deleted type ElevCodeEnum.-->
735   <!--UNUSED: Deleted type Ellipsoid.-->
736   <xsd:simpleType name="EndpointQualifier">
737      <xsd:annotation>
738         <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
739         file.</xsd:documentation>
740      </xsd:annotation>
741      <xsd:restriction base="witsml:abstractTypeEnum">
742         <xsd:enumeration value="inclusive">
743            <xsd:annotation>
744               <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
745               considered to be within the range.</xsd:documentation>
746            </xsd:annotation>
747         </xsd:enumeration>
748         <xsd:enumeration value="exclusive">
749            <xsd:annotation>
750               <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
751               considered to be outside the range.</xsd:documentation>
752            </xsd:annotation>
753         </xsd:enumeration>
754         <xsd:enumeration value="extensive">
755            <xsd:annotation>
756               <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
757               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
758               endpoint. Basically, this concept is designed to support interpolation across an undefined point.</xsd:documentation>
759            </xsd:annotation>
760         </xsd:enumeration>
761         <xsd:enumeration value="overlap extensive">
762            <xsd:annotation>
763               <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
764               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
765               be used as the endpoint. This concept is designed to select ALL nodes whose index interval overlap with the query range.</xsd:documentation>
766            </xsd:annotation>
767         </xsd:enumeration>
768         <xsd:enumeration value="unknown">
769            <xsd:annotation>
770               <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
771               value. Use of this value may result in rejection in some situations.</xsd:documentation>
772            </xsd:annotation>
773         </xsd:enumeration>
774      </xsd:restriction>
775   </xsd:simpleType>
776   <!--UNUSED: Deleted type FacilityParameter.-->
777   <!--UNUSED: Deleted type FiberMode.-->
778   <!--UNUSED: Deleted type FlowQualifier.-->
779   <!--UNUSED: Deleted type FlowSubQualifier.-->
780   <!--UNUSED: Deleted type GasPeakType.-->
781   <!--UNUSED: Deleted type GeodeticDatum.-->
782   <!--UNUSED: Deleted type Hemispheres.-->
783   <!--UNUSED: Deleted type HoleCasingType.-->
784   <!--UNUSED: Deleted type HoleOpenerType.-->
785   <!--UNUSED: Deleted type InjectionFluid.-->
786   <!--UNUSED: Deleted type IntervalMethod.-->
787   <!--UNUSED: Deleted type IntervalType.-->
788   <xsd:simpleType name="ItemState">
789      <xsd:annotation>
790         <xsd:documentation>These values represent the state of a WITSML object.</xsd:documentation>
791      </xsd:annotation>
792      <xsd:restriction base="witsml:abstractTypeEnum">
793         <xsd:enumeration value="actual">
794            <xsd:annotation>
795               <xsd:documentation>Actual data measured or entered at the well site.</xsd:documentation>
796            </xsd:annotation>
797         </xsd:enumeration>
798         <xsd:enumeration value="model">
799            <xsd:annotation>
800               <xsd:documentation>Model data used for "what if" calculations.</xsd:documentation>
801            </xsd:annotation>
802         </xsd:enumeration>
803         <xsd:enumeration value="plan">
804            <xsd:annotation>
805               <xsd:documentation>A planned object. That is, one which is expected to be executed in the future.</xsd:documentation>
806            </xsd:annotation>
807         </xsd:enumeration>
808         <xsd:enumeration value="unknown">
809            <xsd:annotation>
810               <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
811               value. Use of this value may result in rejection in some situations.</xsd:documentation>
812            </xsd:annotation>
813         </xsd:enumeration>
814      </xsd:restriction>
815   </xsd:simpleType>
816   <!--UNUSED: Deleted type InstalledFiberPoint.-->
817   <!--UNUSED: Deleted type JarType.-->
818   <!--UNUSED: Deleted type JarAction.-->
819   <!--UNUSED: Deleted type LithologySource.-->
820   <!--UNUSED: Deleted type LithologyType.-->
821   <!--UNUSED: Deleted type LogDataType.-->
822   <!--UNUSED: Deleted type LogIndexDirection.-->
823   <!--UNUSED: Deleted type LogIndexType.-->
824   <!--UNUSED: Deleted type LogTraceOrigin.-->
825   <!--UNUSED: Deleted type LogTraceState.-->
826   <!--UNUSED: Deleted type MaterialType.-->
827   <!--UNUSED: Deleted type MeasureClass.-->
828   <!--UNUSED: Deleted type MeasurementType.-->
829   <!--UNUSED: Deleted type MessageProbability.-->
830   <!--UNUSED: Deleted type MessageSeverity.-->
831   <!--UNUSED: Deleted type MessageType.-->
832   <!--UNUSED: Deleted type MudLogParameterType.-->
833   <!--UNUSED: Deleted type NADTypes.-->
834   <!--UNUSED: Deleted type NameTagLocation.-->
835   <!--UNUSED: Deleted type NameTagNumberingScheme.-->
836   <!--UNUSED: Deleted type NameTagTechnology.-->
837   <!--UNUSED: Deleted type NozzleType.-->
838   <!--UNUSED: Deleted type OTDRReason.-->
839   <!--UNUSED: Deleted type PhoneType.-->
840   <!--UNUSED: Deleted type PitType.-->
841   <!--UNUSED: Deleted type ProductFlowPortType.-->
842   <!--UNUSED: Deleted type Projection.-->
843   <!--UNUSED: Deleted type ProjectionVariantsObliqueMercator.-->
844   <!--UNUSED: Deleted type PumpType.-->
845   <!--UNUSED: Deleted type PumpOpType.-->
846   <!--UNUSED: Deleted type QualifierType.-->
847   <!--UNUSED: Deleted type RealtimeData.-->
848   <!--UNUSED: Deleted type ReportingFacility.-->
849   <!--UNUSED: Deleted type ReportingFlow.-->
850   <!--UNUSED: Deleted type ReportingPeriod.-->
851   <!--UNUSED: Deleted type ReportingProduct.-->
852   <!--UNUSED: Deleted type ReportingProperty.-->
853   <!--UNUSED: Deleted type RigType.-->
854   <!--UNUSED: Deleted type RiskAffectedPersonnel.-->
855   <!--UNUSED: Deleted type RiskCategory.-->
856   <!--UNUSED: Deleted type RiskSubCategory.-->
857   <!--UNUSED: Deleted type RiskType.-->
858   <!--UNUSED: Deleted type ScrType.-->
859   <!--UNUSED: Deleted type ShowFluorescence.-->
860   <!--UNUSED: Deleted type ShowLevel.-->
861   <!--UNUSED: Deleted type ShowRating.-->
862   <!--UNUSED: Deleted type ShowSpeed.-->
863   <!--UNUSED: Deleted type StandardTempPress.-->
864   <!--UNUSED: Deleted type SupportCraft.-->
865   <!--UNUSED: Deleted type SurfEquipType.-->
866   <!--UNUSED: Deleted type TargetCategory.-->
867   <!--UNUSED: Deleted type TargetScope.-->
868   <!--UNUSED: Deleted type TargetSectionScope.-->
869   <!--UNUSED: Deleted type TestReason.-->
870   <!--UNUSED: Deleted type TrajStationStatus.-->
871   <!--UNUSED: Deleted type TrajStationType.-->
872   <!--UNUSED: Deleted type TubularAssembly.-->
873   <!--UNUSED: Deleted type TubularComponent.-->
874   <!--UNUSED: Deleted type TypeSurveyTool.-->
875   <xsd:simpleType name="ValueStatus">
876      <xsd:annotation>
877         <xsd:documentation>An indicator of the quality of a value. This is designed for a SCADA or OPC style of value stasus. The token in parentheses are OPC's status string for
878         the condition. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
879      </xsd:annotation>
880      <xsd:restriction base="witsml:abstractTypeEnum">
881         <xsd:enumeration value="bad calibration">
882            <xsd:annotation>
883               <xsd:documentation>The calibration status of the sensor is unknown. (Out of Calibration)</xsd:documentation>
884            </xsd:annotation>
885         </xsd:enumeration>
886         <xsd:enumeration value="range limit">
887            <xsd:annotation>
888               <xsd:documentation>The value is range limited, that is, at or near the end of range of the sensor. The value might be clamped. (Low Limited, High
889               Limited)</xsd:documentation>
890            </xsd:annotation>
891         </xsd:enumeration>
892         <xsd:enumeration value="questionable">
893            <xsd:annotation>
894               <xsd:documentation>The value is just plain questionable. (Sub-Normal, Non-specific)</xsd:documentation>
895            </xsd:annotation>
896         </xsd:enumeration>
897         <xsd:enumeration value="device failure">
898            <xsd:annotation>
899               <xsd:documentation>The unit to which the sensor is attached is not running. (Device Failure)</xsd:documentation>
900            </xsd:annotation>
901         </xsd:enumeration>
902         <xsd:enumeration value="sensor failure">
903            <xsd:annotation>
904               <xsd:documentation>The field sensor itself is not working due to hardware failure or misconfiguration. (Sensor Failure)</xsd:documentation>
905            </xsd:annotation>
906         </xsd:enumeration>
907         <xsd:enumeration value="comm failure">
908            <xsd:annotation>
909               <xsd:documentation>The communication to the field sensor is not working. That is, communcation cannot be established or maintained. (Comm
910               Failure)</xsd:documentation>
911            </xsd:annotation>
912         </xsd:enumeration>
913         <xsd:enumeration value="timeout">
914            <xsd:annotation>
915               <xsd:documentation>Communication to the field sensor has timed out, that is, a connection exists, but a request for a field sensor data value has failed. (Last
916               Known Value)</xsd:documentation>
917            </xsd:annotation>
918         </xsd:enumeration>
919         <xsd:enumeration value="unknown">
920            <xsd:annotation>
921               <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
922               value. Use of this value may result in rejection in some situations.</xsd:documentation>
923            </xsd:annotation>
924         </xsd:enumeration>
925      </xsd:restriction>
926   </xsd:simpleType>
927   <!--UNUSED: Deleted type WellDirection.-->
928   <!--UNUSED: Deleted type WellFluid.-->
929   <!--UNUSED: Deleted type WellboreShape.-->
930   <!--UNUSED: Deleted type WellboreType.-->
931   <!--UNUSED: Deleted type WellPurpose.-->
932   <!--UNUSED: Deleted type WellStatus.-->
933   <!--UNUSED: Deleted type CrewType.-->
934   <!--UNUSED: Deleted type OperationKind.-->
935   <!--UNUSED: Deleted type ReasonLost.-->
936   <!--UNUSED: Deleted type SafetyType.-->
937   <!--UNUSED: Deleted type VolumeReferenceKind.-->
938   <!--UNUSED: Deleted type DataQuality.-->
939   <xsd:simpleType name="FluidAnalysisKind">
940      <xsd:restriction base="witsml:abstractTypeEnum">
941         <xsd:enumeration value="qc" />
942         <xsd:enumeration value="calc" />
943         <xsd:enumeration value="bus" />
944         <xsd:enumeration value="unknown" />
945      </xsd:restriction>
946   </xsd:simpleType>
947   <!--UNUSED: Deleted type FluidComponent.-->
948   <!--UNUSED: Deleted type FluidSampleTestAcquisition.-->
949   <!--UNUSED: Deleted type FluidComponentKind.-->
950   <!--UNUSED: Deleted type FluidContaminant.-->
951   <!--UNUSED: Deleted type FluidSampleKind.-->
952   <!--UNUSED: Deleted type ReservoirFluidKind.-->
953   <!--UNUSED: Deleted type EosModelKind.-->
954   <!--UNUSED: Deleted type generalMeasureType.-->
955   <!--UNUSED: Deleted type temperatureSlopeMeasure.-->
956   <!--UNUSED: Deleted type typeOptionalClassString.-->
957   <xsd:complexType name="endpointQualifiedDateTime">
958      <xsd:annotation>
959         <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
960         endpoint attribute.</xsd:documentation>
961      </xsd:annotation>
962      <xsd:simpleContent>
963         <xsd:extension base="witsml:abstractDateTime">
964            <xsd:attribute name="endpoint" type="witsml:EndpointQualifier" use="optional">
965               <xsd:annotation>
966                  <xsd:documentation>The default is "inclusive".</xsd:documentation>
967               </xsd:annotation>
968            </xsd:attribute>
969         </xsd:extension>
970      </xsd:simpleContent>
971   </xsd:complexType>
972   <!--UNUSED: Deleted type endpointQualifiedDate.-->
973   <!--UNUSED: Deleted type emailQualifierStruct.-->
974   <!--UNUSED: Deleted type facilityIdentifierStruct.-->
975   <!--UNUSED: Deleted type phoneNumberStruct.-->
976   <!--UNUSED: Deleted type logicalBoolean.-->
977   <xsd:simpleType name="date">
978      <xsd:annotation>
979         <xsd:documentation>A julian date.</xsd:documentation>
980      </xsd:annotation>
981      <xsd:restriction base="witsml:abstractDate" />
982   </xsd:simpleType>
983   <!--UNUSED: Deleted type month.-->
984   <!--UNUSED: Deleted type year.-->
985   <xsd:simpleType name="timestamp">
986      <xsd:annotation>
987         <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
988         each date time value.</xsd:documentation>
989      </xsd:annotation>
990      <xsd:restriction base="witsml:abstractDateTime" />
991   </xsd:simpleType>
992   <!--UNUSED: Deleted type timeZone.-->
993   <!--UNUSED: Deleted type calendarYear.-->
994   <!--UNUSED: Deleted type yAxisAzimuth.-->
995   <!--UNUSED: Deleted type nonNegativeFraction.-->
996   <xsd:simpleType name="unitlessQuantity">
997      <xsd:annotation>
998         <xsd:documentation>A unitless quantity. This should not be confused with a dimensionless measure.</xsd:documentation>
999      </xsd:annotation>
1000      <xsd:restriction base="witsml:abstractDouble" />
1001   </xsd:simpleType>
1002   <!--UNUSED: Deleted type genericMeasure.-->
1003   <!--UNUSED: Deleted type indexCurve.-->
1004   <!--UNUSED: Deleted type ratioGenericMeasure.-->
1005   <!--UNUSED: Deleted type listOfString.-->
1006   <!--UNUSED: Deleted type listOfDouble.-->
1007   <xsd:complexType name="refNameString">
1008      <xsd:annotation>
1009         <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>
1010      </xsd:annotation>
1011      <xsd:simpleContent>
1012         <xsd:extension base="witsml:abstractNameString">
1013            <xsd:attribute name="uidRef" type="witsml:refString" use="optional">
1014               <xsd:annotation>
1015                  <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
1016                  of a WITSML server.</xsd:documentation>
1017               </xsd:annotation>
1018            </xsd:attribute>
1019         </xsd:extension>
1020      </xsd:simpleContent>
1021   </xsd:complexType>
1022   <!--UNUSED: Deleted type refObjectString.-->
1023   <!--UNUSED: Deleted type refPositiveCount.-->
1024   <!--UNUSED: Deleted type refWellDatum.-->
1025   <xsd:simpleType name="nameString">
1026      <xsd:annotation>
1027         <xsd:documentation>A user assigned human recognizable contextual name of something. There should be no assumption that (interoperable) semantic information will be
1028         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
1029         enumeration.</xsd:documentation>
1030      </xsd:annotation>
1031      <xsd:restriction base="witsml:abstractNameString" />
1032   </xsd:simpleType>
1033   <xsd:simpleType name="commentString">
1034      <xsd:annotation>
1035         <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.
1036         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>
1037      </xsd:annotation>
1038      <xsd:restriction base="witsml:abstractCommentString" />
1039   </xsd:simpleType>
1040   <xsd:simpleType name="descriptionString">
1041      <xsd:annotation>
1042         <xsd:documentation>A textual description of something.</xsd:documentation>
1043      </xsd:annotation>
1044      <xsd:restriction base="witsml:abstractString">
1045         <xsd:maxLength value="256" />
1046      </xsd:restriction>
1047   </xsd:simpleType>
1048   <!--UNUSED: Deleted type shortDescriptionString.-->
1049   <!--UNUSED: Deleted type encodedArrayString.-->
1050   <!--UNUSED: Deleted type encodedValueString.-->
1051   <xsd:simpleType name="kindString">
1052      <xsd:annotation>
1053         <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
1054         enumerated list.</xsd:documentation>
1055      </xsd:annotation>
1056      <xsd:restriction base="witsml:abstractTypeEnum" />
1057   </xsd:simpleType>
1058   <!--UNUSED: Deleted type uomString.-->
1059   <xsd:simpleType name="uidString">
1060      <xsd:annotation>
1061         <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
1062         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
1063         value unless enforced by the source of the document (e.g., a document server).</xsd:documentation>
1064      </xsd:annotation>
1065      <xsd:restriction base="witsml:abstractUidString" />
1066   </xsd:simpleType>
1067   <xsd:simpleType name="refString">
1068      <xsd:annotation>
1069         <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
1070         value of an attribute of type uidString.</xsd:documentation>
1071      </xsd:annotation>
1072      <xsd:restriction base="witsml:abstractUidString" />
1073   </xsd:simpleType>
1074   <xsd:simpleType name="schemaVersionString">
1075      <xsd:annotation>
1076         <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
1077         loader files.</xsd:documentation>
1078      </xsd:annotation>
1079      <xsd:restriction base="witsml:abstractString">
1080         <xsd:maxLength value="16" />
1081         <xsd:pattern value="1\.0\.0\.[1-9]?[0-9]\(PRODML\)" />
1082      </xsd:restriction>
1083   </xsd:simpleType>
1084   <xsd:complexType name="nameStruct">
1085      <xsd:annotation>
1086         <xsd:documentation>The name of something within a naming system.</xsd:documentation>
1087      </xsd:annotation>
1088      <xsd:simpleContent>
1089         <xsd:extension base="witsml:abstractNameString">
1090            <xsd:attribute name="namingSystem" type="witsml:nameString" use="optional">
1091               <xsd:annotation>
1092                  <xsd:documentation>The naming system within the name is (hopefully) unique.</xsd:documentation>
1093               </xsd:annotation>
1094            </xsd:attribute>
1095         </xsd:extension>
1096      </xsd:simpleContent>
1097   </xsd:complexType>
1098   <!--UNUSED: Deleted type wellKnownNameStruct.-->
1099   <!--UNUSED: Deleted type uncollapsedString.-->
1100   <!--UNUSED: Deleted type iadcBearingWearCode.-->
1101   <!--UNUSED: Deleted type geodeticZoneString.-->
1102   <!--UNUSED: Deleted type generalQualifiedMeasure.-->
1103   <!--UNUSED: Deleted type integerQualifiedCount.-->
1104   <!--UNUSED: Deleted type kindQualifiedString.-->
1105   <!--UNUSED: Deleted type areaQualifiedMeasure.-->
1106   <!--UNUSED: Deleted type areaPerAreaQualifiedMeasure.-->
1107   <!--UNUSED: Deleted type anglePerTimeQualifiedMeasure.-->
1108   <!--UNUSED: Deleted type lengthPerLengthQualifiedMeasure.-->
1109   <!--UNUSED: Deleted type pressureQualifiedMeasure.-->
1110   <!--UNUSED: Deleted type thermodynamicTemperatureQualifiedMeasure.-->
1111   <xsd:complexType name="volumeQualifiedMeasure">
1112      <xsd:annotation>
1113         <xsd:documentation>A volume flow rate which may have a quality status. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to be
1114         good with no restrictions.</xsd:documentation>
1115      </xsd:annotation>
1116      <xsd:simpleContent>
1117         <xsd:extension base="witsml:abstractMeasure">
1118            <xsd:attribute name="status" type="witsml:ValueStatus" use="optional">
1119               <xsd:annotation>
1120                  <xsd:documentation>An indicator of the quality of the value.</xsd:documentation>
1121               </xsd:annotation>
1122            </xsd:attribute>
1123            <xsd:attribute name="uom" type="witsml:volumeUom" use="required" />
1124         </xsd:extension>
1125      </xsd:simpleContent>
1126   </xsd:complexType>
1127   <xsd:complexType name="volumeFlowRateQualifiedMeasure">
1128      <xsd:annotation>
1129         <xsd:documentation>A volume flow rate which may have a quality status.. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to
1130         be good with no restrictions.</xsd:documentation>
1131      </xsd:annotation>
1132      <xsd:simpleContent>
1133         <xsd:extension base="witsml:abstractMeasure">
1134            <xsd:attribute name="status" type="witsml:ValueStatus" use="optional">
1135               <xsd:annotation>
1136                  <xsd:documentation>An indicator of the quality of the value.</xsd:documentation>
1137               </xsd:annotation>
1138            </xsd:attribute>
1139            <xsd:attribute name="uom" type="witsml:volumeFlowRateUom" use="required" />
1140         </xsd:extension>
1141      </xsd:simpleContent>
1142   </xsd:complexType>
1143   <!--UNUSED: Deleted type measuredDepthCoord.-->
1144   <!--UNUSED: Deleted type MeasuredDepthUom.-->
1145   <!--UNUSED: Deleted type wellVerticalDepthCoord.-->
1146   <!--UNUSED: Deleted type wellElevationCoord.-->
1147   <!--UNUSED: Deleted type WellVerticalCoordinateUom.-->
1148   <!--UNUSED: Deleted type nonNegativeCount.-->
1149   <!--UNUSED: Deleted type positiveCount.-->
1150   <!--UNUSED: Deleted type positiveBigCount.-->
1151   <!--UNUSED: Deleted type integerCount.-->
1152   <!--UNUSED: Deleted type beaufortScaleIntegerCode.-->
1153   <!--UNUSED: Deleted type pumpActionIntegerCode.-->
1154   <!--UNUSED: Deleted type iadcIntegerCode.-->
1155   <!--UNUSED: Deleted type levelIntegerCode.-->
1156   <!--UNUSED: Deleted type cost.-->
1157   <!--UNUSED: Deleted type indexedObject.-->
1158   <!--UNUSED: Deleted type str2.-->
1159   <!--UNUSED: Deleted type str16.-->
1160   <!--UNUSED: Deleted type str32.-->
1161   <!--UNUSED: Deleted type crewCount.-->
1162   <!--UNUSED: Deleted type lostVolumeAndReason.-->
1163   <!--UNUSED: Deleted type safetyCount.-->
1164   <!--UNUSED: Deleted type binaryInteractionCoefficient.-->
1165   <xsd:complexType name="massConcentrationMeasurePercent">
1166      <xsd:annotation>
1167         <xsd:documentation>A mass per mass measure that is constrained to a unit of percent.</xsd:documentation>
1168      </xsd:annotation>
1169      <xsd:simpleContent>
1170         <xsd:extension base="witsml:abstractMeasure">
1171            <xsd:attribute name="uom" type="witsml:PercentUom" use="required" />
1172         </xsd:extension>
1173      </xsd:simpleContent>
1174   </xsd:complexType>
1175   <xsd:complexType name="molarFractionMeasurePercent">
1176      <xsd:annotation>
1177         <xsd:documentation>The number of moles as a proportion of the total number of moles measure that is constrained to a unit of percent.</xsd:documentation>
1178      </xsd:annotation>
1179      <xsd:simpleContent>
1180         <xsd:extension base="witsml:abstractMeasure">
1181            <xsd:attribute name="uom" type="witsml:PercentUom" use="required" />
1182         </xsd:extension>
1183      </xsd:simpleContent>
1184   </xsd:complexType>
1185   <!--UNUSED: Deleted type volumePerVolumeMeasurePercent.-->
1186   <xsd:simpleType name="PercentUom">
1187      <xsd:restriction base="witsml:abstractUomEnum">
1188         <xsd:enumeration value="%" />
1189      </xsd:restriction>
1190   </xsd:simpleType>
1191   <!--UNUSED: Deleted type accelerationLinearMeasure.-->
1192   <xsd:complexType name="amountOfSubstanceMeasure">
1193      <xsd:simpleContent>
1194         <xsd:extension base="witsml:abstractMeasure">
1195            <xsd:attribute name="uom" type="witsml:amountOfSubstanceUom" use="required" />
1196         </xsd:extension>
1197      </xsd:simpleContent>
1198   </xsd:complexType>
1199   <!--UNUSED: Deleted type anglePerLengthMeasure.-->
1200   <!--UNUSED: Deleted type anglePerTimeMeasure.-->
1201   <!--UNUSED: Deleted type areaMeasure.-->
1202   <!--UNUSED: Deleted type areaPerAreaMeasure.-->
1203   <xsd:complexType name="densityMeasure">
1204      <xsd:simpleContent>
1205         <xsd:extension base="witsml:abstractMeasure">
1206            <xsd:attribute name="uom" type="witsml:densityUom" use="required" />
1207         </xsd:extension>
1208      </xsd:simpleContent>
1209   </xsd:complexType>
1210   <xsd:complexType name="dimensionlessMeasure">
1211      <xsd:simpleContent>
1212         <xsd:extension base="witsml:abstractMeasure">
1213            <xsd:attribute name="uom" type="witsml:dimensionlessUom" use="required" />
1214         </xsd:extension>
1215      </xsd:simpleContent>
1216   </xsd:complexType>
1217   <!--UNUSED: Deleted type dynamicViscosityMeasure.-->
1218   <!--UNUSED: Deleted type electricPotentialMeasure.-->
1219   <!--UNUSED: Deleted type energyPerAreaMeasure.-->
1220   <!--UNUSED: Deleted type equivalentPerMassMeasure.-->
1221   <!--UNUSED: Deleted type forceMeasure.-->
1222   <!--UNUSED: Deleted type forcePerVolumeMeasure.-->
1223   <!--UNUSED: Deleted type frequencyMeasure.-->
1224   <!--UNUSED: Deleted type illuminanceMeasure.-->
1225   <xsd:complexType name="lengthMeasure">
1226      <xsd:simpleContent>
1227         <xsd:extension base="witsml:abstractMeasure">
1228            <xsd:attribute name="uom" type="witsml:lengthUom" use="required" />
1229         </xsd:extension>
1230      </xsd:simpleContent>
1231   </xsd:complexType>
1232   <xsd:complexType name="lengthPerLengthMeasure">
1233      <xsd:simpleContent>
1234         <xsd:extension base="witsml:abstractMeasure">
1235            <xsd:attribute name="uom" type="witsml:lengthPerLengthUom" use="required" />
1236         </xsd:extension>
1237      </xsd:simpleContent>
1238   </xsd:complexType>
1239   <!--UNUSED: Deleted type magneticFieldStrengthMeasure.-->
1240   <xsd:complexType name="massConcentrationMeasure">
1241      <xsd:simpleContent>
1242         <xsd:extension base="witsml:abstractMeasure">
1243            <xsd:attribute name="uom" type="witsml:massConcentrationUom" use="required" />
1244         </xsd:extension>
1245      </xsd:simpleContent>
1246   </xsd:complexType>
1247   <xsd:complexType name="massFlowRateMeasure">
1248      <xsd:simpleContent>
1249         <xsd:extension base="witsml:abstractMeasure">
1250            <xsd:attribute name="uom" type="witsml:massFlowRateUom" use="required" />
1251         </xsd:extension>
1252      </xsd:simpleContent>
1253   </xsd:complexType>
1254   <xsd:complexType name="massMeasure">
1255      <xsd:simpleContent>
1256         <xsd:extension base="witsml:abstractMeasure">
1257            <xsd:attribute name="uom" type="witsml:massUom" use="required" />
1258         </xsd:extension>
1259      </xsd:simpleContent>
1260   </xsd:complexType>
1261   <!--UNUSED: Deleted type massPerLengthMeasure.-->
1262   <xsd:complexType name="modulusOfCompressionMeasure">
1263      <xsd:simpleContent>
1264         <xsd:extension base="witsml:abstractMeasure">
1265            <xsd:attribute name="uom" type="witsml:modulusOfCompressionUom" use="required" />
1266         </xsd:extension>
1267      </xsd:simpleContent>
1268   </xsd:complexType>
1269   <!--UNUSED: Deleted type momentOfForceMeasure.-->
1270   <!--UNUSED: Deleted type perLengthMeasure.-->
1271   <!--UNUSED: Deleted type planeAngleMeasure.-->
1272   <!--UNUSED: Deleted type powerMeasure.-->
1273   <xsd:complexType name="pressureMeasure">
1274      <xsd:simpleContent>
1275         <xsd:extension base="witsml:abstractMeasure">
1276            <xsd:attribute name="uom" type="witsml:pressureUom" use="required" />
1277         </xsd:extension>
1278      </xsd:simpleContent>
1279   </xsd:complexType>
1280   <!--UNUSED: Deleted type relativePowerMeasure.-->
1281   <!--UNUSED: Deleted type specificVolumeMeasure.-->
1282   <xsd:complexType name="thermodynamicTemperatureMeasure">
1283      <xsd:simpleContent>
1284         <xsd:extension base="witsml:abstractMeasure">
1285            <xsd:attribute name="uom" type="witsml:thermodynamicTemperatureUom" use="required" />
1286         </xsd:extension>
1287      </xsd:simpleContent>
1288   </xsd:complexType>
1289   <!--UNUSED: Deleted type timeMeasure.-->
1290   <!--UNUSED: Deleted type velocityMeasure.-->
1291   <!--UNUSED: Deleted type volumeMeasure.-->
1292   <!--UNUSED: Deleted type volumeFlowRateMeasure.-->
1293   <xsd:complexType name="volumePerVolumeMeasure">
1294      <xsd:simpleContent>
1295         <xsd:extension base="witsml:abstractMeasure">
1296            <xsd:attribute name="uom" type="witsml:volumePerVolumeUom" use="required" />
1297         </xsd:extension>
1298      </xsd:simpleContent>
1299   </xsd:complexType>
1300   <xsd:complexType name="workMeasure">
1301      <xsd:simpleContent>
1302         <xsd:extension base="witsml:abstractMeasure">
1303            <xsd:attribute name="uom" type="witsml:workUom" use="optional" />
1304         </xsd:extension>
1305      </xsd:simpleContent>
1306   </xsd:complexType>
1307   <!--UNUSED: Deleted type compressibilityMeasure.-->
1308   <!--UNUSED: Deleted type molarVolumeMeasure.-->
1309   <!--UNUSED: Deleted type standardVolumeMeasure.-->
1310   <!--UNUSED: Deleted type thermalConductivityMeasure.-->
1311   <!--UNUSED: Deleted type volumePerStandardVolumeMeasure.-->
1312   <!--UNUSED: Deleted type standardVolumePerStandardVolumeMeasure.-->
1313   <!--UNUSED: Deleted type standardVolumePerVolumeMeasure.-->
1314   <!--UNUSED: Deleted type accelerationLinearUom.-->
1315   <xsd:simpleType name="amountOfSubstanceUom">
1316      <xsd:restriction base="witsml:abstractUomEnum">
1317         <xsd:enumeration value="kmol" />
1318         <xsd:enumeration value="mmol" />
1319         <xsd:enumeration value="mol" />
1320         <xsd:enumeration value="mol" />
1321         <xsd:enumeration value="kmol" />
1322         <xsd:enumeration value="lbmole" />
1323         <xsd:enumeration value="umol" />
1324      </xsd:restriction>
1325   </xsd:simpleType>
1326   <!--UNUSED: Deleted type anglePerLengthUom.-->
1327   <!--UNUSED: Deleted type anglePerTimeUom.-->
1328   <!--UNUSED: Deleted type areaUom.-->
1329   <!--UNUSED: Deleted type areaPerAreaUom.-->
1330   <xsd:simpleType name="densityUom">
1331      <xsd:restriction base="witsml:abstractUomEnum">
1332         <xsd:enumeration value="kg/m3" />
1333         <xsd:enumeration value="10Mg/m3" />
1334         <xsd:enumeration value="dAPI" />
1335         <xsd:enumeration value="g/cm3" />
1336         <xsd:enumeration value="g/dm3" />
1337         <xsd:enumeration value="g/galUK" />
1338         <xsd:enumeration value="g/galUS" />
1339         <xsd:enumeration value="g/L" />
1340         <xsd:enumeration value="g/m3" />
1341         <xsd:enumeration value="grain/ft3" />
1342         <xsd:enumeration value="grain/galUS" />
1343         <xsd:enumeration value="grain/100ft3" />
1344         <xsd:enumeration value="kg/dm3" />
1345         <xsd:enumeration value="kg/L" />
1346         <xsd:enumeration value="Mg/m3" />
1347         <xsd:enumeration value="lbm/10bbl" />
1348         <xsd:enumeration value="lbm/bbl" />
1349         <xsd:enumeration value="lbm/ft3" />
1350         <xsd:enumeration value="lbm/galUK" />
1351         <xsd:enumeration value="lbm/1000galUK" />
1352         <xsd:enumeration value="lbm/galUS" />
1353         <xsd:enumeration value="lbm/1000galUS" />
1354         <xsd:enumeration value="lbm/in3" />
1355         <xsd:enumeration value="lbm/Mbbl" />
1356         <xsd:enumeration value="mg/dm3" />
1357         <xsd:enumeration value="mg/galUS" />
1358         <xsd:enumeration value="mg/L" />
1359         <xsd:enumeration value="mg/m3" />
1360         <xsd:enumeration value="ug/cm3" />
1361      </xsd:restriction>
1362   </xsd:simpleType>
1363   <xsd:simpleType name="dimensionlessUom">
1364      <xsd:restriction base="witsml:abstractUomEnum">
1365         <xsd:enumeration value="Euc" />
1366         <xsd:enumeration value="%" />
1367         <xsd:enumeration value="cEuc" />
1368         <xsd:enumeration value="mEuc" />
1369         <xsd:enumeration value="nEuc" />
1370         <xsd:enumeration value="uEuc" />
1371      </xsd:restriction>
1372   </xsd:simpleType>
1373   <!--UNUSED: Deleted type dynamicViscosityUom.-->
1374   <!--UNUSED: Deleted type electricPotentialUom.-->
1375   <!--UNUSED: Deleted type energyPerAreaUom.-->
1376   <!--UNUSED: Deleted type equivalentPerMassUom.-->
1377   <!--UNUSED: Deleted type forceUom.-->
1378   <!--UNUSED: Deleted type forcePerVolumeUom.-->
1379   <!--UNUSED: Deleted type frequencyUom.-->
1380   <!--UNUSED: Deleted type illuminanceUom.-->
1381   <xsd:simpleType name="lengthUom">
1382      <xsd:restriction base="witsml:abstractUomEnum">
1383         <xsd:enumeration value="m" />
1384         <xsd:enumeration value="angstrom" />
1385         <xsd:enumeration value="chBnA" />
1386         <xsd:enumeration value="chBnB" />
1387         <xsd:enumeration value="chCla" />
1388         <xsd:enumeration value="chSe" />
1389         <xsd:enumeration value="chUS" />
1390         <xsd:enumeration value="cm" />
1391         <xsd:enumeration value="dm" />
1392         <xsd:enumeration value="fathom" />
1393         <xsd:enumeration value="fm" />
1394         <xsd:enumeration value="ft" />
1395         <xsd:enumeration value="ftBnA" />
1396         <xsd:enumeration value="ftBnB" />
1397         <xsd:enumeration value="ftBr(65)" />
1398         <xsd:enumeration value="ftCla" />
1399         <xsd:enumeration value="ftGC" />
1400         <xsd:enumeration value="ftInd" />
1401         <xsd:enumeration value="ftInd(37)" />
1402         <xsd:enumeration value="ftInd(62)" />
1403         <xsd:enumeration value="ftInd(75)" />
1404         <xsd:enumeration value="ftMA" />
1405         <xsd:enumeration value="ftSe" />
1406         <xsd:enumeration value="ftUS" />
1407         <xsd:enumeration value="in" />
1408         <xsd:enumeration value="in/10" />
1409         <xsd:enumeration value="in/16" />
1410         <xsd:enumeration value="in/32" />
1411         <xsd:enumeration value="in/64" />
1412         <xsd:enumeration value="inUS" />
1413         <xsd:enumeration value="km" />
1414         <xsd:enumeration value="lkBnA" />
1415         <xsd:enumeration value="lkBnB" />
1416         <xsd:enumeration value="lkCla" />
1417         <xsd:enumeration value="lkSe" />
1418         <xsd:enumeration value="lkUS" />
1419         <xsd:enumeration value="mGer" />
1420         <xsd:enumeration value="mi" />
1421         <xsd:enumeration value="mil" />
1422         <xsd:enumeration value="miUS" />
1423         <xsd:enumeration value="mm" />
1424         <xsd:enumeration value="Mm" />
1425         <xsd:enumeration value="nautmi" />
1426         <xsd:enumeration value="nm" />
1427         <xsd:enumeration value="pm" />
1428         <xsd:enumeration value="um" />
1429         <xsd:enumeration value="yd" />
1430         <xsd:enumeration value="ydBnA" />
1431         <xsd:enumeration value="ydBnB" />
1432         <xsd:enumeration value="ydCla" />
1433         <xsd:enumeration value="ydIm" />
1434         <xsd:enumeration value="ydInd" />
1435         <xsd:enumeration value="ydInd(37)" />
1436         <xsd:enumeration value="ydInd(62)" />
1437         <xsd:enumeration value="ydInd(75)" />
1438         <xsd:enumeration value="ydSe" />
1439      </xsd:restriction>
1440   </xsd:simpleType>
1441   <xsd:simpleType name="lengthPerLengthUom">
1442      <xsd:restriction base="witsml:abstractUomEnum">
1443         <xsd:enumeration value="%" />
1444         <xsd:enumeration value="ft/100ft" />
1445         <xsd:enumeration value="ft/ft" />
1446         <xsd:enumeration value="ft/in" />
1447         <xsd:enumeration value="ft/m" />
1448         <xsd:enumeration value="ft/mi" />
1449         <xsd:enumeration value="km/cm" />
1450         <xsd:enumeration value="m/30m" />
1451         <xsd:enumeration value="m/cm" />
1452         <xsd:enumeration value="m/km" />
1453         <xsd:enumeration value="m/m" />
1454         <xsd:enumeration value="mi/in" />
1455      </xsd:restriction>
1456   </xsd:simpleType>
1457   <!--UNUSED: Deleted type magneticFieldStrengthUom.-->
1458   <xsd:simpleType name="massConcentrationUom">
1459      <xsd:restriction base="witsml:abstractUomEnum">
1460         <xsd:enumeration value="Euc" />
1461         <xsd:enumeration value="%" />
1462         <xsd:enumeration value="g/kg" />
1463         <xsd:enumeration value="kg/kg" />
1464         <xsd:enumeration value="kg/sack94" />
1465         <xsd:enumeration value="mg/kg" />
1466         <xsd:enumeration value="permil" />
1467         <xsd:enumeration value="ppdk" />
1468         <xsd:enumeration value="ppk" />
1469         <xsd:enumeration value="ppm" />
1470      </xsd:restriction>
1471   </xsd:simpleType>
1472   <xsd:simpleType name="massFlowRateUom">
1473      <xsd:restriction base="witsml:abstractUomEnum">
1474         <xsd:enumeration value="Mg/a" />
1475         <xsd:enumeration value="Mg/d" />
1476         <xsd:enumeration value="Mg/h" />
1477         <xsd:enumeration value="Mlbm/yr" />
1478         <xsd:enumeration value="g/s" />
1479         <xsd:enumeration value="kg/d" />
1480         <xsd:enumeration value="kg/h" />
1481         <xsd:enumeration value="kg/min" />
1482         <xsd:enumeration value="kg/s" />
1483         <xsd:enumeration value="lbm/d" />
1484         <xsd:enumeration value="lbm/h" />
1485         <xsd:enumeration value="lbm/min" />
1486         <xsd:enumeration value="lbm/s" />
1487         <xsd:enumeration value="t/a" />
1488         <xsd:enumeration value="t/d" />
1489         <xsd:enumeration value="t/h" />
1490         <xsd:enumeration value="t/min" />
1491         <xsd:enumeration value="tonUK/a" />
1492         <xsd:enumeration value="tonUK/d" />
1493         <xsd:enumeration value="tonUK/h" />
1494         <xsd:enumeration value="tonUK/min" />
1495         <xsd:enumeration value="tonUS/a" />
1496         <xsd:enumeration value="tonUS/d" />
1497         <xsd:enumeration value="tonUS/h" />
1498         <xsd:enumeration value="tonUS/min" />
1499      </xsd:restriction>
1500   </xsd:simpleType>
1501   <xsd:simpleType name="massUom">
1502      <xsd:restriction base="witsml:abstractUomEnum">
1503         <xsd:enumeration value="kg" />
1504         <xsd:enumeration value="ag" />
1505         <xsd:enumeration value="ct" />
1506         <xsd:enumeration value="cwtUK" />
1507         <xsd:enumeration value="cwtUS" />
1508         <xsd:enumeration value="g" />
1509         <xsd:enumeration value="grain" />
1510         <xsd:enumeration value="klbm" />
1511         <xsd:enumeration value="lbm" />
1512         <xsd:enumeration value="Mg" />
1513         <xsd:enumeration value="mg" />
1514         <xsd:enumeration value="oz(av)" />
1515         <xsd:enumeration value="oz(troy)" />
1516         <xsd:enumeration value="ozm" />
1517         <xsd:enumeration value="sack94" />
1518         <xsd:enumeration value="t" />
1519         <xsd:enumeration value="tonUK" />
1520         <xsd:enumeration value="tonUS" />
1521         <xsd:enumeration value="ug" />
1522      </xsd:restriction>
1523   </xsd:simpleType>
1524   <!--UNUSED: Deleted type massPerLengthUom.-->
1525   <xsd:simpleType name="modulusOfCompressionUom">
1526      <xsd:restriction base="witsml:abstractUomEnum">
1527         <xsd:enumeration value="J/m3" />
1528         <xsd:enumeration value="Btu/bbl" />
1529         <xsd:enumeration value="Btu/ft3" />
1530         <xsd:enumeration value="Btu/galUK" />
1531         <xsd:enumeration value="Btu/galUS" />
1532         <xsd:enumeration value="cal/cm3" />
1533         <xsd:enumeration value="cal/mL" />
1534         <xsd:enumeration value="cal/mm3" />
1535         <xsd:enumeration value="erg/cm3" />
1536         <xsd:enumeration value="erg/m3" />
1537         <xsd:enumeration value="ft.lbf/bbl" />
1538         <xsd:enumeration value="ft.lbf/galUS" />
1539         <xsd:enumeration value="hp.hr/bbl" />
1540         <xsd:enumeration value="J/dm3" />
1541         <xsd:enumeration value="kcal/cm3" />
1542         <xsd:enumeration value="kcal/m3" />
1543         <xsd:enumeration value="kJ/dm3" />
1544         <xsd:enumeration value="kJ/m3" />
1545         <xsd:enumeration value="kW.h/dm3" />
1546         <xsd:enumeration value="kW.h/m3" />
1547         <xsd:enumeration value="lbf.ft/bbl" />
1548         <xsd:enumeration value="MJ/m3" />
1549         <xsd:enumeration value="MW.h/m3" />
1550         <xsd:enumeration value="therm/ft3" />
1551         <xsd:enumeration value="therm/galUK" />
1552         <xsd:enumeration value="tonfUS.mi/bbl" />
1553      </xsd:restriction>
1554   </xsd:simpleType>
1555   <!--UNUSED: Deleted type momentOfForceUom.-->
1556   <!--UNUSED: Deleted type perLengthUom.-->
1557   <!--UNUSED: Deleted type planeAngleUom.-->
1558   <!--UNUSED: Deleted type powerUom.-->
1559   <xsd:simpleType name="pressureUom">
1560      <xsd:restriction base="witsml:abstractUomEnum">
1561         <xsd:enumeration value="Pa" />
1562         <xsd:enumeration value="at" />
1563         <xsd:enumeration value="atm" />
1564         <xsd:enumeration value="bar" />
1565         <xsd:enumeration value="cmH2O(4degC)" />
1566         <xsd:enumeration value="dyne/cm2" />
1567         <xsd:enumeration value="GPa" />
1568         <xsd:enumeration value="hbar" />
1569         <xsd:enumeration value="inH2O(39.2F)" />
1570         <xsd:enumeration value="inH2O(60F)" />
1571         <xsd:enumeration value="inHg(32F)" />
1572         <xsd:enumeration value="inHg(60F)" />
1573         <xsd:enumeration value="kgf/cm2" />
1574         <xsd:enumeration value="kgf/mm2" />
1575         <xsd:enumeration value="kN/m2" />
1576         <xsd:enumeration value="kPa" />
1577         <xsd:enumeration value="kpsi" />
1578         <xsd:enumeration value="lbf/ft2" />
1579         <xsd:enumeration value="lbf/100ft2" />
1580         <xsd:enumeration value="lbf/in2" />
1581         <xsd:enumeration value="mbar" />
1582         <xsd:enumeration value="mmHg(0C)" />
1583         <xsd:enumeration value="mPa" />
1584         <xsd:enumeration value="MPa" />
1585         <xsd:enumeration value="Mpsi" />
1586         <xsd:enumeration value="N/m2" />
1587         <xsd:enumeration value="N/mm2" />
1588         <xsd:enumeration value="Pa(g)" />
1589         <xsd:enumeration value="pPa" />
1590         <xsd:enumeration value="psi" />
1591         <xsd:enumeration value="psia" />
1592         <xsd:enumeration value="psig" />
1593         <xsd:enumeration value="tonfUS/ft2" />
1594         <xsd:enumeration value="tonfUS/in2" />
1595         <xsd:enumeration value="torr" />
1596         <xsd:enumeration value="ubar" />
1597         <xsd:enumeration value="umHg(0C)" />
1598         <xsd:enumeration value="uPa" />
1599         <xsd:enumeration value="upsi" />
1600      </xsd:restriction>
1601   </xsd:simpleType>
1602   <!--UNUSED: Deleted type relativePowerUom.-->
1603   <!--UNUSED: Deleted type specificVolumeUom.-->
1604   <xsd:simpleType name="thermodynamicTemperatureUom">
1605      <xsd:restriction base="witsml:abstractUomEnum">
1606         <xsd:enumeration value="K" />
1607         <xsd:enumeration value="degC" />
1608         <xsd:enumeration value="degF" />
1609         <xsd:enumeration value="degR" />
1610      </xsd:restriction>
1611   </xsd:simpleType>
1612   <!--UNUSED: Deleted type timeUom.-->
1613   <!--UNUSED: Deleted type velocityUom.-->
1614   <xsd:simpleType name="volumeUom">
1615      <xsd:restriction base="witsml:abstractUomEnum">
1616         <xsd:enumeration value="m3" />
1617         <xsd:enumeration value="acre.ft" />
1618         <xsd:enumeration value="bbl" />
1619         <xsd:enumeration value="bcf" />
1620         <xsd:enumeration value="cm3" />
1621         <xsd:enumeration value="dm3" />
1622         <xsd:enumeration value="flozUK" />
1623         <xsd:enumeration value="flozUS" />
1624         <xsd:enumeration value="ft3" />
1625         <xsd:enumeration value="galUK" />
1626         <xsd:enumeration value="galUS" />
1627         <xsd:enumeration value="ha.m" />
1628         <xsd:enumeration value="hL" />
1629         <xsd:enumeration value="in3" />
1630         <xsd:enumeration value="1000ft3" />
1631         <xsd:enumeration value="km3" />
1632         <xsd:enumeration value="L" />
1633         <xsd:enumeration value="Mbbl" />
1634         <xsd:enumeration value="Mcf" />
1635         <xsd:enumeration value="M(ft3)" />
1636         <xsd:enumeration value="mi3" />
1637         <xsd:enumeration value="mL" />
1638         <xsd:enumeration value="M(m3)" />
1639         <xsd:enumeration value="mm3" />
1640         <xsd:enumeration value="MMbbl" />
1641         <xsd:enumeration value="ptUK" />
1642         <xsd:enumeration value="ptUS" />
1643         <xsd:enumeration value="qtUK" />
1644         <xsd:enumeration value="qtUS" />
1645         <xsd:enumeration value="tcf" />
1646         <xsd:enumeration value="um2.m" />
1647         <xsd:enumeration value="yd3" />
1648      </xsd:restriction>
1649   </xsd:simpleType>
1650   <xsd:simpleType name="volumeFlowRateUom">
1651      <xsd:restriction base="witsml:abstractUomEnum">
1652         <xsd:enumeration value="m3/s" />
1653         <xsd:enumeration value="bbl/d" />
1654         <xsd:enumeration value="bbl/hr" />
1655         <xsd:enumeration value="bbl/min" />
1656         <xsd:enumeration value="cm3/30min" />
1657         <xsd:enumeration value="cm3/h" />
1658         <xsd:enumeration value="cm3/min" />
1659         <xsd:enumeration value="cm3/s" />
1660         <xsd:enumeration value="dm3/s" />
1661         <xsd:enumeration value="ft3/d" />
1662         <xsd:enumeration value="ft3/h" />
1663         <xsd:enumeration value="ft3/min" />
1664         <xsd:enumeration value="ft3/s" />
1665         <xsd:enumeration value="galUK/d" />
1666         <xsd:enumeration value="galUK/hr" />
1667         <xsd:enumeration value="galUK/min" />
1668         <xsd:enumeration value="galUS/d" />
1669         <xsd:enumeration value="galUS/hr" />
1670         <xsd:enumeration value="galUS/min" />
1671         <xsd:enumeration value="kbbl/d" />
1672         <xsd:enumeration value="1000ft3/d" />
1673         <xsd:enumeration value="1000m3/d" />
1674         <xsd:enumeration value="1000m3/h" />
1675         <xsd:enumeration value="L/h" />
1676         <xsd:enumeration value="L/min" />
1677         <xsd:enumeration value="L/s" />
1678         <xsd:enumeration value="m3/d" />
1679         <xsd:enumeration value="m3/h" />
1680         <xsd:enumeration value="m3/min" />
1681         <xsd:enumeration value="Mbbl/d" />
1682         <xsd:enumeration value="M(ft3)/d" />
1683         <xsd:enumeration value="M(m3)/d" />
1684      </xsd:restriction>
1685   </xsd:simpleType>
1686   <xsd:simpleType name="volumePerVolumeUom">
1687      <xsd:restriction base="witsml:abstractUomEnum">
1688         <xsd:enumeration value="Euc" />
1689         <xsd:enumeration value="%" />
1690         <xsd:enumeration value="permil" />
1691         <xsd:enumeration value="ppdk" />
1692         <xsd:enumeration value="ppk" />
1693         <xsd:enumeration value="ppm" />
1694         <xsd:enumeration value="bbl/acre.ft" />
1695         <xsd:enumeration value="bbl/bbl" />
1696         <xsd:enumeration value="bbl/ft3" />
1697         <xsd:enumeration value="bbl/100bbl" />
1698         <xsd:enumeration value="bbl/k(ft3)" />
1699         <xsd:enumeration value="bbl/M(ft3)" />
1700         <xsd:enumeration value="cm3/cm3" />
1701         <xsd:enumeration value="cm3/m3" />
1702         <xsd:enumeration value="dm3/m3" />
1703         <xsd:enumeration value="ft3/bbl" />
1704         <xsd:enumeration value="ft3/ft3" />
1705         <xsd:enumeration value="galUS/kgalUS" />
1706         <xsd:enumeration value="galUK/kgalUK" />
1707         <xsd:enumeration value="galUK/ft3" />
1708         <xsd:enumeration value="galUK/Mbbl" />
1709         <xsd:enumeration value="galUS/bbl" />
1710         <xsd:enumeration value="galUS/10bbl" />
1711         <xsd:enumeration value="galUS/ft3" />
1712         <xsd:enumeration value="galUS/Mbbl" />
1713         <xsd:enumeration value="1000ft3/bbl" />
1714         <xsd:enumeration value="ksm3/sm3" />
1715         <xsd:enumeration value="L/10bbl" />
1716         <xsd:enumeration value="L/m3" />
1717         <xsd:enumeration value="m3/ha.m" />
1718         <xsd:enumeration value="m3/m3" />
1719         <xsd:enumeration value="M(ft3)/acre.ft" />
1720         <xsd:enumeration value="mL/galUK" />
1721         <xsd:enumeration value="mL/galUS" />
1722         <xsd:enumeration value="mL/mL" />
1723         <xsd:enumeration value="MMbbl/acre.ft" />
1724         <xsd:enumeration value="MMscf60/stb60" />
1725         <xsd:enumeration value="Mscf60/stb60" />
1726         <xsd:enumeration value="ptUK/Mbbl" />
1727         <xsd:enumeration value="ptUS/10bbl" />
1728         <xsd:enumeration value="pu" />
1729         <xsd:enumeration value="scm15/stb60" />
1730         <xsd:enumeration value="sm3/ksm3" />
1731         <xsd:enumeration value="sm3/sm3" />
1732         <xsd:enumeration value="stb60/MMscf60" />
1733         <xsd:enumeration value="stb60/MMscm15" />
1734         <xsd:enumeration value="stb60/Mscf60" />
1735         <xsd:enumeration value="stb60/Mscm15" />
1736         <xsd:enumeration value="stb60/scm15" />
1737      </xsd:restriction>
1738   </xsd:simpleType>
1739   <xsd:simpleType name="workUom">
1740      <xsd:restriction base="witsml:abstractUomEnum">
1741         <xsd:enumeration value="J" />
1742         <xsd:enumeration value="aJ" />
1743         <xsd:enumeration value="Btu" />
1744         <xsd:enumeration value="cal" />
1745         <xsd:enumeration value="ch.h" />
1746         <xsd:enumeration value="Chu" />
1747         <xsd:enumeration value="CV.h" />
1748         <xsd:enumeration value="EJ" />
1749         <xsd:enumeration value="erg" />
1750         <xsd:enumeration value="eV" />
1751         <xsd:enumeration value="GeV" />
1752         <xsd:enumeration value="GJ" />
1753         <xsd:enumeration value="GW.h" />
1754         <xsd:enumeration value="hp.hr" />
1755         <xsd:enumeration value="kcal" />
1756         <xsd:enumeration value="keV" />
1757         <xsd:enumeration value="kJ" />
1758         <xsd:enumeration value="kW.h" />
1759         <xsd:enumeration value="MeV" />
1760         <xsd:enumeration value="mJ" />
1761         <xsd:enumeration value="MJ" />
1762         <xsd:enumeration value="MW.h" />
1763         <xsd:enumeration value="nJ" />
1764         <xsd:enumeration value="quad" />
1765         <xsd:enumeration value="TeV" />
1766         <xsd:enumeration value="therm" />
1767         <xsd:enumeration value="TJ" />
1768         <xsd:enumeration value="TW.h" />
1769         <xsd:enumeration value="uJ" />
1770      </xsd:restriction>
1771   </xsd:simpleType>
1772   <!--UNUSED: Deleted type compressibilityUom.-->
1773   <!--UNUSED: Deleted type molarVolumeUom.-->
1774   <!--UNUSED: Deleted type thermalConductivityUom.-->
1775</xsd:schema>
Note: See TracBrowser for help on using the browser.