root / projects / MonthlyProductionReport_1.0 / XML / Annotated XML schemas / obj_productionOperation_profiled_data_schema.xsd @ 17

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

Added project files for monthly production version 1.0

RevLine 
[17]1<?xml version="1.0" encoding="UTF-8"?><xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:sawsdl="http://www.w3.org/ns/sawsdl" xmlns:witsml="http://www.witsml.org/schemas/131/addendum/combo" elementFormDefault="qualified" attributeFormDefault="unqualified" targetNamespace="http://www.witsml.org/schemas/131" version="1.3.1">
2   <!--                                                                                -->
3   <!-- Energistics License Agreement                                                  -->
4   <!-- This file is distributed under the Energistics License Agreement at            -->
5   <!-- http://www.posc.org/about/license.shtml.                                       -->
6   <!-- Use of this file constitutes agreement with the Energistics License Agreement. -->
7   <!--                                                                                -->
8   <xsd:attributeGroup name="attgrp_uid">
9      <xsd:attribute name="uid" type="witsml:uidString" use="optional">
10         <xsd:annotation>
11            <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
12            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
13            required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
14         </xsd:annotation>
15      </xsd:attribute>
16   </xsd:attributeGroup>
17   <xsd:complexType name="cs_businessAssociate">
18      <xsd:annotation>
19         <xsd:documentation>The business associate describes any company, person, group, consultant, etc, which is associated within a context (e.g., a well). The information
20         contained in this module is: (1) contact information, such as address, phone numbers, email, (2) alternate name, or aliases, and (3) associations, such as the business
21         associate that this one is associated with, or a contact who is associated with this business associate.</xsd:documentation>
22      </xsd:annotation>
23      <xsd:sequence>
24         <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
25            <xsd:annotation>
26               <xsd:documentation>The name of the business associate. This can be the name of a person, business, group, etc.</xsd:documentation>
27            </xsd:annotation>
28         </xsd:element>
29         <xsd:element name="role" type="witsml:nameStruct" minOccurs="1" maxOccurs="unbounded">
30            <xsd:annotation>
31               <xsd:documentation>The role of the business associate within the context. For example, "driller" or "operator", "lead agency - CEQA compliance" "regulatory
32               contact", "safety contact". A business associate will generally have one role but the role may be called different things in different naming
33               systems.</xsd:documentation>
34            </xsd:annotation>
35         </xsd:element>
36         <xsd:element name="personName" type="witsml:cs_personName" minOccurs="0" maxOccurs="1">
37            <xsd:annotation>
38               <xsd:documentation>If the business associate is a person, this specifies the component names of the person.</xsd:documentation>
39            </xsd:annotation>
40         </xsd:element>
41         <xsd:element name="alias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
42            <xsd:annotation>
43               <xsd:documentation>The alias is an alternate name of a business associate. It is generally associated with a naming system. An alias is not necessarily unique
44               within the naming system.</xsd:documentation>
45            </xsd:annotation>
46         </xsd:element>
47         <xsd:element name="address" type="witsml:cs_generalAddress" minOccurs="0" maxOccurs="unbounded">
48            <xsd:annotation>
49               <xsd:documentation>Note that address may occur more than once, because it may be necessary to give a physical address, a mailing address, or
50               both.</xsd:documentation>
51            </xsd:annotation>
52         </xsd:element>
53         <xsd:element name="phoneNumber" type="witsml:phoneNumberStruct" minOccurs="0" maxOccurs="unbounded">
54            <xsd:annotation>
55               <xsd:documentation>The various types of phone numbers may be given. The may be office or home, they may be a number for a cell phone, or for a fax, etc. Attributes
56               of PhoneNumber declare the type of phone number that is being given.</xsd:documentation>
57            </xsd:annotation>
58         </xsd:element>
59         <xsd:element name="email" type="witsml:emailQualifierStruct" minOccurs="0" maxOccurs="unbounded">
60            <xsd:annotation>
61               <xsd:documentation>The email address may be home, office, or permanent. More than one may be given.</xsd:documentation>
62            </xsd:annotation>
63         </xsd:element>
64         <xsd:element name="contactPreference" type="witsml:ContactPreference" minOccurs="0" maxOccurs="unbounded">
65            <xsd:annotation>
66               <xsd:documentation>The preferred method of being contacted within the context of this role.</xsd:documentation>
67            </xsd:annotation>
68         </xsd:element>
69         <xsd:element name="associatedWith" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
70            <xsd:annotation>
71               <xsd:documentation>A pointer to another business associate that this business associate is associated with. The most common situation is that of an employee being
72               associated with a company. But it may also be, for example, a work group associated with a university.</xsd:documentation>
73            </xsd:annotation>
74         </xsd:element>
75         <xsd:element name="contact" type="witsml:refNameString" minOccurs="0" maxOccurs="unbounded">
76            <xsd:annotation>
77               <xsd:documentation>A pointer to a business associate (generally a person) who serves as a contact for this business associate.</xsd:documentation>
78            </xsd:annotation>
79         </xsd:element>
80         <xsd:element name="personnelCount" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
81            <xsd:annotation>
82               <xsd:documentation>The count of the number of personnel in a group.</xsd:documentation>
83            </xsd:annotation>
84         </xsd:element>
85         <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
86            <xsd:annotation>
87               <xsd:documentation>A general comment. This should not be used to carry semantic information. This is not intended to be machine interpretable.</xsd:documentation>
88            </xsd:annotation>
89         </xsd:element>
90      </xsd:sequence>
91      <xsd:attributeGroup ref="witsml:attgrp_uid">
92         <xsd:annotation>
93            <xsd:documentation>Unique identifier for the business associate.</xsd:documentation>
94         </xsd:annotation>
95      </xsd:attributeGroup>
96   </xsd:complexType>
97   <xsd:complexType name="cs_commonData">
98      <xsd:annotation>
99         <xsd:documentation>WITSML - Common Data Component Schema</xsd:documentation>
100      </xsd:annotation>
101      <xsd:sequence>
102         <xsd:element name="sourceName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
103            <xsd:annotation>
104               <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
105               object (but not necessarily the uids of the parents). This is typically a url.</xsd:documentation>
106            </xsd:annotation>
107         </xsd:element>
108         <xsd:element name="dTimCreation" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
109            <xsd:annotation>
110               <xsd:documentation>When the data was created at the persistent data store.</xsd:documentation>
111            </xsd:annotation>
112         </xsd:element>
113         <xsd:element name="dTimLastChange" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
114            <xsd:annotation>
115               <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
116               growing.</xsd:documentation>
117            </xsd:annotation>
118         </xsd:element>
119         <xsd:element name="itemState" type="witsml:ItemState" minOccurs="0" maxOccurs="1">
120            <xsd:annotation>
121               <xsd:documentation>The item state for the data object.</xsd:documentation>
122            </xsd:annotation>
123         </xsd:element>
124         <xsd:element name="comments" type="witsml:commentString" minOccurs="0" maxOccurs="1">
125            <xsd:annotation>
126               <xsd:documentation>Comments and remarks.</xsd:documentation>
127            </xsd:annotation>
128         </xsd:element>
129      </xsd:sequence>
130   </xsd:complexType>
131   <!--UNUSED: Deleted type cs_connectedNode.-->
132   <!--UNUSED: Deleted type cs_curveData.-->
133   <!--UNUSED: Deleted type cs_curveDefinition.-->
134   <xsd:complexType name="cs_customData">
135      <xsd:annotation>
136         <xsd:documentation>WITSML - Custom or User Defined Element and Attributes Component Schema. Specify custom element, attributes, and types in the custom data
137         area.</xsd:documentation>
138      </xsd:annotation>
139      <xsd:sequence>
140         <xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded">
141            <xsd:annotation>
142               <xsd:documentation>Any element or attribute in any namespace. It is strongly recommended that all custom data definitions be added to a unique
143               namespace.</xsd:documentation>
144            </xsd:annotation>
145         </xsd:any>
146      </xsd:sequence>
147   </xsd:complexType>
148   <xsd:complexType name="cs_datedComment">
149      <xsd:annotation>
150         <xsd:documentation>A general timestamped comment structure.</xsd:documentation>
151      </xsd:annotation>
152      <xsd:sequence>
153         <xsd:element name="who" type="witsml:nameString" minOccurs="0" maxOccurs="1">
154            <xsd:annotation>
155               <xsd:documentation>The name of the person providing the comment.</xsd:documentation>
156            </xsd:annotation>
157         </xsd:element>
158         <xsd:element name="role" type="witsml:kindString" minOccurs="0" maxOccurs="1">
159            <xsd:annotation>
160               <xsd:documentation>The role of the person providing the comment. This is the role of the person within the context of comment.</xsd:documentation>
161            </xsd:annotation>
162         </xsd:element>
163         <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
164            <xsd:annotation>
165               <xsd:documentation>The date and time where the comment begins to be valid.</xsd:documentation>
166            </xsd:annotation>
167         </xsd:element>
168         <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
169            <xsd:annotation>
170               <xsd:documentation>The date and time where the comment is no longer valid.</xsd:documentation>
171            </xsd:annotation>
172         </xsd:element>
173         <xsd:element name="remark" type="witsml:commentString" minOccurs="1" maxOccurs="1">
174            <xsd:annotation>
175               <xsd:documentation>The relevant comment.</xsd:documentation>
176            </xsd:annotation>
177         </xsd:element>
178      </xsd:sequence>
179      <xsd:attributeGroup ref="witsml:attgrp_uid">
180         <xsd:annotation>
181            <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
182         </xsd:annotation>
183      </xsd:attributeGroup>
184   </xsd:complexType>
185   <xsd:complexType name="cs_densityValue">
186      <xsd:annotation>
187         <xsd:documentation>A possibly temperature and pressure corrected desity value.</xsd:documentation>
188      </xsd:annotation>
189      <xsd:sequence>
190         <xsd:element name="density" type="witsml:densityMeasure" minOccurs="1" maxOccurs="1">
191            <xsd:annotation>
192               <xsd:documentation>The density of the product.</xsd:documentation>
193            </xsd:annotation>
194         </xsd:element>
195         <xsd:element name="temp" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
196            <xsd:annotation>
197               <xsd:documentation>The temperature to which the density has been corrected. If not given then the ambient temperature is assumed. If given, then a pressure should
198               also be given. Common standard temperatures are: 0 degC, 15 degC, 60 degF.</xsd:documentation>
199            </xsd:annotation>
200         </xsd:element>
201         <xsd:element name="pres" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
202            <xsd:annotation>
203               <xsd:documentation>The pressure to which the density has been corrected. If not given then the ambient pressure is assumed. If given, then a temperature should also
204               be given. Common standard pressures are: 1 atm and 14.696 psi (which are equivalent).</xsd:documentation>
205            </xsd:annotation>
206         </xsd:element>
207      </xsd:sequence>
208   </xsd:complexType>
209   <xsd:complexType name="cs_documentInfo">
210      <xsd:annotation>
211         <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
212         information about the data that is being exchanged within the file.</xsd:documentation>
213      </xsd:annotation>
214      <xsd:sequence>
215         <xsd:element name="DocumentName" type="witsml:nameStruct" minOccurs="1" maxOccurs="1">
216            <xsd:annotation>
217               <xsd:documentation>An identifier for the document. This is intended to be unique within the context of the NamingSystem.</xsd:documentation>
218            </xsd:annotation>
219         </xsd:element>
220         <xsd:element name="DocumentAlias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
221            <xsd:annotation>
222               <xsd:documentation>Zero or more alternate names for the document. These names do not need to be unique within the naming system.</xsd:documentation>
223            </xsd:annotation>
224         </xsd:element>
225         <xsd:element name="DocumentDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
226            <xsd:annotation>
227               <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
228               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
229               was created. The FileCreation information would capture the date that the XML file was created to send or exchange the binset.</xsd:documentation>
230            </xsd:annotation>
231         </xsd:element>
232         <xsd:element name="documentClass" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
233            <xsd:annotation>
234               <xsd:documentation>A document class. Examples of classes would be a metadata classification or a set of keywords.</xsd:documentation>
235            </xsd:annotation>
236         </xsd:element>
237         <xsd:element name="FileCreationInformation" type="witsml:fileCreationType" minOccurs="0" maxOccurs="1">
238            <xsd:annotation>
239               <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
240               itself.</xsd:documentation>
241            </xsd:annotation>
242         </xsd:element>
243         <xsd:element name="SecurityInformation" type="witsml:securityInfoType" minOccurs="0" maxOccurs="5">
244            <xsd:annotation>
245               <xsd:documentation>Information about the security to be applied to this file. More than one classification can be given.</xsd:documentation>
246            </xsd:annotation>
247         </xsd:element>
248         <xsd:element name="Disclaimer" type="witsml:commentString" minOccurs="0" maxOccurs="1">
249            <xsd:annotation>
250               <xsd:documentation>A free-form string that allows a disclaimer to accompany the information.</xsd:documentation>
251            </xsd:annotation>
252         </xsd:element>
253         <xsd:element name="AuditTrail" type="witsml:auditType" minOccurs="0" maxOccurs="1">
254            <xsd:annotation>
255               <xsd:documentation>A collection of events that can document the history of the data.</xsd:documentation>
256            </xsd:annotation>
257         </xsd:element>
258         <xsd:element name="Owner" type="witsml:nameString" minOccurs="0" maxOccurs="1">
259            <xsd:annotation>
260               <xsd:documentation>The owner of the data.</xsd:documentation>
261            </xsd:annotation>
262         </xsd:element>
263         <xsd:element name="QueryParam" type="witsml:queryParam" minOccurs="0" maxOccurs="1">
264            <xsd:annotation>
265               <xsd:documentation>WITSML query parameters.</xsd:documentation>
266            </xsd:annotation>
267         </xsd:element>
268         <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
269            <xsd:annotation>
270               <xsd:documentation>An optional comment about the document.</xsd:documentation>
271            </xsd:annotation>
272         </xsd:element>
273      </xsd:sequence>
274   </xsd:complexType>
275   <xsd:complexType name="queryParam">
276      <xsd:annotation>
277         <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).
278         These would typically be something like a daily report.</xsd:documentation>
279      </xsd:annotation>
280      <xsd:sequence>
281         <xsd:element name="dTimMin" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
282            <xsd:annotation>
283               <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
284               growing objects but the See the API specification for behavior related to this query parameter.</xsd:documentation>
285            </xsd:annotation>
286         </xsd:element>
287         <xsd:element name="dTimMax" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
288            <xsd:annotation>
289               <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
290               for behavior related to this query parameter.</xsd:documentation>
291            </xsd:annotation>
292         </xsd:element>
293      </xsd:sequence>
294   </xsd:complexType>
295   <xsd:complexType name="fileCreationType">
296      <xsd:annotation>
297         <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
298         file.</xsd:documentation>
299      </xsd:annotation>
300      <xsd:sequence>
301         <xsd:element name="FileCreationDate" type="witsml:timestamp" minOccurs="1" maxOccurs="1">
302            <xsd:annotation>
303               <xsd:documentation>The date and time that the file was created.</xsd:documentation>
304            </xsd:annotation>
305         </xsd:element>
306         <xsd:element name="SoftwareName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
307            <xsd:annotation>
308               <xsd:documentation>If appropriate, the software that created the file. This is a free form string, and may include whatever information is deemed
309               relevant.</xsd:documentation>
310            </xsd:annotation>
311         </xsd:element>
312         <xsd:element name="FileCreator" type="witsml:nameString" minOccurs="0" maxOccurs="1">
313            <xsd:annotation>
314               <xsd:documentation>The person or business associate that created the file.</xsd:documentation>
315            </xsd:annotation>
316         </xsd:element>
317         <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
318            <xsd:annotation>
319               <xsd:documentation>Any comment that would be useful to further explain the creation of this instance document.</xsd:documentation>
320            </xsd:annotation>
321         </xsd:element>
322      </xsd:sequence>
323   </xsd:complexType>
324   <xsd:complexType name="securityInfoType">
325      <xsd:annotation>
326         <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
327         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
328         is confidential for a period of time, and then becomes open. All security classes are characterized by their classification systems.</xsd:documentation>
329      </xsd:annotation>
330      <xsd:sequence>
331         <xsd:element name="Class" type="witsml:kindString" minOccurs="0" maxOccurs="1">
332            <xsd:annotation>
333               <xsd:documentation>The security class in which this document is classified. Examples would be confidential, partner confidential, tight. The meaning of the class is
334               determined by the System in which it is defined.</xsd:documentation>
335            </xsd:annotation>
336         </xsd:element>
337         <xsd:element name="SecuritySystem" type="witsml:kindString" minOccurs="0" maxOccurs="1">
338            <xsd:annotation>
339               <xsd:documentation>The security classification system. This gives context to the meaning of the Class value.</xsd:documentation>
340            </xsd:annotation>
341         </xsd:element>
342         <xsd:element name="EndDate" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
343            <xsd:annotation>
344               <xsd:documentation>The date on which this security class is no longer applicable.</xsd:documentation>
345            </xsd:annotation>
346         </xsd:element>
347         <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
348            <xsd:annotation>
349               <xsd:documentation>A general comment to further define the security class.</xsd:documentation>
350            </xsd:annotation>
351         </xsd:element>
352      </xsd:sequence>
353   </xsd:complexType>
354   <xsd:complexType name="auditType">
355      <xsd:annotation>
356         <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>
357      </xsd:annotation>
358      <xsd:sequence>
359         <xsd:element name="Event" type="witsml:eventType" minOccurs="1" maxOccurs="unbounded"/>
360      </xsd:sequence>
361   </xsd:complexType>
362   <xsd:complexType name="eventType">
363      <xsd:annotation>
364         <xsd:documentation>An event type captures the basic information about an event that has affected the data.</xsd:documentation>
365      </xsd:annotation>
366      <xsd:sequence>
367         <xsd:element name="EventDate" type="witsml:timestamp" minOccurs="1" maxOccurs="1">
368            <xsd:annotation>
369               <xsd:documentation>The date on which the event took place.</xsd:documentation>
370            </xsd:annotation>
371         </xsd:element>
372         <xsd:element name="ResponsibleParty" type="witsml:nameString" minOccurs="0" maxOccurs="1">
373            <xsd:annotation>
374               <xsd:documentation>The party responsible for the event.</xsd:documentation>
375            </xsd:annotation>
376         </xsd:element>
377         <xsd:element name="Comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
378            <xsd:annotation>
379               <xsd:documentation>A free form comment that can further define the event that occurred.</xsd:documentation>
380            </xsd:annotation>
381         </xsd:element>
382      </xsd:sequence>
383   </xsd:complexType>
384   <!--UNUSED: Deleted type cs_dtsBoxInformation.-->
385   <!--UNUSED: Deleted type cs_dtsCalibration.-->
386   <!--UNUSED: Deleted type cs_dtsCalibrationParameter.-->
387   <!--UNUSED: Deleted type cs_dtsErrorReport.-->
388   <!--UNUSED: Deleted type cs_dtsFiber.-->
389   <!--UNUSED: Deleted type cs_dtsFiberEndPoint.-->
390   <!--UNUSED: Deleted type cs_dtsFiberInformation.-->
391   <!--UNUSED: Deleted type cs_dtsFiberInstalledPoints.-->
392   <!--UNUSED: Deleted type cs_dtsInstrumentBox.-->
393   <!--UNUSED: Deleted type cs_dtsInstrumentBoxCalibration.-->
394   <!--UNUSED: Deleted type cs_dtsOneWayLoss.-->
395   <!--UNUSED: Deleted type cs_dtsOtdr.-->
396   <!--UNUSED: Deleted type cs_dtsProcessedWellLog.-->
397   <!--UNUSED: Deleted type cs_dtsPumpActivity.-->
398   <!--UNUSED: Deleted type cs_dtsPumpLogRow.-->
399   <!--UNUSED: Deleted type cs_dtsPumpLogTable.-->
400   <!--UNUSED: Deleted type cs_dtsRefractiveIndex.-->
401   <!--UNUSED: Deleted type cs_dtsSingleInstalledPoint.-->
402   <!--UNUSED: Deleted type cs_fluidResultCceTestStep.-->
403   <!--UNUSED: Deleted type cs_fluidResultCompositeComposition.-->
404   <!--UNUSED: Deleted type cs_fluidResultComposition.-->
405   <!--UNUSED: Deleted type cs_fluidResultConstantCompositionExpansionTest.-->
406   <!--UNUSED: Deleted type cs_fluidResultConstantVolumeDepletionTest.-->
407   <!--UNUSED: Deleted type cs_fluidResultContaminant.-->
408   <!--UNUSED: Deleted type cs_fluidResultCvdTestStep.-->
409   <!--UNUSED: Deleted type cs_fluidResultDataQuality.-->
410   <!--UNUSED: Deleted type cs_fluidResultDifferentialLiberationTest.-->
411   <!--UNUSED: Deleted type cs_fluidResultDifferentialLiberationTestStep.-->
412   <!--UNUSED: Deleted type cs_fluidResultJCurveTest.-->
413   <!--UNUSED: Deleted type cs_fluidResultJCurveTestStep.-->
414   <!--UNUSED: Deleted type cs_fluidResultPhaseComposition.-->
415   <!--UNUSED: Deleted type cs_fluidResultSaturationTest.-->
416   <!--UNUSED: Deleted type cs_fluidResultSaturationTestStep.-->
417   <!--UNUSED: Deleted type cs_fluidResultSeparatorTest.-->
418   <!--UNUSED: Deleted type cs_fluidResultSeparatorTestStep.-->
419   <!--UNUSED: Deleted type cs_fluidResultStockTank.-->
420   <!--UNUSED: Deleted type cs_fluidResultTransportPropertiesTest.-->
421   <!--UNUSED: Deleted type cs_fluidResultTransportTestStep.-->
422   <!--UNUSED: Deleted type cs_fluidResultVolumeReference.-->
423   <xsd:complexType name="cs_generalAddress">
424      <xsd:annotation>
425         <xsd:documentation>An general address structure. This form is appropriate for most countries.</xsd:documentation>
426      </xsd:annotation>
427      <xsd:sequence>
428         <xsd:element name="name" type="witsml:nameString" minOccurs="0" maxOccurs="1">
429            <xsd:annotation>
430               <xsd:documentation>The Name line of an address. If missing, use the Name of the business associate.</xsd:documentation>
431            </xsd:annotation>
432         </xsd:element>
433         <xsd:element name="street" type="witsml:nameString" minOccurs="1" maxOccurs="4">
434            <xsd:annotation>
435               <xsd:documentation>The Street is a generic term for the middle lines of an address. They may be a street address, PO Box, Suite number, or any lines that come
436               between the "name" and "city" lines. This may be repeated for up to four, ordered lines.</xsd:documentation>
437            </xsd:annotation>
438         </xsd:element>
439         <xsd:element name="city" type="witsml:nameString" minOccurs="1" maxOccurs="1">
440            <xsd:annotation>
441               <xsd:documentation>The City for the business associate's address</xsd:documentation>
442            </xsd:annotation>
443         </xsd:element>
444         <xsd:choice minOccurs="0" maxOccurs="1">
445            <xsd:annotation>
446               <xsd:documentation>The GeneralAddress allows the choice of a State, Province, or County element. It is assumed that different elements would be appropriate in
447               different countries. A user community should choose which element is appropriate in the various countries.</xsd:documentation>
448            </xsd:annotation>
449            <xsd:element name="state" type="witsml:nameString" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS8015624992"/>
450            <xsd:element name="province" type="witsml:nameString" minOccurs="1" maxOccurs="1"/>
451            <xsd:element name="county" type="witsml:nameString" minOccurs="1" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS14671599"/>
452         </xsd:choice>
453         <xsd:element name="country" type="witsml:nameString" minOccurs="0" maxOccurs="1">
454            <xsd:annotation>
455               <xsd:documentation>The Country may be included. Although this is optional, it is probably required for most uses.</xsd:documentation>
456            </xsd:annotation>
457         </xsd:element>
458         <xsd:element name="postalCode" type="witsml:kindString" minOccurs="0" maxOccurs="1">
459            <xsd:annotation>
460               <xsd:documentation>A postal code, if appropriate for the country. In the USA this would be the five or nine digit zip code.</xsd:documentation>
461            </xsd:annotation>
462         </xsd:element>
463      </xsd:sequence>
464      <xsd:attribute name="kind" type="witsml:AddressKindEnum" use="optional">
465         <xsd:annotation>
466            <xsd:documentation>The type of address: mailing, physical, or both.</xsd:documentation>
467         </xsd:annotation>
468      </xsd:attribute>
469      <xsd:attributeGroup ref="witsml:attgrp_uid">
470         <xsd:annotation>
471            <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
472         </xsd:annotation>
473      </xsd:attributeGroup>
474   </xsd:complexType>
475   <xsd:complexType name="cs_geographicContext">
476      <xsd:annotation>
477         <xsd:documentation>A geographic context of a report.</xsd:documentation>
478      </xsd:annotation>
479      <xsd:sequence>
480         <xsd:element name="country" type="witsml:nameString" minOccurs="0" maxOccurs="1">
481            <xsd:annotation>
482               <xsd:documentation>The name of the country.</xsd:documentation>
483            </xsd:annotation>
484         </xsd:element>
485         <xsd:element name="state" type="witsml:nameString" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS8015624992">
486            <xsd:annotation>
487               <xsd:documentation>The state of province within the country.</xsd:documentation>
488            </xsd:annotation>
489         </xsd:element>
490         <xsd:element name="field" type="witsml:nameStruct" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS409500951">
491            <xsd:annotation>
492               <xsd:documentation>The name of the field within whose context the report exists.</xsd:documentation>
493            </xsd:annotation>
494         </xsd:element>
495         <xsd:element name="offshoreLocation" type="witsml:cs_offshoreLocation" minOccurs="0" maxOccurs="1">
496            <xsd:annotation>
497               <xsd:documentation>An offshore context.</xsd:documentation>
498            </xsd:annotation>
499         </xsd:element>
500         <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
501            <xsd:annotation>
502               <xsd:documentation>An general comment that further explains the offshore location.</xsd:documentation>
503            </xsd:annotation>
504         </xsd:element>
505      </xsd:sequence>
506   </xsd:complexType>
507   <!--UNUSED: Deleted type cs_nameTag.-->
508   <xsd:complexType name="cs_northSeaOffshore">
509      <xsd:annotation>
510         <xsd:documentation>A type of offshore location that captures the North Sea Offshore terminology.</xsd:documentation>
511      </xsd:annotation>
512      <xsd:sequence>
513         <xsd:element name="areaName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
514            <xsd:annotation>
515               <xsd:documentation>An optional, uncontrolled value, which may be used to describe the general area of offshore North Sea in which the point is
516               located.</xsd:documentation>
517            </xsd:annotation>
518         </xsd:element>
519         <xsd:element name="quadrant" type="witsml:nameString" minOccurs="1" maxOccurs="1">
520            <xsd:annotation>
521               <xsd:documentation>The number or letter of the quadrant in the North Sea.</xsd:documentation>
522            </xsd:annotation>
523         </xsd:element>
524         <xsd:element name="blockSuffix" type="witsml:str2" minOccurs="0" maxOccurs="1">
525            <xsd:annotation>
526               <xsd:documentation>A lower case letter assigned if a block is subdivided.</xsd:documentation>
527            </xsd:annotation>
528         </xsd:element>
529      </xsd:sequence>
530   </xsd:complexType>
531   <xsd:complexType name="cs_offshoreLocation">
532      <xsd:annotation>
533         <xsd:documentation>A generic type of offshore location. This allows an offshore location to be given by an Area Name, and up to four block names. A comment is also
534         allowed.</xsd:documentation>
535      </xsd:annotation>
536      <xsd:sequence>
537         <xsd:element name="areaName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
538            <xsd:annotation>
539               <xsd:documentation>A general meaning of Area. It may be as general as 'UK North Sea' or 'Viosca Knoll'. The user community must agree on the meaning of this
540               element.</xsd:documentation>
541            </xsd:annotation>
542         </xsd:element>
543         <xsd:element name="blockID" type="witsml:nameString" minOccurs="1" maxOccurs="4">
544            <xsd:annotation>
545               <xsd:documentation>One to four block ID's, that can more tightly locate the object. The BlockID should be an identifying name or code. The user community must agree
546               on the exact meaning of this element.</xsd:documentation>
547            </xsd:annotation>
548         </xsd:element>
549         <xsd:element name="northSeaOffshore" type="witsml:cs_northSeaOffshore" minOccurs="1" maxOccurs="1">
550            <xsd:annotation>
551               <xsd:documentation>An offshore location using the North Sea Offshore terminology.</xsd:documentation>
552            </xsd:annotation>
553         </xsd:element>
554         <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
555            <xsd:annotation>
556               <xsd:documentation>An general comment that further explains the offshore location.</xsd:documentation>
557            </xsd:annotation>
558         </xsd:element>
559      </xsd:sequence>
560   </xsd:complexType>
561   <xsd:complexType name="cs_personName">
562      <xsd:annotation>
563         <xsd:documentation>The components of a persons name.</xsd:documentation>
564      </xsd:annotation>
565      <xsd:sequence>
566         <xsd:element name="prefix" type="witsml:nameString" minOccurs="0" maxOccurs="1">
567            <xsd:annotation>
568               <xsd:documentation>A name prefix. Such as, Dr, Ms, Miss, Mr, etc.</xsd:documentation>
569            </xsd:annotation>
570         </xsd:element>
571         <xsd:element name="first" type="witsml:nameString" minOccurs="1" maxOccurs="1">
572            <xsd:annotation>
573               <xsd:documentation>The persons first name.</xsd:documentation>
574            </xsd:annotation>
575         </xsd:element>
576         <xsd:element name="middle" type="witsml:nameString" minOccurs="0" maxOccurs="1">
577            <xsd:annotation>
578               <xsd:documentation>The persons middle name or initial name.</xsd:documentation>
579            </xsd:annotation>
580         </xsd:element>
581         <xsd:element name="last" type="witsml:nameString" minOccurs="1" maxOccurs="1">
582            <xsd:annotation>
583               <xsd:documentation>The persons last or given name.</xsd:documentation>
584            </xsd:annotation>
585         </xsd:element>
586         <xsd:element name="suffix" type="witsml:nameString" minOccurs="0" maxOccurs="9">
587            <xsd:annotation>
588               <xsd:documentation>A name suffix. Such as Esq, Phd, etc.</xsd:documentation>
589            </xsd:annotation>
590         </xsd:element>
591      </xsd:sequence>
592   </xsd:complexType>
593   <!--UNUSED: Deleted type cs_productFlowChangeLog.-->
594   <!--UNUSED: Deleted type cs_productFlowExpectedPortProperty.-->
595   <!--UNUSED: Deleted type cs_productFlowExpectedUnitProperty.-->
596   <!--UNUSED: Deleted type cs_productFlowExternalReference.-->
597   <!--UNUSED: Deleted type cs_productFlowlExternalPort.-->
598   <!--UNUSED: Deleted type cs_productFlowNetwork.-->
599   <!--UNUSED: Deleted type cs_productFlowNetworkPlan.-->
600   <!--UNUSED: Deleted type cs_productFlowPort.-->
601   <!--UNUSED: Deleted type cs_productFlowQualifierExpected.-->
602   <!--UNUSED: Deleted type cs_productFlowUnit.-->
603   <xsd:complexType name="cs_productionOperationActivity">
604      <xsd:annotation>
605         <xsd:documentation>WITSML - Production Activity Component Schema.</xsd:documentation>
606      </xsd:annotation>
607      <xsd:sequence>
608         <xsd:element name="lostProduction" type="witsml:cs_productionOperationLostProduction" minOccurs="0" maxOccurs="1">
609            <xsd:annotation>
610               <xsd:documentation>Infomation about a lost production.</xsd:documentation>
611            </xsd:annotation>
612         </xsd:element>
613         <xsd:element name="lostInjection" type="witsml:cs_productionOperationLostProduction" minOccurs="0" maxOccurs="1">
614            <xsd:annotation>
615               <xsd:documentation>Infomation about a lost injection.</xsd:documentation>
616            </xsd:annotation>
617         </xsd:element>
618         <xsd:element name="waterCleaningQuality" type="witsml:cs_productionOperationWaterCleaningQuality" minOccurs="0" maxOccurs="unbounded">
619            <xsd:annotation>
620               <xsd:documentation>Information about the contaminants in water, and the general water quality.</xsd:documentation>
621            </xsd:annotation>
622         </xsd:element>
623         <xsd:element name="shutdown" type="witsml:cs_productionOperationShutdown" minOccurs="0" maxOccurs="unbounded">
624            <xsd:annotation>
625               <xsd:documentation>Infomation about a shutdown event.</xsd:documentation>
626            </xsd:annotation>
627         </xsd:element>
628         <xsd:element name="alarm" type="witsml:cs_productionOperationAlarm" minOccurs="0" maxOccurs="unbounded">
629            <xsd:annotation>
630               <xsd:documentation>Infomation about an alarm.</xsd:documentation>
631            </xsd:annotation>
632         </xsd:element>
633         <xsd:element name="marineOperation" type="witsml:cs_productionOperationMarineOperation" minOccurs="0" maxOccurs="unbounded">
634            <xsd:annotation>
635               <xsd:documentation>Information about a marine operation.</xsd:documentation>
636            </xsd:annotation>
637         </xsd:element>
638         <xsd:element name="cargoShipOperation" type="witsml:cs_productionOperationCargoShipOperation" minOccurs="0" maxOccurs="unbounded">
639            <xsd:annotation>
640               <xsd:documentation>Information about a cargo operation.</xsd:documentation>
641            </xsd:annotation>
642         </xsd:element>
643         <xsd:element name="operationalComment" type="witsml:cs_productionOperationOperationalComment" minOccurs="0" maxOccurs="unbounded">
644            <xsd:annotation>
645               <xsd:documentation>A comment about a kind of operation. The time of the operation can be specified.</xsd:documentation>
646            </xsd:annotation>
647         </xsd:element>
648      </xsd:sequence>
649   </xsd:complexType>
650   <xsd:complexType name="cs_productionOperationAlarm">
651      <xsd:annotation>
652         <xsd:documentation>A structure to record informaion about a single alarm.</xsd:documentation>
653      </xsd:annotation>
654      <xsd:sequence>
655         <xsd:element name="dTim" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
656            <xsd:annotation>
657               <xsd:documentation>The date and time when the alarms went off.</xsd:documentation>
658            </xsd:annotation>
659         </xsd:element>
660         <xsd:element name="area" type="witsml:nameString" minOccurs="0" maxOccurs="1">
661            <xsd:annotation>
662               <xsd:documentation>The area where the alarm went off.</xsd:documentation>
663            </xsd:annotation>
664         </xsd:element>
665         <xsd:element name="type" type="witsml:kindString" minOccurs="0" maxOccurs="1">
666            <xsd:annotation>
667               <xsd:documentation>The type of alarm that went off.</xsd:documentation>
668            </xsd:annotation>
669         </xsd:element>
670         <xsd:element name="reason" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">
671            <xsd:annotation>
672               <xsd:documentation>The reason for the alarm going off.</xsd:documentation>
673            </xsd:annotation>
674         </xsd:element>
675         <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
676            <xsd:annotation>
677               <xsd:documentation>A general comment relevant for the alarm.</xsd:documentation>
678            </xsd:annotation>
679         </xsd:element>
680      </xsd:sequence>
681      <xsd:attributeGroup ref="witsml:attgrp_uid">
682         <xsd:annotation>
683            <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
684         </xsd:annotation>
685      </xsd:attributeGroup>
686   </xsd:complexType>
687   <xsd:complexType name="cs_productionOperationCargoShipOperation">
688      <xsd:annotation>
689         <xsd:documentation>Infomation about a cargo ship operation.</xsd:documentation>
690      </xsd:annotation>
691      <xsd:sequence>
692         <xsd:element name="vesselName" type="witsml:nameString" minOccurs="0" maxOccurs="1">
693            <xsd:annotation>
694               <xsd:documentation>Name of the cargo vessel for the installation.</xsd:documentation>
695            </xsd:annotation>
696         </xsd:element>
697         <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
698            <xsd:annotation>
699               <xsd:documentation>The date and time that the vessel arrived.</xsd:documentation>
700            </xsd:annotation>
701         </xsd:element>
702         <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
703            <xsd:annotation>
704               <xsd:documentation>The date and time that the vessel left.</xsd:documentation>
705            </xsd:annotation>
706         </xsd:element>
707         <xsd:element name="captain" type="witsml:nameString" minOccurs="0" maxOccurs="1">
708            <xsd:annotation>
709               <xsd:documentation>Name of the captain of the vessel.</xsd:documentation>
710            </xsd:annotation>
711         </xsd:element>
712         <xsd:element name="cargoNumber" type="witsml:kindString" minOccurs="0" maxOccurs="1">
713            <xsd:annotation>
714               <xsd:documentation>the cargo identifier.</xsd:documentation>
715            </xsd:annotation>
716         </xsd:element>
717         <xsd:element name="cargoBatchNumber" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
718            <xsd:annotation>
719               <xsd:documentation>The cargo batch number. Used if the vessel needs to temporarily disconnect for some reason (e.g., weather).</xsd:documentation>
720            </xsd:annotation>
721         </xsd:element>
722         <xsd:element name="cargo" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">
723            <xsd:annotation>
724               <xsd:documentation>Description of cargo on the vessel.</xsd:documentation>
725            </xsd:annotation>
726         </xsd:element>
727         <xsd:element name="oilGrossStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
728            <xsd:annotation>
729               <xsd:documentation>Gross oil loaded to the ship during the report period. Gross oil includes BS and W. This volume has been corrected to standard conditions of
730               temperature and pressure.</xsd:documentation>
731            </xsd:annotation>
732         </xsd:element>
733         <xsd:element name="oilGrossTotalStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
734            <xsd:annotation>
735               <xsd:documentation>Gross oil loaded to the ship in total during the operation. Gross oil includes BS and W. This volume has been corrected to standard conditions of
736               temperature and pressure.</xsd:documentation>
737            </xsd:annotation>
738         </xsd:element>
739         <xsd:element name="oilNetStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
740            <xsd:annotation>
741               <xsd:documentation>Net oil loaded to the ship during the report period. Net oil excludes BS and W, fuel, spill and leaks. This volume has been corrected to standard
742               conditions of temperature and pressure.</xsd:documentation>
743            </xsd:annotation>
744         </xsd:element>
745         <xsd:element name="oilNetMonthToDateStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
746            <xsd:annotation>
747               <xsd:documentation>Net oil loaded to the ship from the beginning of the month to the end of the reporting period. Net oil excludes BS and W, fuel, spill and leaks.
748               This volume has been corrected to standard conditions of temperature and pressure.</xsd:documentation>
749            </xsd:annotation>
750         </xsd:element>
751         <xsd:element name="densityStdTempPres" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
752            <xsd:annotation>
753               <xsd:documentation>Density of the liquid loaded to the tanker. This density has been corrected to standard conditions of temperature and
754               pressure.</xsd:documentation>
755            </xsd:annotation>
756         </xsd:element>
757         <xsd:element name="density" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
758            <xsd:annotation>
759               <xsd:documentation>Density of the liquid loaded to the tanker.</xsd:documentation>
760            </xsd:annotation>
761         </xsd:element>
762         <xsd:element name="rvp" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
763            <xsd:annotation>
764               <xsd:documentation>Reid vapor pressure of the liquid.</xsd:documentation>
765            </xsd:annotation>
766         </xsd:element>
767         <xsd:element name="bsw" type="witsml:volumePerVolumeMeasure" minOccurs="0" maxOccurs="1">
768            <xsd:annotation>
769               <xsd:documentation>Basic sediment and water is measured from a liquid sample of the production stream. It includes free water, sediment and emulsion and is measured
770               as a volume percentage of the liquid.</xsd:documentation>
771            </xsd:annotation>
772         </xsd:element>
773         <xsd:element name="salt" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS8015624934">
774            <xsd:annotation>
775               <xsd:documentation>Salt content. The product formed by neutralization of an acid and a base. The term is more specifically applied to sodium
776               chloride.</xsd:documentation>
777            </xsd:annotation>
778         </xsd:element>
779         <xsd:element name="comment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
780            <xsd:annotation>
781               <xsd:documentation>A commnet about the operation.</xsd:documentation>
782            </xsd:annotation>
783         </xsd:element>
784      </xsd:sequence>
785      <xsd:attributeGroup ref="witsml:attgrp_uid">
786         <xsd:annotation>
787            <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
788         </xsd:annotation>
789      </xsd:attributeGroup>
790   </xsd:complexType>
791   <xsd:complexType name="cs_productionOperationHSE">
792      <xsd:annotation>
793         <xsd:documentation>WITSML - Operational Health, Safety and Environment Component Schema.</xsd:documentation>
794      </xsd:annotation>
795      <xsd:sequence>
796         <xsd:element name="IncidentCount" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
797            <xsd:annotation>
798               <xsd:documentation>the number of incidents of accidents and injuries that were reported.</xsd:documentation>
799            </xsd:annotation>
800         </xsd:element>
801         <xsd:element name="sinceLostTime" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
802            <xsd:annotation>
803               <xsd:documentation>The amount of time since the most recent Lost Time Accident.</xsd:documentation>
804            </xsd:annotation>
805         </xsd:element>
806         <xsd:element name="sincePreventionExercise" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
807            <xsd:annotation>
808               <xsd:documentation>The amount of time since the most recent accident prevention exercise.</xsd:documentation>
809            </xsd:annotation>
810         </xsd:element>
811         <xsd:element name="sinceDefinedSituation" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
812            <xsd:annotation>
813               <xsd:documentation>The amount of time since the most recent defined hazard and accident situation (Norwegian DFU).</xsd:documentation>
814            </xsd:annotation>
815         </xsd:element>
816         <xsd:element name="medicalTreatmentCount" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
817            <xsd:annotation>
818               <xsd:documentation>The number of medical treatments that have occurred.</xsd:documentation>
819            </xsd:annotation>
820         </xsd:element>
821         <xsd:element name="alarmCount" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
822            <xsd:annotation>
823               <xsd:documentation>The number of system alarms that have occurred.</xsd:documentation>
824            </xsd:annotation>
825         </xsd:element>
826         <xsd:element name="safetyIntroCount" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
827            <xsd:annotation>
828               <xsd:documentation>The number of personnel safety introductions that have occurred.</xsd:documentation>
829            </xsd:annotation>
830         </xsd:element>
831         <xsd:element name="safetyDescription" type="witsml:commentString" minOccurs="0" maxOccurs="1">
832            <xsd:annotation>
833               <xsd:documentation>A textual description of safety considerations.</xsd:documentation>
834            </xsd:annotation>
835         </xsd:element>
836         <xsd:element name="safety" type="witsml:cs_productionOperationSafety" minOccurs="0" maxOccurs="unbounded">
837            <xsd:annotation>
838               <xsd:documentation>Safety information at a specific installatino.</xsd:documentation>
839            </xsd:annotation>
840         </xsd:element>
841         <xsd:element name="weather" type="witsml:cs_productionOperationWeather" minOccurs="0" maxOccurs="unbounded">
842            <xsd:annotation>
843               <xsd:documentation>Information about the weather at a point in time.</xsd:documentation>
844            </xsd:annotation>
845         </xsd:element>
846      </xsd:sequence>
847      <xsd:attributeGroup ref="witsml:attgrp_uid">
848         <xsd:annotation>
849            <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
850         </xsd:annotation>
851      </xsd:attributeGroup>
852   </xsd:complexType>
853   <xsd:complexType name="cs_productionOperationInstallationReport">
854      <xsd:annotation>
855         <xsd:documentation>WITSML -Installation Report Component Schema</xsd:documentation>
856      </xsd:annotation>
857      <xsd:sequence>
858         <xsd:element name="installation" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS409496611 RDS409496611 RDS8806700">
859            <xsd:annotation>
860               <xsd:documentation>The installation represented by this report.</xsd:documentation>
861            </xsd:annotation>
862         </xsd:element>
863         <xsd:element name="bedsAvailable" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
864            <xsd:annotation>
865               <xsd:documentation>Total count of beds available on the installation.</xsd:documentation>
866            </xsd:annotation>
867         </xsd:element>
868         <xsd:element name="crewCount" type="witsml:crewCount" minOccurs="0" maxOccurs="unbounded">
869            <xsd:annotation>
870               <xsd:documentation>The count of personnel on a type of crew. One of the types is all personnel on board.</xsd:documentation>
871            </xsd:annotation>
872         </xsd:element>
873         <xsd:element name="work" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
874            <xsd:annotation>
875               <xsd:documentation>The total cumulative amount of time worked during the reporting period. Commonly specified in units of hours. Note that a day unit translates to
876               24 hours worked.</xsd:documentation>
877            </xsd:annotation>
878         </xsd:element>
879         <xsd:element name="workMonthToDate" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
880            <xsd:annotation>
881               <xsd:documentation>The total cumulative amount of time worked from the beginning of the month to the end of reporting period. Commonly specified in units of hours.
882               Note that a day unit translates to 24 hours worked.</xsd:documentation>
883            </xsd:annotation>
884         </xsd:element>
885         <xsd:element name="workYearToDate" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
886            <xsd:annotation>
887               <xsd:documentation>The total cumulative amount of time worked from the beginning of the year to the end of reporting period. Commonly specified in units of hours.
888               Note that a day unit translates to 24 hours worked.</xsd:documentation>
889            </xsd:annotation>
890         </xsd:element>
891         <xsd:element name="operationalHSE" type="witsml:cs_productionOperationHSE" minOccurs="0" maxOccurs="unbounded">
892            <xsd:annotation>
893               <xsd:documentation>Health, Safety and Environmenal information.</xsd:documentation>
894            </xsd:annotation>
895         </xsd:element>
896         <xsd:element name="productionActivity" type="witsml:cs_productionOperationActivity" minOccurs="0" maxOccurs="1">
897            <xsd:annotation>
898               <xsd:documentation>Production activities.</xsd:documentation>
899            </xsd:annotation>
900         </xsd:element>
901      </xsd:sequence>
902      <xsd:attributeGroup ref="witsml:attgrp_uid">
903         <xsd:annotation>
904            <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
905         </xsd:annotation>
906      </xsd:attributeGroup>
907   </xsd:complexType>
908   <xsd:complexType name="cs_productionOperationLostProduction">
909      <xsd:annotation>
910         <xsd:documentation>WITSML - Lost Production Component Schema.</xsd:documentation>
911      </xsd:annotation>
912      <xsd:sequence>
913         <xsd:element name="volumeAndReason" type="witsml:lostVolumeAndReason" minOccurs="0" maxOccurs="unbounded">
914            <xsd:annotation>
915               <xsd:documentation>A estimated lost volume and the reason for the loss.</xsd:documentation>
916            </xsd:annotation>
917         </xsd:element>
918         <xsd:element name="thirdPartyProcessing" type="witsml:cs_productionOperationThirdPartyProcessing" minOccurs="0" maxOccurs="unbounded">
919            <xsd:annotation>
920               <xsd:documentation>The estimated amount of oil and gas lost due to third party processing at an installation.</xsd:documentation>
921            </xsd:annotation>
922         </xsd:element>
923      </xsd:sequence>
924   </xsd:complexType>
925   <xsd:complexType name="cs_productionOperationMarineOperation">
926      <xsd:annotation>
927         <xsd:documentation>Infomation about a marine operation.</xsd:documentation>
928      </xsd:annotation>
929      <xsd:sequence>
930         <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
931            <xsd:annotation>
932               <xsd:documentation>The beginning date and time that the information represents.</xsd:documentation>
933            </xsd:annotation>
934         </xsd:element>
935         <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
936            <xsd:annotation>
937               <xsd:documentation>The ending date and time that the comment represents.</xsd:documentation>
938            </xsd:annotation>
939         </xsd:element>
940         <xsd:element name="generalComment" type="witsml:commentString" minOccurs="0" maxOccurs="1">
941            <xsd:annotation>
942               <xsd:documentation>A general comment on marine activity in the area</xsd:documentation>
943            </xsd:annotation>
944         </xsd:element>
945         <xsd:element name="supplyShip" type="witsml:nameString" minOccurs="0" maxOccurs="1">
946            <xsd:annotation>
947               <xsd:documentation>Name of supply vessel for the installation.</xsd:documentation>
948            </xsd:annotation>
949         </xsd:element>
950         <xsd:element name="standbyVessel" type="witsml:nameString" minOccurs="0" maxOccurs="1">
951            <xsd:annotation>
952               <xsd:documentation>Name of standby vessel for the installation.</xsd:documentation>
953            </xsd:annotation>
954         </xsd:element>
955         <xsd:element name="supplyShipComment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
956            <xsd:annotation>
957               <xsd:documentation>Comment regarding the supply ship.</xsd:documentation>
958            </xsd:annotation>
959         </xsd:element>
960         <xsd:element name="standbyVesselComment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
961            <xsd:annotation>
962               <xsd:documentation>Comment regarding the standby vessel.</xsd:documentation>
963            </xsd:annotation>
964         </xsd:element>
965         <xsd:element name="basketMovement" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
966            <xsd:annotation>
967               <xsd:documentation>Report of any basket movement to and from the installation.</xsd:documentation>
968            </xsd:annotation>
969         </xsd:element>
970         <xsd:element name="activity" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
971            <xsd:annotation>
972               <xsd:documentation>A comment on a special event in the marine area.</xsd:documentation>
973            </xsd:annotation>
974         </xsd:element>
975      </xsd:sequence>
976      <xsd:attributeGroup ref="witsml:attgrp_uid">
977         <xsd:annotation>
978            <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
979         </xsd:annotation>
980      </xsd:attributeGroup>
981   </xsd:complexType>
982   <xsd:complexType name="cs_productionOperationOperationalComment">
983      <xsd:annotation>
984         <xsd:documentation>WITSML - Operational Comments Component Schema.</xsd:documentation>
985      </xsd:annotation>
986      <xsd:sequence>
987         <xsd:element name="type" type="witsml:OperationKind" minOccurs="0" maxOccurs="1">
988            <xsd:annotation>
989               <xsd:documentation>The kind of operation</xsd:documentation>
990            </xsd:annotation>
991         </xsd:element>
992         <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
993            <xsd:annotation>
994               <xsd:documentation>The beginning date and time that the comment represents.</xsd:documentation>
995            </xsd:annotation>
996         </xsd:element>
997         <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
998            <xsd:annotation>
999               <xsd:documentation>The ending date and time that the comment represents.</xsd:documentation>
1000            </xsd:annotation>
1001         </xsd:element>
1002         <xsd:element name="comment" type="witsml:commentString" minOccurs="0" maxOccurs="unbounded">
1003            <xsd:annotation>
1004               <xsd:documentation>A comment about the operation and/or the activities within the operation.</xsd:documentation>
1005            </xsd:annotation>
1006         </xsd:element>
1007      </xsd:sequence>
1008      <xsd:attributeGroup ref="witsml:attgrp_uid">
1009         <xsd:annotation>
1010            <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
1011         </xsd:annotation>
1012      </xsd:attributeGroup>
1013   </xsd:complexType>
1014   <xsd:complexType name="cs_productionOperationSafety">
1015      <xsd:annotation>
1016         <xsd:documentation>WITSML - Safety Component Schema.</xsd:documentation>
1017      </xsd:annotation>
1018      <xsd:sequence>
1019         <xsd:element name="meantimeIncident" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
1020            <xsd:annotation>
1021               <xsd:documentation>The mean time between safety incidents.</xsd:documentation>
1022            </xsd:annotation>
1023         </xsd:element>
1024         <xsd:element name="safetyCount" type="witsml:safetyCount" minOccurs="0" maxOccurs="unbounded">
1025            <xsd:annotation>
1026               <xsd:documentation>The count of a type of safety issue.</xsd:documentation>
1027            </xsd:annotation>
1028         </xsd:element>
1029         <xsd:element name="comment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
1030            <xsd:annotation>
1031               <xsd:documentation>Safety related comment.</xsd:documentation>
1032            </xsd:annotation>
1033         </xsd:element>
1034      </xsd:sequence>
1035      <xsd:attributeGroup ref="witsml:attgrp_uid">
1036         <xsd:annotation>
1037            <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
1038         </xsd:annotation>
1039      </xsd:attributeGroup>
1040   </xsd:complexType>
1041   <xsd:complexType name="cs_productionOperationShutdown">
1042      <xsd:annotation>
1043         <xsd:documentation>Infomation about a shutdown event.</xsd:documentation>
1044      </xsd:annotation>
1045      <xsd:sequence>
1046         <xsd:element name="installation" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS409496611 RDS409496611 RDS8806700">
1047            <xsd:annotation>
1048               <xsd:documentation>The name of the installation which was shut down. The name can be qualified by a naming system. This also defines the kind of
1049               facility.</xsd:documentation>
1050            </xsd:annotation>
1051         </xsd:element>
1052         <xsd:element name="description" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">
1053            <xsd:annotation>
1054               <xsd:documentation>A general description of the shutdown with reason and other relevant information.</xsd:documentation>
1055            </xsd:annotation>
1056         </xsd:element>
1057         <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
1058            <xsd:annotation>
1059               <xsd:documentation>The time the shutdown started.</xsd:documentation>
1060            </xsd:annotation>
1061         </xsd:element>
1062         <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
1063            <xsd:annotation>
1064               <xsd:documentation>The time the shutdown ended.</xsd:documentation>
1065            </xsd:annotation>
1066         </xsd:element>
1067         <xsd:element name="volumetricDownTime" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
1068            <xsd:annotation>
1069               <xsd:documentation>Downtime when the installation is unable to produce 100% of its capability.</xsd:documentation>
1070            </xsd:annotation>
1071         </xsd:element>
1072         <xsd:element name="lossOilStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
1073            <xsd:annotation>
1074               <xsd:documentation>Estimated loss of oil deliveries because of the shutdown. This volume has been corrected to standard conditions of temperature and
1075               pressure.</xsd:documentation>
1076            </xsd:annotation>
1077         </xsd:element>
1078         <xsd:element name="lossGasStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
1079            <xsd:annotation>
1080               <xsd:documentation>Estimated loss of gas deliveries because of the shutdown. This volume has been corrected to standard conditions of temperature and
1081               pressure.</xsd:documentation>
1082            </xsd:annotation>
1083         </xsd:element>
1084         <xsd:element name="activity" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
1085            <xsd:annotation>
1086               <xsd:documentation>A description of main activities from time to time during the shutdown period.</xsd:documentation>
1087            </xsd:annotation>
1088         </xsd:element>
1089      </xsd:sequence>
1090      <xsd:attributeGroup ref="witsml:attgrp_uid">
1091         <xsd:annotation>
1092            <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
1093         </xsd:annotation>
1094      </xsd:attributeGroup>
1095   </xsd:complexType>
1096   <xsd:complexType name="cs_productionOperationThirdPartyProcessing">
1097      <xsd:annotation>
1098         <xsd:documentation>Production losses due to Third Party Processing.</xsd:documentation>
1099      </xsd:annotation>
1100      <xsd:sequence>
1101         <xsd:element name="installation" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS409496611 RDS409496611 RDS8806700">
1102            <xsd:annotation>
1103               <xsd:documentation>The name of the installation which performed the processing. The name can be qualified by a naming system. This also defines the kind of
1104               facility.</xsd:documentation>
1105            </xsd:annotation>
1106         </xsd:element>
1107         <xsd:element name="oilStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
1108            <xsd:annotation>
1109               <xsd:documentation>The estimated amount of oil lost. This volume has been corrected to standard conditions of temperature and pressure</xsd:documentation>
1110            </xsd:annotation>
1111         </xsd:element>
1112         <xsd:element name="gasStdTempPres" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
1113            <xsd:annotation>
1114               <xsd:documentation>The estimated amount of gas lost. This volume has been corrected to standard conditions of temperature and pressure</xsd:documentation>
1115            </xsd:annotation>
1116         </xsd:element>
1117      </xsd:sequence>
1118      <xsd:attributeGroup ref="witsml:attgrp_uid">
1119         <xsd:annotation>
1120            <xsd:documentation>The unique identifier of the event.</xsd:documentation>
1121         </xsd:annotation>
1122      </xsd:attributeGroup>
1123   </xsd:complexType>
1124   <xsd:complexType name="cs_productionOperationWaterCleaningQuality">
1125      <xsd:annotation>
1126         <xsd:documentation>Information about the contaminants in water, and the general water quality. The values are measured from a sample, which is described below. Values
1127         measured from other samples should be given in different instances of the type.</xsd:documentation>
1128      </xsd:annotation>
1129      <xsd:sequence>
1130         <xsd:element name="samplePoint" type="witsml:nameString" minOccurs="0" maxOccurs="1">
1131            <xsd:annotation>
1132               <xsd:documentation>An identifier of the point from which the sample was taken. This is an uncontrolled string value, which should be as descriptive as
1133               possible.</xsd:documentation>
1134            </xsd:annotation>
1135         </xsd:element>
1136         <xsd:element name="oilInWaterProduced" type="witsml:massConcentrationMeasure" minOccurs="0" maxOccurs="1">
1137            <xsd:annotation>
1138               <xsd:documentation>Total measured oil in the water after the water cleaning process, but before it is discharged from the installation.</xsd:documentation>
1139            </xsd:annotation>
1140         </xsd:element>
1141         <xsd:element name="amountOfOil" type="witsml:massMeasure" minOccurs="0" maxOccurs="1">
1142            <xsd:annotation>
1143               <xsd:documentation>Total measured oil in the water after the water cleaning process, but before it is discharged from the installation</xsd:documentation>
1144            </xsd:annotation>
1145         </xsd:element>
1146         <xsd:element name="ammonium" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
1147            <xsd:annotation>
1148               <xsd:documentation>The amount of ammonium found in the water sample.</xsd:documentation>
1149            </xsd:annotation>
1150         </xsd:element>
1151         <xsd:element name="totalOrganicCarbon" type="witsml:massConcentrationMeasure" minOccurs="0" maxOccurs="1">
1152            <xsd:annotation>
1153               <xsd:documentation>The amount of total organic carbon found in the water. The water is under high temperature and the carbon left is measured</xsd:documentation>
1154            </xsd:annotation>
1155         </xsd:element>
1156         <xsd:element name="phenol" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
1157            <xsd:annotation>
1158               <xsd:documentation>The amount of Fenol found in the water sample.</xsd:documentation>
1159            </xsd:annotation>
1160         </xsd:element>
1161         <xsd:element name="glycol" type="witsml:densityMeasure" minOccurs="0" maxOccurs="1">
1162            <xsd:annotation>
1163               <xsd:documentation>The amount of Glycol found in the water sample.</xsd:documentation>
1164            </xsd:annotation>
1165         </xsd:element>
1166         <xsd:element name="phValue" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">
1167            <xsd:annotation>
1168               <xsd:documentation>The pH value of the treated water. The pH value is best given as a value, with no unit of measure, since there are no variations from the
1169               pH.</xsd:documentation>
1170            </xsd:annotation>
1171         </xsd:element>
1172         <xsd:element name="waterTemperature" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
1173            <xsd:annotation>
1174               <xsd:documentation>The temperature of the water before it is discharged.</xsd:documentation>
1175            </xsd:annotation>
1176         </xsd:element>
1177         <xsd:element name="residualChloride" type="witsml:massConcentrationMeasure" minOccurs="0" maxOccurs="1">
1178            <xsd:annotation>
1179               <xsd:documentation>Total measured residual clorines in the water after the water cleaning process, but before it is discharged from the
1180               installation.</xsd:documentation>
1181            </xsd:annotation>
1182         </xsd:element>
1183         <xsd:element name="oxygen" type="witsml:massConcentrationMeasure" minOccurs="0" maxOccurs="1">
1184            <xsd:annotation>
1185               <xsd:documentation>Total measured Oxygen in the water after the water cleaning process, but before it is discharged from the installation.</xsd:documentation>
1186            </xsd:annotation>
1187         </xsd:element>
1188         <xsd:element name="turbidity" type="witsml:unitlessQuantity" minOccurs="0" maxOccurs="1">
1189            <xsd:annotation>
1190               <xsd:documentation>A measure of the cloudiness of water caused by suspended particles.</xsd:documentation>
1191            </xsd:annotation>
1192         </xsd:element>
1193         <xsd:element name="coulterCounter" type="witsml:massConcentrationMeasure" minOccurs="0" maxOccurs="1">
1194            <xsd:annotation>
1195               <xsd:documentation>A measure of the number of particles in water as measured by a coulter counter.</xsd:documentation>
1196            </xsd:annotation>
1197         </xsd:element>
1198         <xsd:element name="comment" type="witsml:cs_datedComment" minOccurs="0" maxOccurs="unbounded">
1199            <xsd:annotation>
1200               <xsd:documentation>Any comment that may be useful in describing the water quality. There can be multiple comments.</xsd:documentation>
1201            </xsd:annotation>
1202         </xsd:element>
1203      </xsd:sequence>
1204      <xsd:attributeGroup ref="witsml:attgrp_uid">
1205         <xsd:annotation>
1206            <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
1207         </xsd:annotation>
1208      </xsd:attributeGroup>
1209   </xsd:complexType>
1210   <xsd:complexType name="cs_productionOperationWeather">
1211      <xsd:annotation>
1212         <xsd:documentation>WITSML - Operations Weather Component Schema</xsd:documentation>
1213      </xsd:annotation>
1214      <xsd:sequence>
1215         <xsd:element name="dTim" type="witsml:timestamp" minOccurs="1" maxOccurs="1">
1216            <xsd:annotation>
1217               <xsd:documentation>Date and time the information is related to.</xsd:documentation>
1218            </xsd:annotation>
1219         </xsd:element>
1220         <xsd:element name="agency" type="witsml:str32" minOccurs="0" maxOccurs="1">
1221            <xsd:annotation>
1222               <xsd:documentation>Name of company that supplied the data.</xsd:documentation>
1223            </xsd:annotation>
1224         </xsd:element>
1225         <xsd:element name="barometricPressure" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
1226            <xsd:annotation>
1227               <xsd:documentation>Atmospheric pressure.</xsd:documentation>
1228            </xsd:annotation>
1229         </xsd:element>
1230         <xsd:element name="beaufortScaleNumber" type="witsml:beaufortScaleIntegerCode" minOccurs="0" maxOccurs="1">
1231            <xsd:annotation>
1232               <xsd:documentation>The Beaufort wind scale is a system used to estimate and report wind speeds when no measuring apparatus is available. It was invented in the
1233               early 19th Century by Admiral Sir Francis Beaufort of the British Navy as a way to interpret winds from conditions.</xsd:documentation>
1234            </xsd:annotation>
1235         </xsd:element>
1236         <xsd:element name="tempSurface" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
1237            <xsd:annotation>
1238               <xsd:documentation>Average temperature above ground for the period. Temperature of the atmosphere.</xsd:documentation>
1239            </xsd:annotation>
1240         </xsd:element>
1241         <xsd:element name="tempSurfaceMn" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
1242            <xsd:annotation>
1243               <xsd:documentation>Minimum temperature above ground. Temperature of the atmosphere.</xsd:documentation>
1244            </xsd:annotation>
1245         </xsd:element>
1246         <xsd:element name="tempSurfaceMx" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
1247            <xsd:annotation>
1248               <xsd:documentation>Maximum temperature above ground.</xsd:documentation>
1249            </xsd:annotation>
1250         </xsd:element>
1251         <xsd:element name="tempWindChill" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
1252            <xsd:annotation>
1253               <xsd:documentation>A measure of the combined chilling effect of wind and low temperature on living things, also named chill factor, e.g., according to US weather
1254               service table, an air temperature of 30 degF with a 10 mi/h corresponds to a windchill of 22 degF.</xsd:documentation>
1255            </xsd:annotation>
1256         </xsd:element>
1257         <xsd:element name="tempsea" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
1258            <xsd:annotation>
1259               <xsd:documentation>Sea temperature.</xsd:documentation>
1260            </xsd:annotation>
1261         </xsd:element>
1262         <xsd:element name="visibility" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
1263            <xsd:annotation>
1264               <xsd:documentation>Horizontal visibility.</xsd:documentation>
1265            </xsd:annotation>
1266         </xsd:element>
1267         <xsd:element name="aziWave" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
1268            <xsd:annotation>
1269               <xsd:documentation>The direction from which the waves are coming, measured from true north.</xsd:documentation>
1270            </xsd:annotation>
1271         </xsd:element>
1272         <xsd:element name="htWave" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
1273            <xsd:annotation>
1274               <xsd:documentation>Average height of the waves.</xsd:documentation>
1275            </xsd:annotation>
1276         </xsd:element>
1277         <xsd:element name="significantWave" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
1278            <xsd:annotation>
1279               <xsd:documentation>An average of the higher 1/3 of the wave heights passing during a sample period (typically 20 to 30 minutes).</xsd:documentation>
1280            </xsd:annotation>
1281         </xsd:element>
1282         <xsd:element name="maxWave" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
1283            <xsd:annotation>
1284               <xsd:documentation>The maximum wave height.</xsd:documentation>
1285            </xsd:annotation>
1286         </xsd:element>
1287         <xsd:element name="periodWave" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
1288            <xsd:annotation>
1289               <xsd:documentation>The elapsed time between the passing of two wave tops.</xsd:documentation>
1290            </xsd:annotation>
1291         </xsd:element>
1292         <xsd:element name="aziWind" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
1293            <xsd:annotation>
1294               <xsd:documentation>The direction from which the wind is blowing, measured from true north.</xsd:documentation>
1295            </xsd:annotation>
1296         </xsd:element>
1297         <xsd:element name="velWind" type="witsml:velocityMeasure" minOccurs="0" maxOccurs="1">
1298            <xsd:annotation>
1299               <xsd:documentation>Wind speed.</xsd:documentation>
1300            </xsd:annotation>
1301         </xsd:element>
1302         <xsd:element name="typePrecip" type="witsml:str32" minOccurs="0" maxOccurs="1">
1303            <xsd:annotation>
1304               <xsd:documentation>Type of precipitation.</xsd:documentation>
1305            </xsd:annotation>
1306         </xsd:element>
1307         <xsd:element name="amtPrecip" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
1308            <xsd:annotation>
1309               <xsd:documentation>Amount of precipitation.</xsd:documentation>
1310            </xsd:annotation>
1311         </xsd:element>
1312         <xsd:element name="coverCloud" type="witsml:str32" minOccurs="0" maxOccurs="1">
1313            <xsd:annotation>
1314               <xsd:documentation>Description of cloud cover.</xsd:documentation>
1315            </xsd:annotation>
1316         </xsd:element>
1317         <xsd:element name="ceilingCloud" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
1318            <xsd:annotation>
1319               <xsd:documentation>Height of cloud cover.</xsd:documentation>
1320            </xsd:annotation>
1321         </xsd:element>
1322         <xsd:element name="currentSea" type="witsml:velocityMeasure" minOccurs="0" maxOccurs="1">
1323            <xsd:annotation>
1324               <xsd:documentation>Current speed.</xsd:documentation>
1325            </xsd:annotation>
1326         </xsd:element>
1327         <xsd:element name="aziCurrentSea" type="witsml:planeAngleMeasure" minOccurs="0" maxOccurs="1">
1328            <xsd:annotation>
1329               <xsd:documentation>Azimuth of current.</xsd:documentation>
1330            </xsd:annotation>
1331         </xsd:element>
1332         <xsd:element name="comments" type="witsml:commentString" minOccurs="0" maxOccurs="1">
1333            <xsd:annotation>
1334               <xsd:documentation>Comments and remarks.</xsd:documentation>
1335            </xsd:annotation>
1336         </xsd:element>
1337      </xsd:sequence>
1338      <xsd:attributeGroup ref="witsml:attgrp_uid">
1339         <xsd:annotation>
1340            <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
1341         </xsd:annotation>
1342      </xsd:attributeGroup>
1343   </xsd:complexType>
1344   <!--UNUSED: Deleted type cs_productVolumeAlert.-->
1345   <!--UNUSED: Deleted type cs_productVolumeBusinessUnit.-->
1346   <!--UNUSED: Deleted type cs_productVolumeBusinessSubUnit.-->
1347   <!--UNUSED: Deleted type cs_productVolumeBusinessOwnershipShare.-->
1348   <!--UNUSED: Deleted type cs_productVolumeBusinessAccountInfo.-->
1349   <!--UNUSED: Deleted type BusinessUnitKind.-->
1350   <!--UNUSED: Deleted type cs_productVolumeComponentContent.-->
1351   <!--UNUSED: Deleted type cs_productVolumeFacility.-->
1352   <!--UNUSED: Deleted type cs_productVolumeFlow.-->
1353   <!--UNUSED: Deleted type cs_productVolumeParameterSet.-->
1354   <!--UNUSED: Deleted type cs_productVolumeParameterValue.-->
1355   <!--UNUSED: Deleted type cs_productVolumePeriod.-->
1356   <xsd:complexType name="cs_productVolumePortDifference">
1357      <xsd:annotation>
1358         <xsd:documentation>Product Volume Port Differential characteristics.</xsd:documentation>
1359      </xsd:annotation>
1360      <xsd:sequence>
1361         <xsd:element name="port" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
1362            <xsd:annotation>
1363               <xsd:documentation>A port on the other end of an internal connection. This should always be specified if a Product Flow Network is being referenced by this report.
1364               If this is not specified then there is an assumption that there is only one other port for the unit. For example, if this end of the connection represents an inlet
1365               port then the implied other end is the outlet port for the unit.</xsd:documentation>
1366            </xsd:annotation>
1367         </xsd:element>
1368         <xsd:element name="presDiff" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
1369            <xsd:annotation>
1370               <xsd:documentation>The differential pressure between the ports.</xsd:documentation>
1371            </xsd:annotation>
1372         </xsd:element>
1373         <xsd:element name="tempDiff" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
1374            <xsd:annotation>
1375               <xsd:documentation>The differential temperature between the ports.</xsd:documentation>
1376            </xsd:annotation>
1377         </xsd:element>
1378         <xsd:element name="chokeSize" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
1379            <xsd:annotation>
1380               <xsd:documentation>The size of the choke. This characterizes the overall unit with respect to the flow restriction between the ports. The restriction might be
1381               implemented using a valve or an actual choke.</xsd:documentation>
1382            </xsd:annotation>
1383         </xsd:element>
1384         <xsd:element name="chokeRelative" type="witsml:lengthPerLengthMeasure" minOccurs="0" maxOccurs="1">
1385            <xsd:annotation>
1386               <xsd:documentation>The relative size of the choke restriction. This characterizes the overall unit with respect to the flow restriction between the ports. The
1387               restriction might be implemented using a valve or an actual choke.</xsd:documentation>
1388            </xsd:annotation>
1389         </xsd:element>
1390      </xsd:sequence>
1391      <xsd:attributeGroup ref="witsml:attgrp_uid">
1392         <xsd:annotation>
1393            <xsd:documentation>The unique identifier of the recurring element.</xsd:documentation>
1394         </xsd:annotation>
1395      </xsd:attributeGroup>
1396   </xsd:complexType>
1397   <!--UNUSED: Deleted type cs_productVolumeProduct.-->
1398   <!--UNUSED: Deleted type cs_productVolumeRelatedFacility.-->
1399   <!--UNUSED: Deleted type cs_productVolumeSalesSet.-->
1400   <!--UNUSED: Deleted type cs_productVolumeSalesDetail.-->
1401   <!--UNUSED: Deleted type cs_productVolumeDestination.-->
1402   <!--UNUSED: Deleted type cs_productVolumeSaleEvent.-->
1403   <!--UNUSED: Deleted type SaleEventKind.-->
1404   <!--UNUSED: Deleted type SalesFlowPart.-->
1405   <!--UNUSED: Deleted type SaleDestinationType.-->
1406   <!--UNUSED: Deleted type cs_refProductFlow.-->
1407   <!--UNUSED: Deleted type cs_refWellWellbore.-->
1408   <!--UNUSED: Deleted type cs_refWellWellboreRig.-->
1409   <!--UNUSED: Deleted type cs_relativeCoordinate.-->
1410   <xsd:complexType name="cs_volumeValue">
1411      <xsd:annotation>
1412         <xsd:documentation>A possibly temperature and pressure corrected volume value.</xsd:documentation>
1413      </xsd:annotation>
1414      <xsd:sequence>
1415         <xsd:element name="volume" type="witsml:volumeQualifiedMeasure" minOccurs="1" maxOccurs="1">
1416            <xsd:annotation>
1417               <xsd:documentation>The volume of the product. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to be good with no
1418               restrictions. A value of "NaN" should be interpreted as null and should be not be given unless a status is also specified to explain why it is
1419               null.</xsd:documentation>
1420            </xsd:annotation>
1421         </xsd:element>
1422         <xsd:element name="grossCalorificValue" type="witsml:modulusOfCompressionMeasure" minOccurs="0" maxOccurs="1">
1423            <xsd:annotation>
1424               <xsd:documentation>The amount of heat which would be released by the complete combustion in air of the above volume of product.</xsd:documentation>
1425            </xsd:annotation>
1426         </xsd:element>
1427         <xsd:element name="temp" type="witsml:thermodynamicTemperatureMeasure" minOccurs="0" maxOccurs="1">
1428            <xsd:annotation>
1429               <xsd:documentation>The temperature to which the volume has been corrected. If not given then the ambient temperature is assumed. If given, then a pressure should
1430               also be given. Common standard temperatures are: 0 degC, 15 degC, 60 degF.</xsd:documentation>
1431            </xsd:annotation>
1432         </xsd:element>
1433         <xsd:element name="pres" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
1434            <xsd:annotation>
1435               <xsd:documentation>The pressure to which the volume has been corrected. If not given then the ambient pressure is assumed. If given, then a temperature should also
1436               be given. Common standard pressures are: 1 atm and 14.696 psi (which are equivalent).</xsd:documentation>
1437            </xsd:annotation>
1438         </xsd:element>
1439      </xsd:sequence>
1440   </xsd:complexType>
1441   <!--UNUSED: Deleted type cs_wellContext.-->
1442   <!--UNUSED: Deleted type cs_wellDatum.-->
1443   <!--UNUSED: Deleted type cs_wellTestBottomholeData.-->
1444   <!--UNUSED: Deleted type cs_wellTestCumulative.-->
1445   <!--UNUSED: Deleted type cs_wellTestFluidLevelTest.-->
1446   <!--UNUSED: Deleted type cs_wellTestFluidRate.-->
1447   <!--UNUSED: Deleted type cs_wellTestInjectionTestData.-->
1448   <!--UNUSED: Deleted type cs_wellTestInjectionTestResults.-->
1449   <!--UNUSED: Deleted type cs_wellTestInterval.-->
1450   <!--UNUSED: Deleted type cs_wellTestPointData.-->
1451   <!--UNUSED: Deleted type cs_wellTestProductionTestData.-->
1452   <!--UNUSED: Deleted type cs_wellTestProductionTestResults.-->
1453   <!--UNUSED: Deleted type cs_wellTestSeparatorData.-->
1454   <!--UNUSED: Deleted type cs_wellTestTestVolume.-->
1455   <!--UNUSED: Deleted type cs_wellTestWellheadData.-->
1456   <!--UNUSED: Deleted type grp_commonPropertiesProductVolume.-->
1457   <!--UNUSED: Deleted type grp_dtsInstalledSystem.-->
1458   <!--UNUSED: Deleted type grp_dtsMeasurement.-->
1459   <!--UNUSED: Deleted type grp_fluidAnalysis.-->
1460   <!--UNUSED: Deleted type grp_fluidAnalysisResult.-->
1461   <!--UNUSED: Deleted type grp_fluidResultCommonTestGroup.-->
1462   <!--UNUSED: Deleted type grp_fluidSample.-->
1463   <!--UNUSED: Deleted type grp_productFlowModel.-->
1464   <xsd:group name="grp_productionOperation">
1465      <xsd:annotation>
1466         <xsd:documentation>The non-contextual content of a WITSML Production Operation object.</xsd:documentation>
1467      </xsd:annotation>
1468      <xsd:sequence>
1469         <xsd:element name="installation" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS409496611 RDS409496611 RDS8806700">
1470            <xsd:annotation>
1471               <xsd:documentation>The name of the facility which is represented by this report. The name can be qualified by a naming system. This also defines the kind of
1472               facility.</xsd:documentation>
1473            </xsd:annotation>
1474         </xsd:element>
1475         <xsd:element name="contextFacility" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="unbounded">
1476            <xsd:annotation>
1477               <xsd:documentation>The name and type of a facility whose context is relevant to the represented installation.</xsd:documentation>
1478            </xsd:annotation>
1479         </xsd:element>
1480         <xsd:element name="kind" type="witsml:kindString" minOccurs="0" maxOccurs="1">
1481            <xsd:annotation>
1482               <xsd:documentation>The type of report.</xsd:documentation>
1483            </xsd:annotation>
1484         </xsd:element>
1485         <xsd:element name="periodKind" type="witsml:ReportingPeriod" minOccurs="0" maxOccurs="1">
1486            <xsd:annotation>
1487               <xsd:documentation>The type of period that is being reported. This value must be consistent with the reporting start and end values.</xsd:documentation>
1488            </xsd:annotation>
1489         </xsd:element>
1490         <xsd:choice minOccurs="1" maxOccurs="1">
1491            <xsd:annotation>
1492               <xsd:documentation>The reporting period. If one value from a pair are given the both values must be given.</xsd:documentation>
1493            </xsd:annotation>
1494            <xsd:sequence>
1495               <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="1" maxOccurs="1">
1496                  <xsd:annotation>
1497                     <xsd:documentation>The beginning date and time that the report represents.</xsd:documentation>
1498                  </xsd:annotation>
1499               </xsd:element>
1500               <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="1" maxOccurs="1">
1501                  <xsd:annotation>
1502                     <xsd:documentation>The ending date and time that the report represents.</xsd:documentation>
1503                  </xsd:annotation>
1504               </xsd:element>
1505            </xsd:sequence>
1506            <xsd:sequence>
1507               <xsd:element name="dateStart" type="witsml:date" minOccurs="1" maxOccurs="1">
1508                  <xsd:annotation>
1509                     <xsd:documentation>The beginning date that the report represents.</xsd:documentation>
1510                  </xsd:annotation>
1511               </xsd:element>
1512               <xsd:element name="dateEnd" type="witsml:date" minOccurs="1" maxOccurs="1">
1513                  <xsd:annotation>
1514                     <xsd:documentation>The ending date that the report represents.</xsd:documentation>
1515                  </xsd:annotation>
1516               </xsd:element>
1517            </xsd:sequence>
1518         </xsd:choice>
1519         <xsd:element name="operator" type="witsml:cs_businessAssociate" minOccurs="0" maxOccurs="1">
1520            <xsd:annotation>
1521               <xsd:documentation>The operator of the facilities in the report.</xsd:documentation>
1522            </xsd:annotation>
1523         </xsd:element>
1524         <xsd:element name="title" type="witsml:nameStruct" minOccurs="0" maxOccurs="1">
1525            <xsd:annotation>
1526               <xsd:documentation>The tile of the report if different from the name of the report.</xsd:documentation>
1527            </xsd:annotation>
1528         </xsd:element>
1529         <xsd:element name="geographicContext" type="witsml:cs_geographicContext" minOccurs="0" maxOccurs="1">
1530            <xsd:annotation>
1531               <xsd:documentation>The geographic context of the report.</xsd:documentation>
1532            </xsd:annotation>
1533         </xsd:element>
1534         <xsd:element name="issueDate" type="witsml:date" minOccurs="0" maxOccurs="1">
1535            <xsd:annotation>
1536               <xsd:documentation>The date that the report was issued.</xsd:documentation>
1537            </xsd:annotation>
1538         </xsd:element>
1539         <xsd:element name="issuedBy" type="witsml:cs_businessAssociate" minOccurs="0" maxOccurs="1">
1540            <xsd:annotation>
1541               <xsd:documentation>The person or company that issued the report. This may contain the role of the person or company within the context of the
1542               report.</xsd:documentation>
1543            </xsd:annotation>
1544         </xsd:element>
1545         <xsd:element name="approvalDate" type="witsml:date" minOccurs="0" maxOccurs="1">
1546            <xsd:annotation>
1547               <xsd:documentation>The date that the report was approved.</xsd:documentation>
1548            </xsd:annotation>
1549         </xsd:element>
1550         <xsd:element name="approver" type="witsml:cs_businessAssociate" minOccurs="0" maxOccurs="1">
1551            <xsd:annotation>
1552               <xsd:documentation>The person or company that approved the report. This may contain the role of the person or company within the context of the
1553               report.</xsd:documentation>
1554            </xsd:annotation>
1555         </xsd:element>
1556         <xsd:element name="installationReport" type="witsml:cs_productionOperationInstallationReport" minOccurs="0" maxOccurs="unbounded">
1557            <xsd:annotation>
1558               <xsd:documentation>A report for each installation</xsd:documentation>
1559            </xsd:annotation>
1560         </xsd:element>
1561      </xsd:sequence>
1562   </xsd:group>
1563   <!--UNUSED: Deleted type grp_productVolume.-->
1564   <!--UNUSED: Deleted type grp_wellTest.-->
1565   <xsd:element name="productionOperations" type="witsml:obj_productionOperations">
1566      <xsd:annotation>
1567         <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
1568         singular name.</xsd:documentation>
1569      </xsd:annotation>
1570   </xsd:element>
1571   <xsd:complexType name="obj_productionOperations">
1572      <xsd:sequence>
1573         <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">
1574            <xsd:annotation>
1575               <xsd:documentation>Information about the XML message instance.</xsd:documentation>
1576            </xsd:annotation>
1577         </xsd:element>
1578         <xsd:element name="productionOperation" type="witsml:obj_productionOperation" minOccurs="1" maxOccurs="unbounded">
1579            <xsd:annotation>
1580               <xsd:documentation>Information about a single productionOperation.</xsd:documentation>
1581            </xsd:annotation>
1582         </xsd:element>
1583      </xsd:sequence>
1584      <xsd:attribute name="version" type="witsml:schemaVersionString" use="required">
1585         <xsd:annotation>
1586            <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
1587            by the document instance.</xsd:documentation>
1588         </xsd:annotation>
1589      </xsd:attribute>
1590   </xsd:complexType>
1591   <xsd:complexType name="obj_productionOperation">
1592      <xsd:complexContent>
1593         <xsd:extension base="witsml:abstractSingularDataObject">
1594            <xsd:sequence>
1595               <xsd:element name="name" type="witsml:nameStruct" minOccurs="1" maxOccurs="1">
1596                  <xsd:annotation>
1597                     <xsd:documentation>Human recognizable context for the Production Operation Report.</xsd:documentation>
1598                  </xsd:annotation>
1599               </xsd:element>
1600               <xsd:group ref="witsml:grp_productionOperation">
1601                  <xsd:annotation>
1602                     <xsd:documentation>The non-contextual elements for general Production Operation information. The name should be unique within the context of the overall
1603                     installation.</xsd:documentation>
1604                  </xsd:annotation>
1605               </xsd:group>
1606               <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
1607                  <xsd:annotation>
1608                     <xsd:documentation>A container element that contains elements that are common to all data objects.</xsd:documentation>
1609                  </xsd:annotation>
1610               </xsd:element>
1611               <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
1612                  <xsd:annotation>
1613                     <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>
1614                  </xsd:annotation>
1615               </xsd:element>
1616            </xsd:sequence>
1617            <xsd:attributeGroup ref="witsml:attgrp_uid">
1618               <xsd:annotation>
1619                  <xsd:documentation>Unique identifier for the Production Operation Report.</xsd:documentation>
1620               </xsd:annotation>
1621            </xsd:attributeGroup>
1622         </xsd:extension>
1623      </xsd:complexContent>
1624   </xsd:complexType>
1625   <!--UNUSED: Deleted type abstractBoolean.-->
1626   <xsd:simpleType name="abstractDateTime">
1627      <xsd:annotation>
1628         <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
1629         derived from this type rather than using xsd:dateTime.</xsd:documentation>
1630      </xsd:annotation>
1631      <xsd:restriction base="xsd:dateTime">
1632         <xsd:pattern value=".+"/>
1633      </xsd:restriction>
1634   </xsd:simpleType>
1635   <xsd:simpleType name="abstractDate">
1636      <xsd:annotation>
1637         <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
1638         from this type rather than using xsd:dateTime.</xsd:documentation>
1639      </xsd:annotation>
1640      <xsd:restriction base="xsd:date">
1641         <xsd:pattern value=".+"/>
1642      </xsd:restriction>
1643   </xsd:simpleType>
1644   <!--UNUSED: Deleted type abstractYear.-->
1645   <xsd:simpleType name="abstractDouble">
1646      <xsd:annotation>
1647         <xsd:documentation>This type disallows an "empty" double value. This type should not be used directly except to derive another type.</xsd:documentation>
1648      </xsd:annotation>
1649      <xsd:restriction base="xsd:double">
1650         <xsd:pattern value=".+"/>
1651      </xsd:restriction>
1652   </xsd:simpleType>
1653   <xsd:simpleType name="abstractShort">
1654      <xsd:annotation>
1655         <xsd:documentation>This type disallows an "empty" short value. This type should not be used directly except to derive another type.</xsd:documentation>
1656      </xsd:annotation>
1657      <xsd:restriction base="xsd:short">
1658         <xsd:pattern value=".+"/>
1659      </xsd:restriction>
1660   </xsd:simpleType>
1661   <!--UNUSED: Deleted type abstractInt.-->
1662   <xsd:simpleType name="abstractString">
1663      <xsd:annotation>
1664         <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.
1665         This type should not be used directly except to derive another type.</xsd:documentation>
1666      </xsd:annotation>
1667      <xsd:restriction base="xsd:string">
1668         <xsd:whiteSpace value="collapse">
1669            <xsd:annotation>
1670               <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
1671               trailing spaces.</xsd:documentation>
1672            </xsd:annotation>
1673         </xsd:whiteSpace>
1674         <xsd:minLength value="1">
1675            <xsd:annotation>
1676               <xsd:documentation>The empty string is not allowed. This constraint conbined with the whiteSpace collapse constraint means that a blank value is not
1677               allowed.</xsd:documentation>
1678            </xsd:annotation>
1679         </xsd:minLength>
1680      </xsd:restriction>
1681   </xsd:simpleType>
1682   <xsd:complexType name="abstractMeasure">
1683      <xsd:annotation>
1684         <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
1685         subtypes. This type allows all quantities to be profiled to be a 'float' instead of a 'double'.</xsd:documentation>
1686      </xsd:annotation>
1687      <xsd:simpleContent>
1688         <xsd:extension base="witsml:abstractDouble"/>
1689      </xsd:simpleContent>
1690   </xsd:complexType>
1691   <xsd:simpleType name="abstractMaximumLengthString">
1692      <xsd:annotation>
1693         <xsd:documentation>This defines the maximum acceptable length of a string that can be stored in a data base.</xsd:documentation>
1694      </xsd:annotation>
1695      <xsd:restriction base="witsml:abstractString">
1696         <xsd:maxLength value="4000">
1697            <xsd:annotation>
1698               <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
1699               VARCHAR2 in Oracle 8.</xsd:documentation>
1700            </xsd:annotation>
1701         </xsd:maxLength>
1702      </xsd:restriction>
1703   </xsd:simpleType>
1704   <!--UNUSED: Deleted type abstractUncollapsedString.-->
1705   <!--UNUSED: Deleted type abstractContextualObject.-->
1706   <xsd:complexType name="abstractSingularDataObject">
1707      <xsd:annotation>
1708         <xsd:documentation>The intended abstract supertype of all singular data objects.</xsd:documentation>
1709      </xsd:annotation>
1710      <xsd:sequence/>
1711   </xsd:complexType>
1712   <!--UNUSED: Deleted type abstractPositiveCount.-->
1713   <xsd:simpleType name="abstractNameString">
1714      <xsd:annotation>
1715         <xsd:documentation>The intended abstract supertype of all user assigned human recognizable contextual name types. There should be no assumption that (interoperable)
1716         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
1717         by an enumeration.</xsd:documentation>
1718      </xsd:annotation>
1719      <xsd:restriction base="witsml:abstractString">
1720         <xsd:maxLength value="64"/>
1721      </xsd:restriction>
1722   </xsd:simpleType>
1723   <xsd:simpleType name="abstractUidString">
1724      <xsd:annotation>
1725         <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
1726         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
1727         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>
1728      </xsd:annotation>
1729      <xsd:restriction base="witsml:abstractString">
1730         <xsd:maxLength value="64"/>
1731         <xsd:pattern value="[^ ]*"/>
1732      </xsd:restriction>
1733   </xsd:simpleType>
1734   <xsd:simpleType name="abstractCommentString">
1735      <xsd:annotation>
1736         <xsd:documentation>The intended abstract supertype of all comments or remarks intended for human consumption. There should be no assumption that semantics can be
1737         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
1738         interoperable).</xsd:documentation>
1739      </xsd:annotation>
1740      <xsd:restriction base="witsml:abstractMaximumLengthString"/>
1741   </xsd:simpleType>
1742   <xsd:simpleType name="abstractTypeEnum">
1743      <xsd:annotation>
1744         <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.
1745         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
1746         future date.</xsd:documentation>
1747      </xsd:annotation>
1748      <xsd:restriction base="witsml:abstractString">
1749         <xsd:maxLength value="40"/>
1750      </xsd:restriction>
1751   </xsd:simpleType>
1752   <xsd:simpleType name="abstractUomEnum">
1753      <xsd:annotation>
1754         <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.
1755         This type is abstract in the sense that it should not be used directly except to derive another type.</xsd:documentation>
1756      </xsd:annotation>
1757      <xsd:restriction base="witsml:abstractString">
1758         <xsd:maxLength value="24"/>
1759      </xsd:restriction>
1760   </xsd:simpleType>
1761   <xsd:simpleType name="abstractNonNegativeCount">
1762      <xsd:annotation>
1763         <xsd:documentation>A non-negative integer (zero based count or index) with a maximum vaulue of 32767 (2-bytes).</xsd:documentation>
1764      </xsd:annotation>
1765      <xsd:restriction base="witsml:abstractShort">
1766         <xsd:minInclusive value="0">
1767            <xsd:annotation>
1768               <xsd:documentation>This value cannot be negative.</xsd:documentation>
1769            </xsd:annotation>
1770         </xsd:minInclusive>
1771      </xsd:restriction>
1772   </xsd:simpleType>
1773   <!--UNUSED: Deleted type ActivityClassType.-->
1774   <!--UNUSED: Deleted type ActivityCode.-->
1775   <xsd:simpleType name="AddressKindEnum">
1776      <xsd:annotation>
1777         <xsd:documentation>Kind of Address. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
1778      </xsd:annotation>
1779      <xsd:restriction base="witsml:abstractTypeEnum">
1780         <xsd:enumeration value="mailing">
1781            <xsd:annotation>
1782               <xsd:documentation>The mailing address of a business associate or facility.</xsd:documentation>
1783            </xsd:annotation>
1784         </xsd:enumeration>
1785         <xsd:enumeration value="physical">
1786            <xsd:annotation>
1787               <xsd:documentation>The physical address - location - of a business associate or facility.</xsd:documentation>
1788            </xsd:annotation>
1789         </xsd:enumeration>
1790         <xsd:enumeration value="both">
1791            <xsd:annotation>
1792               <xsd:documentation>Both the mailing address and the physical address.</xsd:documentation>
1793            </xsd:annotation>
1794         </xsd:enumeration>
1795         <xsd:enumeration value="unknown" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS43168872135">
1796            <xsd:annotation>
1797               <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
1798               value. Use of this value may result in rejection in some situations.</xsd:documentation>
1799            </xsd:annotation>
1800         </xsd:enumeration>
1801      </xsd:restriction>
1802   </xsd:simpleType>
1803   <xsd:simpleType name="AddressQualifier">
1804      <xsd:annotation>
1805         <xsd:documentation>What kind of email (or phone) is this? Is it a work phone? Or personal? Or is a permanent one? The list of standard values is contained in the PRODML
1806         enumValues.xml file.</xsd:documentation>
1807      </xsd:annotation>
1808      <xsd:restriction base="witsml:abstractTypeEnum">
1809         <xsd:enumeration value="personal">
1810            <xsd:annotation>
1811               <xsd:documentation>The phone number or email address is personal, and can probably be received at the business associates home.</xsd:documentation>
1812            </xsd:annotation>
1813         </xsd:enumeration>
1814         <xsd:enumeration value="work">
1815            <xsd:annotation>
1816               <xsd:documentation>The phone number or email is a work number, which is subject to change if the business associate changes jobs.</xsd:documentation>
1817            </xsd:annotation>
1818         </xsd:enumeration>
1819         <xsd:enumeration value="permanent">
1820            <xsd:annotation>
1821               <xsd:documentation>The phone number or email is permanent, which will still be valid if the person changes home or work locations.</xsd:documentation>
1822            </xsd:annotation>
1823         </xsd:enumeration>
1824         <xsd:enumeration value="unknown" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS43168872135">
1825            <xsd:annotation>
1826               <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
1827               value. Use of this value may result in rejection in some situations.</xsd:documentation>
1828            </xsd:annotation>
1829         </xsd:enumeration>
1830      </xsd:restriction>
1831   </xsd:simpleType>
1832   <!--UNUSED: Deleted type AziRef.-->
1833   <!--UNUSED: Deleted type ArrayElementDataType.-->
1834   <!--UNUSED: Deleted type BearingType.-->
1835   <!--UNUSED: Deleted type BitDullCode.-->
1836   <!--UNUSED: Deleted type BitReasonPulled.-->
1837   <!--UNUSED: Deleted type BitType.-->
1838   <!--UNUSED: Deleted type BhaStatus.-->
1839   <!--UNUSED: Deleted type BladeShapeType.-->
1840   <!--UNUSED: Deleted type BladeType.-->
1841   <!--UNUSED: Deleted type BopType.-->
1842   <!--UNUSED: Deleted type BoxPinConfig.-->
1843   <!--UNUSED: Deleted type CalculationMethod.-->
1844   <!--UNUSED: Deleted type CementJobType.-->
1845   <!--UNUSED: Deleted type ConnectionPosition.-->
1846   <xsd:simpleType name="ContactPreference">
1847      <xsd:annotation>
1848         <xsd:documentation>The preferred method of contacting a business associate. The list of standard values is contained in the PRODML enumValues.xml
1849         file.</xsd:documentation>
1850      </xsd:annotation>
1851      <xsd:restriction base="witsml:abstractTypeEnum">
1852         <xsd:enumeration value="business mail">
1853            <xsd:annotation>
1854               <xsd:documentation>Postal mail at the business address.</xsd:documentation>
1855            </xsd:annotation>
1856         </xsd:enumeration>
1857         <xsd:enumeration value="business fax">
1858            <xsd:annotation>
1859               <xsd:documentation>Business fax.</xsd:documentation>
1860            </xsd:annotation>
1861         </xsd:enumeration>
1862         <xsd:enumeration value="business email">
1863            <xsd:annotation>
1864               <xsd:documentation>Business email.</xsd:documentation>
1865            </xsd:annotation>
1866         </xsd:enumeration>
1867         <xsd:enumeration value="business mail">
1868            <xsd:annotation>
1869               <xsd:documentation>Postal mail at the business address.</xsd:documentation>
1870            </xsd:annotation>
1871         </xsd:enumeration>
1872         <xsd:enumeration value="business phone">
1873            <xsd:annotation>
1874               <xsd:documentation>Business voice phone.</xsd:documentation>
1875            </xsd:annotation>
1876         </xsd:enumeration>
1877         <xsd:enumeration value="mobile">
1878            <xsd:annotation>
1879               <xsd:documentation>Mobile phone.</xsd:documentation>
1880            </xsd:annotation>
1881         </xsd:enumeration>
1882         <xsd:enumeration value="pager">
1883            <xsd:annotation>
1884               <xsd:documentation>Pager.</xsd:documentation>
1885            </xsd:annotation>
1886         </xsd:enumeration>
1887         <xsd:enumeration value="personal fax">
1888            <xsd:annotation>
1889               <xsd:documentation>Personal fax.</xsd:documentation>
1890            </xsd:annotation>
1891         </xsd:enumeration>
1892         <xsd:enumeration value="personal email">
1893            <xsd:annotation>
1894               <xsd:documentation>Personal email.</xsd:documentation>
1895            </xsd:annotation>
1896         </xsd:enumeration>
1897         <xsd:enumeration value="personal mail">
1898            <xsd:annotation>
1899               <xsd:documentation>Postal mail at the personal address.</xsd:documentation>
1900            </xsd:annotation>
1901         </xsd:enumeration>
1902         <xsd:enumeration value="personal phone">
1903            <xsd:annotation>
1904               <xsd:documentation>Personal voice phone.</xsd:documentation>
1905            </xsd:annotation>
1906         </xsd:enumeration>
1907         <xsd:enumeration value="unknown" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS43168872135">
1908            <xsd:annotation>
1909               <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
1910               value. Use of this value may result in rejection in some situations.</xsd:documentation>
1911            </xsd:annotation>
1912         </xsd:enumeration>
1913      </xsd:restriction>
1914   </xsd:simpleType>
1915   <!--UNUSED: Deleted type DeflectionMethod.-->
1916   <!--UNUSED: Deleted type DerrickType.-->
1917   <!--UNUSED: Deleted type DrawWorksType.-->
1918   <!--UNUSED: Deleted type DriveType.-->
1919   <!--UNUSED: Deleted type ElevCodeEnum.-->
1920   <!--UNUSED: Deleted type Ellipsoid.-->
1921   <xsd:simpleType name="EndpointQualifier">
1922      <xsd:annotation>
1923         <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
1924         file.</xsd:documentation>
1925      </xsd:annotation>
1926      <xsd:restriction base="witsml:abstractTypeEnum">
1927         <xsd:enumeration value="inclusive">
1928            <xsd:annotation>
1929               <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
1930               considered to be within the range.</xsd:documentation>
1931            </xsd:annotation>
1932         </xsd:enumeration>
1933         <xsd:enumeration value="exclusive">
1934            <xsd:annotation>
1935               <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
1936               considered to be outside the range.</xsd:documentation>
1937            </xsd:annotation>
1938         </xsd:enumeration>
1939         <xsd:enumeration value="extensive">
1940            <xsd:annotation>
1941               <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
1942               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
1943               endpoint. Basically, this concept is designed to support interpolation across an undefined point.</xsd:documentation>
1944            </xsd:annotation>
1945         </xsd:enumeration>
1946         <xsd:enumeration value="overlap extensive">
1947            <xsd:annotation>
1948               <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
1949               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
1950               be used as the endpoint. This concept is designed to select ALL nodes whose index interval overlap with the query range.</xsd:documentation>
1951            </xsd:annotation>
1952         </xsd:enumeration>
1953         <xsd:enumeration value="unknown" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS43168872135">
1954            <xsd:annotation>
1955               <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
1956               value. Use of this value may result in rejection in some situations.</xsd:documentation>
1957            </xsd:annotation>
1958         </xsd:enumeration>
1959      </xsd:restriction>
1960   </xsd:simpleType>
1961   <!--UNUSED: Deleted type FacilityParameter.-->
1962   <!--UNUSED: Deleted type FiberMode.-->
1963   <!--UNUSED: Deleted type FlowQualifier.-->
1964   <!--UNUSED: Deleted type FlowSubQualifier.-->
1965   <!--UNUSED: Deleted type GasPeakType.-->
1966   <!--UNUSED: Deleted type GeodeticDatum.-->
1967   <!--UNUSED: Deleted type Hemispheres.-->
1968   <!--UNUSED: Deleted type HoleCasingType.-->
1969   <!--UNUSED: Deleted type HoleOpenerType.-->
1970   <!--UNUSED: Deleted type InjectionFluid.-->
1971   <!--UNUSED: Deleted type IntervalMethod.-->
1972   <!--UNUSED: Deleted type IntervalType.-->
1973   <xsd:simpleType name="ItemState">
1974      <xsd:annotation>
1975         <xsd:documentation>These values represent the state of a WITSML object.</xsd:documentation>
1976      </xsd:annotation>
1977      <xsd:restriction base="witsml:abstractTypeEnum">
1978         <xsd:enumeration value="actual">
1979            <xsd:annotation>
1980               <xsd:documentation>Actual data measured or entered at the well site.</xsd:documentation>
1981            </xsd:annotation>
1982         </xsd:enumeration>
1983         <xsd:enumeration value="model">
1984            <xsd:annotation>
1985               <xsd:documentation>Model data used for "what if" calculations.</xsd:documentation>
1986            </xsd:annotation>
1987         </xsd:enumeration>
1988         <xsd:enumeration value="plan">
1989            <xsd:annotation>
1990               <xsd:documentation>A planned object. That is, one which is expected to be executed in the future.</xsd:documentation>
1991            </xsd:annotation>
1992         </xsd:enumeration>
1993         <xsd:enumeration value="unknown" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS43168872135">
1994            <xsd:annotation>
1995               <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
1996               value. Use of this value may result in rejection in some situations.</xsd:documentation>
1997            </xsd:annotation>
1998         </xsd:enumeration>
1999      </xsd:restriction>
2000   </xsd:simpleType>
2001   <!--UNUSED: Deleted type InstalledFiberPoint.-->
2002   <!--UNUSED: Deleted type JarType.-->
2003   <!--UNUSED: Deleted type JarAction.-->
2004   <!--UNUSED: Deleted type LithologySource.-->
2005   <!--UNUSED: Deleted type LithologyType.-->
2006   <!--UNUSED: Deleted type LogDataType.-->
2007   <!--UNUSED: Deleted type LogIndexDirection.-->
2008   <!--UNUSED: Deleted type LogIndexType.-->
2009   <!--UNUSED: Deleted type LogTraceOrigin.-->
2010   <!--UNUSED: Deleted type LogTraceState.-->
2011   <!--UNUSED: Deleted type MaterialType.-->
2012   <!--UNUSED: Deleted type MeasureClass.-->
2013   <!--UNUSED: Deleted type MeasurementType.-->
2014   <!--UNUSED: Deleted type MessageProbability.-->
2015   <!--UNUSED: Deleted type MessageSeverity.-->
2016   <!--UNUSED: Deleted type MessageType.-->
2017   <!--UNUSED: Deleted type MudLogParameterType.-->
2018   <!--UNUSED: Deleted type NADTypes.-->
2019   <!--UNUSED: Deleted type NameTagLocation.-->
2020   <!--UNUSED: Deleted type NameTagNumberingScheme.-->
2021   <!--UNUSED: Deleted type NameTagTechnology.-->
2022   <!--UNUSED: Deleted type NozzleType.-->
2023   <!--UNUSED: Deleted type OTDRReason.-->
2024   <xsd:simpleType name="PhoneType">
2025      <xsd:annotation>
2026         <xsd:documentation>One method of characterizing a phone number. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
2027      </xsd:annotation>
2028      <xsd:restriction base="witsml:abstractTypeEnum">
2029         <xsd:enumeration value="voice">
2030            <xsd:annotation>
2031               <xsd:documentation>The telephone number is a conventional number which is used for voice contact.</xsd:documentation>
2032            </xsd:annotation>
2033         </xsd:enumeration>
2034         <xsd:enumeration value="fax">
2035            <xsd:annotation>
2036               <xsd:documentation>The telephone number is exclusively used for receiving faxes.</xsd:documentation>
2037            </xsd:annotation>
2038         </xsd:enumeration>
2039         <xsd:enumeration value="mobile">
2040            <xsd:annotation>
2041               <xsd:documentation>The telephone number is a mobile telephone, such as a cell phone.</xsd:documentation>
2042            </xsd:annotation>
2043         </xsd:enumeration>
2044         <xsd:enumeration value="voice/fax">
2045            <xsd:annotation>
2046               <xsd:documentation>The telephone at this number is capable of voice communication and of receiving faxes.</xsd:documentation>
2047            </xsd:annotation>
2048         </xsd:enumeration>
2049         <xsd:enumeration value="voicemail">
2050            <xsd:annotation>
2051               <xsd:documentation>The telephone is connected directly to voice mail. A voice phone may lead a caller to voice mail. However this choice qualifies the phone type as
2052               being only voice mail.</xsd:documentation>
2053            </xsd:annotation>
2054         </xsd:enumeration>
2055         <xsd:enumeration value="pager">
2056            <xsd:annotation>
2057               <xsd:documentation>The telephone is intended only for pages.</xsd:documentation>
2058            </xsd:annotation>
2059         </xsd:enumeration>
2060         <xsd:enumeration value="unknown" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS43168872135">
2061            <xsd:annotation>
2062               <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
2063               value. Use of this value may result in rejection in some situations.</xsd:documentation>
2064            </xsd:annotation>
2065         </xsd:enumeration>
2066      </xsd:restriction>
2067   </xsd:simpleType>
2068   <!--UNUSED: Deleted type PitType.-->
2069   <!--UNUSED: Deleted type ProductFlowPortType.-->
2070   <!--UNUSED: Deleted type Projection.-->
2071   <!--UNUSED: Deleted type ProjectionVariantsObliqueMercator.-->
2072   <!--UNUSED: Deleted type PumpType.-->
2073   <!--UNUSED: Deleted type PumpOpType.-->
2074   <!--UNUSED: Deleted type QualifierType.-->
2075   <!--UNUSED: Deleted type RealtimeData.-->
2076   <xsd:simpleType name="ReportingFacility">
2077      <xsd:annotation>
2078         <xsd:documentation>A kind of facility (usage of equipment or material). The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
2079      </xsd:annotation>
2080      <xsd:restriction base="witsml:abstractTypeEnum">
2081         <xsd:enumeration value="block valve">
2082            <xsd:annotation>
2083               <xsd:documentation>A single block valve.</xsd:documentation>
2084            </xsd:annotation>
2085         </xsd:enumeration>
2086         <xsd:enumeration value="bottomhole" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS8015624961">
2087            <xsd:annotation>
2088               <xsd:documentation>A single bottomhole.</xsd:documentation>
2089            </xsd:annotation>
2090         </xsd:enumeration>
2091         <xsd:enumeration value="choke">
2092            <xsd:annotation>
2093               <xsd:documentation>A single choke.</xsd:documentation>
2094            </xsd:annotation>
2095         </xsd:enumeration>
2096         <xsd:enumeration value="cluster" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS8015624968">
2097            <xsd:annotation>
2098               <xsd:documentation>A single cluster.</xsd:documentation>
2099            </xsd:annotation>
2100         </xsd:enumeration>
2101         <xsd:enumeration value="completion" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS8015624975">
2102            <xsd:annotation>
2103               <xsd:documentation>A single completion.</xsd:documentation>
2104            </xsd:annotation>
2105         </xsd:enumeration>
2106         <xsd:enumeration value="compressor" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS14286497">
2107            <xsd:annotation>
2108               <xsd:documentation>A single compressor.</xsd:documentation>
2109            </xsd:annotation>
2110         </xsd:enumeration>
2111         <xsd:enumeration value="controller">
2112            <xsd:annotation>
2113               <xsd:documentation>A single lift gas controller.</xsd:documentation>
2114            </xsd:annotation>
2115         </xsd:enumeration>
2116         <xsd:enumeration value="controller -- lift">
2117            <xsd:annotation>
2118               <xsd:documentation>DEPRECATED: use "controller" instead.</xsd:documentation>
2119            </xsd:annotation>
2120         </xsd:enumeration>
2121         <xsd:enumeration value="county" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS14671599">
2122            <xsd:annotation>
2123               <xsd:documentation>A single county.</xsd:documentation>
2124            </xsd:annotation>
2125         </xsd:enumeration>
2126         <xsd:enumeration value="country">
2127            <xsd:annotation>
2128               <xsd:documentation>A single country.</xsd:documentation>
2129            </xsd:annotation>
2130         </xsd:enumeration>
2131         <xsd:enumeration value="field" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS409500951">
2132            <xsd:annotation>
2133               <xsd:documentation>A single field.</xsd:documentation>
2134            </xsd:annotation>
2135         </xsd:enumeration>
2136         <xsd:enumeration value="flowline">
2137            <xsd:annotation>
2138               <xsd:documentation>A single flowline.</xsd:documentation>
2139            </xsd:annotation>
2140         </xsd:enumeration>
2141         <xsd:enumeration value="flow meter">
2142            <xsd:annotation>
2143               <xsd:documentation>A single flow meter.</xsd:documentation>
2144            </xsd:annotation>
2145         </xsd:enumeration>
2146         <xsd:enumeration value="lease" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS806655591">
2147            <xsd:annotation>
2148               <xsd:documentation>A single lease.</xsd:documentation>
2149            </xsd:annotation>
2150         </xsd:enumeration>
2151         <xsd:enumeration value="manifold">
2152            <xsd:annotation>
2153               <xsd:documentation>A single manifold.</xsd:documentation>
2154            </xsd:annotation>
2155         </xsd:enumeration>
2156         <xsd:enumeration value="platform" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS8015624981">
2157            <xsd:annotation>
2158               <xsd:documentation>A single platform.</xsd:documentation>
2159            </xsd:annotation>
2160         </xsd:enumeration>
2161         <xsd:enumeration value="pressure meter">
2162            <xsd:annotation>
2163               <xsd:documentation>A single pressure meter. Note that this represents the device and not the sensor itself.</xsd:documentation>
2164            </xsd:annotation>
2165         </xsd:enumeration>
2166         <xsd:enumeration value="processing facility">
2167            <xsd:annotation>
2168               <xsd:documentation>A single production processing facility.</xsd:documentation>
2169            </xsd:annotation>
2170         </xsd:enumeration>
2171         <xsd:enumeration value="regulating valve">
2172            <xsd:annotation>
2173               <xsd:documentation>A single regulating valve.</xsd:documentation>
2174            </xsd:annotation>
2175         </xsd:enumeration>
2176         <xsd:enumeration value="reservoir" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS8015624985">
2177            <xsd:annotation>
2178               <xsd:documentation>A single reservoir.</xsd:documentation>
2179            </xsd:annotation>
2180         </xsd:enumeration>
2181         <xsd:enumeration value="separator" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS13047965">
2182            <xsd:annotation>
2183               <xsd:documentation>A single separator.</xsd:documentation>
2184            </xsd:annotation>
2185         </xsd:enumeration>
2186         <xsd:enumeration value="sleeve valve">
2187            <xsd:annotation>
2188               <xsd:documentation>A single sleeve valve. This is a type of tubing valve which has a sliding sleeve to cover holes in the tubing. You cover all of the holes in
2189               order to close the valve. For configurations oriented toward production, the inlet is on the casing side and the outlet is on the tubing side. For injection, the
2190               reverse would be true.</xsd:documentation>
2191            </xsd:annotation>
2192         </xsd:enumeration>
2193         <xsd:enumeration value="state" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS8015624992">
2194            <xsd:annotation>
2195               <xsd:documentation>A single state or province.</xsd:documentation>
2196            </xsd:annotation>
2197         </xsd:enumeration>
2198         <xsd:enumeration value="tank" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS445139">
2199            <xsd:annotation>
2200               <xsd:documentation>A single tank.</xsd:documentation>
2201            </xsd:annotation>
2202         </xsd:enumeration>
2203         <xsd:enumeration value="temperature meter">
2204            <xsd:annotation>
2205               <xsd:documentation>A single temperature meter. Note that this represents the device and not the sensor itself.</xsd:documentation>
2206            </xsd:annotation>
2207         </xsd:enumeration>
2208         <xsd:enumeration value="template" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS16551212">
2209            <xsd:annotation>
2210               <xsd:documentation>A single template.</xsd:documentation>
2211            </xsd:annotation>
2212         </xsd:enumeration>
2213         <xsd:enumeration value="trunkline">
2214            <xsd:annotation>
2215               <xsd:documentation>A single trunkline.</xsd:documentation>
2216            </xsd:annotation>
2217         </xsd:enumeration>
2218         <xsd:enumeration value="tubing head">
2219            <xsd:annotation>
2220               <xsd:documentation>A single tubing head within a wellhead.</xsd:documentation>
2221            </xsd:annotation>
2222         </xsd:enumeration>
2223         <xsd:enumeration value="well group">
2224            <xsd:annotation>
2225               <xsd:documentation>A single named group of wells.</xsd:documentation>
2226            </xsd:annotation>
2227         </xsd:enumeration>
2228         <xsd:enumeration value="well" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS16447422">
2229            <xsd:annotation>
2230               <xsd:documentation>A single well, possibly with many wellbores (sidetracks).</xsd:documentation>
2231            </xsd:annotation>
2232         </xsd:enumeration>
2233         <xsd:enumeration value="wellbore" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS448720031">
2234            <xsd:annotation>
2235               <xsd:documentation>A single wellbore (sidetrack) within a well.</xsd:documentation>
2236            </xsd:annotation>
2237         </xsd:enumeration>
2238         <xsd:enumeration value="wellhead" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS13609850">
2239            <xsd:annotation>
2240               <xsd:documentation>A single wellhead for one well. See also "tubing head".</xsd:documentation>
2241            </xsd:annotation>
2242         </xsd:enumeration>
2243         <xsd:enumeration value="zone" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS8015624999">
2244            <xsd:annotation>
2245               <xsd:documentation>A single zone.</xsd:documentation>
2246            </xsd:annotation>
2247         </xsd:enumeration>
2248         <xsd:enumeration value="unknown" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS43168872135">
2249            <xsd:annotation>
2250               <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
2251               value. Use of this value may result in rejection in some situations.</xsd:documentation>
2252            </xsd:annotation>
2253         </xsd:enumeration>
2254         <xsd:enumeration value="commercial entity" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS418236511">
2255            <xsd:annotation>
2256               <xsd:documentation>A commercial entity is an organisational construct through which the a group of organisations or facilities are grouped as if it were a single
2257               composite.</xsd:documentation>
2258            </xsd:annotation>
2259         </xsd:enumeration>
2260         <xsd:enumeration value="company" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS16433090">
2261            <xsd:annotation>
2262               <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
2263            </xsd:annotation>
2264         </xsd:enumeration>
2265         <xsd:enumeration value="field - area" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS418241951">
2266            <xsd:annotation>
2267               <xsd:documentation>A ground that is an area above an oilfield.</xsd:documentation>
2268            </xsd:annotation>
2269         </xsd:enumeration>
2270         <xsd:enumeration value="field - group" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS481604191">
2271            <xsd:annotation>
2272               <xsd:documentation>An area concept that is a grouping of two or more selcted petroleum fields for commercial reasons or other purposes.</xsd:documentation>
2273            </xsd:annotation>
2274         </xsd:enumeration>
2275         <xsd:enumeration value="field - part" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS418229201">
2276            <xsd:annotation>
2277               <xsd:documentation>An area concept that is an area that forms part of a petroleum field.</xsd:documentation>
2278            </xsd:annotation>
2279         </xsd:enumeration>
2280         <xsd:enumeration value="formation">
2281            <xsd:annotation>
2282               <xsd:documentation>xxxxxxxxxxxxxxxxxxxxxxx</xsd:documentation>
2283            </xsd:annotation>
2284         </xsd:enumeration>
2285         <xsd:enumeration value="installation" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS409496611 RDS409496611 RDS8806700">
2286            <xsd:annotation>
2287               <xsd:documentation>A physical object that is an appliance involved in the extraction, production, transportation or storage of oil or gas.</xsd:documentation>
2288            </xsd:annotation>
2289         </xsd:enumeration>
2290         <xsd:enumeration value="licence" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS16682564">
2291            <xsd:annotation>
2292               <xsd:documentation>A regulatory agreement that gives the licensees excluding rights to investigate, explore and recover petroleum deposits within the geographical
2293               area and timeperiode stated in the agreement.</xsd:documentation>
2294            </xsd:annotation>
2295         </xsd:enumeration>
2296         <xsd:enumeration value="pipeline" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS14905115 RDS14905115 RDS275399 RDS14671770">
2297            <xsd:annotation>
2298               <xsd:documentation>A fluid conductor that consists of pipe, possibly also including pumps, valves, and control devices, intended for conveying liquids, gases, or
2299               finely divided solids.</xsd:documentation>
2300            </xsd:annotation>
2301         </xsd:enumeration>
2302         <xsd:enumeration value="storage" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS16304360 RDS16304360 RDS274589 RDS8127142173">
2303            <xsd:annotation>
2304               <xsd:documentation>A system for the storage of gaseous, liquid and solid products.</xsd:documentation>
2305            </xsd:annotation>
2306         </xsd:enumeration>
2307         <xsd:enumeration value="terminal" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS481600541 RDS481600541 RDS965204">
2308            <xsd:annotation>
2309               <xsd:documentation>A physical object that is an industrial facility for the storage of oil and/or petrochemical products and from which these products are usually
2310               transported to end users or further storage facilities.</xsd:documentation>
2311            </xsd:annotation>
2312         </xsd:enumeration>
2313      </xsd:restriction>
2314   </xsd:simpleType>
2315   <!--UNUSED: Deleted type ReportingFlow.-->
2316   <xsd:simpleType name="ReportingPeriod">
2317      <xsd:annotation>
2318         <xsd:documentation>A time period for a report. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
2319      </xsd:annotation>
2320      <xsd:restriction base="witsml:abstractTypeEnum">
2321         <xsd:enumeration value="day" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS356216271">
2322            <xsd:annotation>
2323               <xsd:documentation>A period of one day. If the report does not represent one day then this represents the 24 hour period ending at the end of the report
2324               period.</xsd:documentation>
2325            </xsd:annotation>
2326         </xsd:enumeration>
2327         <xsd:enumeration value="week" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS812622805">
2328            <xsd:annotation>
2329               <xsd:documentation>A period of one week. If the report does not represent one week then this represents the 7 times 24 hour period ending at the end of the report
2330               period.</xsd:documentation>
2331            </xsd:annotation>
2332         </xsd:enumeration>
2333         <xsd:enumeration value="month" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS356220351">
2334            <xsd:annotation>
2335               <xsd:documentation>A period of one calendar month.</xsd:documentation>
2336            </xsd:annotation>
2337         </xsd:enumeration>
2338         <xsd:enumeration value="year" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS419398121">
2339            <xsd:annotation>
2340               <xsd:documentation>A period of one gregorian year.</xsd:documentation>
2341            </xsd:annotation>
2342         </xsd:enumeration>
2343         <xsd:enumeration value="year to date" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS419293081 RDS419293081 RDS812622809">
2344            <xsd:annotation>
2345               <xsd:documentation>A period from the beginning of the year to the end of the report period.</xsd:documentation>
2346            </xsd:annotation>
2347         </xsd:enumeration>
2348         <xsd:enumeration value="month to date" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS812621481">
2349            <xsd:annotation>
2350               <xsd:documentation>A period from the beginning of the calendar month to the end of the report period.</xsd:documentation>
2351            </xsd:annotation>
2352         </xsd:enumeration>
2353         <xsd:enumeration value="daily year to date">
2354            <xsd:annotation>
2355               <xsd:documentation>The average per day over the period from the beginning of the year to the end of the report period</xsd:documentation>
2356            </xsd:annotation>
2357         </xsd:enumeration>
2358         <xsd:enumeration value="daily month to date">
2359            <xsd:annotation>
2360               <xsd:documentation>The average per day over the period from the beginning of the month to the end of the report period</xsd:documentation>
2361            </xsd:annotation>
2362         </xsd:enumeration>
2363         <xsd:enumeration value="total cumulative">
2364            <xsd:annotation>
2365               <xsd:documentation>A period with no beginning that ends at the end of the report period.</xsd:documentation>
2366            </xsd:annotation>
2367         </xsd:enumeration>
2368         <xsd:enumeration value="report" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS812622791">
2369            <xsd:annotation>
2370               <xsd:documentation>A period coinciding with the report period.</xsd:documentation>
2371            </xsd:annotation>
2372         </xsd:enumeration>
2373         <xsd:enumeration value="report start" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS812622795">
2374            <xsd:annotation>
2375               <xsd:documentation>A point in time coinciding with the start of report period.</xsd:documentation>
2376            </xsd:annotation>
2377         </xsd:enumeration>
2378         <xsd:enumeration value="report end" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS812622801">
2379            <xsd:annotation>
2380               <xsd:documentation>A point in time coinciding with the end of report period.</xsd:documentation>
2381            </xsd:annotation>
2382         </xsd:enumeration>
2383         <xsd:enumeration value="previous period" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS812630861">
2384            <xsd:annotation>
2385               <xsd:documentation>The previous reporting period. For example, if the report period represents a day then the previous period represents the previous
2386               day.</xsd:documentation>
2387            </xsd:annotation>
2388         </xsd:enumeration>
2389         <xsd:enumeration value="midnight">
2390            <xsd:annotation>
2391               <xsd:documentation>A point in time coinciding with midnight during the report period. This can be ambiguous if the report begins and ends at midnight - use report
2392               start/end instead. This cannot be used for a reporting period that is greater than 24 hours.</xsd:documentation>
2393            </xsd:annotation>
2394         </xsd:enumeration>
2395         <xsd:enumeration value="noon">
2396            <xsd:annotation>
2397               <xsd:documentation>A point in time coinciding with noon during the report period. This can be ambiguous if the report begins and ends at noon - use report start/end
2398               instead. This cannot be used for a reporting period that is greater than 24 hours.</xsd:documentation>
2399            </xsd:annotation>
2400         </xsd:enumeration>
2401         <xsd:enumeration value="06:00">
2402            <xsd:annotation>
2403               <xsd:documentation>A point in time coinciding with 6 am during the report period. This can be ambiguous if the report begins and ends at 6 am - use report start/end
2404               instead. This cannot be used for a reporting period that is greater than 24 hours.</xsd:documentation>
2405            </xsd:annotation>
2406         </xsd:enumeration>
2407         <xsd:enumeration value="gas day" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS419401971">
2408            <xsd:annotation>
2409               <xsd:documentation>A period in time that is all space of time within a day (24 hour period) starting at 06:00 AM and ending 06:00 AM next day.</xsd:documentation>
2410            </xsd:annotation>
2411         </xsd:enumeration>
2412         <xsd:enumeration value="gas month" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS419399471">
2413            <xsd:annotation>
2414               <xsd:documentation>A period in time that is all space of time within a whole given month starting at 06:00 AM the first day and ending at 06:00 AM the first day of
2415               next month.</xsd:documentation>
2416            </xsd:annotation>
2417         </xsd:enumeration>
2418         <xsd:enumeration value="gas year" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS419404121">
2419            <xsd:annotation>
2420               <xsd:documentation>A period in time that is all time within a period starting at 06:00 AM October 1st and ending at same date and time the following
2421               year.</xsd:documentation>
2422            </xsd:annotation>
2423         </xsd:enumeration>
2424         <xsd:enumeration value="gas year to date">
2425            <xsd:annotation>
2426               <xsd:documentation>A period in time that is all space of time within a period starting at 06:00 AM October 1st ending at 06:00 AM at a given
2427               date.</xsd:documentation>
2428            </xsd:annotation>
2429         </xsd:enumeration>
2430      </xsd:restriction>
2431   </xsd:simpleType>
2432   <!--UNUSED: Deleted type ReportingProduct.-->
2433   <!--UNUSED: Deleted type ReportingProperty.-->
2434   <!--UNUSED: Deleted type RigType.-->
2435   <!--UNUSED: Deleted type RiskAffectedPersonnel.-->
2436   <!--UNUSED: Deleted type RiskCategory.-->
2437   <!--UNUSED: Deleted type RiskSubCategory.-->
2438   <!--UNUSED: Deleted type RiskType.-->
2439   <!--UNUSED: Deleted type ScrType.-->
2440   <!--UNUSED: Deleted type ShowFluorescence.-->
2441   <!--UNUSED: Deleted type ShowLevel.-->
2442   <!--UNUSED: Deleted type ShowRating.-->
2443   <!--UNUSED: Deleted type ShowSpeed.-->
2444   <!--UNUSED: Deleted type StandardTempPress.-->
2445   <!--UNUSED: Deleted type SupportCraft.-->
2446   <!--UNUSED: Deleted type SurfEquipType.-->
2447   <!--UNUSED: Deleted type TargetCategory.-->
2448   <!--UNUSED: Deleted type TargetScope.-->
2449   <!--UNUSED: Deleted type TargetSectionScope.-->
2450   <!--UNUSED: Deleted type TestReason.-->
2451   <!--UNUSED: Deleted type TrajStationStatus.-->
2452   <!--UNUSED: Deleted type TrajStationType.-->
2453   <!--UNUSED: Deleted type TubularAssembly.-->
2454   <!--UNUSED: Deleted type TubularComponent.-->
2455   <!--UNUSED: Deleted type TypeSurveyTool.-->
2456   <xsd:simpleType name="ValueStatus">
2457      <xsd:annotation>
2458         <xsd:documentation>An indicator of the quality of a value. This is designed for a SCADA or OPC style of value stasus. The token in parentheses are OPC's status string for
2459         the condition. The list of standard values is contained in the PRODML enumValues.xml file.</xsd:documentation>
2460      </xsd:annotation>
2461      <xsd:restriction base="witsml:abstractTypeEnum">
2462         <xsd:enumeration value="bad calibration">
2463            <xsd:annotation>
2464               <xsd:documentation>The calibration status of the sensor is unknown. (Out of Calibration)</xsd:documentation>
2465            </xsd:annotation>
2466         </xsd:enumeration>
2467         <xsd:enumeration value="range limit">
2468            <xsd:annotation>
2469               <xsd:documentation>The value is range limited, that is, at or near the end of range of the sensor. The value might be clamped. (Low Limited, High
2470               Limited)</xsd:documentation>
2471            </xsd:annotation>
2472         </xsd:enumeration>
2473         <xsd:enumeration value="questionable">
2474            <xsd:annotation>
2475               <xsd:documentation>The value is just plain questionable. (Sub-Normal, Non-specific)</xsd:documentation>
2476            </xsd:annotation>
2477         </xsd:enumeration>
2478         <xsd:enumeration value="device failure">
2479            <xsd:annotation>
2480               <xsd:documentation>The unit to which the sensor is attached is not running. (Device Failure)</xsd:documentation>
2481            </xsd:annotation>
2482         </xsd:enumeration>
2483         <xsd:enumeration value="sensor failure">
2484            <xsd:annotation>
2485               <xsd:documentation>The field sensor itself is not working due to hardware failure or misconfiguration. (Sensor Failure)</xsd:documentation>
2486            </xsd:annotation>
2487         </xsd:enumeration>
2488         <xsd:enumeration value="comm failure">
2489            <xsd:annotation>
2490               <xsd:documentation>The communication to the field sensor is not working. That is, communcation cannot be established or maintained. (Comm
2491               Failure)</xsd:documentation>
2492            </xsd:annotation>
2493         </xsd:enumeration>
2494         <xsd:enumeration value="timeout">
2495            <xsd:annotation>
2496               <xsd:documentation>Communication to the field sensor has timed out, that is, a connection exists, but a request for a field sensor data value has failed. (Last
2497               Known Value)</xsd:documentation>
2498            </xsd:annotation>
2499         </xsd:enumeration>
2500         <xsd:enumeration value="unknown" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS43168872135">
2501            <xsd:annotation>
2502               <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
2503               value. Use of this value may result in rejection in some situations.</xsd:documentation>
2504            </xsd:annotation>
2505         </xsd:enumeration>
2506      </xsd:restriction>
2507   </xsd:simpleType>
2508   <!--UNUSED: Deleted type WellDirection.-->
2509   <!--UNUSED: Deleted type WellFluid.-->
2510   <!--UNUSED: Deleted type WellboreShape.-->
2511   <!--UNUSED: Deleted type WellboreType.-->
2512   <!--UNUSED: Deleted type WellPurpose.-->
2513   <!--UNUSED: Deleted type WellStatus.-->
2514   <xsd:simpleType name="CrewType">
2515      <xsd:annotation>
2516         <xsd:documentation>The type of personnel grouping.</xsd:documentation>
2517      </xsd:annotation>
2518      <xsd:restriction base="witsml:abstractTypeEnum">
2519         <xsd:enumeration value="catering crew">
2520            <xsd:annotation>
2521               <xsd:documentation>A count that is the number of persons from the catering contractor spending the night at the installation.</xsd:documentation>
2522            </xsd:annotation>
2523         </xsd:enumeration>
2524         <xsd:enumeration value="contractor crew">
2525            <xsd:annotation>
2526               <xsd:documentation>A count that is the number of persons from other than operator spending the night at the installation.</xsd:documentation>
2527            </xsd:annotation>
2528         </xsd:enumeration>
2529         <xsd:enumeration value="day visitors">
2530            <xsd:annotation>
2531               <xsd:documentation>A count that is the number of persons visiting the installation but not spending the night at the installation.</xsd:documentation>
2532            </xsd:annotation>
2533         </xsd:enumeration>
2534         <xsd:enumeration value="drilling contract crew">
2535            <xsd:annotation>
2536               <xsd:documentation>A count that is the number of persons from the drilling contractor spending the night at the installation.</xsd:documentation>
2537            </xsd:annotation>
2538         </xsd:enumeration>
2539         <xsd:enumeration value="own crew">
2540            <xsd:annotation>
2541               <xsd:documentation>A count that is the number of persons from the operator normally working on the installation and spending the night there.</xsd:documentation>
2542            </xsd:annotation>
2543         </xsd:enumeration>
2544         <xsd:enumeration value="own other crew">
2545            <xsd:annotation>
2546               <xsd:documentation>A count that is the number of persons from the operator normally not working on the installation, but spending the night
2547               there.</xsd:documentation>
2548            </xsd:annotation>
2549         </xsd:enumeration>
2550         <xsd:enumeration value="other crew">
2551            <xsd:annotation>
2552               <xsd:documentation>A count that is the number of persons from an unknown source normally not working on the installation, but spending the night
2553               there.</xsd:documentation>
2554            </xsd:annotation>
2555         </xsd:enumeration>
2556         <xsd:enumeration value="personnel on board">
2557            <xsd:annotation>
2558               <xsd:documentation>A count of the total personnel on board.</xsd:documentation>
2559            </xsd:annotation>
2560         </xsd:enumeration>
2561      </xsd:restriction>
2562   </xsd:simpleType>
2563   <xsd:simpleType name="OperationKind">
2564      <xsd:annotation>
2565         <xsd:documentation>The type of operation for which general comments can be defined.</xsd:documentation>
2566      </xsd:annotation>
2567      <xsd:restriction base="witsml:abstractTypeEnum">
2568         <xsd:enumeration value="production" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS8127142184 RDS8127142184 RDS9658457">
2569            <xsd:annotation>
2570               <xsd:documentation>Production operations.</xsd:documentation>
2571            </xsd:annotation>
2572         </xsd:enumeration>
2573         <xsd:enumeration value="well" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS16447422">
2574            <xsd:annotation>
2575               <xsd:documentation>Well operations.</xsd:documentation>
2576            </xsd:annotation>
2577         </xsd:enumeration>
2578         <xsd:enumeration value="deviations">
2579            <xsd:annotation>
2580               <xsd:documentation>Deviations from existing procedures and guidelines.</xsd:documentation>
2581            </xsd:annotation>
2582         </xsd:enumeration>
2583         <xsd:enumeration value="maintenance">
2584            <xsd:annotation>
2585               <xsd:documentation>Maintenance work.</xsd:documentation>
2586            </xsd:annotation>
2587         </xsd:enumeration>
2588         <xsd:enumeration value="construction">
2589            <xsd:annotation>
2590               <xsd:documentation>Construction work.</xsd:documentation>
2591            </xsd:annotation>
2592         </xsd:enumeration>
2593         <xsd:enumeration value="power station failure">
2594            <xsd:annotation>
2595               <xsd:documentation>Failure of a power station.</xsd:documentation>
2596            </xsd:annotation>
2597         </xsd:enumeration>
2598         <xsd:enumeration value="air traffic">
2599            <xsd:annotation>
2600               <xsd:documentation>Air traffic in the area.</xsd:documentation>
2601            </xsd:annotation>
2602         </xsd:enumeration>
2603         <xsd:enumeration value="other">
2604            <xsd:annotation>
2605               <xsd:documentation>Other comment relevant for the production periods on the installation.</xsd:documentation>
2606            </xsd:annotation>
2607         </xsd:enumeration>
2608      </xsd:restriction>
2609   </xsd:simpleType>
2610   <xsd:simpleType name="ReasonLost">
2611      <xsd:annotation>
2612         <xsd:documentation>Reason for lost production.</xsd:documentation>
2613      </xsd:annotation>
2614      <xsd:restriction base="witsml:abstractTypeEnum">
2615         <xsd:enumeration value="topside equipment failure-maint">
2616            <xsd:annotation>
2617               <xsd:documentation>Estimated loss of production due to equipment failure and maintenance topside.</xsd:documentation>
2618            </xsd:annotation>
2619         </xsd:enumeration>
2620         <xsd:enumeration value="extended maint turnaround">
2621            <xsd:annotation>
2622               <xsd:documentation>Estimated loss of production due to extended maintenance turnaround.</xsd:documentation>
2623            </xsd:annotation>
2624         </xsd:enumeration>
2625         <xsd:enumeration value="extended maint turnaround export">
2626            <xsd:annotation>
2627               <xsd:documentation>Estimated loss of production due to extended maintenance turnaround on export terminal.</xsd:documentation>
2628            </xsd:annotation>
2629         </xsd:enumeration>
2630         <xsd:enumeration value="preventive maint topside">
2631            <xsd:annotation>
2632               <xsd:documentation>Estimated loss of production due to preventive maintenance topside.</xsd:documentation>
2633            </xsd:annotation>
2634         </xsd:enumeration>
2635         <xsd:enumeration value="planned maint turnaround">
2636            <xsd:annotation>
2637               <xsd:documentation>Estimated loss of production due to planned maintenance turnaround.</xsd:documentation>
2638            </xsd:annotation>
2639         </xsd:enumeration>
2640         <xsd:enumeration value="marked oil">
2641            <xsd:annotation>
2642               <xsd:documentation>Estimated loss of oil production due to lost export due to marked product.</xsd:documentation>
2643            </xsd:annotation>
2644         </xsd:enumeration>
2645         <xsd:enumeration value="marked gas">
2646            <xsd:annotation>
2647               <xsd:documentation>Estimated loss of gas production due to lost export due to marked product.</xsd:documentation>
2648            </xsd:annotation>
2649         </xsd:enumeration>
2650         <xsd:enumeration value="modification project">
2651            <xsd:annotation>
2652               <xsd:documentation>Estimated loss of production due to modification projects.</xsd:documentation>
2653            </xsd:annotation>
2654         </xsd:enumeration>
2655         <xsd:enumeration value="operation mistakes">
2656            <xsd:annotation>
2657               <xsd:documentation>Estimated loss of production due to operation mistakes reference.</xsd:documentation>
2658            </xsd:annotation>
2659         </xsd:enumeration>
2660         <xsd:enumeration value="other">
2661            <xsd:annotation>
2662               <xsd:documentation>Estimated loss of production due to unspecified reasons.</xsd:documentation>
2663            </xsd:annotation>
2664         </xsd:enumeration>
2665         <xsd:enumeration value="process and operation problem">
2666            <xsd:annotation>
2667               <xsd:documentation>Estimated loss of production due to process and operation problems.</xsd:documentation>
2668            </xsd:annotation>
2669         </xsd:enumeration>
2670         <xsd:enumeration value="production" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS8127142184 RDS8127142184 RDS9658457">
2671            <xsd:annotation>
2672               <xsd:documentation>Estimated loss of production due to total loss of production.</xsd:documentation>
2673            </xsd:annotation>
2674         </xsd:enumeration>
2675         <xsd:enumeration value="regulatory reference">
2676            <xsd:annotation>
2677               <xsd:documentation>Estimated loss of production due to regulatory reference.</xsd:documentation>
2678            </xsd:annotation>
2679         </xsd:enumeration>
2680         <xsd:enumeration value="reservoir" sawsdl:modelReference="http://rds.posccaesar.org/2008/monthhere/XML/RDL/RDS8015624985">
2681            <xsd:annotation>
2682               <xsd:documentation>Estimated loss of production due to reservoir losses.</xsd:documentation>
2683            </xsd:annotation>
2684         </xsd:enumeration>
2685         <xsd:enumeration value="testing and logging">
2686            <xsd:annotation>
2687               <xsd:documentation>Estimated loss of production due to well testing and logging.</xsd:documentation>
2688            </xsd:annotation>
2689         </xsd:enumeration>
2690         <xsd:enumeration value="unavailable tanker storage">
2691            <xsd:annotation>
2692               <xsd:documentation>Estimated loss of production due to unavailable tanker storage.</xsd:documentation>
2693            </xsd:annotation>
2694         </xsd:enumeration>
2695         <xsd:enumeration value="well equipment failure-maint">
2696            <xsd:annotation>
2697               <xsd:documentation>Estimated loss of production due to well equipment failure and maintenance.</xsd:documentation>
2698            </xsd:annotation>
2699         </xsd:enumeration>
2700         <xsd:enumeration value="well planned operations">
2701            <xsd:annotation>
2702               <xsd:documentation>Estimated loss of production due to planned well operations.</xsd:documentation>
2703            </xsd:annotation>
2704         </xsd:enumeration>
2705         <xsd:enumeration value="well preventive maint">
2706            <xsd:annotation>
2707               <xsd:documentation>Estimated loss of production due to preventive maintenance on a well.</xsd:documentation>
2708            </xsd:annotation>
2709         </xsd:enumeration>
2710         <xsd:enumeration value="weather problem">
2711            <xsd:annotation>
2712               <xsd:documentation>Estimated loss of production due to weather conditions.</xsd:documentation>
2713            </xsd:annotation>
2714         </xsd:enumeration>
2715         <xsd:enumeration value="hse">
2716            <xsd:annotation>
2717               <xsd:documentation>Estimated loss of production due to Safety or Emergency requirements.</xsd:documentation>
2718            </xsd:annotation>
2719         </xsd:enumeration>
2720         <xsd:enumeration value="strike/lock-out">
2721            <xsd:annotation>
2722               <xsd:documentation>Estimated loss of production due to strike or lock-out.</xsd:documentation>
2723            </xsd:annotation>
2724         </xsd:enumeration>
2725         <xsd:enumeration value="3rd party processing">
2726            <xsd:annotation>
2727               <xsd:documentation>Estimated loss of production due to 3rd party processing.</xsd:documentation>
2728            </xsd:annotation>
2729         </xsd:enumeration>
2730         <xsd:enumeration value="daily total loss of prod">
2731            <xsd:annotation>
2732               <xsd:documentation>Estimated total loss of production.</xsd:documentation>
2733            </xsd:annotation>
2734         </xsd:enumeration>
2735         <xsd:enumeration value="well problems">
2736            <xsd:annotation>
2737               <xsd:documentation>Estimated loss of production due well problems.</xsd:documentation>
2738            </xsd:annotation>
2739         </xsd:enumeration>
2740      </xsd:restriction>
2741   </xsd:simpleType>
2742   <xsd:simpleType name="SafetyType">
2743      <xsd:annotation>
2744         <xsd:documentation>The type of safety issues for which a count can be defined.</xsd:documentation>
2745      </xsd:annotation>
2746      <xsd:restriction base="witsml:abstractTypeEnum">
2747         <xsd:enumeration value="lost time incident">
2748            <xsd:annotation>
2749               <xsd:documentation>An incident resulted in an injured employee who required medical treatment and could not return to work the next day.</xsd:documentation>
2750            </xsd:annotation>
2751         </xsd:enumeration>
2752         <xsd:enumeration value="lost time accident">
2753            <xsd:annotation>
2754               <xsd:documentation>An accident resulting in lost time from work .</xsd:documentation>
2755            </xsd:annotation>
2756         </xsd:enumeration>
2757         <xsd:enumeration value="severe accident">
2758            <xsd:annotation>
2759               <xsd:documentation>A type of accident that may challenge safety systems at a level much higher than expected..</xsd:documentation>
2760            </xsd:annotation>
2761         </xsd:enumeration>
2762         <xsd:enumeration value="sick on board">
2763            <xsd:annotation>
2764               <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
2765            </xsd:annotation>
2766         </xsd:enumeration>
2767         <xsd:enumeration value="sent ashore">
2768            <xsd:annotation>
2769               <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
2770            </xsd:annotation>
2771         </xsd:enumeration>
2772         <xsd:enumeration value="restricted work">
2773            <xsd:annotation>
2774               <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
2775            </xsd:annotation>
2776         </xsd:enumeration>
2777         <xsd:enumeration value="first aid">
2778            <xsd:annotation>
2779               <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
2780            </xsd:annotation>
2781         </xsd:enumeration>
2782         <xsd:enumeration value="released to air">
2783            <xsd:annotation>
2784               <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
2785            </xsd:annotation>
2786         </xsd:enumeration>
2787         <xsd:enumeration value="released to water">
2788            <xsd:annotation>
2789               <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
2790            </xsd:annotation>
2791         </xsd:enumeration>
2792         <xsd:enumeration value="near miss">
2793            <xsd:annotation>
2794               <xsd:documentation>An incident which, under different circumstances, could have caused injury, illness and/or major damage to/loss of assets, or harm to the
2795               environment or to a third party.</xsd:documentation>
2796            </xsd:annotation>
2797         </xsd:enumeration>
2798         <xsd:enumeration value="fire">
2799            <xsd:annotation>
2800               <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
2801            </xsd:annotation>
2802         </xsd:enumeration>
2803         <xsd:enumeration value="hazard report card">
2804            <xsd:annotation>
2805               <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
2806            </xsd:annotation>
2807         </xsd:enumeration>
2808         <xsd:enumeration value="safety meeting">
2809            <xsd:annotation>
2810               <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
2811            </xsd:annotation>
2812         </xsd:enumeration>
2813         <xsd:enumeration value="permit with SJA">
2814            <xsd:annotation>
2815               <xsd:documentation>Safe Job Analysis.</xsd:documentation>
2816            </xsd:annotation>
2817         </xsd:enumeration>
2818         <xsd:enumeration value="total permits">
2819            <xsd:annotation>
2820               <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
2821            </xsd:annotation>
2822         </xsd:enumeration>
2823         <xsd:enumeration value="drill or exercise">
2824            <xsd:annotation>
2825               <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
2826            </xsd:annotation>
2827         </xsd:enumeration>
2828         <xsd:enumeration value="spill or leak">
2829            <xsd:annotation>
2830               <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
2831            </xsd:annotation>
2832         </xsd:enumeration>
2833         <xsd:enumeration value="job observation">
2834            <xsd:annotation>
2835               <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
2836            </xsd:annotation>
2837         </xsd:enumeration>
2838         <xsd:enumeration value="year-to-date incidents">
2839            <xsd:annotation>
2840               <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
2841            </xsd:annotation>
2842         </xsd:enumeration>
2843         <xsd:enumeration value="miscellaneous">
2844            <xsd:annotation>
2845               <xsd:documentation>xxxxxxxxxxxxxxx.</xsd:documentation>
2846            </xsd:annotation>
2847         </xsd:enumeration>
2848      </xsd:restriction>
2849   </xsd:simpleType>
2850   <!--UNUSED: Deleted type VolumeReferenceKind.-->
2851   <!--UNUSED: Deleted type DataQuality.-->
2852   <!--UNUSED: Deleted type FluidAnalysisKind.-->
2853   <!--UNUSED: Deleted type FluidComponent.-->
2854   <!--UNUSED: Deleted type FluidSampleTestAcquisition.-->
2855   <!--UNUSED: Deleted type FluidComponentKind.-->
2856   <!--UNUSED: Deleted type FluidContaminant.-->
2857   <!--UNUSED: Deleted type FluidSampleKind.-->
2858   <!--UNUSED: Deleted type ReservoirFluidKind.-->
2859   <!--UNUSED: Deleted type EosModelKind.-->
2860   <!--UNUSED: Deleted type generalMeasureType.-->
2861   <!--UNUSED: Deleted type temperatureSlopeMeasure.-->
2862   <!--UNUSED: Deleted type typeOptionalClassString.-->
2863   <xsd:complexType name="endpointQualifiedDateTime">
2864      <xsd:annotation>
2865         <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
2866         endpoint attribute.</xsd:documentation>
2867      </xsd:annotation>
2868      <xsd:simpleContent>
2869         <xsd:extension base="witsml:abstractDateTime">
2870            <xsd:attribute name="endpoint" type="witsml:EndpointQualifier" use="optional">
2871               <xsd:annotation>
2872                  <xsd:documentation>The default is "inclusive".</xsd:documentation>
2873               </xsd:annotation>
2874            </xsd:attribute>
2875         </xsd:extension>
2876      </xsd:simpleContent>
2877   </xsd:complexType>
2878   <!--UNUSED: Deleted type endpointQualifiedDate.-->
2879   <xsd:complexType name="emailQualifierStruct">
2880      <xsd:annotation>
2881         <xsd:documentation>An email address with an attribute, used to "qualify" an email as personal, work, or permanent.</xsd:documentation>
2882      </xsd:annotation>
2883      <xsd:simpleContent>
2884         <xsd:extension base="witsml:abstractTypeEnum">
2885            <xsd:attribute name="qualifier" type="witsml:AddressQualifier" use="optional"/>
2886         </xsd:extension>
2887      </xsd:simpleContent>
2888   </xsd:complexType>
2889   <xsd:complexType name="facilityIdentifierStruct">
2890      <xsd:annotation>
2891         <xsd:documentation>Identifies a facility.</xsd:documentation>
2892      </xsd:annotation>
2893      <xsd:simpleContent>
2894         <xsd:extension base="witsml:abstractNameString">
2895            <xsd:attribute name="kind" type="witsml:ReportingFacility" use="optional">
2896               <xsd:annotation>
2897                  <xsd:documentation>The kind of facility.</xsd:documentation>
2898               </xsd:annotation>
2899            </xsd:attribute>
2900            <xsd:attribute name="namingSystem" type="witsml:nameString" use="optional">
2901               <xsd:annotation>
2902                  <xsd:documentation>The naming system within which the name is unique. For example, API or NPD.</xsd:documentation>
2903               </xsd:annotation>
2904            </xsd:attribute>
2905            <xsd:attribute name="uidRef" type="witsml:uidString" use="optional">
2906               <xsd:annotation>
2907                  <xsd:documentation>If the facility is defined and instantiated within the context of a WITSML server, this is a pointer to the uid value of that object
2908                  instance.</xsd:documentation>
2909               </xsd:annotation>
2910            </xsd:attribute>
2911         </xsd:extension>
2912      </xsd:simpleContent>
2913   </xsd:complexType>
2914   <xsd:complexType name="phoneNumberStruct">
2915      <xsd:annotation>
2916         <xsd:documentation>A phone number with two attributes, used to "type" and "qualify" a phone number. The type would carry information such as fax, modem, voice, and the
2917         qualifier would carry information such as home or office.</xsd:documentation>
2918      </xsd:annotation>
2919      <xsd:simpleContent>
2920         <xsd:extension base="witsml:abstractTypeEnum">
2921            <xsd:attribute name="type" type="witsml:PhoneType" use="required">
2922               <xsd:annotation>
2923                  <xsd:documentation>The kind of phone such as voice or fax.</xsd:documentation>
2924               </xsd:annotation>
2925            </xsd:attribute>
2926            <xsd:attribute name="qualifier" type="witsml:AddressQualifier" use="optional">
2927               <xsd:annotation>
2928                  <xsd:documentation>Indicates whether the number is personal, business or both.</xsd:documentation>
2929               </xsd:annotation>
2930            </xsd:attribute>
2931            <xsd:attribute name="extension" type="witsml:kindString" use="optional">
2932               <xsd:annotation>
2933                  <xsd:documentation>The phone number extension.</xsd:documentation>
2934               </xsd:annotation>
2935            </xsd:attribute>
2936         </xsd:extension>
2937      </xsd:simpleContent>
2938   </xsd:complexType>
2939   <!--UNUSED: Deleted type logicalBoolean.-->
2940   <xsd:simpleType name="date">
2941      <xsd:annotation>
2942         <xsd:documentation>A julian date.</xsd:documentation>
2943      </xsd:annotation>
2944      <xsd:restriction base="witsml:abstractDate"/>
2945   </xsd:simpleType>
2946   <!--UNUSED: Deleted type month.-->
2947   <!--UNUSED: Deleted type year.-->
2948   <xsd:simpleType name="timestamp">
2949      <xsd:annotation>
2950         <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
2951         each date time value.</xsd:documentation>
2952      </xsd:annotation>
2953      <xsd:restriction base="witsml:abstractDateTime"/>
2954   </xsd:simpleType>
2955   <!--UNUSED: Deleted type timeZone.-->
2956   <!--UNUSED: Deleted type calendarYear.-->
2957   <!--UNUSED: Deleted type yAxisAzimuth.-->
2958   <!--UNUSED: Deleted type nonNegativeFraction.-->
2959   <xsd:simpleType name="unitlessQuantity">
2960      <xsd:annotation>
2961         <xsd:documentation>A unitless quantity. This should not be confused with a dimensionless measure.</xsd:documentation>
2962      </xsd:annotation>
2963      <xsd:restriction base="witsml:abstractDouble"/>
2964   </xsd:simpleType>
2965   <!--UNUSED: Deleted type genericMeasure.-->
2966   <xsd:complexType name="indexCurve">
2967      <xsd:annotation>
2968         <xsd:documentation>The mnemonic of a log index curve plus the column index of the curve.</xsd:documentation>
2969      </xsd:annotation>
2970      <xsd:simpleContent>
2971         <xsd:extension base="witsml:str32">
2972            <xsd:attribute name="columnIndex" type="witsml:nonNegativeCount" use="required">
2973               <xsd:annotation>
2974                  <xsd:documentation>The column index of the curve.</xsd:documentation>
2975               </xsd:annotation>
2976            </xsd:attribute>
2977         </xsd:extension>
2978      </xsd:simpleContent>
2979   </xsd:complexType>
2980   <!--UNUSED: Deleted type ratioGenericMeasure.-->
2981   <xsd:simpleType name="listOfString">
2982      <xsd:annotation>
2983         <xsd:documentation>A representation of a list of xsd:string values, restricted to strings without embedded whitespace.</xsd:documentation>
2984      </xsd:annotation>
2985      <xsd:list itemType="witsml:str32"/>
2986   </xsd:simpleType>
2987   <!--UNUSED: Deleted type listOfDouble.-->
2988   <xsd:complexType name="refNameString">
2989      <xsd:annotation>
2990         <xsd:documentation>A reference to a name in another node of the xml hierachy. This value represents a foreign key from one element to another.</xsd:documentation>
2991      </xsd:annotation>
2992      <xsd:simpleContent>
2993         <xsd:extension base="witsml:abstractNameString">
2994            <xsd:attribute name="uidRef" type="witsml:refString" use="optional">
2995               <xsd:annotation>
2996                  <xsd:documentation>A reference to the unique identifier (uid attribute) in the node referenced by the name value. This attribute is required within the context
2997                  of a WITSML server.</xsd:documentation>
2998               </xsd:annotation>
2999            </xsd:attribute>
3000         </xsd:extension>
3001      </xsd:simpleContent>
3002   </xsd:complexType>
3003   <!--UNUSED: Deleted type refObjectString.-->
3004   <!--UNUSED: Deleted type refPositiveCount.-->
3005   <!--UNUSED: Deleted type refWellDatum.-->
3006   <xsd:simpleType name="nameString">
3007      <xsd:annotation>
3008         <xsd:documentation>A user assigned human recognizable contextual name of something. There should be no assumption that (interoperable) semantic information will be
3009         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
3010         enumeration.</xsd:documentation>
3011      </xsd:annotation>
3012      <xsd:restriction base="witsml:abstractNameString"/>
3013   </xsd:simpleType>
3014   <xsd:simpleType name="commentString">
3015      <xsd:annotation>
3016         <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.
3017         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>
3018      </xsd:annotation>
3019      <xsd:restriction base="witsml:abstractCommentString"/>
3020   </xsd:simpleType>
3021   <xsd:simpleType name="descriptionString">
3022      <xsd:annotation>
3023         <xsd:documentation>A textual description of something.</xsd:documentation>
3024      </xsd:annotation>
3025      <xsd:restriction base="witsml:abstractString">
3026         <xsd:maxLength value="256"/>
3027      </xsd:restriction>
3028   </xsd:simpleType>
3029   <!--UNUSED: Deleted type shortDescriptionString.-->
3030   <!--UNUSED: Deleted type encodedArrayString.-->
3031   <!--UNUSED: Deleted type encodedValueString.-->
3032   <xsd:simpleType name="kindString">
3033      <xsd:annotation>
3034         <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
3035         enumerated list.</xsd:documentation>
3036      </xsd:annotation>
3037      <xsd:restriction base="witsml:abstractTypeEnum"/>
3038   </xsd:simpleType>
3039   <!--UNUSED: Deleted type uomString.-->
3040   <xsd:simpleType name="uidString">
3041      <xsd:annotation>
3042         <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
3043         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
3044         value unless enforced by the source of the document (e.g., a document server).</xsd:documentation>
3045      </xsd:annotation>
3046      <xsd:restriction base="witsml:abstractUidString"/>
3047   </xsd:simpleType>
3048   <xsd:simpleType name="refString">
3049      <xsd:annotation>
3050         <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
3051         value of an attribute of type uidString.</xsd:documentation>
3052      </xsd:annotation>
3053      <xsd:restriction base="witsml:abstractUidString"/>
3054   </xsd:simpleType>
3055   <xsd:simpleType name="schemaVersionString">
3056      <xsd:annotation>
3057         <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
3058         loader files.</xsd:documentation>
3059      </xsd:annotation>
3060      <xsd:restriction base="witsml:abstractString">
3061         <xsd:maxLength value="16"/>
3062         <xsd:pattern value="1\.0\.0\.[1-9]?[0-9]\(PRODML\)"/>
3063      </xsd:restriction>
3064   </xsd:simpleType>
3065   <xsd:complexType name="nameStruct">
3066      <xsd:annotation>
3067         <xsd:documentation>The name of something within a naming system.</xsd:documentation>
3068      </xsd:annotation>
3069      <xsd:simpleContent>
3070         <xsd:extension base="witsml:abstractNameString">
3071            <xsd:attribute name="namingSystem" type="witsml:nameString" use="optional">
3072               <xsd:annotation>
3073                  <xsd:documentation>The naming system within the name is (hopefully) unique.</xsd:documentation>
3074               </xsd:annotation>
3075            </xsd:attribute>
3076         </xsd:extension>
3077      </xsd:simpleContent>
3078   </xsd:complexType>
3079   <!--UNUSED: Deleted type wellKnownNameStruct.-->
3080   <!--UNUSED: Deleted type uncollapsedString.-->
3081   <!--UNUSED: Deleted type iadcBearingWearCode.-->
3082   <!--UNUSED: Deleted type geodeticZoneString.-->
3083   <!--UNUSED: Deleted type generalQualifiedMeasure.-->
3084   <!--UNUSED: Deleted type integerQualifiedCount.-->
3085   <!--UNUSED: Deleted type kindQualifiedString.-->
3086   <!--UNUSED: Deleted type areaQualifiedMeasure.-->
3087   <!--UNUSED: Deleted type areaPerAreaQualifiedMeasure.-->
3088   <!--UNUSED: Deleted type anglePerTimeQualifiedMeasure.-->
3089   <!--UNUSED: Deleted type lengthPerLengthQualifiedMeasure.-->
3090   <!--UNUSED: Deleted type pressureQualifiedMeasure.-->
3091   <!--UNUSED: Deleted type thermodynamicTemperatureQualifiedMeasure.-->
3092   <xsd:complexType name="volumeQualifiedMeasure">
3093      <xsd:annotation>
3094         <xsd:documentation>A volume flow rate which may have a quality status. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to be
3095         good with no restrictions.</xsd:documentation>
3096      </xsd:annotation>
3097      <xsd:simpleContent>
3098         <xsd:extension base="witsml:abstractMeasure">
3099            <xsd:attribute name="status" type="witsml:ValueStatus" use="optional">
3100               <xsd:annotation>
3101                  <xsd:documentation>An indicator of the quality of the value.</xsd:documentation>
3102               </xsd:annotation>
3103            </xsd:attribute>
3104            <xsd:attribute name="uom" type="witsml:volumeUom" use="required"/>
3105         </xsd:extension>
3106      </xsd:simpleContent>
3107   </xsd:complexType>
3108   <xsd:complexType name="volumeFlowRateQualifiedMeasure">
3109      <xsd:annotation>
3110         <xsd:documentation>A volume flow rate which may have a quality status.. If the 'status' attribute is absent and the value is not "NaN", the data value can be assumed to
3111         be good with no restrictions.</xsd:documentation>
3112      </xsd:annotation>
3113      <xsd:simpleContent>
3114         <xsd:extension base="witsml:abstractMeasure">
3115            <xsd:attribute name="status" type="witsml:ValueStatus" use="optional">
3116               <xsd:annotation>
3117                  <xsd:documentation>An indicator of the quality of the value.</xsd:documentation>
3118               </xsd:annotation>
3119            </xsd:attribute>
3120            <xsd:attribute name="uom" type="witsml:volumeFlowRateUom" use="required"/>
3121         </xsd:extension>
3122      </xsd:simpleContent>
3123   </xsd:complexType>
3124   <!--UNUSED: Deleted type measuredDepthCoord.-->
3125   <!--UNUSED: Deleted type MeasuredDepthUom.-->
3126   <!--UNUSED: Deleted type wellVerticalDepthCoord.-->
3127   <!--UNUSED: Deleted type wellElevationCoord.-->
3128   <!--UNUSED: Deleted type WellVerticalCoordinateUom.-->
3129   <xsd:simpleType name="nonNegativeCount">
3130      <xsd:annotation>
3131         <xsd:documentation>A non-negative integer (zero based count or index) with a maximum value of 32767 (2-bytes). For items that represent "number of" something or a
3132         "sequential" count or index.</xsd:documentation>
3133      </xsd:annotation>
3134      <xsd:restriction base="witsml:abstractShort">
3135         <xsd:minInclusive value="0">
3136            <xsd:annotation>
3137               <xsd:documentation>This value can be zero but cannot be negative.</xsd:documentation>
3138            </xsd:annotation>
3139         </xsd:minInclusive>
3140      </xsd:restriction>
3141   </xsd:simpleType>
3142   <!--UNUSED: Deleted type positiveCount.-->
3143   <!--UNUSED: Deleted type positiveBigCount.-->
3144   <!--UNUSED: Deleted type integerCount.-->
3145   <xsd:simpleType name="beaufortScaleIntegerCode">
3146      <xsd:annotation>
3147         <xsd:documentation>An estimate wind strength based on the Beaufort Wind Scale. Values range from 0 (calm) to 12 (hurricane).</xsd:documentation>
3148      </xsd:annotation>
3149      <xsd:restriction base="witsml:abstractShort">
3150         <xsd:minInclusive value="0"/>
3151         <xsd:maxInclusive value="12"/>
3152      </xsd:restriction>
3153   </xsd:simpleType>
3154   <!--UNUSED: Deleted type pumpActionIntegerCode.-->
3155   <!--UNUSED: Deleted type iadcIntegerCode.-->
3156   <!--UNUSED: Deleted type levelIntegerCode.-->
3157   <!--UNUSED: Deleted type cost.-->
3158   <!--UNUSED: Deleted type indexedObject.-->
3159   <xsd:simpleType name="str2">
3160      <xsd:restriction base="witsml:abstractString">
3161         <xsd:maxLength value="2"/>
3162      </xsd:restriction>
3163   </xsd:simpleType>
3164   <!--UNUSED: Deleted type str16.-->
3165   <xsd:simpleType name="str32">
3166      <xsd:restriction base="witsml:abstractString">
3167         <xsd:maxLength value="32"/>
3168      </xsd:restriction>
3169   </xsd:simpleType>
3170   <xsd:complexType name="crewCount">
3171      <xsd:annotation>
3172         <xsd:documentation>A one based count of personnel on a type of crew.</xsd:documentation>
3173      </xsd:annotation>
3174      <xsd:simpleContent>
3175         <xsd:extension base="witsml:abstractNonNegativeCount">
3176            <xsd:attribute name="type" type="witsml:CrewType" use="optional">
3177               <xsd:annotation>
3178                  <xsd:documentation>The type of crew for which a count is being defined.</xsd:documentation>
3179               </xsd:annotation>
3180            </xsd:attribute>
3181            <xsd:attributeGroup ref="witsml:attgrp_uid">
3182               <xsd:annotation>
3183                  <xsd:documentation>Unique identifier for the each XML node.</xsd:documentation>
3184               </xsd:annotation>
3185            </xsd:attributeGroup>
3186         </xsd:extension>
3187      </xsd:simpleContent>
3188   </xsd:complexType>
3189   <xsd:complexType name="lostVolumeAndReason">
3190      <xsd:annotation>
3191         <xsd:documentation>A volume corrected to standard temperature and pressure.</xsd:documentation>
3192      </xsd:annotation>
3193      <xsd:simpleContent>
3194         <xsd:extension base="witsml:abstractMeasure">
3195            <xsd:attribute name="uom" type="witsml:volumeUom" use="required"/>
3196            <xsd:attribute name="reasonLost" type="witsml:ReasonLost" use="required">
3197               <xsd:annotation>
3198                  <xsd:documentation>Defines why the volume was lost.</xsd:documentation>
3199               </xsd:annotation>
3200            </xsd:attribute>
3201         </xsd:extension>
3202      </xsd:simpleContent>
3203   </xsd:complexType>
3204   <xsd:complexType name="safetyCount">
3205      <xsd:annotation>
3206         <xsd:documentation>A zero based count of a type of safety item.</xsd:documentation>
3207      </xsd:annotation>
3208      <xsd:simpleContent>
3209         <xsd:extension base="witsml:abstractNonNegativeCount">
3210            <xsd:attribute name="type" type="witsml:SafetyType" use="optional">
3211               <xsd:annotation>
3212                  <xsd:documentation>The type of safety issue for which a count is being defined.</xsd:documentation>
3213               </xsd:annotation>
3214            </xsd:attribute>
3215            <xsd:attribute name="period" type="witsml:ReportingPeriod" use="optional">
3216               <xsd:annotation>
3217                  <xsd:documentation>The type of period being reported by this count.</xsd:documentation>
3218               </xsd:annotation>
3219            </xsd:attribute>
3220         </xsd:extension>
3221      </xsd:simpleContent>
3222   </xsd:complexType>
3223   <!--UNUSED: Deleted type binaryInteractionCoefficient.-->
3224   <xsd:complexType name="massConcentrationMeasurePercent">
3225      <xsd:annotation>
3226         <xsd:documentation>A mass per mass measure that is constrained to a unit of percent.</xsd:documentation>
3227      </xsd:annotation>
3228      <xsd:simpleContent>
3229         <xsd:extension base="witsml:abstractMeasure">
3230            <xsd:attribute name="uom" type="witsml:PercentUom" use="required"/>
3231         </xsd:extension>
3232      </xsd:simpleContent>
3233   </xsd:complexType>
3234   <xsd:complexType name="molarFractionMeasurePercent">
3235      <xsd:annotation>
3236         <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>
3237      </xsd:annotation>
3238      <xsd:simpleContent>
3239         <xsd:extension base="witsml:abstractMeasure">
3240            <xsd:attribute name="uom" type="witsml:PercentUom" use="required"/>
3241         </xsd:extension>
3242      </xsd:simpleContent>
3243   </xsd:complexType>
3244   <!--UNUSED: Deleted type volumePerVolumeMeasurePercent.-->
3245   <xsd:simpleType name="PercentUom">
3246      <xsd:restriction base="witsml:abstractUomEnum">
3247         <xsd:enumeration value="%"/>
3248      </xsd:restriction>
3249   </xsd:simpleType>
3250   <!--UNUSED: Deleted type accelerationLinearMeasure.-->
3251   <xsd:complexType name="amountOfSubstanceMeasure">
3252      <xsd:simpleContent>
3253         <xsd:extension base="witsml:abstractMeasure">
3254            <xsd:attribute name="uom" type="witsml:amountOfSubstanceUom" use="required"/>
3255         </xsd:extension>
3256      </xsd:simpleContent>
3257   </xsd:complexType>
3258   <!--UNUSED: Deleted type anglePerLengthMeasure.-->
3259   <!--UNUSED: Deleted type anglePerTimeMeasure.-->
3260   <!--UNUSED: Deleted type areaMeasure.-->
3261   <!--UNUSED: Deleted type areaPerAreaMeasure.-->
3262   <xsd:complexType name="densityMeasure">
3263      <xsd:simpleContent>
3264         <xsd:extension base="witsml:abstractMeasure">
3265            <xsd:attribute name="uom" type="witsml:densityUom" use="required"/>
3266         </xsd:extension>
3267      </xsd:simpleContent>
3268   </xsd:complexType>
3269   <xsd:complexType name="dimensionlessMeasure">
3270      <xsd:simpleContent>
3271         <xsd:extension base="witsml:abstractMeasure">
3272            <xsd:attribute name="uom" type="witsml:dimensionlessUom" use="required"/>
3273         </xsd:extension>
3274      </xsd:simpleContent>
3275   </xsd:complexType>
3276   <!--UNUSED: Deleted type dynamicViscosityMeasure.-->
3277   <!--UNUSED: Deleted type electricPotentialMeasure.-->
3278   <!--UNUSED: Deleted type energyPerAreaMeasure.-->
3279   <!--UNUSED: Deleted type equivalentPerMassMeasure.-->
3280   <!--UNUSED: Deleted type forceMeasure.-->
3281   <!--UNUSED: Deleted type forcePerVolumeMeasure.-->
3282   <!--UNUSED: Deleted type frequencyMeasure.-->
3283   <!--UNUSED: Deleted type illuminanceMeasure.-->
3284   <xsd:complexType name="lengthMeasure">
3285      <xsd:simpleContent>
3286         <xsd:extension base="witsml:abstractMeasure">
3287            <xsd:attribute name="uom" type="witsml:lengthUom" use="required"/>
3288         </xsd:extension>
3289      </xsd:simpleContent>
3290   </xsd:complexType>
3291   <xsd:complexType name="lengthPerLengthMeasure">
3292      <xsd:simpleContent>
3293         <xsd:extension base="witsml:abstractMeasure">
3294            <xsd:attribute name="uom" type="witsml:lengthPerLengthUom" use="required"/>
3295         </xsd:extension>
3296      </xsd:simpleContent>
3297   </xsd:complexType>
3298   <!--UNUSED: Deleted type magneticFieldStrengthMeasure.-->
3299   <xsd:complexType name="massConcentrationMeasure">
3300      <xsd:simpleContent>
3301         <xsd:extension base="witsml:abstractMeasure">
3302            <xsd:attribute name="uom" type="witsml:massConcentrationUom" use="required"/>
3303         </xsd:extension>
3304      </xsd:simpleContent>
3305   </xsd:complexType>
3306   <xsd:complexType name="massFlowRateMeasure">
3307      <xsd:simpleContent>
3308         <xsd:extension base="witsml:abstractMeasure">
3309            <xsd:attribute name="uom" type="witsml:massFlowRateUom" use="required"/>
3310         </xsd:extension>
3311      </xsd:simpleContent>
3312   </xsd:complexType>
3313   <xsd:complexType name="massMeasure">
3314      <xsd:simpleContent>
3315         <xsd:extension base="witsml:abstractMeasure">
3316            <xsd:attribute name="uom" type="witsml:massUom" use="required"/>
3317         </xsd:extension>
3318      </xsd:simpleContent>
3319   </xsd:complexType>
3320   <!--UNUSED: Deleted type massPerLengthMeasure.-->
3321   <xsd:complexType name="modulusOfCompressionMeasure">
3322      <xsd:simpleContent>
3323         <xsd:extension base="witsml:abstractMeasure">
3324            <xsd:attribute name="uom" type="witsml:modulusOfCompressionUom" use="required"/>
3325         </xsd:extension>
3326      </xsd:simpleContent>
3327   </xsd:complexType>
3328   <!--UNUSED: Deleted type momentOfForceMeasure.-->
3329   <!--UNUSED: Deleted type perLengthMeasure.-->
3330   <xsd:complexType name="planeAngleMeasure">
3331      <xsd:simpleContent>
3332         <xsd:extension base="witsml:abstractMeasure">
3333            <xsd:attribute name="uom" type="witsml:planeAngleUom" use="required"/>
3334         </xsd:extension>
3335      </xsd:simpleContent>
3336   </xsd:complexType>
3337   <!--UNUSED: Deleted type powerMeasure.-->
3338   <xsd:complexType name="pressureMeasure">
3339      <xsd:simpleContent>
3340         <xsd:extension base="witsml:abstractMeasure">
3341            <xsd:attribute name="uom" type="witsml:pressureUom" use="required"/>
3342         </xsd:extension>
3343      </xsd:simpleContent>
3344   </xsd:complexType>
3345   <!--UNUSED: Deleted type relativePowerMeasure.-->
3346   <!--UNUSED: Deleted type specificVolumeMeasure.-->
3347   <xsd:complexType name="thermodynamicTemperatureMeasure">
3348      <xsd:simpleContent>
3349         <xsd:extension base="witsml:abstractMeasure">
3350            <xsd:attribute name="uom" type="witsml:thermodynamicTemperatureUom" use="required"/>
3351         </xsd:extension>
3352      </xsd:simpleContent>
3353   </xsd:complexType>
3354   <xsd:complexType name="timeMeasure">
3355      <xsd:simpleContent>
3356         <xsd:extension base="witsml:abstractMeasure">
3357            <xsd:attribute name="uom" type="witsml:timeUom" use="required"/>
3358         </xsd:extension>
3359      </xsd:simpleContent>
3360   </xsd:complexType>
3361   <xsd:complexType name="velocityMeasure">
3362      <xsd:simpleContent>
3363         <xsd:extension base="witsml:abstractMeasure">
3364            <xsd:attribute name="uom" type="witsml:velocityUom" use="required"/>
3365         </xsd:extension>
3366      </xsd:simpleContent>
3367   </xsd:complexType>
3368   <xsd:complexType name="volumeMeasure">
3369      <xsd:simpleContent>
3370         <xsd:extension base="witsml:abstractMeasure">
3371            <xsd:attribute name="uom" type="witsml:volumeUom" use="required"/>
3372         </xsd:extension>
3373      </xsd:simpleContent>
3374   </xsd:complexType>
3375   <!--UNUSED: Deleted type volumeFlowRateMeasure.-->
3376   <xsd:complexType name="volumePerVolumeMeasure">
3377      <xsd:simpleContent>
3378         <xsd:extension base="witsml:abstractMeasure">
3379            <xsd:attribute name="uom" type="witsml:volumePerVolumeUom" use="required"/>
3380         </xsd:extension>
3381      </xsd:simpleContent>
3382   </xsd:complexType>
3383   <xsd:complexType name="workMeasure">
3384      <xsd:simpleContent>
3385         <xsd:extension base="witsml:abstractMeasure">
3386            <xsd:attribute name="uom" type="witsml:workUom" use="optional"/>
3387         </xsd:extension>
3388      </xsd:simpleContent>
3389   </xsd:complexType>
3390   <!--UNUSED: Deleted type compressibilityMeasure.-->
3391   <!--UNUSED: Deleted type molarVolumeMeasure.-->
3392   <!--UNUSED: Deleted type standardVolumeMeasure.-->
3393   <!--UNUSED: Deleted type thermalConductivityMeasure.-->
3394   <!--UNUSED: Deleted type volumePerStandardVolumeMeasure.-->
3395   <!--UNUSED: Deleted type standardVolumePerStandardVolumeMeasure.-->
3396   <!--UNUSED: Deleted type standardVolumePerVolumeMeasure.-->
3397   <!--UNUSED: Deleted type accelerationLinearUom.-->
3398   <xsd:simpleType name="amountOfSubstanceUom">
3399      <xsd:restriction base="witsml:abstractUomEnum">
3400         <xsd:enumeration value="kmol"/>
3401         <xsd:enumeration value="mmol"/>
3402         <xsd:enumeration value="mol"/>
3403         <xsd:enumeration value="mol"/>
3404         <xsd:enumeration value="kmol"/>
3405         <xsd:enumeration value="lbmole"/>
3406         <xsd:enumeration value="umol"/>
3407      </xsd:restriction>
3408   </xsd:simpleType>
3409   <!--UNUSED: Deleted type anglePerLengthUom.-->
3410   <!--UNUSED: Deleted type anglePerTimeUom.-->
3411   <!--UNUSED: Deleted type areaUom.-->
3412   <!--UNUSED: Deleted type areaPerAreaUom.-->
3413   <xsd:simpleType name="densityUom">
3414      <xsd:restriction base="witsml:abstractUomEnum">
3415         <xsd:enumeration value="kg/m3"/>
3416         <xsd:enumeration value="10Mg/m3"/>
3417         <xsd:enumeration value="dAPI"/>
3418         <xsd:enumeration value="g/cm3"/>
3419         <xsd:enumeration value="g/dm3"/>
3420         <xsd:enumeration value="g/galUK"/>
3421         <xsd:enumeration value="g/galUS"/>
3422         <xsd:enumeration value="g/L"/>
3423         <xsd:enumeration value="g/m3"/>
3424         <xsd:enumeration value="grain/ft3"/>
3425         <xsd:enumeration value="grain/galUS"/>
3426         <xsd:enumeration value="grain/100ft3"/>
3427         <xsd:enumeration value="kg/dm3"/>
3428         <xsd:enumeration value="kg/L"/>
3429         <xsd:enumeration value="Mg/m3"/>
3430         <xsd:enumeration value="lbm/10bbl"/>
3431         <xsd:enumeration value="lbm/bbl"/>
3432         <xsd:enumeration value="lbm/ft3"/>
3433         <xsd:enumeration value="lbm/galUK"/>
3434         <xsd:enumeration value="lbm/1000galUK"/>
3435         <xsd:enumeration value="lbm/galUS"/>
3436         <xsd:enumeration value="lbm/1000galUS"/>
3437         <xsd:enumeration value="lbm/in3"/>
3438         <xsd:enumeration value="lbm/Mbbl"/>
3439         <xsd:enumeration value="mg/dm3"/>
3440         <xsd:enumeration value="mg/galUS"/>
3441         <xsd:enumeration value="mg/L"/>
3442         <xsd:enumeration value="mg/m3"/>
3443         <xsd:enumeration value="ug/cm3"/>
3444      </xsd:restriction>
3445   </xsd:simpleType>
3446   <xsd:simpleType name="dimensionlessUom">
3447      <xsd:restriction base="witsml:abstractUomEnum">
3448         <xsd:enumeration value="Euc"/>
3449         <xsd:enumeration value="%"/>
3450         <xsd:enumeration value="cEuc"/>
3451         <xsd:enumeration value="mEuc"/>
3452         <xsd:enumeration value="nEuc"/>
3453         <xsd:enumeration value="uEuc"/>
3454      </xsd:restriction>
3455   </xsd:simpleType>
3456   <!--UNUSED: Deleted type dynamicViscosityUom.-->
3457   <!--UNUSED: Deleted type electricPotentialUom.-->
3458   <!--UNUSED: Deleted type energyPerAreaUom.-->
3459   <!--UNUSED: Deleted type equivalentPerMassUom.-->
3460   <!--UNUSED: Deleted type forceUom.-->
3461   <!--UNUSED: Deleted type forcePerVolumeUom.-->
3462   <!--UNUSED: Deleted type frequencyUom.-->
3463   <!--UNUSED: Deleted type illuminanceUom.-->
3464   <xsd:simpleType name="lengthUom">
3465      <xsd:restriction base="witsml:abstractUomEnum">
3466         <xsd:enumeration value="m"/>
3467         <xsd:enumeration value="angstrom"/>
3468         <xsd:enumeration value="chBnA"/>
3469         <xsd:enumeration value="chBnB"/>
3470         <xsd:enumeration value="chCla"/>
3471         <xsd:enumeration value="chSe"/>
3472         <xsd:enumeration value="chUS"/>
3473         <xsd:enumeration value="cm"/>
3474         <xsd:enumeration value="dm"/>
3475         <xsd:enumeration value="fathom"/>
3476         <xsd:enumeration value="fm"/>
3477         <xsd:enumeration value="ft"/>
3478         <xsd:enumeration value="ftBnA"/>
3479         <xsd:enumeration value="ftBnB"/>
3480         <xsd:enumeration value="ftBr(65)"/>
3481         <xsd:enumeration value="ftCla"/>
3482         <xsd:enumeration value="ftGC"/>
3483         <xsd:enumeration value="ftInd"/>
3484         <xsd:enumeration value="ftInd(37)"/>
3485         <xsd:enumeration value="ftInd(62)"/>
3486         <xsd:enumeration value="ftInd(75)"/>
3487         <xsd:enumeration value="ftMA"/>
3488         <xsd:enumeration value="ftSe"/>
3489         <xsd:enumeration value="ftUS"/>
3490         <xsd:enumeration value="in"/>
3491         <xsd:enumeration value="in/10"/>
3492         <xsd:enumeration value="in/16"/>
3493         <xsd:enumeration value="in/32"/>
3494         <xsd:enumeration value="in/64"/>
3495         <xsd:enumeration value="inUS"/>
3496         <xsd:enumeration value="km"/>
3497         <xsd:enumeration value="lkBnA"/>
3498         <xsd:enumeration value="lkBnB"/>
3499         <xsd:enumeration value="lkCla"/>
3500         <xsd:enumeration value="lkSe"/>
3501         <xsd:enumeration value="lkUS"/>
3502         <xsd:enumeration value="mGer"/>
3503         <xsd:enumeration value="mi"/>
3504         <xsd:enumeration value="mil"/>
3505         <xsd:enumeration value="miUS"/>
3506         <xsd:enumeration value="mm"/>
3507         <xsd:enumeration value="Mm"/>
3508         <xsd:enumeration value="nautmi"/>
3509         <xsd:enumeration value="nm"/>
3510         <xsd:enumeration value="pm"/>
3511         <xsd:enumeration value="um"/>
3512         <xsd:enumeration value="yd"/>
3513         <xsd:enumeration value="ydBnA"/>
3514         <xsd:enumeration value="ydBnB"/>
3515         <xsd:enumeration value="ydCla"/>
3516         <xsd:enumeration value="ydIm"/>
3517         <xsd:enumeration value="ydInd"/>
3518         <xsd:enumeration value="ydInd(37)"/>
3519         <xsd:enumeration value="ydInd(62)"/>
3520         <xsd:enumeration value="ydInd(75)"/>
3521         <xsd:enumeration value="ydSe"/>
3522      </xsd:restriction>
3523   </xsd:simpleType>
3524   <xsd:simpleType name="lengthPerLengthUom">
3525      <xsd:restriction base="witsml:abstractUomEnum">
3526         <xsd:enumeration value="%"/>
3527         <xsd:enumeration value="ft/100ft"/>
3528         <xsd:enumeration value="ft/ft"/>
3529         <xsd:enumeration value="ft/in"/>
3530         <xsd:enumeration value="ft/m"/>
3531         <xsd:enumeration value="ft/mi"/>
3532         <xsd:enumeration value="km/cm"/>
3533         <xsd:enumeration value="m/30m"/>
3534         <xsd:enumeration value="m/cm"/>
3535         <xsd:enumeration value="m/km"/>
3536         <xsd:enumeration value="m/m"/>
3537         <xsd:enumeration value="mi/in"/>
3538      </xsd:restriction>
3539   </xsd:simpleType>
3540   <!--UNUSED: Deleted type magneticFieldStrengthUom.-->
3541   <xsd:simpleType name="massConcentrationUom">
3542      <xsd:restriction base="witsml:abstractUomEnum">
3543         <xsd:enumeration value="Euc"/>
3544         <xsd:enumeration value="%"/>
3545         <xsd:enumeration value="g/kg"/>
3546         <xsd:enumeration value="kg/kg"/>
3547         <xsd:enumeration value="kg/sack94"/>
3548         <xsd:enumeration value="mg/kg"/>
3549         <xsd:enumeration value="permil"/>
3550         <xsd:enumeration value="ppdk"/>
3551         <xsd:enumeration value="ppk"/>
3552         <xsd:enumeration value="ppm"/>
3553      </xsd:restriction>
3554   </xsd:simpleType>
3555   <xsd:simpleType name="massFlowRateUom">
3556      <xsd:restriction base="witsml:abstractUomEnum">
3557         <xsd:enumeration value="Mg/a"/>
3558         <xsd:enumeration value="Mg/d"/>
3559         <xsd:enumeration value="Mg/h"/>
3560         <xsd:enumeration value="Mlbm/yr"/>
3561         <xsd:enumeration value="g/s"/>
3562         <xsd:enumeration value="kg/d"/>
3563         <xsd:enumeration value="kg/h"/>
3564         <xsd:enumeration value="kg/min"/>
3565         <xsd:enumeration value="kg/s"/>
3566         <xsd:enumeration value="lbm/d"/>
3567         <xsd:enumeration value="lbm/h"/>
3568         <xsd:enumeration value="lbm/min"/>
3569         <xsd:enumeration value="lbm/s"/>
3570         <xsd:enumeration value="t/a"/>
3571         <xsd:enumeration value="t/d"/>
3572         <xsd:enumeration value="t/h"/>
3573         <xsd:enumeration value="t/min"/>
3574         <xsd:enumeration value="tonUK/a"/>
3575         <xsd:enumeration value="tonUK/d"/>
3576         <xsd:enumeration value="tonUK/h"/>
3577         <xsd:enumeration value="tonUK/min"/>
3578         <xsd:enumeration value="tonUS/a"/>
3579         <xsd:enumeration value="tonUS/d"/>
3580         <xsd:enumeration value="tonUS/h"/>
3581         <xsd:enumeration value="tonUS/min"/>
3582      </xsd:restriction>
3583   </xsd:simpleType>
3584   <xsd:simpleType name="massUom">
3585      <xsd:restriction base="witsml:abstractUomEnum">
3586         <xsd:enumeration value="kg"/>
3587         <xsd:enumeration value="ag"/>
3588         <xsd:enumeration value="ct"/>
3589         <xsd:enumeration value="cwtUK"/>
3590         <xsd:enumeration value="cwtUS"/>
3591         <xsd:enumeration value="g"/>
3592         <xsd:enumeration value="grain"/>
3593         <xsd:enumeration value="klbm"/>
3594         <xsd:enumeration value="lbm"/>
3595         <xsd:enumeration value="Mg"/>
3596         <xsd:enumeration value="mg"/>
3597         <xsd:enumeration value="oz(av)"/>
3598         <xsd:enumeration value="oz(troy)"/>
3599         <xsd:enumeration value="ozm"/>
3600         <xsd:enumeration value="sack94"/>
3601         <xsd:enumeration value="t"/>
3602         <xsd:enumeration value="tonUK"/>
3603         <xsd:enumeration value="tonUS"/>
3604         <xsd:enumeration value="ug"/>
3605      </xsd:restriction>
3606   </xsd:simpleType>
3607   <!--UNUSED: Deleted type massPerLengthUom.-->
3608   <xsd:simpleType name="modulusOfCompressionUom">
3609      <xsd:restriction base="witsml:abstractUomEnum">
3610         <xsd:enumeration value="J/m3"/>
3611         <xsd:enumeration value="Btu/bbl"/>
3612         <xsd:enumeration value="Btu/ft3"/>
3613         <xsd:enumeration value="Btu/galUK"/>
3614         <xsd:enumeration value="Btu/galUS"/>
3615         <xsd:enumeration value="cal/cm3"/>
3616         <xsd:enumeration value="cal/mL"/>
3617         <xsd:enumeration value="cal/mm3"/>
3618         <xsd:enumeration value="erg/cm3"/>
3619         <xsd:enumeration value="erg/m3"/>
3620         <xsd:enumeration value="ft.lbf/bbl"/>
3621         <xsd:enumeration value="ft.lbf/galUS"/>
3622         <xsd:enumeration value="hp.hr/bbl"/>
3623         <xsd:enumeration value="J/dm3"/>
3624         <xsd:enumeration value="kcal/cm3"/>
3625         <xsd:enumeration value="kcal/m3"/>
3626         <xsd:enumeration value="kJ/dm3"/>
3627         <xsd:enumeration value="kJ/m3"/>
3628         <xsd:enumeration value="kW.h/dm3"/>
3629         <xsd:enumeration value="kW.h/m3"/>
3630         <xsd:enumeration value="lbf.ft/bbl"/>
3631         <xsd:enumeration value="MJ/m3"/>
3632         <xsd:enumeration value="MW.h/m3"/>
3633         <xsd:enumeration value="therm/ft3"/>
3634         <xsd:enumeration value="therm/galUK"/>
3635         <xsd:enumeration value="tonfUS.mi/bbl"/>
3636      </xsd:restriction>
3637   </xsd:simpleType>
3638   <!--UNUSED: Deleted type momentOfForceUom.-->
3639   <!--UNUSED: Deleted type perLengthUom.-->
3640   <xsd:simpleType name="planeAngleUom">
3641      <xsd:restriction base="witsml:abstractUomEnum">
3642         <xsd:enumeration value="rad"/>
3643         <xsd:enumeration value="c"/>
3644         <xsd:enumeration value="ccgr"/>
3645         <xsd:enumeration value="cgr"/>
3646         <xsd:enumeration value="dega"/>
3647         <xsd:enumeration value="gon"/>
3648         <xsd:enumeration value="gr"/>
3649         <xsd:enumeration value="Grad"/>
3650         <xsd:enumeration value="krad"/>
3651         <xsd:enumeration value="mila"/>
3652         <xsd:enumeration value="mina"/>
3653         <xsd:enumeration value="mrad"/>
3654         <xsd:enumeration value="Mrad"/>
3655         <xsd:enumeration value="mseca"/>
3656         <xsd:enumeration value="seca"/>
3657         <xsd:enumeration value="urad"/>
3658      </xsd:restriction>
3659   </xsd:simpleType>
3660   <!--UNUSED: Deleted type powerUom.-->
3661   <xsd:simpleType name="pressureUom">
3662      <xsd:restriction base="witsml:abstractUomEnum">
3663         <xsd:enumeration value="Pa"/>
3664         <xsd:enumeration value="at"/>
3665         <xsd:enumeration value="atm"/>
3666         <xsd:enumeration value="bar"/>
3667         <xsd:enumeration value="cmH2O(4degC)"/>
3668         <xsd:enumeration value="dyne/cm2"/>
3669         <xsd:enumeration value="GPa"/>
3670         <xsd:enumeration value="hbar"/>
3671         <xsd:enumeration value="inH2O(39.2F)"/>
3672         <xsd:enumeration value="inH2O(60F)"/>
3673         <xsd:enumeration value="inHg(32F)"/>
3674         <xsd:enumeration value="inHg(60F)"/>
3675         <xsd:enumeration value="kgf/cm2"/>
3676         <xsd:enumeration value="kgf/mm2"/>
3677         <xsd:enumeration value="kN/m2"/>
3678         <xsd:enumeration value="kPa"/>
3679         <xsd:enumeration value="kpsi"/>
3680         <xsd:enumeration value="lbf/ft2"/>
3681         <xsd:enumeration value="lbf/100ft2"/>
3682         <xsd:enumeration value="lbf/in2"/>
3683         <xsd:enumeration value="mbar"/>
3684         <xsd:enumeration value="mmHg(0C)"/>
3685         <xsd:enumeration value="mPa"/>
3686         <xsd:enumeration value="MPa"/>
3687         <xsd:enumeration value="Mpsi"/>
3688         <xsd:enumeration value="N/m2"/>
3689         <xsd:enumeration value="N/mm2"/>
3690         <xsd:enumeration value="Pa(g)"/>
3691         <xsd:enumeration value="pPa"/>
3692         <xsd:enumeration value="psi"/>
3693         <xsd:enumeration value="psia"/>
3694         <xsd:enumeration value="psig"/>
3695         <xsd:enumeration value="tonfUS/ft2"/>
3696         <xsd:enumeration value="tonfUS/in2"/>
3697         <xsd:enumeration value="torr"/>
3698         <xsd:enumeration value="ubar"/>
3699         <xsd:enumeration value="umHg(0C)"/>
3700         <xsd:enumeration value="uPa"/>
3701         <xsd:enumeration value="upsi"/>
3702      </xsd:restriction>
3703   </xsd:simpleType>
3704   <!--UNUSED: Deleted type relativePowerUom.-->
3705   <!--UNUSED: Deleted type specificVolumeUom.-->
3706   <xsd:simpleType name="thermodynamicTemperatureUom">
3707      <xsd:restriction base="witsml:abstractUomEnum">
3708         <xsd:enumeration value="K"/>
3709         <xsd:enumeration value="degC"/>
3710         <xsd:enumeration value="degF"/>
3711         <xsd:enumeration value="degR"/>
3712      </xsd:restriction>
3713   </xsd:simpleType>
3714   <xsd:simpleType name="timeUom">
3715      <xsd:restriction base="witsml:abstractUomEnum">
3716         <xsd:enumeration value="s"/>
3717         <xsd:enumeration value="a"/>
3718         <xsd:enumeration value="cs"/>
3719         <xsd:enumeration value="d"/>
3720         <xsd:enumeration value="Ga"/>
3721         <xsd:enumeration value="h"/>
3722         <xsd:enumeration value="100s"/>
3723         <xsd:enumeration value="Ma"/>
3724         <xsd:enumeration value="min"/>
3725         <xsd:enumeration value="ms"/>
3726         <xsd:enumeration value="ms/2"/>
3727         <xsd:enumeration value="ns"/>
3728         <xsd:enumeration value="ps"/>
3729         <xsd:enumeration value="us"/>
3730         <xsd:enumeration value="wk"/>
3731         <xsd:enumeration value="100ka"/>
3732      </xsd:restriction>
3733   </xsd:simpleType>
3734   <xsd:simpleType name="velocityUom">
3735      <xsd:restriction base="witsml:abstractUomEnum">
3736         <xsd:enumeration value="m/s"/>
3737         <xsd:enumeration value="cm/a"/>
3738         <xsd:enumeration value="cm/s"/>
3739         <xsd:enumeration value="dm/s"/>
3740         <xsd:enumeration value="ft/d"/>
3741         <xsd:enumeration value="ft/h"/>
3742         <xsd:enumeration value="ft/min"/>
3743         <xsd:enumeration value="ft/ms"/>
3744         <xsd:enumeration value="ft/s"/>
3745         <xsd:enumeration value="ft/us"/>
3746         <xsd:enumeration value="in/a"/>
3747         <xsd:enumeration value="in/min"/>
3748         <xsd:enumeration value="in/s"/>
3749         <xsd:enumeration value="kft/h"/>
3750         <xsd:enumeration value="kft/s"/>
3751         <xsd:enumeration value="km/h"/>
3752         <xsd:enumeration value="km/s"/>
3753         <xsd:enumeration value="knot"/>
3754         <xsd:enumeration value="m/d"/>
3755         <xsd:enumeration value="m/h"/>
3756         <xsd:enumeration value="m/min"/>
3757         <xsd:enumeration value="m/ms"/>
3758         <xsd:enumeration value="mi/h"/>
3759         <xsd:enumeration value="mil/yr"/>
3760         <xsd:enumeration value="mm/a"/>
3761         <xsd:enumeration value="mm/s"/>
3762         <xsd:enumeration value="nm/s"/>
3763         <xsd:enumeration value="um/s"/>
3764      </xsd:restriction>
3765   </xsd:simpleType>
3766   <xsd:simpleType name="volumeUom">
3767      <xsd:restriction base="witsml:abstractUomEnum">
3768         <xsd:enumeration value="m3"/>
3769         <xsd:enumeration value="acre.ft"/>
3770         <xsd:enumeration value="bbl"/>
3771         <xsd:enumeration value="bcf"/>
3772         <xsd:enumeration value="cm3"/>
3773         <xsd:enumeration value="dm3"/>
3774         <xsd:enumeration value="flozUK"/>
3775         <xsd:enumeration value="flozUS"/>
3776         <xsd:enumeration value="ft3"/>
3777         <xsd:enumeration value="galUK"/>
3778         <xsd:enumeration value="galUS"/>
3779         <xsd:enumeration value="ha.m"/>
3780         <xsd:enumeration value="hL"/>
3781         <xsd:enumeration value="in3"/>
3782         <xsd:enumeration value="1000ft3"/>
3783         <xsd:enumeration value="km3"/>
3784         <xsd:enumeration value="L"/>
3785         <xsd:enumeration value="Mbbl"/>
3786         <xsd:enumeration value="Mcf"/>
3787         <xsd:enumeration value="M(ft3)"/>
3788         <xsd:enumeration value="mi3"/>
3789         <xsd:enumeration value="mL"/>
3790         <xsd:enumeration value="M(m3)"/>
3791         <xsd:enumeration value="mm3"/>
3792         <xsd:enumeration value="MMbbl"/>
3793         <xsd:enumeration value="ptUK"/>
3794         <xsd:enumeration value="ptUS"/>
3795         <xsd:enumeration value="qtUK"/>
3796         <xsd:enumeration value="qtUS"/>
3797         <xsd:enumeration value="tcf"/>
3798         <xsd:enumeration value="um2.m"/>
3799         <xsd:enumeration value="yd3"/>
3800      </xsd:restriction>
3801   </xsd:simpleType>
3802   <xsd:simpleType name="volumeFlowRateUom">
3803      <xsd:restriction base="witsml:abstractUomEnum">
3804         <xsd:enumeration value="m3/s"/>
3805         <xsd:enumeration value="bbl/d"/>
3806         <xsd:enumeration value="bbl/hr"/>
3807         <xsd:enumeration value="bbl/min"/>
3808         <xsd:enumeration value="cm3/30min"/>
3809         <xsd:enumeration value="cm3/h"/>
3810         <xsd:enumeration value="cm3/min"/>
3811         <xsd:enumeration value="cm3/s"/>
3812         <xsd:enumeration value="dm3/s"/>
3813         <xsd:enumeration value="ft3/d"/>
3814         <xsd:enumeration value="ft3/h"/>
3815         <xsd:enumeration value="ft3/min"/>
3816         <xsd:enumeration value="ft3/s"/>
3817         <xsd:enumeration value="galUK/d"/>
3818         <xsd:enumeration value="galUK/hr"/>
3819         <xsd:enumeration value="galUK/min"/>
3820         <xsd:enumeration value="galUS/d"/>
3821         <xsd:enumeration value="galUS/hr"/>
3822         <xsd:enumeration value="galUS/min"/>
3823         <xsd:enumeration value="kbbl/d"/>
3824         <xsd:enumeration value="1000ft3/d"/>
3825         <xsd:enumeration value="1000m3/d"/>
3826         <xsd:enumeration value="1000m3/h"/>
3827         <xsd:enumeration value="L/h"/>
3828         <xsd:enumeration value="L/min"/>
3829         <xsd:enumeration value="L/s"/>
3830         <xsd:enumeration value="m3/d"/>
3831         <xsd:enumeration value="m3/h"/>
3832         <xsd:enumeration value="m3/min"/>
3833         <xsd:enumeration value="Mbbl/d"/>
3834         <xsd:enumeration value="M(ft3)/d"/>
3835         <xsd:enumeration value="M(m3)/d"/>
3836      </xsd:restriction>
3837   </xsd:simpleType>
3838   <xsd:simpleType name="volumePerVolumeUom">
3839      <xsd:restriction base="witsml:abstractUomEnum">
3840         <xsd:enumeration value="Euc"/>
3841         <xsd:enumeration value="%"/>
3842         <xsd:enumeration value="permil"/>
3843         <xsd:enumeration value="ppdk"/>
3844         <xsd:enumeration value="ppk"/>
3845         <xsd:enumeration value="ppm"/>
3846         <xsd:enumeration value="bbl/acre.ft"/>
3847         <xsd:enumeration value="bbl/bbl"/>
3848         <xsd:enumeration value="bbl/ft3"/>
3849         <xsd:enumeration value="bbl/100bbl"/>
3850         <xsd:enumeration value="bbl/k(ft3)"/>
3851         <xsd:enumeration value="bbl/M(ft3)"/>
3852         <xsd:enumeration value="cm3/cm3"/>
3853         <xsd:enumeration value="cm3/m3"/>
3854         <xsd:enumeration value="dm3/m3"/>
3855         <xsd:enumeration value="ft3/bbl"/>
3856         <xsd:enumeration value="ft3/ft3"/>
3857         <xsd:enumeration value="galUS/kgalUS"/>
3858         <xsd:enumeration value="galUK/kgalUK"/>
3859         <xsd:enumeration value="galUK/ft3"/>
3860         <xsd:enumeration value="galUK/Mbbl"/>
3861         <xsd:enumeration value="galUS/bbl"/>
3862         <xsd:enumeration value="galUS/10bbl"/>
3863         <xsd:enumeration value="galUS/ft3"/>
3864         <xsd:enumeration value="galUS/Mbbl"/>
3865         <xsd:enumeration value="1000ft3/bbl"/>
3866         <xsd:enumeration value="ksm3/sm3"/>
3867         <xsd:enumeration value="L/10bbl"/>
3868         <xsd:enumeration value="L/m3"/>
3869         <xsd:enumeration value="m3/ha.m"/>
3870         <xsd:enumeration value="m3/m3"/>
3871         <xsd:enumeration value="M(ft3)/acre.ft"/>
3872         <xsd:enumeration value="mL/galUK"/>
3873         <xsd:enumeration value="mL/galUS"/>
3874         <xsd:enumeration value="mL/mL"/>
3875         <xsd:enumeration value="MMbbl/acre.ft"/>
3876         <xsd:enumeration value="MMscf60/stb60"/>
3877         <xsd:enumeration value="Mscf60/stb60"/>
3878         <xsd:enumeration value="ptUK/Mbbl"/>
3879         <xsd:enumeration value="ptUS/10bbl"/>
3880         <xsd:enumeration value="pu"/>
3881         <xsd:enumeration value="scm15/stb60"/>
3882         <xsd:enumeration value="sm3/ksm3"/>
3883         <xsd:enumeration value="sm3/sm3"/>
3884         <xsd:enumeration value="stb60/MMscf60"/>
3885         <xsd:enumeration value="stb60/MMscm15"/>
3886         <xsd:enumeration value="stb60/Mscf60"/>
3887         <xsd:enumeration value="stb60/Mscm15"/>
3888         <xsd:enumeration value="stb60/scm15"/>
3889      </xsd:restriction>
3890   </xsd:simpleType>
3891   <xsd:simpleType name="workUom">
3892      <xsd:restriction base="witsml:abstractUomEnum">
3893         <xsd:enumeration value="J"/>
3894         <xsd:enumeration value="aJ"/>
3895         <xsd:enumeration value="Btu"/>
3896         <xsd:enumeration value="cal"/>
3897         <xsd:enumeration value="ch.h"/>
3898         <xsd:enumeration value="Chu"/>
3899         <xsd:enumeration value="CV.h"/>
3900         <xsd:enumeration value="EJ"/>
3901         <xsd:enumeration value="erg"/>
3902         <xsd:enumeration value="eV"/>
3903         <xsd:enumeration value="GeV"/>
3904         <xsd:enumeration value="GJ"/>
3905         <xsd:enumeration value="GW.h"/>
3906         <xsd:enumeration value="hp.hr"/>
3907         <xsd:enumeration value="kcal"/>
3908         <xsd:enumeration value="keV"/>
3909         <xsd:enumeration value="kJ"/>
3910         <xsd:enumeration value="kW.h"/>
3911         <xsd:enumeration value="MeV"/>
3912         <xsd:enumeration value="mJ"/>
3913         <xsd:enumeration value="MJ"/>
3914         <xsd:enumeration value="MW.h"/>
3915         <xsd:enumeration value="nJ"/>
3916         <xsd:enumeration value="quad"/>
3917         <xsd:enumeration value="TeV"/>
3918         <xsd:enumeration value="therm"/>
3919         <xsd:enumeration value="TJ"/>
3920         <xsd:enumeration value="TW.h"/>
3921         <xsd:enumeration value="uJ"/>
3922      </xsd:restriction>
3923   </xsd:simpleType>
3924   <!--UNUSED: Deleted type compressibilityUom.-->
3925   <!--UNUSED: Deleted type molarVolumeUom.-->
3926   <!--UNUSED: Deleted type thermalConductivityUom.-->
3927</xsd:schema>
Note: See TracBrowser for help on using the browser.