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

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

Added project files for monthly production version 1.0

RevLine 
[17]1<?xml version="1.0" encoding="utf-8"?>
2<xsd:schema
3        elementFormDefault="qualified"
4        attributeFormDefault="unqualified"
5        targetNamespace="http://www.witsml.org/schemas/131"
6        xmlns:witsml="http://www.witsml.org/schemas/131"
7        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
8        version="1.3.1">
9   <!--                                                                                -->
10   <!-- Energistics License Agreement                                                  -->
11   <!-- This file is distributed under the Energistics License Agreement at            -->
12   <!-- http://www.posc.org/about/license.shtml.                                       -->
13   <!-- Use of this file constitutes agreement with the Energistics License Agreement. -->
14   <!--                                                                                -->
15   <xsd:attributeGroup name="attgrp_uid">
16      <xsd:attribute name="uid" type="witsml:uidString" use="optional">
17         <xsd:annotation>
18            <xsd:documentation>The unique identifier of a container element. This attribute is generally required within the context of a WITSML server. There should be no
19            assumption as to the semantic content of this attribute. This should only be used with recurring container types (i.e., maxOccurs greater than one). The value is only
20            required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
21         </xsd:annotation>
22      </xsd:attribute>
23   </xsd:attributeGroup>
24   <!--UNUSED: Deleted type cs_businessAssociate.-->
25   <xsd:complexType name="cs_commonData">
26      <xsd:annotation>
27         <xsd:documentation>WITSML - Common Data Component Schema</xsd:documentation>
28      </xsd:annotation>
29      <xsd:sequence>
30         <xsd:element name="sourceName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
31            <xsd:annotation>
32               <xsd:documentation>An identifier to indicate the data originator. This identifies the server that originally created the object and thus most of the uids in the
33               object (but not necessarily the uids of the parents). This is typically a url.</xsd:documentation>
34            </xsd:annotation>
35         </xsd:element>
36         <xsd:element name="dTimCreation" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
37            <xsd:annotation>
38               <xsd:documentation>When the data was created at the persistent data store.</xsd:documentation>
39            </xsd:annotation>
40         </xsd:element>
41         <xsd:element name="dTimLastChange" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
42            <xsd:annotation>
43               <xsd:documentation>Last change of any element of the data at the persistent data store. The change time is not updated for a growing object while it is
44               growing.</xsd:documentation>
45            </xsd:annotation>
46         </xsd:element>
47         <xsd:element name="itemState" type="witsml:ItemState" minOccurs="0" maxOccurs="1">
48            <xsd:annotation>
49               <xsd:documentation>The item state for the data object.</xsd:documentation>
50            </xsd:annotation>
51         </xsd:element>
52         <xsd:element name="comments" type="witsml:commentString" minOccurs="0" maxOccurs="1">
53            <xsd:annotation>
54               <xsd:documentation>Comments and remarks.</xsd:documentation>
55            </xsd:annotation>
56         </xsd:element>
57      </xsd:sequence>
58   </xsd:complexType>
59   <!--UNUSED: Deleted type cs_connectedNode.-->
60   <!--UNUSED: Deleted type cs_curveData.-->
61   <!--UNUSED: Deleted type cs_curveDefinition.-->
62   <xsd:complexType name="cs_customData">
63      <xsd:annotation>
64         <xsd:documentation>WITSML - Custom or User Defined Element and Attributes Component Schema. Specify custom element, attributes, and types in the custom data
65         area.</xsd:documentation>
66      </xsd:annotation>
67      <xsd:sequence>
68         <xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded">
69            <xsd:annotation>
70               <xsd:documentation>Any element or attribute in any namespace. It is strongly recommended that all custom data definitions be added to a unique
71               namespace.</xsd:documentation>
72            </xsd:annotation>
73         </xsd:any>
74      </xsd:sequence>
75   </xsd:complexType>
76   <!--UNUSED: Deleted type cs_datedComment.-->
77   <!--UNUSED: Deleted type cs_densityValue.-->
78   <xsd:complexType name="cs_documentInfo">
79      <xsd:annotation>
80         <xsd:documentation>A schema to capture a set of data that is relevant for many exchange documents. It includes information about the file that was created, and high-level
81         information about the data that is being exchanged within the file.</xsd:documentation>
82      </xsd:annotation>
83      <xsd:sequence>
84         <xsd:element name="DocumentName" type="witsml:nameStruct" minOccurs="0" maxOccurs="1">
85            <xsd:annotation>
86               <xsd:documentation>An identifier for the document. This is intended to be unique within the context of the NamingSystem.</xsd:documentation>
87               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
88            </xsd:annotation>
89         </xsd:element>
90         <xsd:element name="DocumentAlias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
91            <xsd:annotation>
92               <xsd:documentation>Zero or more alternate names for the document. These names do not need to be unique within the naming system.</xsd:documentation>
93            </xsd:annotation>
94         </xsd:element>
95         <xsd:element name="DocumentDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
96            <xsd:annotation>
97               <xsd:documentation>The date of the creation of the document. This is not the same as the date that the file was created. For this date, the document is considered
98               to be the set of information associated with this document information. For example, the document may be a seismic binset. This represents the date that the binset
99               was created. The FileCreation information would capture the date that the XML file was created to send or exchange the binset.</xsd:documentation>
100            </xsd:annotation>
101         </xsd:element>
102         <xsd:element name="documentClass" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
103            <xsd:annotation>
104               <xsd:documentation>A document class. Examples of classes would be a metadata classification or a set of keywords.</xsd:documentation>
105            </xsd:annotation>
106         </xsd:element>
107         <xsd:element name="FileCreationInformation" type="witsml:fileCreationType" minOccurs="0" maxOccurs="1">
108            <xsd:annotation>
109               <xsd:documentation>The information about the creation of the exchange file. This is not about the creation of the data within the file, but the creation of the file
110               itself.</xsd:documentation>
111            </xsd:annotation>
112         </xsd:element>
113         <xsd:element name="SecurityInformation" type="witsml:securityInfoType" minOccurs="0" maxOccurs="5">
114            <xsd:annotation>
115               <xsd:documentation>Information about the security to be applied to this file. More than one classification can be given.</xsd:documentation>
116            </xsd:annotation>
117         </xsd:element>
118         <xsd:element name="Disclaimer" type="witsml:commentString" minOccurs="0" maxOccurs="1">
119            <xsd:annotation>
120               <xsd:documentation>A free-form string that allows a disclaimer to accompany the information.</xsd:documentation>
121            </xsd:annotation>
122         </xsd:element>
123         <xsd:element name="AuditTrail" type="witsml:auditType" minOccurs="0" maxOccurs="1">
124            <xsd:annotation>
125               <xsd:documentation>A collection of events that can document the history of the data.</xsd:documentation>
126            </xsd:annotation>
127         </xsd:element>
128         <xsd:element name="Owner" type="witsml:nameString" minOccurs="0" maxOccurs="1">
129            <xsd:annotation>
130               <xsd:documentation>The owner of the data.</xsd:documentation>
131            </xsd:annotation>
132         </xsd:element>
133         <xsd:element name="QueryParam" type="witsml:queryParam" minOccurs="0" maxOccurs="1">
134            <xsd:annotation>
135               <xsd:documentation>WITSML query parameters.</xsd:documentation>
136            </xsd:annotation>
137         </xsd:element>
138         <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
139            <xsd:annotation>
140               <xsd:documentation>An optional comment about the document.</xsd:documentation>
141            </xsd:annotation>
142         </xsd:element>
143      </xsd:sequence>
144   </xsd:complexType>
145   <xsd:complexType name="queryParam">
146      <xsd:annotation>
147         <xsd:documentation>A structure for WITSML query parameters. The intent is to allow a query for all objects within an index range (whether or not the object is growing).
148         These would typically be something like a daily report.</xsd:documentation>
149      </xsd:annotation>
150      <xsd:sequence>
151         <xsd:element name="dTimMin" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
152            <xsd:annotation>
153               <xsd:documentation>The minimum start time for an object. This only applies to objects with a root level date and/or dateTime element(s). The objects may or not be
154               growing objects but the See the API specification for behavior related to this query parameter.</xsd:documentation>
155            </xsd:annotation>
156         </xsd:element>
157         <xsd:element name="dTimMax" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
158            <xsd:annotation>
159               <xsd:documentation>The maximum start time for an object. This only applies to objects with a root level date and/or dateTime element(s). See the API specification
160               for behavior related to this query parameter.</xsd:documentation>
161            </xsd:annotation>
162         </xsd:element>
163      </xsd:sequence>
164   </xsd:complexType>
165   <xsd:complexType name="fileCreationType">
166      <xsd:annotation>
167         <xsd:documentation>A block of information about the creation of the XML file. This is different than the creation of the data that is included within the
168         file.</xsd:documentation>
169      </xsd:annotation>
170      <xsd:sequence>
171         <xsd:element name="FileCreationDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
172            <xsd:annotation>
173               <xsd:documentation>The date and time that the file was created.</xsd:documentation>
174               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
175            </xsd:annotation>
176         </xsd:element>
177         <xsd:element name="SoftwareName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
178            <xsd:annotation>
179               <xsd:documentation>If appropriate, the software that created the file. This is a free form string, and may include whatever information is deemed
180               relevant.</xsd:documentation>
181            </xsd:annotation>
182         </xsd:element>
183         <xsd:element name="FileCreator" type="witsml:nameString" minOccurs="0" maxOccurs="1">
184            <xsd:annotation>
185               <xsd:documentation>The person or business associate that created the file.</xsd:documentation>
186            </xsd:annotation>
187         </xsd:element>
188         <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
189            <xsd:annotation>
190               <xsd:documentation>Any comment that would be useful to further explain the creation of this instance document.</xsd:documentation>
191            </xsd:annotation>
192         </xsd:element>
193      </xsd:sequence>
194   </xsd:complexType>
195   <xsd:complexType name="securityInfoType">
196      <xsd:annotation>
197         <xsd:documentation>Information about the security classification of the document. This is intended as a documentation of the security so that the file will not
198         inadvertently be sent to someone who is not allowed access to the data. This block also carries a date that the security classification expires. For example, a well log
199         is confidential for a period of time, and then becomes open. All security classes are characterized by their classification systems.</xsd:documentation>
200      </xsd:annotation>
201      <xsd:sequence>
202         <xsd:element name="Class" type="witsml:kindString" minOccurs="0" maxOccurs="1">
203            <xsd:annotation>
204               <xsd:documentation>The security class in which this document is classified. Examples would be confidential, partner confidential, tight. The meaning of the class is
205               determined by the System in which it is defined.</xsd:documentation>
206            </xsd:annotation>
207         </xsd:element>
208         <xsd:element name="SecuritySystem" type="witsml:kindString" minOccurs="0" maxOccurs="1">
209            <xsd:annotation>
210               <xsd:documentation>The security classification system. This gives context to the meaning of the Class value.</xsd:documentation>
211            </xsd:annotation>
212         </xsd:element>
213         <xsd:element name="EndDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
214            <xsd:annotation>
215               <xsd:documentation>The date on which this security class is no longer applicable.</xsd:documentation>
216            </xsd:annotation>
217         </xsd:element>
218         <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
219            <xsd:annotation>
220               <xsd:documentation>A general comment to further define the security class.</xsd:documentation>
221            </xsd:annotation>
222         </xsd:element>
223      </xsd:sequence>
224   </xsd:complexType>
225   <xsd:complexType name="auditType">
226      <xsd:annotation>
227         <xsd:documentation>The audit records what happened to the data, to produce the data that is in this file. It consists of one or more events.</xsd:documentation>
228      </xsd:annotation>
229      <xsd:sequence>
230         <xsd:element name="Event" type="witsml:eventType" minOccurs="0" maxOccurs="unbounded">
231            <xsd:annotation>
232               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
233            </xsd:annotation>
234         </xsd:element>
235      </xsd:sequence>
236   </xsd:complexType>
237   <xsd:complexType name="eventType">
238      <xsd:annotation>
239         <xsd:documentation>An event type captures the basic information about an event that has affected the data.</xsd:documentation>
240      </xsd:annotation>
241      <xsd:sequence>
242         <xsd:element name="EventDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
243            <xsd:annotation>
244               <xsd:documentation>The date on which the event took place.</xsd:documentation>
245               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
246            </xsd:annotation>
247         </xsd:element>
248         <xsd:element name="ResponsibleParty" type="witsml:nameString" minOccurs="0" maxOccurs="1">
249            <xsd:annotation>
250               <xsd:documentation>The party responsible for the event.</xsd:documentation>
251            </xsd:annotation>
252         </xsd:element>
253         <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
254            <xsd:annotation>
255               <xsd:documentation>A free form comment that can further define the event that occurred.</xsd:documentation>
256            </xsd:annotation>
257         </xsd:element>
258      </xsd:sequence>
259   </xsd:complexType>
260   <!--UNUSED: Deleted type cs_dtsBoxInformation.-->
261   <!--UNUSED: Deleted type cs_dtsCalibration.-->
262   <!--UNUSED: Deleted type cs_dtsCalibrationParameter.-->
263   <!--UNUSED: Deleted type cs_dtsErrorReport.-->
264   <!--UNUSED: Deleted type cs_dtsFiber.-->
265   <!--UNUSED: Deleted type cs_dtsFiberEndPoint.-->
266   <!--UNUSED: Deleted type cs_dtsFiberInformation.-->
267   <!--UNUSED: Deleted type cs_dtsFiberInstalledPoints.-->
268   <!--UNUSED: Deleted type cs_dtsInstrumentBox.-->
269   <!--UNUSED: Deleted type cs_dtsInstrumentBoxCalibration.-->
270   <!--UNUSED: Deleted type cs_dtsOneWayLoss.-->
271   <!--UNUSED: Deleted type cs_dtsOtdr.-->
272   <!--UNUSED: Deleted type cs_dtsProcessedWellLog.-->
273   <!--UNUSED: Deleted type cs_dtsPumpActivity.-->
274   <!--UNUSED: Deleted type cs_dtsPumpLogRow.-->
275   <!--UNUSED: Deleted type cs_dtsPumpLogTable.-->
276   <!--UNUSED: Deleted type cs_dtsRefractiveIndex.-->
277   <!--UNUSED: Deleted type cs_dtsSingleInstalledPoint.-->
278   <xsd:complexType name="cs_fluidResultCceTestStep">
279      <xsd:sequence>
280         <xsd:element name="stepNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
281            <xsd:annotation>
282               <xsd:documentation>The stepNumber represents a row in the table.</xsd:documentation>
283            </xsd:annotation>
284         </xsd:element>
285         <xsd:element name="stepPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
286            <xsd:annotation>
287               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
288            </xsd:annotation>
289         </xsd:element>
290         <xsd:element name="oilMassDensity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />
291         <xsd:element name="oilCompressibility" type="witsml:compressibilityMeasure" minOccurs="0" maxOccurs="1" />
292         <xsd:element name="oilViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
293         <xsd:choice minOccurs="0" maxOccurs="1">
294            <xsd:annotation>
295               <xsd:documentation>Either give the pair, totalVolume and liquidVolume, or the single value, liquidDropoutPercent. The liquidDropoutPercent = liquidVolume /
296               totalVolume.</xsd:documentation>
297            </xsd:annotation>
298            <xsd:sequence>
299               <xsd:element name="totalVolume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
300                  <xsd:annotation>
301                     <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
302                  </xsd:annotation>
303               </xsd:element>
304               <xsd:element name="liquidVolume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
305                  <xsd:annotation>
306                     <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
307                  </xsd:annotation>
308               </xsd:element>
309            </xsd:sequence>
310            <xsd:element name="liquidDropoutPercent" type="witsml:volumePerVolumeMeasurePercent" minOccurs="0" maxOccurs="1">
311               <xsd:annotation>
312                  <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
313               </xsd:annotation>
314            </xsd:element>
315         </xsd:choice>
316         <xsd:element name="relativeVolumeRatio" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1" />
317         <xsd:element name="gasMassDensity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />
318         <xsd:element name="gasZFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
319         <xsd:element name="gasCompressibility" type="witsml:compressibilityMeasure" minOccurs="0" maxOccurs="1" />
320         <xsd:element name="gasViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
321         <xsd:element name="yFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
322         <xsd:group ref="witsml:grp_fluidResultCommonTestGroup" />
323      </xsd:sequence>
324      <xsd:attributeGroup ref="witsml:attgrp_uid">
325         <xsd:annotation>
326            <xsd:documentation>Unique identifier for the node.</xsd:documentation>
327         </xsd:annotation>
328      </xsd:attributeGroup>
329   </xsd:complexType>
330   <xsd:complexType name="cs_fluidResultCompositeComposition">
331      <xsd:sequence>
332         <xsd:element name="componentName" type="witsml:kindString" minOccurs="0" maxOccurs="1">
333            <xsd:annotation>
334               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
335            </xsd:annotation>
336         </xsd:element>
337         <xsd:element name="weightPercent" type="witsml:massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1" />
338         <xsd:element name="molePercent" type="witsml:molarFractionMeasurePercent" minOccurs="0" maxOccurs="1" />
339         <xsd:element name="kValue" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
340      </xsd:sequence>
341      <xsd:attributeGroup ref="witsml:attgrp_uid">
342         <xsd:annotation>
343            <xsd:documentation>Unique identifier for the node.</xsd:documentation>
344         </xsd:annotation>
345      </xsd:attributeGroup>
346   </xsd:complexType>
347   <xsd:complexType name="cs_fluidResultComposition">
348      <xsd:sequence>
349         <xsd:element name="isPrimary" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
350            <xsd:annotation>
351               <xsd:documentation>True ("true" or "1") indicates that the component is the primary component in the composition. False ("false" or "0") or not given indicates that
352               this is not a primary component.</xsd:documentation>
353               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
354            </xsd:annotation>
355         </xsd:element>
356         <xsd:element name="componentName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
357            <xsd:annotation>
358               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
359            </xsd:annotation>
360         </xsd:element>
361         <xsd:element name="componentBaseKind" type="witsml:FluidComponent" minOccurs="0" maxOccurs="1" />
362         <xsd:element name="componentKind" type="witsml:FluidComponentKind" minOccurs="0" maxOccurs="1" />
363         <xsd:element name="molecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
364         <xsd:element name="weightPercent" type="witsml:massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1" />
365         <xsd:element name="molePercent" type="witsml:molarFractionMeasurePercent" minOccurs="0" maxOccurs="1" />
366         <xsd:element name="specificGravity" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
367         <xsd:element name="boilingPoint" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1" />
368         <xsd:element name="criticalPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
369         <xsd:element name="criticalTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1" />
370         <xsd:element name="criticalVolume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1" />
371         <xsd:element name="acentricFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
372         <xsd:element name="volumeTranslationFactor" type="witsml:molarVolumeMeasure" minOccurs="0" maxOccurs="1" />
373         <xsd:element name="alphaShapeFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
374         <xsd:element name="watsonKExponent" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
375         <xsd:element name="splitCount" type="witsml:positiveCount" minOccurs="0" maxOccurs="1" />
376         <xsd:element name="plusMinimumMolecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
377         <xsd:element name="plusMaximumMolecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
378         <xsd:element name="rvp" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
379            <xsd:annotation>
380               <xsd:documentation>Reid vapor pressure of the product. The absolute vapor pressure of volatile crude oil and volatile petroleum liquids, except liquefied petroleum
381               gases, as determined in accordance with American Society for Testing and Materials under the designation ASTM D323-56.</xsd:documentation>
382            </xsd:annotation>
383         </xsd:element>
384         <xsd:element name="tvp" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
385            <xsd:annotation>
386               <xsd:documentation>True vapor pressure of the product. The equilibrium partial pressure exerted by a petroleum liquid as determined in accordance with standard
387               methods.</xsd:documentation>
388            </xsd:annotation>
389         </xsd:element>
390         <xsd:element name="binaryInteractionCoefficient" type="witsml:binaryInteractionCoefficient" minOccurs="0" maxOccurs="unbounded" />
391         <xsd:element name="calculated" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1" />
392      </xsd:sequence>
393   </xsd:complexType>
394   <xsd:complexType name="cs_fluidResultConstantCompositionExpansionTest">
395      <xsd:sequence>
396         <xsd:element name="testNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
397            <xsd:annotation>
398               <xsd:documentation>xxxxxxxxxxxxxxxxx</xsd:documentation>
399            </xsd:annotation>
400         </xsd:element>
401         <xsd:element name="testTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
402            <xsd:annotation>
403               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
404            </xsd:annotation>
405         </xsd:element>
406         <xsd:choice>
407            <xsd:element name="bubblePointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
408            <xsd:element name="retrogradeDewPointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
409         </xsd:choice>
410         <xsd:element name="liquidDropoutReference" type="witsml:cs_fluidResultVolumeReference" minOccurs="0" maxOccurs="1" />
411         <xsd:element name="relativeVolumeReference" type="witsml:cs_fluidResultVolumeReference" minOccurs="0" maxOccurs="1" />
412         <xsd:element name="cceTestStep" type="witsml:cs_fluidResultCceTestStep" minOccurs="0" maxOccurs="unbounded">
413            <xsd:annotation>
414               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
415            </xsd:annotation>
416         </xsd:element>
417      </xsd:sequence>
418      <xsd:attributeGroup ref="witsml:attgrp_uid">
419         <xsd:annotation>
420            <xsd:documentation>Unique identifier for the node.</xsd:documentation>
421         </xsd:annotation>
422      </xsd:attributeGroup>
423   </xsd:complexType>
424   <xsd:complexType name="cs_fluidResultConstantVolumeDepletionTest">
425      <xsd:sequence>
426         <xsd:element name="testNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
427            <xsd:annotation>
428               <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
429            </xsd:annotation>
430         </xsd:element>
431         <xsd:element name="testTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
432            <xsd:annotation>
433               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
434            </xsd:annotation>
435         </xsd:element>
436         <xsd:choice>
437            <xsd:element name="bubblePointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
438            <xsd:element name="retrogradeDewPointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
439         </xsd:choice>
440         <xsd:element name="liquidDropoutReference" type="witsml:cs_fluidResultVolumeReference" minOccurs="0" maxOccurs="1" />
441         <xsd:element name="cumulativeGasProducedReferenceStd" type="witsml:standardVolumeMeasure" minOccurs="0" maxOccurs="1">
442            <xsd:annotation>
443               <xsd:documentation>The volume is corrected to standard conditions of temperature and pressure.</xsd:documentation>
444            </xsd:annotation>
445         </xsd:element>
446         <xsd:element name="cvdTestStep" type="witsml:cs_fluidResultCvdTestStep" minOccurs="0" maxOccurs="unbounded">
447            <xsd:annotation>
448               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
449            </xsd:annotation>
450         </xsd:element>
451      </xsd:sequence>
452      <xsd:attributeGroup ref="witsml:attgrp_uid">
453         <xsd:annotation>
454            <xsd:documentation>Unique identifier for the node.</xsd:documentation>
455         </xsd:annotation>
456      </xsd:attributeGroup>
457   </xsd:complexType>
458   <xsd:complexType name="cs_fluidResultContaminant">
459      <xsd:sequence>
460         <xsd:element name="contaminantKind" type="witsml:nameString" minOccurs="0" maxOccurs="1">
461            <xsd:annotation>
462               <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
463               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
464            </xsd:annotation>
465         </xsd:element>
466         <xsd:element name="weightPercent" type="witsml:massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1" />
467         <xsd:element name="volumePercent" type="witsml:volumePerVolumeMeasurePercent" minOccurs="0" maxOccurs="1" />
468         <xsd:element name="description" type="witsml:descriptionString" minOccurs="0" maxOccurs="1" />
469      </xsd:sequence>
470      <xsd:attributeGroup ref="witsml:attgrp_uid">
471         <xsd:annotation>
472            <xsd:documentation>Unique identifier for the node.</xsd:documentation>
473         </xsd:annotation>
474      </xsd:attributeGroup>
475   </xsd:complexType>
476   <xsd:complexType name="cs_fluidResultCvdTestStep">
477      <xsd:sequence>
478         <xsd:element name="stepNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
479            <xsd:annotation>
480               <xsd:documentation>The stepNumber represents a row in the table.</xsd:documentation>
481            </xsd:annotation>
482         </xsd:element>
483         <xsd:element name="stepPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
484            <xsd:annotation>
485               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
486            </xsd:annotation>
487         </xsd:element>
488         <xsd:element name="oilViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
489         <xsd:choice>
490            <xsd:annotation>
491               <xsd:documentation>Either give the liquidVolume, or the liquidDropoutPercent, which is the liquid volume divided by the ltotalVolume.</xsd:documentation>
492            </xsd:annotation>
493            <xsd:element name="liquidVolume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1" />
494            <xsd:element name="liquidDropoutPercent" type="witsml:volumePerVolumeMeasurePercent" minOccurs="0" maxOccurs="1" />
495         </xsd:choice>
496         <xsd:element name="gasMolecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
497         <xsd:element name="gasGravity" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
498         <xsd:element name="gasFormationVolumeFactorStd" type="witsml:volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
499         <xsd:element name="gasZFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
500         <xsd:element name="gasViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
501         <xsd:choice>
502            <xsd:element name="cumulativeGasProducedVolume" type="witsml:standardVolumeMeasure" minOccurs="0" maxOccurs="1" />
503            <xsd:element name="cumulativeGasProducedRatioStd" type="witsml:standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1">
504               <xsd:annotation>
505                  <xsd:documentation>This ratio is the cumulativeGasProducedVolume divided by cumulativeGasProducedReference.</xsd:documentation>
506               </xsd:annotation>
507            </xsd:element>
508         </xsd:choice>
509         <xsd:group ref="witsml:grp_fluidResultCommonTestGroup" />
510      </xsd:sequence>
511      <xsd:attributeGroup ref="witsml:attgrp_uid">
512         <xsd:annotation>
513            <xsd:documentation>Unique identifier for the node.</xsd:documentation>
514         </xsd:annotation>
515      </xsd:attributeGroup>
516   </xsd:complexType>
517   <xsd:complexType name="cs_fluidResultDataQuality">
518      <xsd:sequence>
519         <xsd:element name="quality" type="witsml:DataQuality" minOccurs="0" maxOccurs="1">
520            <xsd:annotation>
521               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
522            </xsd:annotation>
523         </xsd:element>
524         <xsd:element name="source" type="witsml:nameString" minOccurs="0" maxOccurs="1" />
525         <xsd:element name="purpose" type="witsml:descriptionString" minOccurs="0" maxOccurs="1" />
526      </xsd:sequence>
527   </xsd:complexType>
528   <xsd:complexType name="cs_fluidResultDifferentialLiberationTest">
529      <xsd:sequence>
530         <xsd:element name="testNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
531            <xsd:annotation>
532               <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
533            </xsd:annotation>
534         </xsd:element>
535         <xsd:element name="testTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
536            <xsd:annotation>
537               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
538            </xsd:annotation>
539         </xsd:element>
540         <xsd:choice>
541            <xsd:element name="bubblePointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
542            <xsd:element name="retrogradeDewPointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
543         </xsd:choice>
544         <xsd:element name="shrinkageReference" type="witsml:cs_fluidResultVolumeReference" minOccurs="0" maxOccurs="1" />
545         <xsd:element name="dlTestStep" type="witsml:cs_fluidResultDifferentialLiberationTestStep" minOccurs="0" maxOccurs="unbounded">
546            <xsd:annotation>
547               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
548            </xsd:annotation>
549         </xsd:element>
550      </xsd:sequence>
551   </xsd:complexType>
552   <xsd:complexType name="cs_fluidResultDifferentialLiberationTestStep">
553      <xsd:sequence>
554         <xsd:element name="stepNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
555            <xsd:annotation>
556               <xsd:documentation>The stepNumber represents a row in the table.</xsd:documentation>
557            </xsd:annotation>
558         </xsd:element>
559         <xsd:element name="stepPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
560            <xsd:annotation>
561               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
562            </xsd:annotation>
563         </xsd:element>
564         <xsd:element name="oilMassDensity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />
565         <xsd:element name="oilFormationVolumeFactorStd" type="witsml:volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
566         <xsd:element name="oilCompressibility" type="witsml:compressibilityMeasure" minOccurs="0" maxOccurs="1" />
567         <xsd:element name="oilViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
568         <xsd:choice>
569            <xsd:element name="oilVolume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1" />
570            <xsd:element name="oilShrinkageFactor" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1" />
571         </xsd:choice>
572         <xsd:element name="gasMolecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
573         <xsd:element name="gasGravity" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
574         <xsd:element name="gasMassDensity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />
575         <xsd:element name="gasFormationVolumeFactorStd" type="witsml:volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
576         <xsd:element name="gasZFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
577         <xsd:element name="gasViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
578         <xsd:element name="totalFormationVolumeFactorStd" type="witsml:volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
579         <xsd:element name="solutionGORStd" type="witsml:standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
580         <xsd:element name="cumulativeStockTankGORStd" type="witsml:standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
581         <xsd:element name="cumulativeSaturatedGORStd" type="witsml:standardVolumePerVolumeMeasure" minOccurs="0" maxOccurs="1" />
582         <xsd:element name="residualAPIGravity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />
583         <xsd:group ref="witsml:grp_fluidResultCommonTestGroup" />
584      </xsd:sequence>
585      <xsd:attributeGroup ref="witsml:attgrp_uid">
586         <xsd:annotation>
587            <xsd:documentation>Unique identifier for the node.</xsd:documentation>
588         </xsd:annotation>
589      </xsd:attributeGroup>
590   </xsd:complexType>
591   <xsd:complexType name="cs_fluidResultJCurveTest">
592      <xsd:sequence>
593         <xsd:element name="testNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
594            <xsd:annotation>
595               <xsd:documentation>xxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
596            </xsd:annotation>
597         </xsd:element>
598         <xsd:element name="testTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
599            <xsd:annotation>
600               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
601            </xsd:annotation>
602         </xsd:element>
603         <xsd:choice>
604            <xsd:element name="bubblePointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
605            <xsd:element name="retrogradeDewPointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
606         </xsd:choice>
607         <xsd:element name="liquidDropoutReference" type="witsml:cs_fluidResultVolumeReference" minOccurs="0" maxOccurs="1" />
608         <xsd:element name="cumulativeGasProducedReference" type="witsml:standardVolumeMeasure" minOccurs="0" maxOccurs="1" />
609         <xsd:element name="condensateYieldPressure1" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
610         <xsd:element name="condensateYieldTemperature1" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1" />
611         <xsd:element name="condensateYieldPressure2" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
612         <xsd:element name="condensateYieldTemperature2" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1" />
613         <xsd:element name="jcrvTestStep" type="witsml:cs_fluidResultJCurveTestStep" minOccurs="0" maxOccurs="unbounded">
614            <xsd:annotation>
615               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
616            </xsd:annotation>
617         </xsd:element>
618      </xsd:sequence>
619      <xsd:attributeGroup ref="witsml:attgrp_uid">
620         <xsd:annotation>
621            <xsd:documentation>Unique identifier for the node.</xsd:documentation>
622         </xsd:annotation>
623      </xsd:attributeGroup>
624   </xsd:complexType>
625   <xsd:complexType name="cs_fluidResultJCurveTestStep">
626      <xsd:sequence>
627         <xsd:element name="stepNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
628            <xsd:annotation>
629               <xsd:documentation>The stepNumber represents a row in the table.</xsd:documentation>
630            </xsd:annotation>
631         </xsd:element>
632         <xsd:element name="stepPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
633            <xsd:annotation>
634               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
635            </xsd:annotation>
636         </xsd:element>
637         <xsd:element name="oilViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
638         <xsd:choice>
639            <xsd:element name="liquidVolume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1" />
640            <xsd:element name="liquidDropoutPercent" type="witsml:volumePerVolumeMeasurePercent" minOccurs="0" maxOccurs="1">
641               <xsd:annotation>
642                  <xsd:documentation>divide liquidVolume by liquiedDropoutReference to get liquid DropoutPercent.</xsd:documentation>
643               </xsd:annotation>
644            </xsd:element>
645         </xsd:choice>
646         <xsd:element name="gasMolecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
647         <xsd:element name="gasGravity" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
648         <xsd:element name="gasFormationVolumeFactorStd" type="witsml:volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
649         <xsd:element name="gasZFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
650         <xsd:element name="gasViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
651         <xsd:choice>
652            <xsd:element name="cumulativeGasProducedVolume" type="witsml:standardVolumeMeasure" minOccurs="0" maxOccurs="1" />
653            <xsd:element name="cumulativeGasProducedRatioStd" type="witsml:standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1">
654               <xsd:annotation>
655                  <xsd:documentation>divide cumulativeGasProducedVolume by cumulativeGasProducedReference to get cumulativeGasProducedRatio.</xsd:documentation>
656               </xsd:annotation>
657            </xsd:element>
658         </xsd:choice>
659         <xsd:element name="condensateYieldVolumeRatio1Std" type="witsml:volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
660         <xsd:element name="condensateYieldVolumeRatio2Std" type="witsml:volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
661         <xsd:group ref="witsml:grp_fluidResultCommonTestGroup" />
662      </xsd:sequence>
663      <xsd:attributeGroup ref="witsml:attgrp_uid">
664         <xsd:annotation>
665            <xsd:documentation>Unique identifier for the node.</xsd:documentation>
666         </xsd:annotation>
667      </xsd:attributeGroup>
668   </xsd:complexType>
669   <xsd:complexType name="cs_fluidResultPhaseComposition">
670      <xsd:sequence>
671         <xsd:element name="componentName" type="witsml:kindString" minOccurs="0" maxOccurs="1">
672            <xsd:annotation>
673               <xsd:documentation>xxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
674               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
675            </xsd:annotation>
676         </xsd:element>
677         <xsd:element name="weightPercent" type="witsml:massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1" />
678         <xsd:element name="molePercent" type="witsml:molarFractionMeasurePercent" minOccurs="0" maxOccurs="1" />
679      </xsd:sequence>
680      <xsd:attributeGroup ref="witsml:attgrp_uid">
681         <xsd:annotation>
682            <xsd:documentation>Unique identifier for the node.</xsd:documentation>
683         </xsd:annotation>
684      </xsd:attributeGroup>
685   </xsd:complexType>
686   <xsd:complexType name="cs_fluidResultSaturationTest">
687      <xsd:sequence>
688         <xsd:element name="testNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
689            <xsd:annotation>
690               <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
691            </xsd:annotation>
692         </xsd:element>
693         <xsd:element name="saturationTestStep" type="witsml:cs_fluidResultSaturationTestStep" minOccurs="0" maxOccurs="unbounded">
694            <xsd:annotation>
695               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
696            </xsd:annotation>
697         </xsd:element>
698      </xsd:sequence>
699      <xsd:attributeGroup ref="witsml:attgrp_uid">
700         <xsd:annotation>
701            <xsd:documentation>Unique identifier for the node.</xsd:documentation>
702         </xsd:annotation>
703      </xsd:attributeGroup>
704   </xsd:complexType>
705   <xsd:complexType name="cs_fluidResultSaturationTestStep">
706      <xsd:sequence>
707         <xsd:element name="stepNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
708            <xsd:annotation>
709               <xsd:documentation>The stepNumber represents a row in the table.</xsd:documentation>
710            </xsd:annotation>
711         </xsd:element>
712         <xsd:element name="stepTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
713            <xsd:annotation>
714               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
715            </xsd:annotation>
716         </xsd:element>
717         <xsd:choice>
718            <xsd:element name="bubblePointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
719            <xsd:element name="retrogradeDewPointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
720         </xsd:choice>
721         <xsd:element name="dewPointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
722         <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1" />
723      </xsd:sequence>
724      <xsd:attributeGroup ref="witsml:attgrp_uid">
725         <xsd:annotation>
726            <xsd:documentation>Unique identifier for the node.</xsd:documentation>
727         </xsd:annotation>
728      </xsd:attributeGroup>
729   </xsd:complexType>
730   <xsd:complexType name="cs_fluidResultSeparatorTest">
731      <xsd:sequence>
732         <xsd:element name="testNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
733            <xsd:annotation>
734               <xsd:documentation>xxxxxxxxxxxxxxxxx</xsd:documentation>
735            </xsd:annotation>
736         </xsd:element>
737         <xsd:element name="shrinkageReference" type="witsml:cs_fluidResultVolumeReference" minOccurs="0" maxOccurs="1" />
738         <xsd:element name="separatorTestStep" type="witsml:cs_fluidResultSeparatorTestStep" minOccurs="0" maxOccurs="unbounded">
739            <xsd:annotation>
740               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
741            </xsd:annotation>
742         </xsd:element>
743      </xsd:sequence>
744   </xsd:complexType>
745   <xsd:complexType name="cs_fluidResultSeparatorTestStep">
746      <xsd:sequence>
747         <xsd:element name="stepNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
748            <xsd:annotation>
749               <xsd:documentation>The stepNumber represents a row in the table.</xsd:documentation>
750            </xsd:annotation>
751         </xsd:element>
752         <xsd:element name="stepTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
753            <xsd:annotation>
754               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
755            </xsd:annotation>
756         </xsd:element>
757         <xsd:element name="stepPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
758            <xsd:annotation>
759               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
760            </xsd:annotation>
761         </xsd:element>
762         <xsd:choice>
763            <xsd:element name="bubblePointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
764            <xsd:element name="retrogradeDewPointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
765         </xsd:choice>
766         <xsd:choice>
767            <xsd:element name="oilAPIGravity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />
768            <xsd:element name="oilSpecificGravity" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
769         </xsd:choice>
770         <xsd:element name="oilMassDensity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />
771         <xsd:element name="oilFormationVolumeFactorStd" type="witsml:volumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
772         <xsd:element name="oilViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
773         <xsd:choice>
774            <xsd:sequence>
775               <xsd:element name="oilVolume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
776                  <xsd:annotation>
777                     <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
778                  </xsd:annotation>
779               </xsd:element>
780               <xsd:element name="gasVolume" type="witsml:standardVolumeMeasure" minOccurs="0" maxOccurs="1">
781                  <xsd:annotation>
782                     <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
783                  </xsd:annotation>
784               </xsd:element>
785            </xsd:sequence>
786            <xsd:sequence>
787               <xsd:element name="oilShrinkageFactor" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
788                  <xsd:annotation>
789                     <xsd:documentation>divide oilVolume by shrinkageReference to get oilShrinkageFactor</xsd:documentation>
790                  </xsd:annotation>
791               </xsd:element>
792               <xsd:element name="stageSeparatorGORStd" type="witsml:standardVolumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
793                  <xsd:annotation>
794                     <xsd:documentation>divide gasVolume by oilVolume to get stageSeparatorGOR</xsd:documentation>
795                  </xsd:annotation>
796               </xsd:element>
797            </xsd:sequence>
798         </xsd:choice>
799         <xsd:element name="correctedStageSeparatorGORStd" type="witsml:standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
800         <xsd:element name="cumulativeStockTankGORStd" type="witsml:standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
801         <xsd:element name="solutionGORStd" type="witsml:standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1" />
802         <xsd:element name="gasMolecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
803         <xsd:element name="gasGravity" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
804         <xsd:element name="gasMassDensity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />
805         <xsd:element name="gasZFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
806         <xsd:element name="gasViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
807         <xsd:element name="residualAPIGravity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />
808         <xsd:group ref="witsml:grp_fluidResultCommonTestGroup" />
809      </xsd:sequence>
810      <xsd:attributeGroup ref="witsml:attgrp_uid">
811         <xsd:annotation>
812            <xsd:documentation>Unique identifier for the node.</xsd:documentation>
813         </xsd:annotation>
814      </xsd:attributeGroup>
815   </xsd:complexType>
816   <xsd:complexType name="cs_fluidResultStockTank">
817      <xsd:sequence>
818         <xsd:element name="temperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1" />
819      </xsd:sequence>
820   </xsd:complexType>
821   <xsd:complexType name="cs_fluidResultTransportPropertiesTest">
822      <xsd:sequence>
823         <xsd:element name="testNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
824            <xsd:annotation>
825               <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
826            </xsd:annotation>
827         </xsd:element>
828         <xsd:element name="transportTestStep" type="witsml:cs_fluidResultTransportTestStep" minOccurs="0" maxOccurs="unbounded">
829            <xsd:annotation>
830               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
831            </xsd:annotation>
832         </xsd:element>
833      </xsd:sequence>
834      <xsd:attributeGroup ref="witsml:attgrp_uid">
835         <xsd:annotation>
836            <xsd:documentation>Unique identifier for the node.</xsd:documentation>
837         </xsd:annotation>
838      </xsd:attributeGroup>
839   </xsd:complexType>
840   <xsd:complexType name="cs_fluidResultTransportTestStep">
841      <xsd:sequence>
842         <xsd:element name="stepNumber" type="witsml:positiveCount" minOccurs="0" maxOccurs="1">
843            <xsd:annotation>
844               <xsd:documentation>The stepNumber represents a row in the table.</xsd:documentation>
845            </xsd:annotation>
846         </xsd:element>
847         <xsd:element name="stepTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
848            <xsd:annotation>
849               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
850            </xsd:annotation>
851         </xsd:element>
852         <xsd:element name="stepPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
853            <xsd:annotation>
854               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
855            </xsd:annotation>
856         </xsd:element>
857         <xsd:choice>
858            <xsd:element name="bubblePointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
859            <xsd:element name="retrogradeDewPointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
860         </xsd:choice>
861         <xsd:element name="dewPointPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1" />
862         <xsd:element name="cloudPoint" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1" />
863         <xsd:element name="pourPoint" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1" />
864         <xsd:element name="oilMolecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
865         <xsd:choice>
866            <xsd:element name="oilAPIGravity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />
867            <xsd:element name="oilSpecificGravity" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
868         </xsd:choice>
869         <xsd:element name="oilMassDensity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />
870         <xsd:element name="oilCompressibility" type="witsml:compressibilityMeasure" minOccurs="0" maxOccurs="1" />
871         <xsd:element name="oilViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
872         <xsd:element name="oilThermalConductivity" type="witsml:thermalConductivityMeasure" minOccurs="0" maxOccurs="1" />
873         <xsd:element name="gasMolecularWeight" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
874         <xsd:element name="gasGravity" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
875         <xsd:element name="gasMassDensity" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" />
876         <xsd:element name="gasZFactor" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1" />
877         <xsd:element name="gasCompressibility" type="witsml:compressibilityMeasure" minOccurs="0" maxOccurs="1" />
878         <xsd:element name="gasViscosity" type="witsml:dynamicViscosityMeasure" minOccurs="0" maxOccurs="1" />
879         <xsd:element name="gasThermalConductivity" type="witsml:thermalConductivityMeasure" minOccurs="0" maxOccurs="1" />
880         <xsd:element name="gasHeatingValue" type="witsml:modulusOfCompressionMeasure" minOccurs="0" maxOccurs="1" />
881         <xsd:group ref="witsml:grp_fluidResultCommonTestGroup" />
882      </xsd:sequence>
883      <xsd:attributeGroup ref="witsml:attgrp_uid">
884         <xsd:annotation>
885            <xsd:documentation>Unique identifier for the node.</xsd:documentation>
886         </xsd:annotation>
887      </xsd:attributeGroup>
888   </xsd:complexType>
889   <xsd:complexType name="cs_fluidResultVolumeReference">
890      <xsd:sequence>
891         <xsd:element name="kind" type="witsml:VolumeReferenceKind" minOccurs="0" maxOccurs="1">
892            <xsd:annotation>
893               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
894            </xsd:annotation>
895         </xsd:element>
896         <xsd:element name="referenceVolume" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1" />
897         <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1" />
898      </xsd:sequence>
899   </xsd:complexType>
900   <!--UNUSED: Deleted type cs_generalAddress.-->
901   <!--UNUSED: Deleted type cs_geographicContext.-->
902   <!--UNUSED: Deleted type cs_nameTag.-->
903   <!--UNUSED: Deleted type cs_northSeaOffshore.-->
904   <!--UNUSED: Deleted type cs_offshoreLocation.-->
905   <!--UNUSED: Deleted type cs_personName.-->
906   <!--UNUSED: Deleted type cs_productFlowChangeLog.-->
907   <!--UNUSED: Deleted type cs_productFlowExpectedPortProperty.-->
908   <!--UNUSED: Deleted type cs_productFlowExpectedUnitProperty.-->
909   <!--UNUSED: Deleted type cs_productFlowExternalReference.-->
910   <!--UNUSED: Deleted type cs_productFlowlExternalPort.-->
911   <!--UNUSED: Deleted type cs_productFlowNetwork.-->
912   <!--UNUSED: Deleted type cs_productFlowNetworkPlan.-->
913   <!--UNUSED: Deleted type cs_productFlowPort.-->
914   <!--UNUSED: Deleted type cs_productFlowQualifierExpected.-->
915   <!--UNUSED: Deleted type cs_productFlowUnit.-->
916   <!--UNUSED: Deleted type cs_productionOperationActivity.-->
917   <!--UNUSED: Deleted type cs_productionOperationAlarm.-->
918   <!--UNUSED: Deleted type cs_productionOperationCargoShipOperation.-->
919   <!--UNUSED: Deleted type cs_productionOperationHSE.-->
920   <!--UNUSED: Deleted type cs_productionOperationInstallationReport.-->
921   <!--UNUSED: Deleted type cs_productionOperationLostProduction.-->
922   <!--UNUSED: Deleted type cs_productionOperationMarineOperation.-->
923   <!--UNUSED: Deleted type cs_productionOperationOperationalComment.-->
924   <!--UNUSED: Deleted type cs_productionOperationSafety.-->
925   <!--UNUSED: Deleted type cs_productionOperationShutdown.-->
926   <!--UNUSED: Deleted type cs_productionOperationThirdPartyProcessing.-->
927   <!--UNUSED: Deleted type cs_productionOperationWaterCleaningQuality.-->
928   <!--UNUSED: Deleted type cs_productionOperationWeather.-->
929   <!--UNUSED: Deleted type cs_productVolumeAlert.-->
930   <!--UNUSED: Deleted type cs_productVolumeBusinessUnit.-->
931   <!--UNUSED: Deleted type cs_productVolumeBusinessSubUnit.-->
932   <!--UNUSED: Deleted type cs_productVolumeBusinessOwnershipShare.-->
933   <!--UNUSED: Deleted type cs_productVolumeBusinessAccountInfo.-->
934   <!--UNUSED: Deleted type BusinessUnitKind.-->
935   <!--UNUSED: Deleted type cs_productVolumeComponentContent.-->
936   <!--UNUSED: Deleted type cs_productVolumeFacility.-->
937   <!--UNUSED: Deleted type cs_productVolumeFlow.-->
938   <!--UNUSED: Deleted type cs_productVolumeParameterSet.-->
939   <!--UNUSED: Deleted type cs_productVolumeParameterValue.-->
940   <!--UNUSED: Deleted type cs_productVolumePeriod.-->
941   <!--UNUSED: Deleted type cs_productVolumePortDifference.-->
942   <!--UNUSED: Deleted type cs_productVolumeProduct.-->
943   <!--UNUSED: Deleted type cs_productVolumeRelatedFacility.-->
944   <!--UNUSED: Deleted type cs_productVolumeSalesSet.-->
945   <!--UNUSED: Deleted type cs_productVolumeSalesDetail.-->
946   <!--UNUSED: Deleted type cs_productVolumeDestination.-->
947   <!--UNUSED: Deleted type cs_productVolumeSaleEvent.-->
948   <!--UNUSED: Deleted type SaleEventKind.-->
949   <!--UNUSED: Deleted type SalesFlowPart.-->
950   <!--UNUSED: Deleted type SaleDestinationType.-->
951   <!--UNUSED: Deleted type cs_refProductFlow.-->
952   <!--UNUSED: Deleted type cs_refWellWellbore.-->
953   <!--UNUSED: Deleted type cs_refWellWellboreRig.-->
954   <!--UNUSED: Deleted type cs_relativeCoordinate.-->
955   <!--UNUSED: Deleted type cs_volumeValue.-->
956   <!--UNUSED: Deleted type cs_wellContext.-->
957   <!--UNUSED: Deleted type cs_wellDatum.-->
958   <!--UNUSED: Deleted type cs_wellTestBottomholeData.-->
959   <!--UNUSED: Deleted type cs_wellTestCumulative.-->
960   <!--UNUSED: Deleted type cs_wellTestFluidLevelTest.-->
961   <!--UNUSED: Deleted type cs_wellTestFluidRate.-->
962   <!--UNUSED: Deleted type cs_wellTestInjectionTestData.-->
963   <!--UNUSED: Deleted type cs_wellTestInjectionTestResults.-->
964   <!--UNUSED: Deleted type cs_wellTestInterval.-->
965   <!--UNUSED: Deleted type cs_wellTestPointData.-->
966   <!--UNUSED: Deleted type cs_wellTestProductionTestData.-->
967   <!--UNUSED: Deleted type cs_wellTestProductionTestResults.-->
968   <!--UNUSED: Deleted type cs_wellTestSeparatorData.-->
969   <!--UNUSED: Deleted type cs_wellTestTestVolume.-->
970   <!--UNUSED: Deleted type cs_wellTestWellheadData.-->
971   <!--UNUSED: Deleted type grp_commonPropertiesProductVolume.-->
972   <!--UNUSED: Deleted type grp_dtsInstalledSystem.-->
973   <!--UNUSED: Deleted type grp_dtsMeasurement.-->
974   <!--UNUSED: Deleted type grp_fluidAnalysis.-->
975   <xsd:group name="grp_fluidAnalysisResult">
976      <xsd:sequence>
977         <xsd:element name="transferPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
978            <xsd:annotation>
979               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
980            </xsd:annotation>
981         </xsd:element>
982         <xsd:element name="transferTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
983            <xsd:annotation>
984               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
985            </xsd:annotation>
986         </xsd:element>
987         <xsd:element name="reservoirPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
988            <xsd:annotation>
989               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
990            </xsd:annotation>
991         </xsd:element>
992         <xsd:element name="reservoirTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
993            <xsd:annotation>
994               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
995            </xsd:annotation>
996         </xsd:element>
997         <xsd:element name="saturationPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
998            <xsd:annotation>
999               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1000            </xsd:annotation>
1001         </xsd:element>
1002         <xsd:element name="producingGORStd" type="witsml:standardVolumePerStandardVolumeMeasure" minOccurs="0" maxOccurs="1">
1003            <xsd:annotation>
1004               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1005            </xsd:annotation>
1006         </xsd:element>
1007         <xsd:element name="oilAPIGravityMeasured" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
1008            <xsd:annotation>
1009               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1010            </xsd:annotation>
1011         </xsd:element>
1012         <xsd:element name="oilAPIGravityCorrected" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
1013            <xsd:annotation>
1014               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1015            </xsd:annotation>
1016         </xsd:element>
1017         <xsd:element name="gasGravityMeasured" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">
1018            <xsd:annotation>
1019               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1020            </xsd:annotation>
1021         </xsd:element>
1022         <xsd:element name="gasGravityCorrected" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">
1023            <xsd:annotation>
1024               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1025            </xsd:annotation>
1026         </xsd:element>
1027         <xsd:element name="h2oGravityMeasured" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">
1028            <xsd:annotation>
1029               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1030            </xsd:annotation>
1031         </xsd:element>
1032         <xsd:element name="h2oGravityCorrected" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">
1033            <xsd:annotation>
1034               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1035            </xsd:annotation>
1036         </xsd:element>
1037         <xsd:element name="h2oSalinity" type="witsml:massConcentrationMeasure" minOccurs="0" maxOccurs="1">
1038            <xsd:annotation>
1039               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1040            </xsd:annotation>
1041         </xsd:element>
1042         <xsd:element name="aromaticsWeightPercent" type="witsml:massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1">
1043            <xsd:annotation>
1044               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1045            </xsd:annotation>
1046         </xsd:element>
1047         <xsd:element name="asphaltenesWeightPercent" type="witsml:massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1">
1048            <xsd:annotation>
1049               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1050            </xsd:annotation>
1051         </xsd:element>
1052         <xsd:element name="napthenesWeightPercent" type="witsml:massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1">
1053            <xsd:annotation>
1054               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1055            </xsd:annotation>
1056         </xsd:element>
1057         <xsd:element name="parafinsWeightPercent" type="witsml:massConcentrationMeasurePercent" minOccurs="0" maxOccurs="1">
1058            <xsd:annotation>
1059               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1060            </xsd:annotation>
1061         </xsd:element>
1062         <xsd:element name="standardPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
1063            <xsd:annotation>
1064               <xsd:documentation>The definitin of standard pressure for all elements which end in "Std".</xsd:documentation>
1065            </xsd:annotation>
1066         </xsd:element>
1067         <xsd:element name="standardTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
1068            <xsd:annotation>
1069               <xsd:documentation>The definitin of standard temperature for all elements which end in "Std".</xsd:documentation>
1070            </xsd:annotation>
1071         </xsd:element>
1072         <xsd:element name="eosMOdel" type="witsml:EosModelKind" minOccurs="0" maxOccurs="1">
1073            <xsd:annotation>
1074               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1075            </xsd:annotation>
1076         </xsd:element>
1077         <xsd:element name="analysisDescription" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">
1078            <xsd:annotation>
1079               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1080            </xsd:annotation>
1081         </xsd:element>
1082         <xsd:element name="analysisPurpose" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">
1083            <xsd:annotation>
1084               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1085            </xsd:annotation>
1086         </xsd:element>
1087         <xsd:element name="fluidDataQuality" type="witsml:cs_fluidResultDataQuality" minOccurs="0" maxOccurs="1">
1088            <xsd:annotation>
1089               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1090            </xsd:annotation>
1091         </xsd:element>
1092         <xsd:element name="fluidSampleComposition" type="witsml:cs_fluidResultComposition" minOccurs="0" maxOccurs="unbounded">
1093            <xsd:annotation>
1094               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1095            </xsd:annotation>
1096         </xsd:element>
1097         <xsd:choice maxOccurs="unbounded">
1098            <xsd:element name="saturationTest" type="witsml:cs_fluidResultSaturationTest" minOccurs="0" maxOccurs="unbounded">
1099               <xsd:annotation>
1100                  <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1101               </xsd:annotation>
1102            </xsd:element>
1103            <xsd:element name="constantCompositionExpansionTest" type="witsml:cs_fluidResultConstantCompositionExpansionTest" minOccurs="0" maxOccurs="unbounded">
1104               <xsd:annotation>
1105                  <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1106               </xsd:annotation>
1107            </xsd:element>
1108            <xsd:element name="constantVolumeDepletionTest" type="witsml:cs_fluidResultConstantVolumeDepletionTest" minOccurs="0" maxOccurs="unbounded">
1109               <xsd:annotation>
1110                  <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1111               </xsd:annotation>
1112            </xsd:element>
1113            <xsd:element name="differentialLiberationTest" type="witsml:cs_fluidResultDifferentialLiberationTest" minOccurs="0" maxOccurs="unbounded">
1114               <xsd:annotation>
1115                  <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1116               </xsd:annotation>
1117            </xsd:element>
1118            <xsd:element name="jCurveTest" type="witsml:cs_fluidResultJCurveTest" minOccurs="0" maxOccurs="unbounded">
1119               <xsd:annotation>
1120                  <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1121               </xsd:annotation>
1122            </xsd:element>
1123            <xsd:element name="transportPropertiesTest" type="witsml:cs_fluidResultTransportPropertiesTest" minOccurs="0" maxOccurs="unbounded">
1124               <xsd:annotation>
1125                  <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1126               </xsd:annotation>
1127            </xsd:element>
1128            <xsd:element name="separatorTest" type="witsml:cs_fluidResultSeparatorTest" minOccurs="0" maxOccurs="unbounded">
1129               <xsd:annotation>
1130                  <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1131               </xsd:annotation>
1132            </xsd:element>
1133         </xsd:choice>
1134         <xsd:element name="fluidSampleContaminant" type="witsml:cs_fluidResultContaminant" minOccurs="0" maxOccurs="unbounded">
1135            <xsd:annotation>
1136               <xsd:documentation>xxxxxxxxxxxxxxxx</xsd:documentation>
1137            </xsd:annotation>
1138         </xsd:element>
1139      </xsd:sequence>
1140   </xsd:group>
1141   <xsd:group name="grp_fluidResultCommonTestGroup">
1142      <xsd:sequence>
1143         <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1" />
1144         <xsd:choice>
1145            <xsd:sequence>
1146               <xsd:element name="reservoir" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1" />
1147               <xsd:element name="saturated" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1" />
1148            </xsd:sequence>
1149            <xsd:element name="stockTank" type="witsml:cs_fluidResultStockTank" minOccurs="0" maxOccurs="1" />
1150         </xsd:choice>
1151         <xsd:element name="VaporComposition" type="witsml:cs_fluidResultPhaseComposition" minOccurs="0" maxOccurs="unbounded" />
1152         <xsd:element name="LiquidComposition" type="witsml:cs_fluidResultPhaseComposition" minOccurs="0" maxOccurs="unbounded" />
1153         <xsd:element name="CompositeComposition" type="witsml:cs_fluidResultCompositeComposition" minOccurs="0" maxOccurs="unbounded" />
1154      </xsd:sequence>
1155   </xsd:group>
1156   <!--UNUSED: Deleted type grp_fluidSample.-->
1157   <!--UNUSED: Deleted type grp_productFlowModel.-->
1158   <!--UNUSED: Deleted type grp_productionOperation.-->
1159   <!--UNUSED: Deleted type grp_productVolume.-->
1160   <!--UNUSED: Deleted type grp_wellTest.-->
1161   <xsd:element name="fluidAnalysisResults" type="witsml:obj_fluidAnalysisResults">
1162      <xsd:annotation>
1163         <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
1164         singular name.</xsd:documentation>
1165      </xsd:annotation>
1166   </xsd:element>
1167   <xsd:complexType name="obj_fluidAnalysisResults">
1168      <xsd:sequence>
1169         <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">
1170            <xsd:annotation>
1171               <xsd:documentation>Information about the XML message instance.</xsd:documentation>
1172            </xsd:annotation>
1173         </xsd:element>
1174         <xsd:element name="fluidAnalysisResult" type="witsml:obj_fluidAnalysisResult" minOccurs="0" maxOccurs="unbounded">
1175            <xsd:annotation>
1176               <xsd:documentation>Information about a single Fluid Analysis Result.</xsd:documentation>
1177            </xsd:annotation>
1178         </xsd:element>
1179      </xsd:sequence>
1180      <xsd:attribute name="version" type="witsml:schemaVersionString" use="optional">
1181         <xsd:annotation>
1182            <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
1183            by the documenti nstance.</xsd:documentation>
1184            <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
1185         </xsd:annotation>
1186      </xsd:attribute>
1187   </xsd:complexType>
1188   <xsd:complexType name="obj_fluidAnalysisResult">
1189      <xsd:complexContent>
1190         <xsd:extension base="witsml:abstractSingularDataObject">
1191            <xsd:sequence>
1192               <xsd:element name="nameFluidSample" type="witsml:nameString" minOccurs="0" maxOccurs="1">
1193                  <xsd:annotation>
1194                     <xsd:documentation>Human recognizable context for the fluid sample that was analyzed.</xsd:documentation>
1195                  </xsd:annotation>
1196               </xsd:element>
1197               <xsd:element name="nameFluidAnalysis" type="witsml:nameString" minOccurs="0" maxOccurs="1">
1198                  <xsd:annotation>
1199                     <xsd:documentation>Human recognizable context for the fluid analysis that produced this result.</xsd:documentation>
1200                  </xsd:annotation>
1201               </xsd:element>
1202               <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">
1203                  <xsd:annotation>
1204                     <xsd:documentation>The name of the Fluid Analysis Result.</xsd:documentation>
1205                     <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
1206                  </xsd:annotation>
1207               </xsd:element>
1208               <xsd:group ref="witsml:grp_fluidAnalysisResult">
1209                  <xsd:annotation>
1210                     <xsd:documentation>The non-contextual elements for general Fluid Analysis Result information.</xsd:documentation>
1211                  </xsd:annotation>
1212               </xsd:group>
1213               <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
1214                  <xsd:annotation>
1215                     <xsd:documentation>A container element that contains elements that are common to all data objects.</xsd:documentation>
1216                  </xsd:annotation>
1217               </xsd:element>
1218               <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
1219                  <xsd:annotation>
1220                     <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>
1221                  </xsd:annotation>
1222               </xsd:element>
1223            </xsd:sequence>
1224            <xsd:attribute name="uidFluidSample" type="witsml:refString" use="optional">
1225               <xsd:annotation>
1226                  <xsd:documentation>Unique identifier for the Fluid Sample that was analyzed.</xsd:documentation>
1227               </xsd:annotation>
1228            </xsd:attribute>
1229            <xsd:attribute name="uidFluidAnalysis" type="witsml:refString" use="optional">
1230               <xsd:annotation>
1231                  <xsd:documentation>Unique identifier for the Fluid Analysis that produced this result.</xsd:documentation>
1232               </xsd:annotation>
1233            </xsd:attribute>
1234            <xsd:attributeGroup ref="witsml:attgrp_uid">
1235               <xsd:annotation>
1236                  <xsd:documentation>Unique identifier for the Fluid Analysis Result.</xsd:documentation>
1237               </xsd:annotation>
1238            </xsd:attributeGroup>
1239         </xsd:extension>
1240      </xsd:complexContent>
1241   </xsd:complexType>
1242   <xsd:simpleType name="abstractBoolean">
1243      <xsd:annotation>
1244         <xsd:documentation>This type disallows an "empty" boolean value. This type should not be used directly except to derive another type. All boolean types should be derived
1245         from this type rather than using xsd:boolen.</xsd:documentation>
1246      </xsd:annotation>
1247      <xsd:restriction base="xsd:boolean">
1248         <xsd:pattern value=".+" />
1249      </xsd:restriction>
1250   </xsd:simpleType>
1251   <xsd:simpleType name="abstractDateTime">
1252      <xsd:annotation>
1253         <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
1254         derived from this type rather than using xsd:dateTime.</xsd:documentation>
1255      </xsd:annotation>
1256      <xsd:restriction base="xsd:dateTime">
1257         <xsd:pattern value=".+" />
1258      </xsd:restriction>
1259   </xsd:simpleType>
1260   <xsd:simpleType name="abstractDate">
1261      <xsd:annotation>
1262         <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
1263         from this type rather than using xsd:dateTime.</xsd:documentation>
1264      </xsd:annotation>
1265      <xsd:restriction base="xsd:date">
1266         <xsd:pattern value=".+" />
1267      </xsd:restriction>
1268   </xsd:simpleType>
1269   <!--UNUSED: Deleted type abstractYear.-->
1270   <xsd:simpleType name="abstractDouble">
1271      <xsd:annotation>
1272         <xsd:documentation>This type disallows an "empty" double value. This type should not be used directly except to derive another type.</xsd:documentation>
1273      </xsd:annotation>
1274      <xsd:restriction base="xsd:double">
1275         <xsd:pattern value=".+" />
1276      </xsd:restriction>
1277   </xsd:simpleType>
1278   <xsd:simpleType name="abstractShort">
1279      <xsd:annotation>
1280         <xsd:documentation>This type disallows an "empty" short value. This type should not be used directly except to derive another type.</xsd:documentation>
1281      </xsd:annotation>
1282      <xsd:restriction base="xsd:short">
1283         <xsd:pattern value=".+" />
1284      </xsd:restriction>
1285   </xsd:simpleType>
1286   <!--UNUSED: Deleted type abstractInt.-->
1287   <xsd:simpleType name="abstractString">
1288      <xsd:annotation>
1289         <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.
1290         This type should not be used directly except to derive another type.</xsd:documentation>
1291      </xsd:annotation>
1292      <xsd:restriction base="xsd:string">
1293         <xsd:whiteSpace value="collapse">
1294            <xsd:annotation>
1295               <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
1296               trailing spaces.</xsd:documentation>
1297            </xsd:annotation>
1298         </xsd:whiteSpace>
1299         <xsd:minLength value="1">
1300            <xsd:annotation>
1301               <xsd:documentation>The empty string is not allowed. This constraint conbined with the whiteSpace collapse constraint means that a blank value is not
1302               allowed.</xsd:documentation>
1303            </xsd:annotation>
1304         </xsd:minLength>
1305      </xsd:restriction>
1306   </xsd:simpleType>
1307   <xsd:complexType name="abstractMeasure">
1308      <xsd:annotation>
1309         <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
1310         subtypes. This type allows all quantities to be profiled to be a 'float' instead of a 'double'.</xsd:documentation>
1311      </xsd:annotation>
1312      <xsd:simpleContent>
1313         <xsd:extension base="witsml:abstractDouble" />
1314      </xsd:simpleContent>
1315   </xsd:complexType>
1316   <xsd:simpleType name="abstractMaximumLengthString">
1317      <xsd:annotation>
1318         <xsd:documentation>This defines the maximum acceptable length of a string that can be stored in a data base.</xsd:documentation>
1319      </xsd:annotation>
1320      <xsd:restriction base="witsml:abstractString">
1321         <xsd:maxLength value="4000">
1322            <xsd:annotation>
1323               <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
1324               VARCHAR2 in Oracle 8.</xsd:documentation>
1325            </xsd:annotation>
1326         </xsd:maxLength>
1327      </xsd:restriction>
1328   </xsd:simpleType>
1329   <!--UNUSED: Deleted type abstractUncollapsedString.-->
1330   <!--UNUSED: Deleted type abstractContextualObject.-->
1331   <xsd:complexType name="abstractSingularDataObject">
1332      <xsd:annotation>
1333         <xsd:documentation>The intended abstract supertype of all singular data objects.</xsd:documentation>
1334      </xsd:annotation>
1335      <xsd:sequence />
1336   </xsd:complexType>
1337   <xsd:simpleType name="abstractPositiveCount">
1338      <xsd:annotation>
1339         <xsd:documentation>A positive integer (one based count or index) with a maximum value of 32767 (2-bytes).</xsd:documentation>
1340      </xsd:annotation>
1341      <xsd:restriction base="witsml:abstractShort">
1342         <xsd:minInclusive value="1">
1343            <xsd:annotation>
1344               <xsd:documentation>This value cannot be negative or zero.</xsd:documentation>
1345            </xsd:annotation>
1346         </xsd:minInclusive>
1347      </xsd:restriction>
1348   </xsd:simpleType>
1349   <xsd:simpleType name="abstractNameString">
1350      <xsd:annotation>
1351         <xsd:documentation>The intended abstract supertype of all user assigned human recognizable contextual name types. There should be no assumption that (interoperable)
1352         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
1353         by an enumeration.</xsd:documentation>
1354      </xsd:annotation>
1355      <xsd:restriction base="witsml:abstractString">
1356         <xsd:maxLength value="64" />
1357      </xsd:restriction>
1358   </xsd:simpleType>
1359   <xsd:simpleType name="abstractUidString">
1360      <xsd:annotation>
1361         <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
1362         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
1363         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>
1364      </xsd:annotation>
1365      <xsd:restriction base="witsml:abstractString">
1366         <xsd:maxLength value="64" />
1367         <xsd:pattern value="[^ ]*" />
1368      </xsd:restriction>
1369   </xsd:simpleType>
1370   <xsd:simpleType name="abstractCommentString">
1371      <xsd:annotation>
1372         <xsd:documentation>The intended abstract supertype of all comments or remarks intended for human consumption. There should be no assumption that semantics can be
1373         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
1374         interoperable).</xsd:documentation>
1375      </xsd:annotation>
1376      <xsd:restriction base="witsml:abstractMaximumLengthString" />
1377   </xsd:simpleType>
1378   <xsd:simpleType name="abstractTypeEnum">
1379      <xsd:annotation>
1380         <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.
1381         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
1382         future date.</xsd:documentation>
1383      </xsd:annotation>
1384      <xsd:restriction base="witsml:abstractString">
1385         <xsd:maxLength value="40" />
1386      </xsd:restriction>
1387   </xsd:simpleType>
1388   <xsd:simpleType name="abstractUomEnum">
1389      <xsd:annotation>
1390         <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.
1391         This type is abstract in the sense that it should not be used directly except to derive another type.</xsd:documentation>
1392      </xsd:annotation>
1393      <xsd:restriction base="witsml:abstractString">
1394         <xsd:maxLength value="24" />
1395      </xsd:restriction>
1396   </xsd:simpleType>
1397   <!--UNUSED: Deleted type abstractNonNegativeCount.-->
1398   <!--UNUSED: Deleted type ActivityClassType.-->
1399   <!--UNUSED: Deleted type ActivityCode.-->
1400   <!--UNUSED: Deleted type AddressKindEnum.-->
1401   <!--UNUSED: Deleted type AddressQualifier.-->
1402   <!--UNUSED: Deleted type AziRef.-->
1403   <!--UNUSED: Deleted type ArrayElementDataType.-->
1404   <!--UNUSED: Deleted type BearingType.-->
1405   <!--UNUSED: Deleted type BitDullCode.-->
1406   <!--UNUSED: Deleted type BitReasonPulled.-->
1407   <!--UNUSED: Deleted type BitType.-->
1408   <!--UNUSED: Deleted type BhaStatus.-->
1409   <!--UNUSED: Deleted type BladeShapeType.-->
1410   <!--UNUSED: Deleted type BladeType.-->
1411   <!--UNUSED: Deleted type BopType.-->
1412   <!--UNUSED: Deleted type BoxPinConfig.-->
1413   <!--UNUSED: Deleted type CalculationMethod.-->
1414   <!--UNUSED: Deleted type CementJobType.-->
1415   <!--UNUSED: Deleted type ConnectionPosition.-->
1416   <!--UNUSED: Deleted type ContactPreference.-->
1417   <!--UNUSED: Deleted type DeflectionMethod.-->
1418   <!--UNUSED: Deleted type DerrickType.-->
1419   <!--UNUSED: Deleted type DrawWorksType.-->
1420   <!--UNUSED: Deleted type DriveType.-->
1421   <!--UNUSED: Deleted type ElevCodeEnum.-->
1422   <!--UNUSED: Deleted type Ellipsoid.-->
1423   <xsd:simpleType name="EndpointQualifier">
1424      <xsd:annotation>
1425         <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
1426         file.</xsd:documentation>
1427      </xsd:annotation>
1428      <xsd:restriction base="witsml:abstractTypeEnum">
1429         <xsd:enumeration value="inclusive">
1430            <xsd:annotation>
1431               <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
1432               considered to be within the range.</xsd:documentation>
1433            </xsd:annotation>
1434         </xsd:enumeration>
1435         <xsd:enumeration value="exclusive">
1436            <xsd:annotation>
1437               <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
1438               considered to be outside the range.</xsd:documentation>
1439            </xsd:annotation>
1440         </xsd:enumeration>
1441         <xsd:enumeration value="extensive">
1442            <xsd:annotation>
1443               <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
1444               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
1445               endpoint. Basically, this concept is designed to support interpolation across an undefined point.</xsd:documentation>
1446            </xsd:annotation>
1447         </xsd:enumeration>
1448         <xsd:enumeration value="overlap extensive">
1449            <xsd:annotation>
1450               <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
1451               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
1452               be used as the endpoint. This concept is designed to select ALL nodes whose index interval overlap with the query range.</xsd:documentation>
1453            </xsd:annotation>
1454         </xsd:enumeration>
1455         <xsd:enumeration value="unknown">
1456            <xsd:annotation>
1457               <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
1458               value. Use of this value may result in rejection in some situations.</xsd:documentation>
1459            </xsd:annotation>
1460         </xsd:enumeration>
1461      </xsd:restriction>
1462   </xsd:simpleType>
1463   <!--UNUSED: Deleted type FacilityParameter.-->
1464   <!--UNUSED: Deleted type FiberMode.-->
1465   <!--UNUSED: Deleted type FlowQualifier.-->
1466   <!--UNUSED: Deleted type FlowSubQualifier.-->
1467   <!--UNUSED: Deleted type GasPeakType.-->
1468   <!--UNUSED: Deleted type GeodeticDatum.-->
1469   <!--UNUSED: Deleted type Hemispheres.-->
1470   <!--UNUSED: Deleted type HoleCasingType.-->
1471   <!--UNUSED: Deleted type HoleOpenerType.-->
1472   <!--UNUSED: Deleted type InjectionFluid.-->
1473   <!--UNUSED: Deleted type IntervalMethod.-->
1474   <!--UNUSED: Deleted type IntervalType.-->
1475   <xsd:simpleType name="ItemState">
1476      <xsd:annotation>
1477         <xsd:documentation>These values represent the state of a WITSML object.</xsd:documentation>
1478      </xsd:annotation>
1479      <xsd:restriction base="witsml:abstractTypeEnum">
1480         <xsd:enumeration value="actual">
1481            <xsd:annotation>
1482               <xsd:documentation>Actual data measured or entered at the well site.</xsd:documentation>
1483            </xsd:annotation>
1484         </xsd:enumeration>
1485         <xsd:enumeration value="model">
1486            <xsd:annotation>
1487               <xsd:documentation>Model data used for "what if" calculations.</xsd:documentation>
1488            </xsd:annotation>
1489         </xsd:enumeration>
1490         <xsd:enumeration value="plan">
1491            <xsd:annotation>
1492               <xsd:documentation>A planned object. That is, one which is expected to be executed in the future.</xsd:documentation>
1493            </xsd:annotation>
1494         </xsd:enumeration>
1495         <xsd:enumeration value="unknown">
1496            <xsd:annotation>
1497               <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
1498               value. Use of this value may result in rejection in some situations.</xsd:documentation>
1499            </xsd:annotation>
1500         </xsd:enumeration>
1501      </xsd:restriction>
1502   </xsd:simpleType>
1503   <!--UNUSED: Deleted type InstalledFiberPoint.-->
1504   <!--UNUSED: Deleted type JarType.-->
1505   <!--UNUSED: Deleted type JarAction.-->
1506   <!--UNUSED: Deleted type LithologySource.-->
1507   <!--UNUSED: Deleted type LithologyType.-->
1508   <!--UNUSED: Deleted type LogDataType.-->
1509   <!--UNUSED: Deleted type LogIndexDirection.-->
1510   <!--UNUSED: Deleted type LogIndexType.-->
1511   <!--UNUSED: Deleted type LogTraceOrigin.-->
1512   <!--UNUSED: Deleted type LogTraceState.-->
1513   <!--UNUSED: Deleted type MaterialType.-->
1514   <!--UNUSED: Deleted type MeasureClass.-->
1515   <!--UNUSED: Deleted type MeasurementType.-->
1516   <!--UNUSED: Deleted type MessageProbability.-->
1517   <!--UNUSED: Deleted type MessageSeverity.-->
1518   <!--UNUSED: Deleted type MessageType.-->
1519   <!--UNUSED: Deleted type MudLogParameterType.-->
1520   <!--UNUSED: Deleted type NADTypes.-->
1521   <!--UNUSED: Deleted type NameTagLocation.-->
1522   <!--UNUSED: Deleted type NameTagNumberingScheme.-->
1523   <!--UNUSED: Deleted type NameTagTechnology.-->
1524   <!--UNUSED: Deleted type NozzleType.-->
1525   <!--UNUSED: Deleted type OTDRReason.-->
1526   <!--UNUSED: Deleted type PhoneType.-->
1527   <!--UNUSED: Deleted type PitType.-->
1528   <!--UNUSED: Deleted type ProductFlowPortType.-->
1529   <!--UNUSED: Deleted type Projection.-->
1530   <!--UNUSED: Deleted type ProjectionVariantsObliqueMercator.-->
1531   <!--UNUSED: Deleted type PumpType.-->
1532   <!--UNUSED: Deleted type PumpOpType.-->
1533   <!--UNUSED: Deleted type QualifierType.-->
1534   <!--UNUSED: Deleted type RealtimeData.-->
1535   <!--UNUSED: Deleted type ReportingFacility.-->
1536   <!--UNUSED: Deleted type ReportingFlow.-->
1537   <!--UNUSED: Deleted type ReportingPeriod.-->
1538   <!--UNUSED: Deleted type ReportingProduct.-->
1539   <!--UNUSED: Deleted type ReportingProperty.-->
1540   <!--UNUSED: Deleted type RigType.-->
1541   <!--UNUSED: Deleted type RiskAffectedPersonnel.-->
1542   <!--UNUSED: Deleted type RiskCategory.-->
1543   <!--UNUSED: Deleted type RiskSubCategory.-->
1544   <!--UNUSED: Deleted type RiskType.-->
1545   <!--UNUSED: Deleted type ScrType.-->
1546   <!--UNUSED: Deleted type ShowFluorescence.-->
1547   <!--UNUSED: Deleted type ShowLevel.-->
1548   <!--UNUSED: Deleted type ShowRating.-->
1549   <!--UNUSED: Deleted type ShowSpeed.-->
1550   <!--UNUSED: Deleted type StandardTempPress.-->
1551   <!--UNUSED: Deleted type SupportCraft.-->
1552   <!--UNUSED: Deleted type SurfEquipType.-->
1553   <!--UNUSED: Deleted type TargetCategory.-->
1554   <!--UNUSED: Deleted type TargetScope.-->
1555   <!--UNUSED: Deleted type TargetSectionScope.-->
1556   <!--UNUSED: Deleted type TestReason.-->
1557   <!--UNUSED: Deleted type TrajStationStatus.-->
1558   <!--UNUSED: Deleted type TrajStationType.-->
1559   <!--UNUSED: Deleted type TubularAssembly.-->
1560   <!--UNUSED: Deleted type TubularComponent.-->
1561   <!--UNUSED: Deleted type TypeSurveyTool.-->
1562   <!--UNUSED: Deleted type ValueStatus.-->
1563   <!--UNUSED: Deleted type WellDirection.-->
1564   <!--UNUSED: Deleted type WellFluid.-->
1565   <!--UNUSED: Deleted type WellboreShape.-->
1566   <!--UNUSED: Deleted type WellboreType.-->
1567   <!--UNUSED: Deleted type WellPurpose.-->
1568   <!--UNUSED: Deleted type WellStatus.-->
1569   <!--UNUSED: Deleted type CrewType.-->
1570   <!--UNUSED: Deleted type OperationKind.-->
1571   <!--UNUSED: Deleted type ReasonLost.-->
1572   <!--UNUSED: Deleted type SafetyType.-->
1573   <xsd:simpleType name="VolumeReferenceKind">
1574      <xsd:restriction base="witsml:abstractTypeEnum">
1575         <xsd:enumeration value="initial reservoir" />
1576         <xsd:enumeration value="saturation-measured" />
1577         <xsd:enumeration value="saturation-calculated" />
1578         <xsd:enumeration value="stock tank" />
1579         <xsd:enumeration value="current separator stage" />
1580         <xsd:enumeration value="separator stage 1" />
1581         <xsd:enumeration value="separator stage 2" />
1582         <xsd:enumeration value="separator stage 3" />
1583         <xsd:enumeration value="separator stage 4" />
1584         <xsd:enumeration value="separator stage 5" />
1585         <xsd:enumeration value="separator stage 6" />
1586         <xsd:enumeration value="separator stage 7" />
1587         <xsd:enumeration value="separator stage 8" />
1588         <xsd:enumeration value="separator stage 9" />
1589         <xsd:enumeration value="separator stage 10" />
1590         <xsd:enumeration value="separator stage 11" />
1591         <xsd:enumeration value="separator stage 12" />
1592         <xsd:enumeration value="separator stage 13" />
1593         <xsd:enumeration value="separator stage 14" />
1594         <xsd:enumeration value="separator stage 15" />
1595         <xsd:enumeration value="separator stage 16" />
1596         <xsd:enumeration value="separator stage 17" />
1597         <xsd:enumeration value="separator stage 18" />
1598         <xsd:enumeration value="separator stage 19" />
1599         <xsd:enumeration value="separator stage 20" />
1600         <xsd:enumeration value="separator stage 21" />
1601         <xsd:enumeration value="separator stage 22" />
1602         <xsd:enumeration value="separator stage 23" />
1603         <xsd:enumeration value="separator stage 24" />
1604         <xsd:enumeration value="separator stage 25" />
1605         <xsd:enumeration value="separator stage 26" />
1606         <xsd:enumeration value="separator stage 27" />
1607         <xsd:enumeration value="separator stage 28" />
1608         <xsd:enumeration value="separator stage 29" />
1609         <xsd:enumeration value="separator stage 30" />
1610      </xsd:restriction>
1611   </xsd:simpleType>
1612   <xsd:simpleType name="DataQuality">
1613      <xsd:restriction base="witsml:abstractTypeEnum">
1614         <xsd:enumeration value="best" />
1615         <xsd:enumeration value="good" />
1616         <xsd:enumeration value="fair" />
1617         <xsd:enumeration value="poor" />
1618         <xsd:enumeration value="invalid" />
1619         <xsd:enumeration value="unknown" />
1620      </xsd:restriction>
1621   </xsd:simpleType>
1622   <!--UNUSED: Deleted type FluidAnalysisKind.-->
1623   <xsd:simpleType name="FluidComponent">
1624      <xsd:annotation>
1625         <xsd:documentation>================================================================================================= THESE NEED TO BE RECONCILED WITH THE ReportingProduct
1626         LIST. =================================================================================================</xsd:documentation>
1627      </xsd:annotation>
1628      <xsd:restriction base="witsml:abstractTypeEnum">
1629         <xsd:enumeration value="H2" />
1630         <xsd:enumeration value="H2O" />
1631         <xsd:enumeration value="N2" />
1632         <xsd:enumeration value="O2" />
1633         <xsd:enumeration value="H2S" />
1634         <xsd:enumeration value="Ar" />
1635         <xsd:enumeration value="CO2" />
1636         <xsd:enumeration value="methane" />
1637         <xsd:enumeration value="ethane" />
1638         <xsd:enumeration value="propane" />
1639         <xsd:enumeration value="2m propane" />
1640         <xsd:enumeration value="butane" />
1641         <xsd:enumeration value="cyclopentane" />
1642         <xsd:enumeration value="2m butane" />
1643         <xsd:enumeration value="pentane" />
1644         <xsd:enumeration value="22dm propane" />
1645         <xsd:enumeration value="benzene" />
1646         <xsd:enumeration value="cyclohexane" />
1647         <xsd:enumeration value="mcy pentane" />
1648         <xsd:enumeration value="hexane" />
1649         <xsd:enumeration value="22dm butane" />
1650         <xsd:enumeration value="23dm butane" />
1651         <xsd:enumeration value="2m pentane" />
1652         <xsd:enumeration value="3m pentane" />
1653         <xsd:enumeration value="m benzene" />
1654         <xsd:enumeration value="mcy hexane" />
1655         <xsd:enumeration value="11dmcy pentane" />
1656         <xsd:enumeration value="c13dmcy pentane" />
1657         <xsd:enumeration value="t12dmcy pentane" />
1658         <xsd:enumeration value="t13dmcy pentane" />
1659         <xsd:enumeration value="etcy pentane" />
1660         <xsd:enumeration value="22dm pentane" />
1661         <xsd:enumeration value="223tm butane" />
1662         <xsd:enumeration value="24dm pentane" />
1663         <xsd:enumeration value="2m hexane" />
1664         <xsd:enumeration value="33dm pentane" />
1665         <xsd:enumeration value="23dm pentane" />
1666         <xsd:enumeration value="3et pentane" />
1667         <xsd:enumeration value="3m hexane" />
1668         <xsd:enumeration value="12dm benzene" />
1669         <xsd:enumeration value="13dm benzene" />
1670         <xsd:enumeration value="14dm benzene" />
1671         <xsd:enumeration value="et benzene" />
1672         <xsd:enumeration value="223tm pentane" />
1673         <xsd:enumeration value="22dm hexane" />
1674         <xsd:enumeration value="24dm hexane" />
1675         <xsd:enumeration value="25dm hexane" />
1676         <xsd:enumeration value="124tm benzene" />
1677         <xsd:enumeration value="hexanes" />
1678         <xsd:enumeration value="heptanes" />
1679         <xsd:enumeration value="octanes" />
1680         <xsd:enumeration value="nonanes" />
1681         <xsd:enumeration value="decanes" />
1682         <xsd:enumeration value="C11F" />
1683         <xsd:enumeration value="C12F" />
1684         <xsd:enumeration value="C13F" />
1685         <xsd:enumeration value="C14F" />
1686         <xsd:enumeration value="C15F" />
1687         <xsd:enumeration value="C16F" />
1688         <xsd:enumeration value="C17F" />
1689         <xsd:enumeration value="C18F" />
1690         <xsd:enumeration value="C19F" />
1691         <xsd:enumeration value="C20F" />
1692         <xsd:enumeration value="C21F" />
1693         <xsd:enumeration value="C22F" />
1694         <xsd:enumeration value="C23F" />
1695         <xsd:enumeration value="C24F" />
1696         <xsd:enumeration value="C25F" />
1697         <xsd:enumeration value="C26F" />
1698         <xsd:enumeration value="C27F" />
1699         <xsd:enumeration value="C28F" />
1700         <xsd:enumeration value="C29F" />
1701         <xsd:enumeration value="C30F" />
1702         <xsd:enumeration value="C31F" />
1703         <xsd:enumeration value="C32F" />
1704         <xsd:enumeration value="C33F" />
1705         <xsd:enumeration value="C34F" />
1706         <xsd:enumeration value="C35F" />
1707         <xsd:enumeration value="C36F" />
1708         <xsd:enumeration value="C37F" />
1709         <xsd:enumeration value="C38F" />
1710         <xsd:enumeration value="C39F" />
1711         <xsd:enumeration value="C40F" />
1712         <xsd:enumeration value="C41F" />
1713         <xsd:enumeration value="C42F" />
1714         <xsd:enumeration value="C43F" />
1715         <xsd:enumeration value="C44F" />
1716         <xsd:enumeration value="C45F" />
1717         <xsd:enumeration value="C46F" />
1718         <xsd:enumeration value="C47F" />
1719         <xsd:enumeration value="C48F" />
1720         <xsd:enumeration value="C49F" />
1721      </xsd:restriction>
1722   </xsd:simpleType>
1723   <!--UNUSED: Deleted type FluidSampleTestAcquisition.-->
1724   <xsd:simpleType name="FluidComponentKind">
1725      <xsd:restriction base="witsml:abstractTypeEnum">
1726         <xsd:enumeration value="pure" />
1727         <xsd:enumeration value="frac" />
1728         <xsd:enumeration value="plus" />
1729         <xsd:enumeration value="split" />
1730      </xsd:restriction>
1731   </xsd:simpleType>
1732   <!--UNUSED: Deleted type FluidContaminant.-->
1733   <!--UNUSED: Deleted type FluidSampleKind.-->
1734   <!--UNUSED: Deleted type ReservoirFluidKind.-->
1735   <xsd:simpleType name="EosModelKind">
1736      <xsd:restriction base="witsml:abstractTypeEnum">
1737         <xsd:enumeration value="bwrs" />
1738         <xsd:enumeration value="cubeos" />
1739         <xsd:enumeration value="pr" />
1740         <xsd:enumeration value="prvt" />
1741         <xsd:enumeration value="srk" />
1742         <xsd:enumeration value="srkvt" />
1743      </xsd:restriction>
1744   </xsd:simpleType>
1745   <!--UNUSED: Deleted type generalMeasureType.-->
1746   <!--UNUSED: Deleted type temperatureSlopeMeasure.-->
1747   <!--UNUSED: Deleted type typeOptionalClassString.-->
1748   <xsd:complexType name="endpointQualifiedDateTime">
1749      <xsd:annotation>
1750         <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
1751         endpoint attribute.</xsd:documentation>
1752      </xsd:annotation>
1753      <xsd:simpleContent>
1754         <xsd:extension base="witsml:abstractDateTime">
1755            <xsd:attribute name="endpoint" type="witsml:EndpointQualifier" use="optional">
1756               <xsd:annotation>
1757                  <xsd:documentation>The default is "inclusive".</xsd:documentation>
1758               </xsd:annotation>
1759            </xsd:attribute>
1760         </xsd:extension>
1761      </xsd:simpleContent>
1762   </xsd:complexType>
1763   <!--UNUSED: Deleted type endpointQualifiedDate.-->
1764   <!--UNUSED: Deleted type emailQualifierStruct.-->
1765   <!--UNUSED: Deleted type facilityIdentifierStruct.-->
1766   <!--UNUSED: Deleted type phoneNumberStruct.-->
1767   <xsd:simpleType name="logicalBoolean">
1768      <xsd:annotation>
1769         <xsd:documentation>Values of "true" (or "1") and "false" (or "0").</xsd:documentation>
1770      </xsd:annotation>
1771      <xsd:restriction base="witsml:abstractBoolean" />
1772   </xsd:simpleType>
1773   <xsd:simpleType name="date">
1774      <xsd:annotation>
1775         <xsd:documentation>A julian date.</xsd:documentation>
1776      </xsd:annotation>
1777      <xsd:restriction base="witsml:abstractDate" />
1778   </xsd:simpleType>
1779   <!--UNUSED: Deleted type month.-->
1780   <!--UNUSED: Deleted type year.-->
1781   <xsd:simpleType name="timestamp">
1782      <xsd:annotation>
1783         <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
1784         each date time value.</xsd:documentation>
1785      </xsd:annotation>
1786      <xsd:restriction base="witsml:abstractDateTime" />
1787   </xsd:simpleType>
1788   <!--UNUSED: Deleted type timeZone.-->
1789   <!--UNUSED: Deleted type calendarYear.-->
1790   <!--UNUSED: Deleted type yAxisAzimuth.-->
1791   <!--UNUSED: Deleted type nonNegativeFraction.-->
1792   <xsd:simpleType name="unitlessQuantity">
1793      <xsd:annotation>
1794         <xsd:documentation>A unitless quantity. This should not be confused with a dimensionless measure.</xsd:documentation>
1795      </xsd:annotation>
1796      <xsd:restriction base="witsml:abstractDouble" />
1797   </xsd:simpleType>
1798   <!--UNUSED: Deleted type genericMeasure.-->
1799   <!--UNUSED: Deleted type indexCurve.-->
1800   <!--UNUSED: Deleted type ratioGenericMeasure.-->
1801   <!--UNUSED: Deleted type listOfString.-->
1802   <!--UNUSED: Deleted type listOfDouble.-->
1803   <!--UNUSED: Deleted type refNameString.-->
1804   <!--UNUSED: Deleted type refObjectString.-->
1805   <!--UNUSED: Deleted type refPositiveCount.-->
1806   <!--UNUSED: Deleted type refWellDatum.-->
1807   <xsd:simpleType name="nameString">
1808      <xsd:annotation>
1809         <xsd:documentation>A user assigned human recognizable contextual name of something. There should be no assumption that (interoperable) semantic information will be
1810         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
1811         enumeration.</xsd:documentation>
1812      </xsd:annotation>
1813      <xsd:restriction base="witsml:abstractNameString" />
1814   </xsd:simpleType>
1815   <xsd:simpleType name="commentString">
1816      <xsd:annotation>
1817         <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.
1818         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>
1819      </xsd:annotation>
1820      <xsd:restriction base="witsml:abstractCommentString" />
1821   </xsd:simpleType>
1822   <xsd:simpleType name="descriptionString">
1823      <xsd:annotation>
1824         <xsd:documentation>A textual description of something.</xsd:documentation>
1825      </xsd:annotation>
1826      <xsd:restriction base="witsml:abstractString">
1827         <xsd:maxLength value="256" />
1828      </xsd:restriction>
1829   </xsd:simpleType>
1830   <!--UNUSED: Deleted type shortDescriptionString.-->
1831   <!--UNUSED: Deleted type encodedArrayString.-->
1832   <!--UNUSED: Deleted type encodedValueString.-->
1833   <xsd:simpleType name="kindString">
1834      <xsd:annotation>
1835         <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
1836         enumerated list.</xsd:documentation>
1837      </xsd:annotation>
1838      <xsd:restriction base="witsml:abstractTypeEnum" />
1839   </xsd:simpleType>
1840   <!--UNUSED: Deleted type uomString.-->
1841   <xsd:simpleType name="uidString">
1842      <xsd:annotation>
1843         <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
1844         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
1845         value unless enforced by the source of the document (e.g., a document server).</xsd:documentation>
1846      </xsd:annotation>
1847      <xsd:restriction base="witsml:abstractUidString" />
1848   </xsd:simpleType>
1849   <xsd:simpleType name="refString">
1850      <xsd:annotation>
1851         <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
1852         value of an attribute of type uidString.</xsd:documentation>
1853      </xsd:annotation>
1854      <xsd:restriction base="witsml:abstractUidString" />
1855   </xsd:simpleType>
1856   <xsd:simpleType name="schemaVersionString">
1857      <xsd:annotation>
1858         <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
1859         loader files.</xsd:documentation>
1860      </xsd:annotation>
1861      <xsd:restriction base="witsml:abstractString">
1862         <xsd:maxLength value="16" />
1863         <xsd:pattern value="1\.0\.0\.[1-9]?[0-9]\(PRODML\)" />
1864      </xsd:restriction>
1865   </xsd:simpleType>
1866   <xsd:complexType name="nameStruct">
1867      <xsd:annotation>
1868         <xsd:documentation>The name of something within a naming system.</xsd:documentation>
1869      </xsd:annotation>
1870      <xsd:simpleContent>
1871         <xsd:extension base="witsml:abstractNameString">
1872            <xsd:attribute name="namingSystem" type="witsml:nameString" use="optional">
1873               <xsd:annotation>
1874                  <xsd:documentation>The naming system within the name is (hopefully) unique.</xsd:documentation>
1875               </xsd:annotation>
1876            </xsd:attribute>
1877         </xsd:extension>
1878      </xsd:simpleContent>
1879   </xsd:complexType>
1880   <!--UNUSED: Deleted type wellKnownNameStruct.-->
1881   <!--UNUSED: Deleted type uncollapsedString.-->
1882   <!--UNUSED: Deleted type iadcBearingWearCode.-->
1883   <!--UNUSED: Deleted type geodeticZoneString.-->
1884   <!--UNUSED: Deleted type generalQualifiedMeasure.-->
1885   <!--UNUSED: Deleted type integerQualifiedCount.-->
1886   <!--UNUSED: Deleted type kindQualifiedString.-->
1887   <!--UNUSED: Deleted type areaQualifiedMeasure.-->
1888   <!--UNUSED: Deleted type areaPerAreaQualifiedMeasure.-->
1889   <!--UNUSED: Deleted type anglePerTimeQualifiedMeasure.-->
1890   <!--UNUSED: Deleted type lengthPerLengthQualifiedMeasure.-->
1891   <!--UNUSED: Deleted type pressureQualifiedMeasure.-->
1892   <!--UNUSED: Deleted type thermodynamicTemperatureQualifiedMeasure.-->
1893   <!--UNUSED: Deleted type volumeQualifiedMeasure.-->
1894   <!--UNUSED: Deleted type volumeFlowRateQualifiedMeasure.-->
1895   <!--UNUSED: Deleted type measuredDepthCoord.-->
1896   <!--UNUSED: Deleted type MeasuredDepthUom.-->
1897   <!--UNUSED: Deleted type wellVerticalDepthCoord.-->
1898   <!--UNUSED: Deleted type wellElevationCoord.-->
1899   <!--UNUSED: Deleted type WellVerticalCoordinateUom.-->
1900   <!--UNUSED: Deleted type nonNegativeCount.-->
1901   <xsd:simpleType name="positiveCount">
1902      <xsd:annotation>
1903         <xsd:documentation>A positive integer (one based count or index).</xsd:documentation>
1904      </xsd:annotation>
1905      <xsd:restriction base="witsml:abstractPositiveCount">
1906         <xsd:minInclusive value="1">
1907            <xsd:annotation>
1908               <xsd:documentation>This value cannot be negative or zero.</xsd:documentation>
1909            </xsd:annotation>
1910         </xsd:minInclusive>
1911      </xsd:restriction>
1912   </xsd:simpleType>
1913   <!--UNUSED: Deleted type positiveBigCount.-->
1914   <!--UNUSED: Deleted type integerCount.-->
1915   <!--UNUSED: Deleted type beaufortScaleIntegerCode.-->
1916   <!--UNUSED: Deleted type pumpActionIntegerCode.-->
1917   <!--UNUSED: Deleted type iadcIntegerCode.-->
1918   <!--UNUSED: Deleted type levelIntegerCode.-->
1919   <!--UNUSED: Deleted type cost.-->
1920   <!--UNUSED: Deleted type indexedObject.-->
1921   <!--UNUSED: Deleted type str2.-->
1922   <!--UNUSED: Deleted type str16.-->
1923   <!--UNUSED: Deleted type str32.-->
1924   <!--UNUSED: Deleted type crewCount.-->
1925   <!--UNUSED: Deleted type lostVolumeAndReason.-->
1926   <!--UNUSED: Deleted type safetyCount.-->
1927   <xsd:complexType name="binaryInteractionCoefficient">
1928      <xsd:simpleContent>
1929         <xsd:extension base="witsml:abstractDouble">
1930            <xsd:attribute name="referenceComponent" type="witsml:kindString" use="optional">
1931               <xsd:annotation>
1932                  <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
1933               </xsd:annotation>
1934            </xsd:attribute>
1935         </xsd:extension>
1936      </xsd:simpleContent>
1937   </xsd:complexType>
1938   <xsd:complexType name="massConcentrationMeasurePercent">
1939      <xsd:annotation>
1940         <xsd:documentation>A mass per mass measure that is constrained to a unit of percent.</xsd:documentation>
1941      </xsd:annotation>
1942      <xsd:simpleContent>
1943         <xsd:extension base="witsml:abstractMeasure">
1944            <xsd:attribute name="uom" type="witsml:PercentUom" use="optional">
1945               <xsd:annotation>
1946                  <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
1947               </xsd:annotation>
1948            </xsd:attribute>
1949         </xsd:extension>
1950      </xsd:simpleContent>
1951   </xsd:complexType>
1952   <xsd:complexType name="molarFractionMeasurePercent">
1953      <xsd:annotation>
1954         <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>
1955      </xsd:annotation>
1956      <xsd:simpleContent>
1957         <xsd:extension base="witsml:abstractMeasure">
1958            <xsd:attribute name="uom" type="witsml:PercentUom" use="optional">
1959               <xsd:annotation>
1960                  <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
1961               </xsd:annotation>
1962            </xsd:attribute>
1963         </xsd:extension>
1964      </xsd:simpleContent>
1965   </xsd:complexType>
1966   <xsd:complexType name="volumePerVolumeMeasurePercent">
1967      <xsd:annotation>
1968         <xsd:documentation>A volume per volume measure that is constrained to a unit of percent.</xsd:documentation>
1969      </xsd:annotation>
1970      <xsd:simpleContent>
1971         <xsd:extension base="witsml:abstractMeasure">
1972            <xsd:attribute name="uom" type="witsml:PercentUom" use="optional">
1973               <xsd:annotation>
1974                  <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
1975               </xsd:annotation>
1976            </xsd:attribute>
1977         </xsd:extension>
1978      </xsd:simpleContent>
1979   </xsd:complexType>
1980   <xsd:simpleType name="PercentUom">
1981      <xsd:restriction base="witsml:abstractUomEnum">
1982         <xsd:enumeration value="%" />
1983      </xsd:restriction>
1984   </xsd:simpleType>
1985   <!--UNUSED: Deleted type accelerationLinearMeasure.-->
1986   <!--UNUSED: Deleted type amountOfSubstanceMeasure.-->
1987   <!--UNUSED: Deleted type anglePerLengthMeasure.-->
1988   <!--UNUSED: Deleted type anglePerTimeMeasure.-->
1989   <!--UNUSED: Deleted type areaMeasure.-->
1990   <!--UNUSED: Deleted type areaPerAreaMeasure.-->
1991   <xsd:complexType name="densityMeasure">
1992      <xsd:simpleContent>
1993         <xsd:extension base="witsml:abstractMeasure">
1994            <xsd:attribute name="uom" type="witsml:densityUom" use="optional">
1995               <xsd:annotation>
1996                  <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
1997               </xsd:annotation>
1998            </xsd:attribute>
1999         </xsd:extension>
2000      </xsd:simpleContent>
2001   </xsd:complexType>
2002   <!--UNUSED: Deleted type dimensionlessMeasure.-->
2003   <xsd:complexType name="dynamicViscosityMeasure">
2004      <xsd:simpleContent>
2005         <xsd:extension base="witsml:abstractMeasure">
2006            <xsd:attribute name="uom" type="witsml:dynamicViscosityUom" use="optional">
2007               <xsd:annotation>
2008                  <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2009               </xsd:annotation>
2010            </xsd:attribute>
2011         </xsd:extension>
2012      </xsd:simpleContent>
2013   </xsd:complexType>
2014   <!--UNUSED: Deleted type electricPotentialMeasure.-->
2015   <!--UNUSED: Deleted type energyPerAreaMeasure.-->
2016   <!--UNUSED: Deleted type equivalentPerMassMeasure.-->
2017   <!--UNUSED: Deleted type forceMeasure.-->
2018   <!--UNUSED: Deleted type forcePerVolumeMeasure.-->
2019   <!--UNUSED: Deleted type frequencyMeasure.-->
2020   <!--UNUSED: Deleted type illuminanceMeasure.-->
2021   <!--UNUSED: Deleted type lengthMeasure.-->
2022   <!--UNUSED: Deleted type lengthPerLengthMeasure.-->
2023   <!--UNUSED: Deleted type magneticFieldStrengthMeasure.-->
2024   <xsd:complexType name="massConcentrationMeasure">
2025      <xsd:simpleContent>
2026         <xsd:extension base="witsml:abstractMeasure">
2027            <xsd:attribute name="uom" type="witsml:massConcentrationUom" use="optional">
2028               <xsd:annotation>
2029                  <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2030               </xsd:annotation>
2031            </xsd:attribute>
2032         </xsd:extension>
2033      </xsd:simpleContent>
2034   </xsd:complexType>
2035   <!--UNUSED: Deleted type massFlowRateMeasure.-->
2036   <!--UNUSED: Deleted type massMeasure.-->
2037   <!--UNUSED: Deleted type massPerLengthMeasure.-->
2038   <xsd:complexType name="modulusOfCompressionMeasure">
2039      <xsd:simpleContent>
2040         <xsd:extension base="witsml:abstractMeasure">
2041            <xsd:attribute name="uom" type="witsml:modulusOfCompressionUom" use="optional">
2042               <xsd:annotation>
2043                  <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2044               </xsd:annotation>
2045            </xsd:attribute>
2046         </xsd:extension>
2047      </xsd:simpleContent>
2048   </xsd:complexType>
2049   <!--UNUSED: Deleted type momentOfForceMeasure.-->
2050   <!--UNUSED: Deleted type perLengthMeasure.-->
2051   <!--UNUSED: Deleted type planeAngleMeasure.-->
2052   <!--UNUSED: Deleted type powerMeasure.-->
2053   <xsd:complexType name="pressureMeasure">
2054      <xsd:simpleContent>
2055         <xsd:extension base="witsml:abstractMeasure">
2056            <xsd:attribute name="uom" type="witsml:pressureUom" use="optional">
2057               <xsd:annotation>
2058                  <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2059               </xsd:annotation>
2060            </xsd:attribute>
2061         </xsd:extension>
2062      </xsd:simpleContent>
2063   </xsd:complexType>
2064   <!--UNUSED: Deleted type relativePowerMeasure.-->
2065   <!--UNUSED: Deleted type specificVolumeMeasure.-->
2066   <xsd:complexType name="thermodynamicTemperatureMeasure">
2067      <xsd:simpleContent>
2068         <xsd:extension base="witsml:abstractMeasure">
2069            <xsd:attribute name="uom" type="witsml:thermodynamicTemperatureUom" use="optional">
2070               <xsd:annotation>
2071                  <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2072               </xsd:annotation>
2073            </xsd:attribute>
2074         </xsd:extension>
2075      </xsd:simpleContent>
2076   </xsd:complexType>
2077   <!--UNUSED: Deleted type timeMeasure.-->
2078   <!--UNUSED: Deleted type velocityMeasure.-->
2079   <xsd:complexType name="volumeMeasure">
2080      <xsd:simpleContent>
2081         <xsd:extension base="witsml:abstractMeasure">
2082            <xsd:attribute name="uom" type="witsml:volumeUom" use="optional">
2083               <xsd:annotation>
2084                  <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2085               </xsd:annotation>
2086            </xsd:attribute>
2087         </xsd:extension>
2088      </xsd:simpleContent>
2089   </xsd:complexType>
2090   <!--UNUSED: Deleted type volumeFlowRateMeasure.-->
2091   <xsd:complexType name="volumePerVolumeMeasure">
2092      <xsd:simpleContent>
2093         <xsd:extension base="witsml:abstractMeasure">
2094            <xsd:attribute name="uom" type="witsml:volumePerVolumeUom" use="optional">
2095               <xsd:annotation>
2096                  <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2097               </xsd:annotation>
2098            </xsd:attribute>
2099         </xsd:extension>
2100      </xsd:simpleContent>
2101   </xsd:complexType>
2102   <!--UNUSED: Deleted type workMeasure.-->
2103   <xsd:complexType name="compressibilityMeasure">
2104      <xsd:simpleContent>
2105         <xsd:extension base="witsml:abstractMeasure">
2106            <xsd:attribute name="uom" type="witsml:compressibilityUom" use="optional">
2107               <xsd:annotation>
2108                  <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2109               </xsd:annotation>
2110            </xsd:attribute>
2111         </xsd:extension>
2112      </xsd:simpleContent>
2113   </xsd:complexType>
2114   <xsd:complexType name="molarVolumeMeasure">
2115      <xsd:simpleContent>
2116         <xsd:extension base="witsml:abstractMeasure">
2117            <xsd:attribute name="uom" type="witsml:molarVolumeUom" use="optional">
2118               <xsd:annotation>
2119                  <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2120               </xsd:annotation>
2121            </xsd:attribute>
2122         </xsd:extension>
2123      </xsd:simpleContent>
2124   </xsd:complexType>
2125   <xsd:complexType name="standardVolumeMeasure">
2126      <xsd:annotation>
2127         <xsd:documentation>A volume corrected to standard conditions of temperature and pressure. The standard conditions must be known outside the context of the data type
2128         because the unit of measure is independent of the standard conditions. The main intent of this type is to allow programatic determination of where standard conditions are
2129         assumed.</xsd:documentation>
2130      </xsd:annotation>
2131      <xsd:simpleContent>
2132         <xsd:extension base="witsml:abstractMeasure">
2133            <xsd:attribute name="uom" type="witsml:volumeUom" use="optional">
2134               <xsd:annotation>
2135                  <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2136               </xsd:annotation>
2137            </xsd:attribute>
2138         </xsd:extension>
2139      </xsd:simpleContent>
2140   </xsd:complexType>
2141   <xsd:complexType name="thermalConductivityMeasure">
2142      <xsd:simpleContent>
2143         <xsd:extension base="witsml:abstractMeasure">
2144            <xsd:attribute name="uom" type="witsml:thermalConductivityUom" use="optional">
2145               <xsd:annotation>
2146                  <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2147               </xsd:annotation>
2148            </xsd:attribute>
2149         </xsd:extension>
2150      </xsd:simpleContent>
2151   </xsd:complexType>
2152   <xsd:complexType name="volumePerStandardVolumeMeasure">
2153      <xsd:annotation>
2154         <xsd:documentation>A ratio of an uncorrected volume to a volume corrected to standard conditions of temperature and pressure. The standard conditions must be known
2155         outside the context of the data type because the unit of measure is independent of the standard conditions. The main intent of this type is to allow programatic
2156         determination of where standard conditions are assumed.</xsd:documentation>
2157      </xsd:annotation>
2158      <xsd:simpleContent>
2159         <xsd:extension base="witsml:abstractMeasure">
2160            <xsd:attribute name="uom" type="witsml:volumePerVolumeUom" use="optional">
2161               <xsd:annotation>
2162                  <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2163               </xsd:annotation>
2164            </xsd:attribute>
2165         </xsd:extension>
2166      </xsd:simpleContent>
2167   </xsd:complexType>
2168   <xsd:complexType name="standardVolumePerStandardVolumeMeasure">
2169      <xsd:annotation>
2170         <xsd:documentation>A ratio of volumes that have each been corrected to standard conditions of temperature and pressure. The standard conditions must be known outside the
2171         context of the data type because the unit of measure is independent of the standard conditions. The main intent of this type is to allow programatic determination of
2172         where standard conditions are assumed.</xsd:documentation>
2173      </xsd:annotation>
2174      <xsd:simpleContent>
2175         <xsd:extension base="witsml:abstractMeasure">
2176            <xsd:attribute name="uom" type="witsml:volumePerVolumeUom" use="optional">
2177               <xsd:annotation>
2178                  <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2179               </xsd:annotation>
2180            </xsd:attribute>
2181         </xsd:extension>
2182      </xsd:simpleContent>
2183   </xsd:complexType>
2184   <xsd:complexType name="standardVolumePerVolumeMeasure">
2185      <xsd:annotation>
2186         <xsd:documentation>A ratio of a volume that has been corrected to standard conditions of temperature and pressure to an uncorrected volume. The standard conditions must
2187         be known outside the context of the data type because the unit of measure is independent of the standard conditions. The main intent of this type is to allow programatic
2188         determination of where standard conditions are assumed.</xsd:documentation>
2189      </xsd:annotation>
2190      <xsd:simpleContent>
2191         <xsd:extension base="witsml:abstractMeasure">
2192            <xsd:attribute name="uom" type="witsml:volumePerVolumeUom" use="optional">
2193               <xsd:annotation>
2194                  <xsd:appinfo>constraints:@use="required"</xsd:appinfo>
2195               </xsd:annotation>
2196            </xsd:attribute>
2197         </xsd:extension>
2198      </xsd:simpleContent>
2199   </xsd:complexType>
2200   <!--UNUSED: Deleted type accelerationLinearUom.-->
2201   <!--UNUSED: Deleted type amountOfSubstanceUom.-->
2202   <!--UNUSED: Deleted type anglePerLengthUom.-->
2203   <!--UNUSED: Deleted type anglePerTimeUom.-->
2204   <!--UNUSED: Deleted type areaUom.-->
2205   <!--UNUSED: Deleted type areaPerAreaUom.-->
2206   <xsd:simpleType name="densityUom">
2207      <xsd:restriction base="witsml:abstractUomEnum">
2208         <xsd:enumeration value="kg/m3" />
2209         <xsd:enumeration value="10Mg/m3" />
2210         <xsd:enumeration value="dAPI" />
2211         <xsd:enumeration value="g/cm3" />
2212         <xsd:enumeration value="g/dm3" />
2213         <xsd:enumeration value="g/galUK" />
2214         <xsd:enumeration value="g/galUS" />
2215         <xsd:enumeration value="g/L" />
2216         <xsd:enumeration value="g/m3" />
2217         <xsd:enumeration value="grain/ft3" />
2218         <xsd:enumeration value="grain/galUS" />
2219         <xsd:enumeration value="grain/100ft3" />
2220         <xsd:enumeration value="kg/dm3" />
2221         <xsd:enumeration value="kg/L" />
2222         <xsd:enumeration value="Mg/m3" />
2223         <xsd:enumeration value="lbm/10bbl" />
2224         <xsd:enumeration value="lbm/bbl" />
2225         <xsd:enumeration value="lbm/ft3" />
2226         <xsd:enumeration value="lbm/galUK" />
2227         <xsd:enumeration value="lbm/1000galUK" />
2228         <xsd:enumeration value="lbm/galUS" />
2229         <xsd:enumeration value="lbm/1000galUS" />
2230         <xsd:enumeration value="lbm/in3" />
2231         <xsd:enumeration value="lbm/Mbbl" />
2232         <xsd:enumeration value="mg/dm3" />
2233         <xsd:enumeration value="mg/galUS" />
2234         <xsd:enumeration value="mg/L" />
2235         <xsd:enumeration value="mg/m3" />
2236         <xsd:enumeration value="ug/cm3" />
2237      </xsd:restriction>
2238   </xsd:simpleType>
2239   <!--UNUSED: Deleted type dimensionlessUom.-->
2240   <xsd:simpleType name="dynamicViscosityUom">
2241      <xsd:restriction base="witsml:abstractUomEnum">
2242         <xsd:enumeration value="Pa.s" />
2243         <xsd:enumeration value="cP" />
2244         <xsd:enumeration value="P" />
2245         <xsd:enumeration value="psi.s" />
2246         <xsd:enumeration value="dyne.s/cm2" />
2247         <xsd:enumeration value="kgf.s/m2" />
2248         <xsd:enumeration value="lbf.s/ft2" />
2249         <xsd:enumeration value="lbf.s/in2" />
2250         <xsd:enumeration value="mPa.s" />
2251         <xsd:enumeration value="N.s/m2" />
2252      </xsd:restriction>
2253   </xsd:simpleType>
2254   <!--UNUSED: Deleted type electricPotentialUom.-->
2255   <!--UNUSED: Deleted type energyPerAreaUom.-->
2256   <!--UNUSED: Deleted type equivalentPerMassUom.-->
2257   <!--UNUSED: Deleted type forceUom.-->
2258   <!--UNUSED: Deleted type forcePerVolumeUom.-->
2259   <!--UNUSED: Deleted type frequencyUom.-->
2260   <!--UNUSED: Deleted type illuminanceUom.-->
2261   <!--UNUSED: Deleted type lengthUom.-->
2262   <!--UNUSED: Deleted type lengthPerLengthUom.-->
2263   <!--UNUSED: Deleted type magneticFieldStrengthUom.-->
2264   <xsd:simpleType name="massConcentrationUom">
2265      <xsd:restriction base="witsml:abstractUomEnum">
2266         <xsd:enumeration value="Euc" />
2267         <xsd:enumeration value="%" />
2268         <xsd:enumeration value="g/kg" />
2269         <xsd:enumeration value="kg/kg" />
2270         <xsd:enumeration value="kg/sack94" />
2271         <xsd:enumeration value="mg/kg" />
2272         <xsd:enumeration value="permil" />
2273         <xsd:enumeration value="ppdk" />
2274         <xsd:enumeration value="ppk" />
2275         <xsd:enumeration value="ppm" />
2276      </xsd:restriction>
2277   </xsd:simpleType>
2278   <!--UNUSED: Deleted type massFlowRateUom.-->
2279   <!--UNUSED: Deleted type massUom.-->
2280   <!--UNUSED: Deleted type massPerLengthUom.-->
2281   <xsd:simpleType name="modulusOfCompressionUom">
2282      <xsd:restriction base="witsml:abstractUomEnum">
2283         <xsd:enumeration value="J/m3" />
2284         <xsd:enumeration value="Btu/bbl" />
2285         <xsd:enumeration value="Btu/ft3" />
2286         <xsd:enumeration value="Btu/galUK" />
2287         <xsd:enumeration value="Btu/galUS" />
2288         <xsd:enumeration value="cal/cm3" />
2289         <xsd:enumeration value="cal/mL" />
2290         <xsd:enumeration value="cal/mm3" />
2291         <xsd:enumeration value="erg/cm3" />
2292         <xsd:enumeration value="erg/m3" />
2293         <xsd:enumeration value="ft.lbf/bbl" />
2294         <xsd:enumeration value="ft.lbf/galUS" />
2295         <xsd:enumeration value="hp.hr/bbl" />
2296         <xsd:enumeration value="J/dm3" />
2297         <xsd:enumeration value="kcal/cm3" />
2298         <xsd:enumeration value="kcal/m3" />
2299         <xsd:enumeration value="kJ/dm3" />
2300         <xsd:enumeration value="kJ/m3" />
2301         <xsd:enumeration value="kW.h/dm3" />
2302         <xsd:enumeration value="kW.h/m3" />
2303         <xsd:enumeration value="lbf.ft/bbl" />
2304         <xsd:enumeration value="MJ/m3" />
2305         <xsd:enumeration value="MW.h/m3" />
2306         <xsd:enumeration value="therm/ft3" />
2307         <xsd:enumeration value="therm/galUK" />
2308         <xsd:enumeration value="tonfUS.mi/bbl" />
2309      </xsd:restriction>
2310   </xsd:simpleType>
2311   <!--UNUSED: Deleted type momentOfForceUom.-->
2312   <!--UNUSED: Deleted type perLengthUom.-->
2313   <!--UNUSED: Deleted type planeAngleUom.-->
2314   <!--UNUSED: Deleted type powerUom.-->
2315   <xsd:simpleType name="pressureUom">
2316      <xsd:restriction base="witsml:abstractUomEnum">
2317         <xsd:enumeration value="Pa" />
2318         <xsd:enumeration value="at" />
2319         <xsd:enumeration value="atm" />
2320         <xsd:enumeration value="bar" />
2321         <xsd:enumeration value="cmH2O(4degC)" />
2322         <xsd:enumeration value="dyne/cm2" />
2323         <xsd:enumeration value="GPa" />
2324         <xsd:enumeration value="hbar" />
2325         <xsd:enumeration value="inH2O(39.2F)" />
2326         <xsd:enumeration value="inH2O(60F)" />
2327         <xsd:enumeration value="inHg(32F)" />
2328         <xsd:enumeration value="inHg(60F)" />
2329         <xsd:enumeration value="kgf/cm2" />
2330         <xsd:enumeration value="kgf/mm2" />
2331         <xsd:enumeration value="kN/m2" />
2332         <xsd:enumeration value="kPa" />
2333         <xsd:enumeration value="kpsi" />
2334         <xsd:enumeration value="lbf/ft2" />
2335         <xsd:enumeration value="lbf/100ft2" />
2336         <xsd:enumeration value="lbf/in2" />
2337         <xsd:enumeration value="mbar" />
2338         <xsd:enumeration value="mmHg(0C)" />
2339         <xsd:enumeration value="mPa" />
2340         <xsd:enumeration value="MPa" />
2341         <xsd:enumeration value="Mpsi" />
2342         <xsd:enumeration value="N/m2" />
2343         <xsd:enumeration value="N/mm2" />
2344         <xsd:enumeration value="Pa(g)" />
2345         <xsd:enumeration value="pPa" />
2346         <xsd:enumeration value="psi" />
2347         <xsd:enumeration value="psia" />
2348         <xsd:enumeration value="psig" />
2349         <xsd:enumeration value="tonfUS/ft2" />
2350         <xsd:enumeration value="tonfUS/in2" />
2351         <xsd:enumeration value="torr" />
2352         <xsd:enumeration value="ubar" />
2353         <xsd:enumeration value="umHg(0C)" />
2354         <xsd:enumeration value="uPa" />
2355         <xsd:enumeration value="upsi" />
2356      </xsd:restriction>
2357   </xsd:simpleType>
2358   <!--UNUSED: Deleted type relativePowerUom.-->
2359   <!--UNUSED: Deleted type specificVolumeUom.-->
2360   <xsd:simpleType name="thermodynamicTemperatureUom">
2361      <xsd:restriction base="witsml:abstractUomEnum">
2362         <xsd:enumeration value="K" />
2363         <xsd:enumeration value="degC" />
2364         <xsd:enumeration value="degF" />
2365         <xsd:enumeration value="degR" />
2366      </xsd:restriction>
2367   </xsd:simpleType>
2368   <!--UNUSED: Deleted type timeUom.-->
2369   <!--UNUSED: Deleted type velocityUom.-->
2370   <xsd:simpleType name="volumeUom">
2371      <xsd:restriction base="witsml:abstractUomEnum">
2372         <xsd:enumeration value="m3" />
2373         <xsd:enumeration value="acre.ft" />
2374         <xsd:enumeration value="bbl" />
2375         <xsd:enumeration value="bcf" />
2376         <xsd:enumeration value="cm3" />
2377         <xsd:enumeration value="dm3" />
2378         <xsd:enumeration value="flozUK" />
2379         <xsd:enumeration value="flozUS" />
2380         <xsd:enumeration value="ft3" />
2381         <xsd:enumeration value="galUK" />
2382         <xsd:enumeration value="galUS" />
2383         <xsd:enumeration value="ha.m" />
2384         <xsd:enumeration value="hL" />
2385         <xsd:enumeration value="in3" />
2386         <xsd:enumeration value="1000ft3" />
2387         <xsd:enumeration value="km3" />
2388         <xsd:enumeration value="L" />
2389         <xsd:enumeration value="Mbbl" />
2390         <xsd:enumeration value="Mcf" />
2391         <xsd:enumeration value="M(ft3)" />
2392         <xsd:enumeration value="mi3" />
2393         <xsd:enumeration value="mL" />
2394         <xsd:enumeration value="M(m3)" />
2395         <xsd:enumeration value="mm3" />
2396         <xsd:enumeration value="MMbbl" />
2397         <xsd:enumeration value="ptUK" />
2398         <xsd:enumeration value="ptUS" />
2399         <xsd:enumeration value="qtUK" />
2400         <xsd:enumeration value="qtUS" />
2401         <xsd:enumeration value="tcf" />
2402         <xsd:enumeration value="um2.m" />
2403         <xsd:enumeration value="yd3" />
2404      </xsd:restriction>
2405   </xsd:simpleType>
2406   <!--UNUSED: Deleted type volumeFlowRateUom.-->
2407   <xsd:simpleType name="volumePerVolumeUom">
2408      <xsd:restriction base="witsml:abstractUomEnum">
2409         <xsd:enumeration value="Euc" />
2410         <xsd:enumeration value="%" />
2411         <xsd:enumeration value="permil" />
2412         <xsd:enumeration value="ppdk" />
2413         <xsd:enumeration value="ppk" />
2414         <xsd:enumeration value="ppm" />
2415         <xsd:enumeration value="bbl/acre.ft" />
2416         <xsd:enumeration value="bbl/bbl" />
2417         <xsd:enumeration value="bbl/ft3" />
2418         <xsd:enumeration value="bbl/100bbl" />
2419         <xsd:enumeration value="bbl/k(ft3)" />
2420         <xsd:enumeration value="bbl/M(ft3)" />
2421         <xsd:enumeration value="cm3/cm3" />
2422         <xsd:enumeration value="cm3/m3" />
2423         <xsd:enumeration value="dm3/m3" />
2424         <xsd:enumeration value="ft3/bbl" />
2425         <xsd:enumeration value="ft3/ft3" />
2426         <xsd:enumeration value="galUS/kgalUS" />
2427         <xsd:enumeration value="galUK/kgalUK" />
2428         <xsd:enumeration value="galUK/ft3" />
2429         <xsd:enumeration value="galUK/Mbbl" />
2430         <xsd:enumeration value="galUS/bbl" />
2431         <xsd:enumeration value="galUS/10bbl" />
2432         <xsd:enumeration value="galUS/ft3" />
2433         <xsd:enumeration value="galUS/Mbbl" />
2434         <xsd:enumeration value="1000ft3/bbl" />
2435         <xsd:enumeration value="ksm3/sm3" />
2436         <xsd:enumeration value="L/10bbl" />
2437         <xsd:enumeration value="L/m3" />
2438         <xsd:enumeration value="m3/ha.m" />
2439         <xsd:enumeration value="m3/m3" />
2440         <xsd:enumeration value="M(ft3)/acre.ft" />
2441         <xsd:enumeration value="mL/galUK" />
2442         <xsd:enumeration value="mL/galUS" />
2443         <xsd:enumeration value="mL/mL" />
2444         <xsd:enumeration value="MMbbl/acre.ft" />
2445         <xsd:enumeration value="MMscf60/stb60" />
2446         <xsd:enumeration value="Mscf60/stb60" />
2447         <xsd:enumeration value="ptUK/Mbbl" />
2448         <xsd:enumeration value="ptUS/10bbl" />
2449         <xsd:enumeration value="pu" />
2450         <xsd:enumeration value="scm15/stb60" />
2451         <xsd:enumeration value="sm3/ksm3" />
2452         <xsd:enumeration value="sm3/sm3" />
2453         <xsd:enumeration value="stb60/MMscf60" />
2454         <xsd:enumeration value="stb60/MMscm15" />
2455         <xsd:enumeration value="stb60/Mscf60" />
2456         <xsd:enumeration value="stb60/Mscm15" />
2457         <xsd:enumeration value="stb60/scm15" />
2458      </xsd:restriction>
2459   </xsd:simpleType>
2460   <!--UNUSED: Deleted type workUom.-->
2461   <xsd:simpleType name="compressibilityUom">
2462      <xsd:restriction base="witsml:abstractUomEnum">
2463         <xsd:enumeration value="1/Pa" />
2464         <xsd:enumeration value="1/bar" />
2465         <xsd:enumeration value="1/kPa" />
2466         <xsd:enumeration value="1/pPa" />
2467         <xsd:enumeration value="1/psi" />
2468         <xsd:enumeration value="1/upsi" />
2469      </xsd:restriction>
2470   </xsd:simpleType>
2471   <xsd:simpleType name="molarVolumeUom">
2472      <xsd:restriction base="witsml:abstractUomEnum">
2473         <xsd:enumeration value="m3/mol" />
2474         <xsd:enumeration value="dm3/mol(kg)" />
2475         <xsd:enumeration value="ft3/mol(lbm)" />
2476         <xsd:enumeration value="L/mol(g)" />
2477         <xsd:enumeration value="L/mol(kg)" />
2478         <xsd:enumeration value="m3/mol(kg)" />
2479      </xsd:restriction>
2480   </xsd:simpleType>
2481   <xsd:simpleType name="thermalConductivityUom">
2482      <xsd:restriction base="witsml:abstractUomEnum">
2483         <xsd:enumeration value="W/m.K" />
2484         <xsd:enumeration value="Btu/hr.ft.degF" />
2485         <xsd:enumeration value="cal/h.cm.degC" />
2486         <xsd:enumeration value="cal/s.cm.degC" />
2487         <xsd:enumeration value="kcal/h.m.degC" />
2488      </xsd:restriction>
2489   </xsd:simpleType>
2490</xsd:schema>
Note: See TracBrowser for help on using the browser.