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

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

Added project files for monthly production version 1.0

RevLine 
[17]1<?xml version="1.0" encoding="utf-8"?>
2<xsd:schema
3        elementFormDefault="qualified"
4        attributeFormDefault="unqualified"
5        targetNamespace="http://www.witsml.org/schemas/131"
6        xmlns:witsml="http://www.witsml.org/schemas/131"
7        xmlns:xsd="http://www.w3.org/2001/XMLSchema"
8        version="1.3.1">
9   <!--                                                                                -->
10   <!-- Energistics License Agreement                                                  -->
11   <!-- This file is distributed under the Energistics License Agreement at            -->
12   <!-- http://www.posc.org/about/license.shtml.                                       -->
13   <!-- Use of this file constitutes agreement with the Energistics License Agreement. -->
14   <!--                                                                                -->
15   <!--UNUSED: Deleted type attgrp_uid.-->
16   <!--UNUSED: Deleted type cs_businessAssociate.-->
17   <xsd:complexType name="cs_commonData">
18      <xsd:annotation>
19         <xsd:documentation>WITSML - Common Data Component Schema</xsd:documentation>
20      </xsd:annotation>
21      <xsd:sequence>
22         <xsd:element name="sourceName" type="xsd:string" minOccurs="0" maxOccurs="1">
23            <xsd:annotation>
24               <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
25               object (but not necessarily the uids of the parents). This is typically a url.</xsd:documentation>
26               <xsd:appinfo>constraints:@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
27            </xsd:annotation>
28         </xsd:element>
29         <xsd:element name="dTimCreation" type="xsd:dateTime" minOccurs="0" maxOccurs="1">
30            <xsd:annotation>
31               <xsd:documentation>When the data was created at the persistent data store.</xsd:documentation>
32               <xsd:appinfo>constraints:@type="witsml:timestamp",xsd:pattern=".+"</xsd:appinfo>
33            </xsd:annotation>
34         </xsd:element>
35         <xsd:element name="dTimLastChange" type="xsd:dateTime" minOccurs="0" maxOccurs="1">
36            <xsd:annotation>
37               <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
38               growing.</xsd:documentation>
39               <xsd:appinfo>constraints:@type="witsml:timestamp",xsd:pattern=".+"</xsd:appinfo>
40            </xsd:annotation>
41         </xsd:element>
42         <xsd:element name="itemState" type="xsd:string" minOccurs="0" maxOccurs="1">
43            <xsd:annotation>
44               <xsd:documentation>The item state for the data object.</xsd:documentation>
45               <xsd:appinfo>
46               constraints:@type="witsml:ItemState",xsd:enumeration="actual",xsd:enumeration="model",xsd:enumeration="plan",xsd:enumeration="unknown",xsd:maxLength="40",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
47            </xsd:annotation>
48         </xsd:element>
49         <xsd:element name="comments" type="xsd:string" minOccurs="0" maxOccurs="1">
50            <xsd:annotation>
51               <xsd:documentation>Comments and remarks.</xsd:documentation>
52               <xsd:appinfo>constraints:@type="witsml:commentString",xsd:maxLength="4000",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
53            </xsd:annotation>
54         </xsd:element>
55      </xsd:sequence>
56   </xsd:complexType>
57   <!--UNUSED: Deleted type cs_connectedNode.-->
58   <!--UNUSED: Deleted type cs_curveData.-->
59   <!--UNUSED: Deleted type cs_curveDefinition.-->
60   <xsd:complexType name="cs_customData">
61      <xsd:annotation>
62         <xsd:documentation>WITSML - Custom or User Defined Element and Attributes Component Schema. Specify custom element, attributes, and types in the custom data
63         area.</xsd:documentation>
64      </xsd:annotation>
65      <xsd:sequence>
66         <xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded">
67            <xsd:annotation>
68               <xsd:documentation>Any element or attribute in any namespace. It is strongly recommended that all custom data definitions be added to a unique
69               namespace.</xsd:documentation>
70            </xsd:annotation>
71         </xsd:any>
72      </xsd:sequence>
73   </xsd:complexType>
74   <!--UNUSED: Deleted type cs_datedComment.-->
75   <!--UNUSED: Deleted type cs_densityValue.-->
76   <xsd:complexType name="cs_documentInfo">
77      <xsd:annotation>
78         <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
79         information about the data that is being exchanged within the file.</xsd:documentation>
80      </xsd:annotation>
81      <xsd:sequence>
82         <xsd:element name="DocumentName" type="witsml:nameStruct" minOccurs="0" maxOccurs="1">
83            <xsd:annotation>
84               <xsd:documentation>An identifier for the document. This is intended to be unique within the context of the NamingSystem.</xsd:documentation>
85               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
86            </xsd:annotation>
87         </xsd:element>
88         <xsd:element name="DocumentAlias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
89            <xsd:annotation>
90               <xsd:documentation>Zero or more alternate names for the document. These names do not need to be unique within the naming system.</xsd:documentation>
91            </xsd:annotation>
92         </xsd:element>
93         <xsd:element name="DocumentDate" type="xsd:dateTime" minOccurs="0" maxOccurs="1">
94            <xsd:annotation>
95               <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
96               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
97               was created. The FileCreation information would capture the date that the XML file was created to send or exchange the binset.</xsd:documentation>
98               <xsd:appinfo>constraints:@type="witsml:timestamp",xsd:pattern=".+"</xsd:appinfo>
99            </xsd:annotation>
100         </xsd:element>
101         <xsd:element name="documentClass" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
102            <xsd:annotation>
103               <xsd:documentation>A document class. Examples of classes would be a metadata classification or a set of keywords.</xsd:documentation>
104            </xsd:annotation>
105         </xsd:element>
106         <xsd:element name="FileCreationInformation" type="witsml:fileCreationType" minOccurs="0" maxOccurs="1">
107            <xsd:annotation>
108               <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
109               itself.</xsd:documentation>
110            </xsd:annotation>
111         </xsd:element>
112         <xsd:element name="SecurityInformation" type="witsml:securityInfoType" minOccurs="0" maxOccurs="unbounded">
113            <xsd:annotation>
114               <xsd:documentation>Information about the security to be applied to this file. More than one classification can be given.</xsd:documentation>
115            </xsd:annotation>
116         </xsd:element>
117         <xsd:element name="Disclaimer" type="xsd:string" minOccurs="0" maxOccurs="1">
118            <xsd:annotation>
119               <xsd:documentation>A free-form string that allows a disclaimer to accompany the information.</xsd:documentation>
120               <xsd:appinfo>constraints:@type="witsml:commentString",xsd:maxLength="4000",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
121            </xsd:annotation>
122         </xsd:element>
123         <xsd:element name="AuditTrail" type="witsml:auditType" minOccurs="0" maxOccurs="1">
124            <xsd:annotation>
125               <xsd:documentation>A collection of events that can document the history of the data.</xsd:documentation>
126            </xsd:annotation>
127         </xsd:element>
128         <xsd:element name="Owner" type="xsd:string" minOccurs="0" maxOccurs="1">
129            <xsd:annotation>
130               <xsd:documentation>The owner of the data.</xsd:documentation>
131               <xsd:appinfo>constraints:@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
132            </xsd:annotation>
133         </xsd:element>
134         <xsd:element name="QueryParam" type="witsml:queryParam" minOccurs="0" maxOccurs="1">
135            <xsd:annotation>
136               <xsd:documentation>WITSML query parameters.</xsd:documentation>
137            </xsd:annotation>
138         </xsd:element>
139         <xsd:element name="Comment" type="xsd:string" minOccurs="0" maxOccurs="1">
140            <xsd:annotation>
141               <xsd:documentation>An optional comment about the document.</xsd:documentation>
142               <xsd:appinfo>constraints:@type="witsml:commentString",xsd:maxLength="4000",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
143            </xsd:annotation>
144         </xsd:element>
145      </xsd:sequence>
146   </xsd:complexType>
147   <xsd:complexType name="queryParam">
148      <xsd:annotation>
149         <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).
150         These would typically be something like a daily report.</xsd:documentation>
151      </xsd:annotation>
152      <xsd:sequence>
153         <xsd:element name="dTimMin" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
154            <xsd:annotation>
155               <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
156               growing objects but the See the API specification for behavior related to this query parameter.</xsd:documentation>
157            </xsd:annotation>
158         </xsd:element>
159         <xsd:element name="dTimMax" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
160            <xsd:annotation>
161               <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
162               for behavior related to this query parameter.</xsd:documentation>
163            </xsd:annotation>
164         </xsd:element>
165      </xsd:sequence>
166   </xsd:complexType>
167   <xsd:complexType name="fileCreationType">
168      <xsd:annotation>
169         <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
170         file.</xsd:documentation>
171      </xsd:annotation>
172      <xsd:sequence>
173         <xsd:element name="FileCreationDate" type="xsd:dateTime" minOccurs="0" maxOccurs="1">
174            <xsd:annotation>
175               <xsd:documentation>The date and time that the file was created.</xsd:documentation>
176               <xsd:appinfo>constraints:@minOccurs="1",@minOccurs="1",@type="witsml:timestamp",xsd:pattern=".+"</xsd:appinfo>
177            </xsd:annotation>
178         </xsd:element>
179         <xsd:element name="SoftwareName" type="xsd:string" minOccurs="0" maxOccurs="1">
180            <xsd:annotation>
181               <xsd:documentation>If appropriate, the software that created the file. This is a free form string, and may include whatever information is deemed
182               relevant.</xsd:documentation>
183               <xsd:appinfo>constraints:@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
184            </xsd:annotation>
185         </xsd:element>
186         <xsd:element name="FileCreator" type="xsd:string" minOccurs="0" maxOccurs="1">
187            <xsd:annotation>
188               <xsd:documentation>The person or business associate that created the file.</xsd:documentation>
189               <xsd:appinfo>constraints:@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
190            </xsd:annotation>
191         </xsd:element>
192         <xsd:element name="Comment" type="xsd:string" minOccurs="0" maxOccurs="1">
193            <xsd:annotation>
194               <xsd:documentation>Any comment that would be useful to further explain the creation of this instance document.</xsd:documentation>
195               <xsd:appinfo>constraints:@type="witsml:commentString",xsd:maxLength="4000",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
196            </xsd:annotation>
197         </xsd:element>
198      </xsd:sequence>
199   </xsd:complexType>
200   <xsd:complexType name="securityInfoType">
201      <xsd:annotation>
202         <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
203         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
204         is confidential for a period of time, and then becomes open. All security classes are characterized by their classification systems.</xsd:documentation>
205      </xsd:annotation>
206      <xsd:sequence>
207         <xsd:element name="Class" type="xsd:string" minOccurs="0" maxOccurs="1">
208            <xsd:annotation>
209               <xsd:documentation>The security class in which this document is classified. Examples would be confidential, partner confidential, tight. The meaning of the class is
210               determined by the System in which it is defined.</xsd:documentation>
211               <xsd:appinfo>constraints:@type="witsml:kindString",xsd:maxLength="40",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
212            </xsd:annotation>
213         </xsd:element>
214         <xsd:element name="SecuritySystem" type="xsd:string" minOccurs="0" maxOccurs="1">
215            <xsd:annotation>
216               <xsd:documentation>The security classification system. This gives context to the meaning of the Class value.</xsd:documentation>
217               <xsd:appinfo>constraints:@type="witsml:kindString",xsd:maxLength="40",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
218            </xsd:annotation>
219         </xsd:element>
220         <xsd:element name="EndDate" type="xsd:dateTime" minOccurs="0" maxOccurs="1">
221            <xsd:annotation>
222               <xsd:documentation>The date on which this security class is no longer applicable.</xsd:documentation>
223               <xsd:appinfo>constraints:@type="witsml:timestamp",xsd:pattern=".+"</xsd:appinfo>
224            </xsd:annotation>
225         </xsd:element>
226         <xsd:element name="Comment" type="xsd:string" minOccurs="0" maxOccurs="1">
227            <xsd:annotation>
228               <xsd:documentation>A general comment to further define the security class.</xsd:documentation>
229               <xsd:appinfo>constraints:@type="witsml:commentString",xsd:maxLength="4000",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
230            </xsd:annotation>
231         </xsd:element>
232      </xsd:sequence>
233   </xsd:complexType>
234   <xsd:complexType name="auditType">
235      <xsd:annotation>
236         <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>
237      </xsd:annotation>
238      <xsd:sequence>
239         <xsd:element name="Event" type="witsml:eventType" minOccurs="0" maxOccurs="unbounded">
240            <xsd:annotation>
241               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
242            </xsd:annotation>
243         </xsd:element>
244      </xsd:sequence>
245   </xsd:complexType>
246   <xsd:complexType name="eventType">
247      <xsd:annotation>
248         <xsd:documentation>An event type captures the basic information about an event that has affected the data.</xsd:documentation>
249      </xsd:annotation>
250      <xsd:sequence>
251         <xsd:element name="EventDate" type="xsd:dateTime" minOccurs="0" maxOccurs="1">
252            <xsd:annotation>
253               <xsd:documentation>The date on which the event took place.</xsd:documentation>
254               <xsd:appinfo>constraints:@minOccurs="1",@minOccurs="1",@type="witsml:timestamp",xsd:pattern=".+"</xsd:appinfo>
255            </xsd:annotation>
256         </xsd:element>
257         <xsd:element name="ResponsibleParty" type="xsd:string" minOccurs="0" maxOccurs="1">
258            <xsd:annotation>
259               <xsd:documentation>The party responsible for the event.</xsd:documentation>
260               <xsd:appinfo>constraints:@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
261            </xsd:annotation>
262         </xsd:element>
263         <xsd:element name="Comment" type="xsd:string" minOccurs="0" maxOccurs="1">
264            <xsd:annotation>
265               <xsd:documentation>A free form comment that can further define the event that occurred.</xsd:documentation>
266               <xsd:appinfo>constraints:@type="witsml:commentString",xsd:maxLength="4000",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
267            </xsd:annotation>
268         </xsd:element>
269      </xsd:sequence>
270   </xsd:complexType>
271   <!--UNUSED: Deleted type cs_dtsBoxInformation.-->
272   <!--UNUSED: Deleted type cs_dtsCalibration.-->
273   <!--UNUSED: Deleted type cs_dtsCalibrationParameter.-->
274   <xsd:complexType name="cs_dtsErrorReport">
275      <xsd:annotation>
276         <xsd:documentation>A simple structure that allows an error report to be exchanged. The strucutre will allow for an error name, error id (generally a numerical code), and
277         a description.</xsd:documentation>
278      </xsd:annotation>
279      <xsd:sequence>
280         <xsd:element name="name" type="xsd:string" minOccurs="0" maxOccurs="1">
281            <xsd:annotation>
282               <xsd:documentation>A name of the error.</xsd:documentation>
283               <xsd:appinfo>constraints:@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
284            </xsd:annotation>
285         </xsd:element>
286         <xsd:element name="id" type="xsd:string" minOccurs="0" maxOccurs="1">
287            <xsd:annotation>
288               <xsd:documentation>A code, or other id, for the error.</xsd:documentation>
289               <xsd:appinfo>constraints:@type="witsml:kindString",xsd:maxLength="40",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
290            </xsd:annotation>
291         </xsd:element>
292         <xsd:element name="description" type="xsd:string" minOccurs="0" maxOccurs="1">
293            <xsd:annotation>
294               <xsd:documentation>A description of the error.</xsd:documentation>
295               <xsd:appinfo>constraints:@type="witsml:commentString",xsd:maxLength="4000",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
296            </xsd:annotation>
297         </xsd:element>
298      </xsd:sequence>
299      <xsd:attribute name="uid" type="xsd:string" use="optional">
300         <xsd:annotation>
301            <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
302            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
303            required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
304            <xsd:appinfo>constraints:@type="witsml:uidString",xsd:maxLength="64",xsd:pattern="[^ ]*",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
305         </xsd:annotation>
306      </xsd:attribute>
307   </xsd:complexType>
308   <!--UNUSED: Deleted type cs_dtsFiber.-->
309   <!--UNUSED: Deleted type cs_dtsFiberEndPoint.-->
310   <!--UNUSED: Deleted type cs_dtsFiberInformation.-->
311   <!--UNUSED: Deleted type cs_dtsFiberInstalledPoints.-->
312   <!--UNUSED: Deleted type cs_dtsInstrumentBox.-->
313   <!--UNUSED: Deleted type cs_dtsInstrumentBoxCalibration.-->
314   <!--UNUSED: Deleted type cs_dtsOneWayLoss.-->
315   <!--UNUSED: Deleted type cs_dtsOtdr.-->
316   <xsd:complexType name="cs_dtsProcessedWellLog">
317      <xsd:annotation>
318         <xsd:documentation>Captures information about one processed wellLog.</xsd:documentation>
319      </xsd:annotation>
320      <xsd:sequence>
321         <xsd:element name="processing" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
322            <xsd:annotation>
323               <xsd:documentation>The kind of processing used to create the new log.</xsd:documentation>
324               <xsd:appinfo>constraints:@minOccurs="1",@minOccurs="1",@type="witsml:kindString",xsd:maxLength="40",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
325            </xsd:annotation>
326         </xsd:element>
327         <xsd:element name="derivedWellLog" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
328            <xsd:annotation>
329               <xsd:documentation>The resultant wellLog.</xsd:documentation>
330               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
331            </xsd:annotation>
332         </xsd:element>
333         <xsd:element name="sourceWellLog" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
334            <xsd:annotation>
335               <xsd:documentation>The wellLog which was the primary source for creating the derived log.</xsd:documentation>
336            </xsd:annotation>
337         </xsd:element>
338         <xsd:element name="comment" type="xsd:string" minOccurs="0" maxOccurs="1">
339            <xsd:annotation>
340               <xsd:documentation>A textual comment about the processing.</xsd:documentation>
341               <xsd:appinfo>constraints:@type="witsml:commentString",xsd:maxLength="4000",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
342            </xsd:annotation>
343         </xsd:element>
344      </xsd:sequence>
345      <xsd:attribute name="uid" type="xsd:string" use="optional">
346         <xsd:annotation>
347            <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
348            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
349            required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
350            <xsd:appinfo>constraints:@type="witsml:uidString",xsd:maxLength="64",xsd:pattern="[^ ]*",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
351         </xsd:annotation>
352      </xsd:attribute>
353   </xsd:complexType>
354   <!--UNUSED: Deleted type cs_dtsPumpActivity.-->
355   <!--UNUSED: Deleted type cs_dtsPumpLogRow.-->
356   <!--UNUSED: Deleted type cs_dtsPumpLogTable.-->
357   <!--UNUSED: Deleted type cs_dtsRefractiveIndex.-->
358   <xsd:complexType name="cs_dtsSingleInstalledPoint">
359      <xsd:annotation>
360         <xsd:documentation>A set of points recorded during the installation process. The information can include the length along the fiber, the measured depth, and a type of
361         point.</xsd:documentation>
362      </xsd:annotation>
363      <xsd:sequence>
364         <xsd:element name="md" type="witsml:verticalCoord" minOccurs="0" maxOccurs="1">
365            <xsd:annotation>
366               <xsd:documentation>The measured depth of the installed point of the fiber. This is optional, because the sender may want to record points that are outside the
367               well.</xsd:documentation>
368               <xsd:appinfo>constraints:@type="witsml:measuredDepthCoord"</xsd:appinfo>
369            </xsd:annotation>
370         </xsd:element>
371         <xsd:element name="lengthAlongFiber" type="witsml:measure" minOccurs="0" maxOccurs="1">
372            <xsd:annotation>
373               <xsd:documentation>The length along the fiber, from the zero point, for this particular point.</xsd:documentation>
374               <xsd:appinfo>constraints:@minOccurs="1",@minOccurs="1",@type="witsml:lengthMeasure"</xsd:appinfo>
375            </xsd:annotation>
376         </xsd:element>
377         <xsd:element name="type" type="xsd:string" minOccurs="0" maxOccurs="1">
378            <xsd:annotation>
379               <xsd:documentation>The type of point that is being recorded.</xsd:documentation>
380               <xsd:appinfo>constraints:@type="witsml:InstalledFiberPoint",xsd:maxLength="40",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
381            </xsd:annotation>
382         </xsd:element>
383      </xsd:sequence>
384      <xsd:attribute name="uid" type="xsd:string" use="optional">
385         <xsd:annotation>
386            <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
387            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
388            required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
389            <xsd:appinfo>constraints:@type="witsml:uidString",xsd:maxLength="64",xsd:pattern="[^ ]*",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
390         </xsd:annotation>
391      </xsd:attribute>
392   </xsd:complexType>
393   <!--UNUSED: Deleted type cs_fluidResultCceTestStep.-->
394   <!--UNUSED: Deleted type cs_fluidResultCompositeComposition.-->
395   <!--UNUSED: Deleted type cs_fluidResultComposition.-->
396   <!--UNUSED: Deleted type cs_fluidResultConstantCompositionExpansionTest.-->
397   <!--UNUSED: Deleted type cs_fluidResultConstantVolumeDepletionTest.-->
398   <!--UNUSED: Deleted type cs_fluidResultContaminant.-->
399   <!--UNUSED: Deleted type cs_fluidResultCvdTestStep.-->
400   <!--UNUSED: Deleted type cs_fluidResultDataQuality.-->
401   <!--UNUSED: Deleted type cs_fluidResultDifferentialLiberationTest.-->
402   <!--UNUSED: Deleted type cs_fluidResultDifferentialLiberationTestStep.-->
403   <!--UNUSED: Deleted type cs_fluidResultJCurveTest.-->
404   <!--UNUSED: Deleted type cs_fluidResultJCurveTestStep.-->
405   <!--UNUSED: Deleted type cs_fluidResultPhaseComposition.-->
406   <!--UNUSED: Deleted type cs_fluidResultSaturationTest.-->
407   <!--UNUSED: Deleted type cs_fluidResultSaturationTestStep.-->
408   <!--UNUSED: Deleted type cs_fluidResultSeparatorTest.-->
409   <!--UNUSED: Deleted type cs_fluidResultSeparatorTestStep.-->
410   <!--UNUSED: Deleted type cs_fluidResultStockTank.-->
411   <!--UNUSED: Deleted type cs_fluidResultTransportPropertiesTest.-->
412   <!--UNUSED: Deleted type cs_fluidResultTransportTestStep.-->
413   <!--UNUSED: Deleted type cs_fluidResultVolumeReference.-->
414   <!--UNUSED: Deleted type cs_generalAddress.-->
415   <!--UNUSED: Deleted type cs_geographicContext.-->
416   <!--UNUSED: Deleted type cs_nameTag.-->
417   <!--UNUSED: Deleted type cs_northSeaOffshore.-->
418   <!--UNUSED: Deleted type cs_offshoreLocation.-->
419   <!--UNUSED: Deleted type cs_personName.-->
420   <!--UNUSED: Deleted type cs_productFlowChangeLog.-->
421   <!--UNUSED: Deleted type cs_productFlowExpectedPortProperty.-->
422   <!--UNUSED: Deleted type cs_productFlowExpectedUnitProperty.-->
423   <!--UNUSED: Deleted type cs_productFlowExternalReference.-->
424   <!--UNUSED: Deleted type cs_productFlowlExternalPort.-->
425   <!--UNUSED: Deleted type cs_productFlowNetwork.-->
426   <!--UNUSED: Deleted type cs_productFlowNetworkPlan.-->
427   <!--UNUSED: Deleted type cs_productFlowPort.-->
428   <!--UNUSED: Deleted type cs_productFlowQualifierExpected.-->
429   <!--UNUSED: Deleted type cs_productFlowUnit.-->
430   <!--UNUSED: Deleted type cs_productionOperationActivity.-->
431   <!--UNUSED: Deleted type cs_productionOperationAlarm.-->
432   <!--UNUSED: Deleted type cs_productionOperationCargoShipOperation.-->
433   <!--UNUSED: Deleted type cs_productionOperationHSE.-->
434   <!--UNUSED: Deleted type cs_productionOperationInstallationReport.-->
435   <!--UNUSED: Deleted type cs_productionOperationLostProduction.-->
436   <!--UNUSED: Deleted type cs_productionOperationMarineOperation.-->
437   <!--UNUSED: Deleted type cs_productionOperationOperationalComment.-->
438   <!--UNUSED: Deleted type cs_productionOperationSafety.-->
439   <!--UNUSED: Deleted type cs_productionOperationShutdown.-->
440   <!--UNUSED: Deleted type cs_productionOperationThirdPartyProcessing.-->
441   <!--UNUSED: Deleted type cs_productionOperationWaterCleaningQuality.-->
442   <!--UNUSED: Deleted type cs_productionOperationWeather.-->
443   <!--UNUSED: Deleted type cs_productVolumeAlert.-->
444   <!--UNUSED: Deleted type cs_productVolumeBusinessUnit.-->
445   <!--UNUSED: Deleted type cs_productVolumeBusinessSubUnit.-->
446   <!--UNUSED: Deleted type cs_productVolumeBusinessOwnershipShare.-->
447   <!--UNUSED: Deleted type cs_productVolumeBusinessAccountInfo.-->
448   <!--UNUSED: Deleted type BusinessUnitKind.-->
449   <!--UNUSED: Deleted type cs_productVolumeComponentContent.-->
450   <!--UNUSED: Deleted type cs_productVolumeFacility.-->
451   <!--UNUSED: Deleted type cs_productVolumeFlow.-->
452   <!--UNUSED: Deleted type cs_productVolumeParameterSet.-->
453   <!--UNUSED: Deleted type cs_productVolumeParameterValue.-->
454   <!--UNUSED: Deleted type cs_productVolumePeriod.-->
455   <!--UNUSED: Deleted type cs_productVolumePortDifference.-->
456   <!--UNUSED: Deleted type cs_productVolumeProduct.-->
457   <!--UNUSED: Deleted type cs_productVolumeRelatedFacility.-->
458   <!--UNUSED: Deleted type cs_productVolumeSalesSet.-->
459   <!--UNUSED: Deleted type cs_productVolumeSalesDetail.-->
460   <!--UNUSED: Deleted type cs_productVolumeDestination.-->
461   <!--UNUSED: Deleted type cs_productVolumeSaleEvent.-->
462   <!--UNUSED: Deleted type SaleEventKind.-->
463   <!--UNUSED: Deleted type SalesFlowPart.-->
464   <!--UNUSED: Deleted type SaleDestinationType.-->
465   <!--UNUSED: Deleted type cs_refProductFlow.-->
466   <xsd:complexType name="cs_refWellWellbore">
467      <xsd:annotation>
468         <xsd:documentation>Data that represents a foreign key to a wellbore. The wellbore may be defined within the context of another well.</xsd:documentation>
469      </xsd:annotation>
470      <xsd:sequence>
471         <xsd:element name="wellboreReference" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
472            <xsd:annotation>
473               <xsd:documentation>A pointer the wellbore with which there is a relationship.</xsd:documentation>
474               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
475            </xsd:annotation>
476         </xsd:element>
477         <xsd:element name="wellParent" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
478            <xsd:annotation>
479               <xsd:documentation>A pointer to the well that contains the wellboreReference. This is not needed unless the referenced wellbore is outside the context of a common
480               parent well.</xsd:documentation>
481            </xsd:annotation>
482         </xsd:element>
483      </xsd:sequence>
484   </xsd:complexType>
485   <xsd:complexType name="cs_refWellWellboreRig">
486      <xsd:annotation>
487         <xsd:documentation>A reference to a rig within a wellbore. The wellbore may be defined within the context of another well. This value represents a foreign key from one
488         node to another.</xsd:documentation>
489      </xsd:annotation>
490      <xsd:sequence>
491         <xsd:element name="rigReference" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
492            <xsd:annotation>
493               <xsd:documentation>A pointer to the rig with which there is a relationship.</xsd:documentation>
494               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
495            </xsd:annotation>
496         </xsd:element>
497         <xsd:element name="wellboreParent" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
498            <xsd:annotation>
499               <xsd:documentation>A pointer to the wellbore that contains the rigReference. This is not needed unless the referenced rig is outside the context of a common parent
500               wellbore.</xsd:documentation>
501            </xsd:annotation>
502         </xsd:element>
503         <xsd:element name="wellParent" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
504            <xsd:annotation>
505               <xsd:documentation>A pointer to the well that contains the wellboreParent. This is not needed unless the referenced wellbore is outside the context of a common
506               parent well.</xsd:documentation>
507            </xsd:annotation>
508         </xsd:element>
509      </xsd:sequence>
510   </xsd:complexType>
511   <!--UNUSED: Deleted type cs_relativeCoordinate.-->
512   <!--UNUSED: Deleted type cs_volumeValue.-->
513   <xsd:complexType name="cs_wellContext">
514      <xsd:annotation>
515         <xsd:documentation>Within the context of a WITSML Server, this data should duplicate the equivalent information in the well object.</xsd:documentation>
516      </xsd:annotation>
517      <xsd:sequence>
518         <xsd:element name="field" type="witsml:nameStruct" minOccurs="0" maxOccurs="1">
519            <xsd:annotation>
520               <xsd:documentation>Name of the field in which the well is located.</xsd:documentation>
521            </xsd:annotation>
522         </xsd:element>
523         <xsd:element name="wellAlias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
524            <xsd:annotation>
525               <xsd:documentation>An alias name associated with the well. If the wellName is associated with a naming system then it should be included in this
526               list.</xsd:documentation>
527            </xsd:annotation>
528         </xsd:element>
529         <xsd:element name="wellDatum" type="witsml:cs_wellDatum" minOccurs="0" maxOccurs="unbounded">
530            <xsd:annotation>
531               <xsd:documentation>A datum to which elevations and depths are referenced.</xsd:documentation>
532            </xsd:annotation>
533         </xsd:element>
534      </xsd:sequence>
535   </xsd:complexType>
536   <xsd:complexType name="cs_wellDatum">
537      <xsd:annotation>
538         <xsd:documentation>Defines the datums associated with elevation, vertical depth and measured depth coordinates within the context of a well.</xsd:documentation>
539      </xsd:annotation>
540      <xsd:sequence>
541         <xsd:element name="name" type="xsd:string" minOccurs="0" maxOccurs="1">
542            <xsd:annotation>
543               <xsd:documentation>The human understandable contextual name of the reference datum.</xsd:documentation>
544               <xsd:appinfo>constraints:@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
545            </xsd:annotation>
546         </xsd:element>
547         <xsd:element name="code" type="xsd:string" minOccurs="0" maxOccurs="1">
548            <xsd:annotation>
549               <xsd:documentation>The code value that represents the type of reference datum. This may represent a point on a device (e.g., kelly bushing) or it may represent a
550               vertical reference datum (e.g., mean sea level).</xsd:documentation>
551               <xsd:appinfo>
552               constraints:@type="witsml:ElevCodeEnum",xsd:enumeration="CF",xsd:enumeration="CV",xsd:enumeration="DF",xsd:enumeration="GL",xsd:enumeration="KB",xsd:enumeration="RB",xsd:enumeration="RT",xsd:enumeration="SF",xsd:enumeration="LAT",xsd:enumeration="SL",xsd:enumeration="MHHW",xsd:enumeration="MHW",xsd:enumeration="MLLW",xsd:enumeration="MLW",xsd:enumeration="MTL",xsd:enumeration="KO",xsd:enumeration="unknown",xsd:maxLength="40",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
553            </xsd:annotation>
554         </xsd:element>
555         <xsd:element name="datumName" type="witsml:wellKnownNameStruct" minOccurs="0" maxOccurs="1">
556            <xsd:annotation>
557               <xsd:documentation>The name of the vertical reference datum in a particular naming system. This should only be specified if the above 'code' represents some
558               variation of sea level. An optional short name (code) can also be specified. Specifying a well known datum is highly desired if the above code is a variant of sea
559               level because sea level varies over time and space. An example would be to specify a name of 'Caspian Sea' with a code of '5106' in the 'EPSG' naming
560               system.</xsd:documentation>
561            </xsd:annotation>
562         </xsd:element>
563         <xsd:element name="kind" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
564            <xsd:annotation>
565               <xsd:documentation>Since various activities may use different points as measurement datums, it is useful to characterize the point based on its usage. A well
566               reference datum may have more than one such characterization. For example, it may be the datum used by the driller and logger for measuring their depths. Example
567               usage values would be 'permanent','driller', 'logger' 'WRP' (well reference point) and 'SRP' (site reference point).</xsd:documentation>
568               <xsd:appinfo>constraints:@type="witsml:kindString",xsd:maxLength="40",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
569            </xsd:annotation>
570         </xsd:element>
571         <xsd:element name="wellbore" type="witsml:cs_refWellWellbore" minOccurs="0" maxOccurs="1">
572            <xsd:annotation>
573               <xsd:documentation>A pointer to the wellbore that contains the reference datum. This should be specified if a measured depth is given.</xsd:documentation>
574            </xsd:annotation>
575         </xsd:element>
576         <xsd:element name="rig" type="witsml:cs_refWellWellboreRig" minOccurs="0" maxOccurs="1">
577            <xsd:annotation>
578               <xsd:documentation>A pointer to the rig that contains the device used as a reference datum. The rig may be associated with a wellbore in another well (e.g., pattern
579               drilling using a rig on a track).</xsd:documentation>
580            </xsd:annotation>
581         </xsd:element>
582         <xsd:element name="elevation" type="witsml:verticalCoord" minOccurs="0" maxOccurs="1">
583            <xsd:annotation>
584               <xsd:documentation>The gravity based elevation coordinate of this reference datum as measured from another datum. Positive moving upward from the elevation datum.
585               An elevation should be given unless this is a vertical reference datum (e.g., sea level).</xsd:documentation>
586               <xsd:appinfo>constraints:@type="witsml:wellElevationCoord"</xsd:appinfo>
587            </xsd:annotation>
588         </xsd:element>
589         <xsd:element name="measuredDepth" type="witsml:verticalCoord" minOccurs="0" maxOccurs="1">
590            <xsd:annotation>
591               <xsd:documentation>The measured depth coordinate of this reference datum as measured from another datum. The measured depth datum should either be the same as the
592               elevation datum or it should be relatable to the elevation datum through other datums. Positive moving toward the bottomhole from the measured depth datum. This
593               should be given when a local reference is "downhole", such as a kickoff point or ocean bottom template, and the borehole may not be vertical. If a Depth is given
594               then an Elevation should also be given.</xsd:documentation>
595               <xsd:appinfo>constraints:@type="witsml:measuredDepthCoord"</xsd:appinfo>
596            </xsd:annotation>
597         </xsd:element>
598         <xsd:element name="comment" type="xsd:string" minOccurs="0" maxOccurs="1">
599            <xsd:annotation>
600               <xsd:documentation>A contextual description of the well reference datum.</xsd:documentation>
601               <xsd:appinfo>constraints:@type="witsml:commentString",xsd:maxLength="4000",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
602            </xsd:annotation>
603         </xsd:element>
604      </xsd:sequence>
605      <xsd:attribute name="defaultMeasuredDepth" type="xsd:boolean" use="optional">
606         <xsd:annotation>
607            <xsd:documentation>True indicates that this is the default reference datum for measured depth coordinates. False or not given indicates that this is not the default
608            reference datum. Measured depth coordinates that do not specify a datum reference should be assumed to be measured relative to this default reference datum. Only one
609            reference datum may be designated as the default measured depth datum for each well. Values are "true" (or "1") and "false" ( or "0").</xsd:documentation>
610            <xsd:appinfo>constraints:@type="witsml:logicalBoolean",xsd:pattern=".+"</xsd:appinfo>
611         </xsd:annotation>
612      </xsd:attribute>
613      <xsd:attribute name="defaultVerticalDepth" type="xsd:boolean" use="optional">
614         <xsd:annotation>
615            <xsd:documentation>True indicates that this is the default reference datum for vertical depth coordinates. False or not given indicates that this is not the default
616            reference datum. Vertical depth coordinates that do not specify a datum reference should be assumed to be measured relative to the default reference datum. Only one
617            reference datum may be designated as the default vertical depth datum for each well. Values are "true" (or "1") and "false" ( or "0").</xsd:documentation>
618            <xsd:appinfo>constraints:@type="witsml:logicalBoolean",xsd:pattern=".+"</xsd:appinfo>
619         </xsd:annotation>
620      </xsd:attribute>
621      <xsd:attribute name="defaultElevation" type="xsd:boolean" use="optional">
622         <xsd:annotation>
623            <xsd:documentation>True indicates that this is the default reference datum for elevation coordinates. False or not given indicates that this is not the default
624            reference datum. Elevation coordinates that do not specify a datum reference should be assumed to be measured relative to the default reference datum. Only one
625            reference datum may be designated as the default elevation datum for each well. Values are "true" (or "1") and "false" ( or "0").</xsd:documentation>
626            <xsd:appinfo>constraints:@type="witsml:logicalBoolean",xsd:pattern=".+"</xsd:appinfo>
627         </xsd:annotation>
628      </xsd:attribute>
629      <xsd:attribute name="uid" type="xsd:string" use="optional">
630         <xsd:annotation>
631            <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
632            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
633            required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
634            <xsd:appinfo>constraints:@type="witsml:uidString",xsd:maxLength="64",xsd:pattern="[^ ]*",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
635         </xsd:annotation>
636      </xsd:attribute>
637   </xsd:complexType>
638   <!--UNUSED: Deleted type cs_wellTestBottomholeData.-->
639   <!--UNUSED: Deleted type cs_wellTestCumulative.-->
640   <!--UNUSED: Deleted type cs_wellTestFluidLevelTest.-->
641   <!--UNUSED: Deleted type cs_wellTestFluidRate.-->
642   <!--UNUSED: Deleted type cs_wellTestInjectionTestData.-->
643   <!--UNUSED: Deleted type cs_wellTestInjectionTestResults.-->
644   <!--UNUSED: Deleted type cs_wellTestInterval.-->
645   <!--UNUSED: Deleted type cs_wellTestPointData.-->
646   <!--UNUSED: Deleted type cs_wellTestProductionTestData.-->
647   <!--UNUSED: Deleted type cs_wellTestProductionTestResults.-->
648   <!--UNUSED: Deleted type cs_wellTestSeparatorData.-->
649   <!--UNUSED: Deleted type cs_wellTestTestVolume.-->
650   <!--UNUSED: Deleted type cs_wellTestWellheadData.-->
651   <!--UNUSED: Deleted type grp_commonPropertiesProductVolume.-->
652   <!--UNUSED: Deleted type grp_dtsInstalledSystem.-->
653   <!--UNUSED: Deleted type grp_fluidAnalysis.-->
654   <!--UNUSED: Deleted type grp_fluidAnalysisResult.-->
655   <!--UNUSED: Deleted type grp_fluidResultCommonTestGroup.-->
656   <!--UNUSED: Deleted type grp_fluidSample.-->
657   <!--UNUSED: Deleted type grp_productFlowModel.-->
658   <!--UNUSED: Deleted type grp_productionOperation.-->
659   <!--UNUSED: Deleted type grp_productVolume.-->
660   <!--UNUSED: Deleted type grp_wellTest.-->
661   <xsd:element name="dtsMeasurements" type="witsml:obj_dtsMeasurements">
662      <xsd:annotation>
663         <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
664         singular name.</xsd:documentation>
665      </xsd:annotation>
666   </xsd:element>
667   <xsd:complexType name="obj_dtsMeasurements">
668      <xsd:sequence>
669         <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">
670            <xsd:annotation>
671               <xsd:documentation>Information about the XML message instance.</xsd:documentation>
672            </xsd:annotation>
673         </xsd:element>
674         <xsd:element name="dtsMeasurement" type="witsml:obj_dtsMeasurement" minOccurs="0" maxOccurs="unbounded">
675            <xsd:annotation>
676               <xsd:documentation>Main wrapper for all the distributed temperature survey information about the measurement. Note that this object must be accompanied by a wellLog
677               object in order to be complete.</xsd:documentation>
678               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
679            </xsd:annotation>
680         </xsd:element>
681      </xsd:sequence>
682      <xsd:attribute name="version" type="xsd:string" use="optional">
683         <xsd:annotation>
684            <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
685            by the document instance.</xsd:documentation>
686            <xsd:appinfo>
687            constraints:@use="required",xsd:use="required",@type="witsml:schemaVersionString",xsd:maxLength="16",xsd:pattern="1\.0\.0\.[1-9]?[0-9]\(PRODML\)",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
688         </xsd:annotation>
689      </xsd:attribute>
690   </xsd:complexType>
691   <xsd:complexType name="obj_dtsMeasurement">
692      <xsd:complexContent>
693         <xsd:extension base="witsml:abstractSingularDataObject">
694            <xsd:annotation>
695               <xsd:documentation>The measurements of a DTS run are carried primarily in the wellLog object. The elements in this object are additional, defined parameters that
696               are needed to capture the context of the DTS measurement.</xsd:documentation>
697            </xsd:annotation>
698            <xsd:sequence>
699               <xsd:element name="nameWell" type="xsd:string" minOccurs="0" maxOccurs="1">
700                  <xsd:annotation>
701                     <xsd:documentation>Human recognizable context for the well that contains the wellbore.</xsd:documentation>
702                     <xsd:appinfo>constraints:@minOccurs="1",@minOccurs="1",@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
703                  </xsd:annotation>
704               </xsd:element>
705               <xsd:element name="nameWellbore" type="xsd:string" minOccurs="0" maxOccurs="1">
706                  <xsd:annotation>
707                     <xsd:documentation>Human recognizable context for the wellbore that contains the dts.</xsd:documentation>
708                     <xsd:appinfo>constraints:@minOccurs="1",@minOccurs="1",@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
709                  </xsd:annotation>
710               </xsd:element>
711               <xsd:element name="name" type="xsd:string" minOccurs="0" maxOccurs="1">
712                  <xsd:annotation>
713                     <xsd:documentation>Human recognizable context for the dts.</xsd:documentation>
714                     <xsd:appinfo>constraints:@minOccurs="1",@minOccurs="1",@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
715                  </xsd:annotation>
716               </xsd:element>
717               <xsd:element name="dTimMin" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
718                  <xsd:annotation>
719                     <xsd:documentation>The minimum time index contained within the object. The minimum and maximum indexes are server query parameters and will be populated with
720                     valid values in a "get" result. That is, all measurements for a well in the specified period defined by the min/max. See the WITSML API Specification appendix
721                     on "Special Handling" of growing objects for a description of the behavior related to this parameter.</xsd:documentation>
722                  </xsd:annotation>
723               </xsd:element>
724               <xsd:element name="dTimMax" type="witsml:endpointQualifiedDateTime" minOccurs="0" maxOccurs="1">
725                  <xsd:annotation>
726                     <xsd:documentation>The maximum time index contained within the object. The minimum and maximum indexes are server query parameters and will be populated with
727                     valid values in a "get" result. See the WITSML API Specification appendix on "Special Handling" of growing objects for a description of the behavior related
728                     to this parameter.</xsd:documentation>
729                  </xsd:annotation>
730               </xsd:element>
731               <xsd:element name="dTimCurrent" type="xsd:dateTime" minOccurs="0" maxOccurs="1">
732                  <xsd:annotation>
733                     <xsd:documentation>The definition of the "current time" index for this object. The current time index is a server query parameter which requests the selection
734                     of a single node from a recurring set (e.g., the data related to one point in a time series). That is, the "most recent" (at or before the specified time)
735                     measurement for a well. See the WITSML API Specification appendix on "Special Handling" of growing objects for a description of the behavior related to this
736                     parameter.</xsd:documentation>
737                     <xsd:appinfo>constraints:@type="witsml:timestamp",xsd:pattern=".+"</xsd:appinfo>
738                  </xsd:annotation>
739               </xsd:element>
740               <xsd:element name="wellContext" type="witsml:cs_wellContext" minOccurs="0" maxOccurs="1">
741                  <xsd:annotation>
742                     <xsd:documentation>Contextual data about the well that was tested.</xsd:documentation>
743                  </xsd:annotation>
744               </xsd:element>
745               <xsd:element name="dTim" type="xsd:dateTime" minOccurs="0" maxOccurs="1">
746                  <xsd:annotation>
747                     <xsd:documentation>The date and time associated with the measurement. This will normally be the start of the run.</xsd:documentation>
748                     <xsd:appinfo>constraints:@type="witsml:timestamp",xsd:pattern=".+"</xsd:appinfo>
749                  </xsd:annotation>
750               </xsd:element>
751               <xsd:element name="runDuration" type="witsml:measure" minOccurs="0" maxOccurs="1">
752                  <xsd:annotation>
753                     <xsd:documentation>The length of time that the instrument box was operating while collecting DTS data.</xsd:documentation>
754                     <xsd:appinfo>constraints:@type="witsml:timeMeasure"</xsd:appinfo>
755                  </xsd:annotation>
756               </xsd:element>
757               <xsd:element name="installedSystemUsed" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
758                  <xsd:annotation>
759                     <xsd:documentation>A reference to the installed system that was used to make the measurements.</xsd:documentation>
760                     <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
761                  </xsd:annotation>
762               </xsd:element>
763               <xsd:element name="dataInWellLog" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
764                  <xsd:annotation>
765                     <xsd:documentation>A reference to the well log used to record the table of data.</xsd:documentation>
766                     <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
767                  </xsd:annotation>
768               </xsd:element>
769               <xsd:element name="connectedToFiber" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
770                  <xsd:annotation>
771                     <xsd:documentation>A reference to the fiber used to record the table of data. This is necessary only in the cases in which a dtsInstalledSystem has a
772                     multi-fiber installation. If there is only a single installed fiber, this element is unnecessary.</xsd:documentation>
773                  </xsd:annotation>
774               </xsd:element>
775               <xsd:element name="fiberEndConnected" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
776                  <xsd:annotation>
777                     <xsd:documentation>A pointer to the fiber connection node. If more than one node is available for a well/wellbore, this element is used to specify which node
778                     is connected to the instrument box. This name should correspond to the fiberEndPoint/name that is recorded in the installed system object.</xsd:documentation>
779                  </xsd:annotation>
780               </xsd:element>
781               <xsd:element name="fiberDefinedPoint" type="witsml:cs_dtsSingleInstalledPoint" minOccurs="0" maxOccurs="1">
782                  <xsd:annotation>
783                     <xsd:documentation>A known point of the fiber. This point should correspond to one that is given in the wellboreFiberSchematic, so that the relationship
784                     between the length of fiber values in the wellboreFiberSchematic can be related to the values in the measurement table.</xsd:documentation>
785                  </xsd:annotation>
786               </xsd:element>
787               <xsd:element name="errorReport" type="witsml:cs_dtsErrorReport" minOccurs="0" maxOccurs="unbounded">
788                  <xsd:annotation>
789                     <xsd:documentation>An error that occurred during the measurement.</xsd:documentation>
790                  </xsd:annotation>
791               </xsd:element>
792               <xsd:element name="processedLog" type="witsml:cs_dtsProcessedWellLog" minOccurs="0" maxOccurs="unbounded">
793                  <xsd:annotation>
794                     <xsd:documentation>A reference to a processed wellLog that represents this measurement.</xsd:documentation>
795                  </xsd:annotation>
796               </xsd:element>
797               <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
798                  <xsd:annotation>
799                     <xsd:documentation>A container element that contains elements that are common to all data objects.</xsd:documentation>
800                  </xsd:annotation>
801               </xsd:element>
802               <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
803                  <xsd:annotation>
804                     <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>
805                  </xsd:annotation>
806               </xsd:element>
807            </xsd:sequence>
808            <xsd:attribute name="uidWell" type="xsd:string" use="optional">
809               <xsd:annotation>
810                  <xsd:documentation>Unique identifier for the well. This uniquely represents the well referenced by the (possibly non-unique) nameWell.</xsd:documentation>
811                  <xsd:appinfo>constraints:@type="witsml:uidString",xsd:maxLength="64",xsd:pattern="[^ ]*",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
812               </xsd:annotation>
813            </xsd:attribute>
814            <xsd:attribute name="uidWellbore" type="xsd:string" use="optional">
815               <xsd:annotation>
816                  <xsd:documentation>Unique identifier for the wellbore. This uniquely represents the wellbore referenced by the (possibly non-unique)
817                  nameWellbore.</xsd:documentation>
818                  <xsd:appinfo>constraints:@type="witsml:uidString",xsd:maxLength="64",xsd:pattern="[^ ]*",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
819               </xsd:annotation>
820            </xsd:attribute>
821            <xsd:attribute name="uid" type="xsd:string" use="optional">
822               <xsd:annotation>
823                  <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
824                  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
825                  only required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
826                  <xsd:appinfo>constraints:@type="witsml:uidString",xsd:maxLength="64",xsd:pattern="[^ ]*",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
827               </xsd:annotation>
828            </xsd:attribute>
829         </xsd:extension>
830      </xsd:complexContent>
831   </xsd:complexType>
832   <!--UNUSED: Deleted type abstractBoolean.-->
833   <!--UNUSED: Deleted type abstractDateTime.-->
834   <!--UNUSED: Deleted type abstractDate.-->
835   <!--UNUSED: Deleted type abstractYear.-->
836   <!--UNUSED: Deleted type abstractDouble.-->
837   <!--UNUSED: Deleted type abstractShort.-->
838   <!--UNUSED: Deleted type abstractInt.-->
839   <!--UNUSED: Deleted type abstractString.-->
840   <!--UNUSED: Deleted type abstractMeasure.-->
841   <!--UNUSED: Deleted type abstractMaximumLengthString.-->
842   <!--UNUSED: Deleted type abstractUncollapsedString.-->
843   <!--UNUSED: Deleted type abstractContextualObject.-->
844   <xsd:complexType name="abstractSingularDataObject">
845      <xsd:annotation>
846         <xsd:documentation>The intended abstract supertype of all singular data objects.</xsd:documentation>
847      </xsd:annotation>
848      <xsd:sequence />
849   </xsd:complexType>
850   <!--UNUSED: Deleted type abstractPositiveCount.-->
851   <!--UNUSED: Deleted type abstractNameString.-->
852   <!--UNUSED: Deleted type abstractUidString.-->
853   <!--UNUSED: Deleted type abstractCommentString.-->
854   <!--UNUSED: Deleted type abstractTypeEnum.-->
855   <!--UNUSED: Deleted type abstractUomEnum.-->
856   <!--UNUSED: Deleted type abstractNonNegativeCount.-->
857   <!--UNUSED: Deleted type ActivityClassType.-->
858   <!--UNUSED: Deleted type ActivityCode.-->
859   <!--UNUSED: Deleted type AddressKindEnum.-->
860   <!--UNUSED: Deleted type AddressQualifier.-->
861   <!--UNUSED: Deleted type AziRef.-->
862   <!--UNUSED: Deleted type ArrayElementDataType.-->
863   <!--UNUSED: Deleted type BearingType.-->
864   <!--UNUSED: Deleted type BitDullCode.-->
865   <!--UNUSED: Deleted type BitReasonPulled.-->
866   <!--UNUSED: Deleted type BitType.-->
867   <!--UNUSED: Deleted type BhaStatus.-->
868   <!--UNUSED: Deleted type BladeShapeType.-->
869   <!--UNUSED: Deleted type BladeType.-->
870   <!--UNUSED: Deleted type BopType.-->
871   <!--UNUSED: Deleted type BoxPinConfig.-->
872   <!--UNUSED: Deleted type CalculationMethod.-->
873   <!--UNUSED: Deleted type CementJobType.-->
874   <!--UNUSED: Deleted type ConnectionPosition.-->
875   <!--UNUSED: Deleted type ContactPreference.-->
876   <!--UNUSED: Deleted type DeflectionMethod.-->
877   <!--UNUSED: Deleted type DerrickType.-->
878   <!--UNUSED: Deleted type DrawWorksType.-->
879   <!--UNUSED: Deleted type DriveType.-->
880   <!--UNUSED: Deleted type ElevCodeEnum.-->
881   <!--UNUSED: Deleted type Ellipsoid.-->
882   <!--UNUSED: Deleted type EndpointQualifier.-->
883   <!--UNUSED: Deleted type FacilityParameter.-->
884   <!--UNUSED: Deleted type FiberMode.-->
885   <!--UNUSED: Deleted type FlowQualifier.-->
886   <!--UNUSED: Deleted type FlowSubQualifier.-->
887   <!--UNUSED: Deleted type GasPeakType.-->
888   <!--UNUSED: Deleted type GeodeticDatum.-->
889   <!--UNUSED: Deleted type Hemispheres.-->
890   <!--UNUSED: Deleted type HoleCasingType.-->
891   <!--UNUSED: Deleted type HoleOpenerType.-->
892   <!--UNUSED: Deleted type InjectionFluid.-->
893   <!--UNUSED: Deleted type IntervalMethod.-->
894   <!--UNUSED: Deleted type IntervalType.-->
895   <!--UNUSED: Deleted type ItemState.-->
896   <!--UNUSED: Deleted type InstalledFiberPoint.-->
897   <!--UNUSED: Deleted type JarType.-->
898   <!--UNUSED: Deleted type JarAction.-->
899   <!--UNUSED: Deleted type LithologySource.-->
900   <!--UNUSED: Deleted type LithologyType.-->
901   <!--UNUSED: Deleted type LogDataType.-->
902   <!--UNUSED: Deleted type LogIndexDirection.-->
903   <!--UNUSED: Deleted type LogIndexType.-->
904   <!--UNUSED: Deleted type LogTraceOrigin.-->
905   <!--UNUSED: Deleted type LogTraceState.-->
906   <!--UNUSED: Deleted type MaterialType.-->
907   <!--UNUSED: Deleted type MeasureClass.-->
908   <!--UNUSED: Deleted type MeasurementType.-->
909   <!--UNUSED: Deleted type MessageProbability.-->
910   <!--UNUSED: Deleted type MessageSeverity.-->
911   <!--UNUSED: Deleted type MessageType.-->
912   <!--UNUSED: Deleted type MudLogParameterType.-->
913   <!--UNUSED: Deleted type NADTypes.-->
914   <!--UNUSED: Deleted type NameTagLocation.-->
915   <!--UNUSED: Deleted type NameTagNumberingScheme.-->
916   <!--UNUSED: Deleted type NameTagTechnology.-->
917   <!--UNUSED: Deleted type NozzleType.-->
918   <!--UNUSED: Deleted type OTDRReason.-->
919   <!--UNUSED: Deleted type PhoneType.-->
920   <!--UNUSED: Deleted type PitType.-->
921   <!--UNUSED: Deleted type ProductFlowPortType.-->
922   <!--UNUSED: Deleted type Projection.-->
923   <!--UNUSED: Deleted type ProjectionVariantsObliqueMercator.-->
924   <!--UNUSED: Deleted type PumpType.-->
925   <!--UNUSED: Deleted type PumpOpType.-->
926   <!--UNUSED: Deleted type QualifierType.-->
927   <!--UNUSED: Deleted type RealtimeData.-->
928   <!--UNUSED: Deleted type ReportingFacility.-->
929   <!--UNUSED: Deleted type ReportingFlow.-->
930   <!--UNUSED: Deleted type ReportingPeriod.-->
931   <!--UNUSED: Deleted type ReportingProduct.-->
932   <!--UNUSED: Deleted type ReportingProperty.-->
933   <!--UNUSED: Deleted type RigType.-->
934   <!--UNUSED: Deleted type RiskAffectedPersonnel.-->
935   <!--UNUSED: Deleted type RiskCategory.-->
936   <!--UNUSED: Deleted type RiskSubCategory.-->
937   <!--UNUSED: Deleted type RiskType.-->
938   <!--UNUSED: Deleted type ScrType.-->
939   <!--UNUSED: Deleted type ShowFluorescence.-->
940   <!--UNUSED: Deleted type ShowLevel.-->
941   <!--UNUSED: Deleted type ShowRating.-->
942   <!--UNUSED: Deleted type ShowSpeed.-->
943   <!--UNUSED: Deleted type StandardTempPress.-->
944   <!--UNUSED: Deleted type SupportCraft.-->
945   <!--UNUSED: Deleted type SurfEquipType.-->
946   <!--UNUSED: Deleted type TargetCategory.-->
947   <!--UNUSED: Deleted type TargetScope.-->
948   <!--UNUSED: Deleted type TargetSectionScope.-->
949   <!--UNUSED: Deleted type TestReason.-->
950   <!--UNUSED: Deleted type TrajStationStatus.-->
951   <!--UNUSED: Deleted type TrajStationType.-->
952   <!--UNUSED: Deleted type TubularAssembly.-->
953   <!--UNUSED: Deleted type TubularComponent.-->
954   <!--UNUSED: Deleted type TypeSurveyTool.-->
955   <!--UNUSED: Deleted type ValueStatus.-->
956   <!--UNUSED: Deleted type WellDirection.-->
957   <!--UNUSED: Deleted type WellFluid.-->
958   <!--UNUSED: Deleted type WellboreShape.-->
959   <!--UNUSED: Deleted type WellboreType.-->
960   <!--UNUSED: Deleted type WellPurpose.-->
961   <!--UNUSED: Deleted type WellStatus.-->
962   <!--UNUSED: Deleted type CrewType.-->
963   <!--UNUSED: Deleted type OperationKind.-->
964   <!--UNUSED: Deleted type ReasonLost.-->
965   <!--UNUSED: Deleted type SafetyType.-->
966   <!--UNUSED: Deleted type VolumeReferenceKind.-->
967   <!--UNUSED: Deleted type DataQuality.-->
968   <!--UNUSED: Deleted type FluidAnalysisKind.-->
969   <!--UNUSED: Deleted type FluidComponent.-->
970   <!--UNUSED: Deleted type FluidSampleTestAcquisition.-->
971   <!--UNUSED: Deleted type FluidComponentKind.-->
972   <!--UNUSED: Deleted type FluidContaminant.-->
973   <!--UNUSED: Deleted type FluidSampleKind.-->
974   <!--UNUSED: Deleted type ReservoirFluidKind.-->
975   <!--UNUSED: Deleted type EosModelKind.-->
976   <!--UNUSED: Deleted type generalMeasureType.-->
977   <!--UNUSED: Deleted type temperatureSlopeMeasure.-->
978   <!--UNUSED: Deleted type typeOptionalClassString.-->
979   <xsd:complexType name="endpointQualifiedDateTime">
980      <xsd:annotation>
981         <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
982         endpoint attribute.</xsd:documentation>
983         <xsd:appinfo>constraints:@base="witsml:abstractDateTime",xsd:pattern=".+"</xsd:appinfo>
984      </xsd:annotation>
985      <xsd:simpleContent>
986         <xsd:extension base="xsd:dateTime">
987            <xsd:attribute name="endpoint" type="xsd:string" use="optional">
988               <xsd:annotation>
989                  <xsd:documentation>The default is "inclusive".</xsd:documentation>
990                  <xsd:appinfo>constraints:@type="witsml:EndpointQualifier",xsd:maxLength="40",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
991               </xsd:annotation>
992            </xsd:attribute>
993         </xsd:extension>
994      </xsd:simpleContent>
995   </xsd:complexType>
996   <!--UNUSED: Deleted type endpointQualifiedDate.-->
997   <!--UNUSED: Deleted type emailQualifierStruct.-->
998   <!--UNUSED: Deleted type facilityIdentifierStruct.-->
999   <!--UNUSED: Deleted type phoneNumberStruct.-->
1000   <!--UNUSED: Deleted type logicalBoolean.-->
1001   <xsd:simpleType name="date">
1002      <xsd:annotation>
1003         <xsd:documentation>A julian date.</xsd:documentation>
1004      </xsd:annotation>
1005      <xsd:restriction base="xsd:date" />
1006   </xsd:simpleType>
1007   <!--UNUSED: Deleted type month.-->
1008   <!--UNUSED: Deleted type year.-->
1009   <!--UNUSED: Deleted type timestamp.-->
1010   <!--UNUSED: Deleted type timeZone.-->
1011   <!--UNUSED: Deleted type calendarYear.-->
1012   <!--UNUSED: Deleted type yAxisAzimuth.-->
1013   <!--UNUSED: Deleted type nonNegativeFraction.-->
1014   <!--UNUSED: Deleted type unitlessQuantity.-->
1015   <!--UNUSED: Deleted type genericMeasure.-->
1016   <!--UNUSED: Deleted type indexCurve.-->
1017   <!--UNUSED: Deleted type ratioGenericMeasure.-->
1018   <!--UNUSED: Deleted type listOfString.-->
1019   <!--UNUSED: Deleted type listOfDouble.-->
1020   <xsd:complexType name="refNameString">
1021      <xsd:annotation>
1022         <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>
1023         <xsd:appinfo>constraints:@base="witsml:abstractNameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
1024      </xsd:annotation>
1025      <xsd:simpleContent>
1026         <xsd:extension base="xsd:string">
1027            <xsd:attribute name="uidRef" type="xsd:string" use="optional">
1028               <xsd:annotation>
1029                  <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
1030                  of a WITSML server.</xsd:documentation>
1031                  <xsd:appinfo>constraints:@type="witsml:refString",xsd:maxLength="64",xsd:pattern="[^ ]*",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
1032               </xsd:annotation>
1033            </xsd:attribute>
1034         </xsd:extension>
1035      </xsd:simpleContent>
1036   </xsd:complexType>
1037   <!--UNUSED: Deleted type refObjectString.-->
1038   <!--UNUSED: Deleted type refPositiveCount.-->
1039   <!--UNUSED: Deleted type refWellDatum.-->
1040   <!--UNUSED: Deleted type nameString.-->
1041   <!--UNUSED: Deleted type commentString.-->
1042   <!--UNUSED: Deleted type descriptionString.-->
1043   <!--UNUSED: Deleted type shortDescriptionString.-->
1044   <!--UNUSED: Deleted type encodedArrayString.-->
1045   <!--UNUSED: Deleted type encodedValueString.-->
1046   <!--UNUSED: Deleted type kindString.-->
1047   <!--UNUSED: Deleted type uomString.-->
1048   <!--UNUSED: Deleted type uidString.-->
1049   <!--UNUSED: Deleted type refString.-->
1050   <!--UNUSED: Deleted type schemaVersionString.-->
1051   <xsd:complexType name="nameStruct">
1052      <xsd:annotation>
1053         <xsd:documentation>The name of something within a naming system.</xsd:documentation>
1054         <xsd:appinfo>constraints:@base="witsml:abstractNameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
1055      </xsd:annotation>
1056      <xsd:simpleContent>
1057         <xsd:extension base="xsd:string">
1058            <xsd:attribute name="namingSystem" type="xsd:string" use="optional">
1059               <xsd:annotation>
1060                  <xsd:documentation>The naming system within the name is (hopefully) unique.</xsd:documentation>
1061                  <xsd:appinfo>constraints:@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
1062               </xsd:annotation>
1063            </xsd:attribute>
1064         </xsd:extension>
1065      </xsd:simpleContent>
1066   </xsd:complexType>
1067   <xsd:complexType name="wellKnownNameStruct">
1068      <xsd:annotation>
1069         <xsd:documentation>The name of something within a mandatory naming system with an optional code.</xsd:documentation>
1070         <xsd:appinfo>constraints:@base="witsml:abstractNameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
1071      </xsd:annotation>
1072      <xsd:simpleContent>
1073         <xsd:extension base="xsd:string">
1074            <xsd:attribute name="namingSystem" type="xsd:string" use="optional">
1075               <xsd:annotation>
1076                  <xsd:documentation>The naming system within the name is unique.</xsd:documentation>
1077                  <xsd:appinfo>
1078                  constraints:@use="required",xsd:use="required",@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
1079               </xsd:annotation>
1080            </xsd:attribute>
1081            <xsd:attribute name="code" type="xsd:string" use="optional">
1082               <xsd:annotation>
1083                  <xsd:documentation>A unique (short) code associated with the name.</xsd:documentation>
1084                  <xsd:appinfo>constraints:@type="witsml:kindString",xsd:maxLength="40",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
1085               </xsd:annotation>
1086            </xsd:attribute>
1087         </xsd:extension>
1088      </xsd:simpleContent>
1089   </xsd:complexType>
1090   <!--UNUSED: Deleted type uncollapsedString.-->
1091   <!--UNUSED: Deleted type iadcBearingWearCode.-->
1092   <!--UNUSED: Deleted type geodeticZoneString.-->
1093   <!--UNUSED: Deleted type generalQualifiedMeasure.-->
1094   <!--UNUSED: Deleted type integerQualifiedCount.-->
1095   <!--UNUSED: Deleted type kindQualifiedString.-->
1096   <!--UNUSED: Deleted type areaQualifiedMeasure.-->
1097   <!--UNUSED: Deleted type areaPerAreaQualifiedMeasure.-->
1098   <!--UNUSED: Deleted type anglePerTimeQualifiedMeasure.-->
1099   <!--UNUSED: Deleted type lengthPerLengthQualifiedMeasure.-->
1100   <!--UNUSED: Deleted type pressureQualifiedMeasure.-->
1101   <!--UNUSED: Deleted type thermodynamicTemperatureQualifiedMeasure.-->
1102   <!--UNUSED: Deleted type volumeQualifiedMeasure.-->
1103   <!--UNUSED: Deleted type volumeFlowRateQualifiedMeasure.-->
1104   <!--UNUSED: Deleted type measuredDepthCoord.-->
1105   <!--UNUSED: Deleted type MeasuredDepthUom.-->
1106   <!--UNUSED: Deleted type wellVerticalDepthCoord.-->
1107   <!--UNUSED: Deleted type wellElevationCoord.-->
1108   <!--UNUSED: Deleted type WellVerticalCoordinateUom.-->
1109   <!--UNUSED: Deleted type nonNegativeCount.-->
1110   <!--UNUSED: Deleted type positiveCount.-->
1111   <!--UNUSED: Deleted type positiveBigCount.-->
1112   <!--UNUSED: Deleted type integerCount.-->
1113   <!--UNUSED: Deleted type beaufortScaleIntegerCode.-->
1114   <!--UNUSED: Deleted type pumpActionIntegerCode.-->
1115   <!--UNUSED: Deleted type iadcIntegerCode.-->
1116   <!--UNUSED: Deleted type levelIntegerCode.-->
1117   <!--UNUSED: Deleted type cost.-->
1118   <!--UNUSED: Deleted type indexedObject.-->
1119   <!--UNUSED: Deleted type str2.-->
1120   <!--UNUSED: Deleted type str16.-->
1121   <!--UNUSED: Deleted type str32.-->
1122   <!--UNUSED: Deleted type crewCount.-->
1123   <!--UNUSED: Deleted type lostVolumeAndReason.-->
1124   <!--UNUSED: Deleted type safetyCount.-->
1125   <!--UNUSED: Deleted type binaryInteractionCoefficient.-->
1126   <!--UNUSED: Deleted type massConcentrationMeasurePercent.-->
1127   <!--UNUSED: Deleted type molarFractionMeasurePercent.-->
1128   <!--UNUSED: Deleted type volumePerVolumeMeasurePercent.-->
1129   <!--UNUSED: Deleted type PercentUom.-->
1130   <!--UNUSED: Deleted type accelerationLinearMeasure.-->
1131   <!--UNUSED: Deleted type amountOfSubstanceMeasure.-->
1132   <!--UNUSED: Deleted type anglePerLengthMeasure.-->
1133   <!--UNUSED: Deleted type anglePerTimeMeasure.-->
1134   <!--UNUSED: Deleted type areaMeasure.-->
1135   <!--UNUSED: Deleted type areaPerAreaMeasure.-->
1136   <!--UNUSED: Deleted type densityMeasure.-->
1137   <!--UNUSED: Deleted type dimensionlessMeasure.-->
1138   <!--UNUSED: Deleted type dynamicViscosityMeasure.-->
1139   <!--UNUSED: Deleted type electricPotentialMeasure.-->
1140   <!--UNUSED: Deleted type energyPerAreaMeasure.-->
1141   <!--UNUSED: Deleted type equivalentPerMassMeasure.-->
1142   <!--UNUSED: Deleted type forceMeasure.-->
1143   <!--UNUSED: Deleted type forcePerVolumeMeasure.-->
1144   <!--UNUSED: Deleted type frequencyMeasure.-->
1145   <!--UNUSED: Deleted type illuminanceMeasure.-->
1146   <!--UNUSED: Deleted type lengthMeasure.-->
1147   <!--UNUSED: Deleted type lengthPerLengthMeasure.-->
1148   <!--UNUSED: Deleted type magneticFieldStrengthMeasure.-->
1149   <!--UNUSED: Deleted type massConcentrationMeasure.-->
1150   <!--UNUSED: Deleted type massFlowRateMeasure.-->
1151   <!--UNUSED: Deleted type massMeasure.-->
1152   <!--UNUSED: Deleted type massPerLengthMeasure.-->
1153   <!--UNUSED: Deleted type modulusOfCompressionMeasure.-->
1154   <!--UNUSED: Deleted type momentOfForceMeasure.-->
1155   <!--UNUSED: Deleted type perLengthMeasure.-->
1156   <!--UNUSED: Deleted type planeAngleMeasure.-->
1157   <!--UNUSED: Deleted type powerMeasure.-->
1158   <!--UNUSED: Deleted type pressureMeasure.-->
1159   <!--UNUSED: Deleted type relativePowerMeasure.-->
1160   <!--UNUSED: Deleted type specificVolumeMeasure.-->
1161   <!--UNUSED: Deleted type thermodynamicTemperatureMeasure.-->
1162   <!--UNUSED: Deleted type timeMeasure.-->
1163   <!--UNUSED: Deleted type velocityMeasure.-->
1164   <!--UNUSED: Deleted type volumeMeasure.-->
1165   <!--UNUSED: Deleted type volumeFlowRateMeasure.-->
1166   <!--UNUSED: Deleted type volumePerVolumeMeasure.-->
1167   <!--UNUSED: Deleted type workMeasure.-->
1168   <!--UNUSED: Deleted type compressibilityMeasure.-->
1169   <!--UNUSED: Deleted type molarVolumeMeasure.-->
1170   <!--UNUSED: Deleted type standardVolumeMeasure.-->
1171   <!--UNUSED: Deleted type thermalConductivityMeasure.-->
1172   <!--UNUSED: Deleted type volumePerStandardVolumeMeasure.-->
1173   <!--UNUSED: Deleted type standardVolumePerStandardVolumeMeasure.-->
1174   <!--UNUSED: Deleted type standardVolumePerVolumeMeasure.-->
1175   <!--UNUSED: Deleted type accelerationLinearUom.-->
1176   <!--UNUSED: Deleted type amountOfSubstanceUom.-->
1177   <!--UNUSED: Deleted type anglePerLengthUom.-->
1178   <!--UNUSED: Deleted type anglePerTimeUom.-->
1179   <!--UNUSED: Deleted type areaUom.-->
1180   <!--UNUSED: Deleted type areaPerAreaUom.-->
1181   <!--UNUSED: Deleted type densityUom.-->
1182   <!--UNUSED: Deleted type dimensionlessUom.-->
1183   <!--UNUSED: Deleted type dynamicViscosityUom.-->
1184   <!--UNUSED: Deleted type electricPotentialUom.-->
1185   <!--UNUSED: Deleted type energyPerAreaUom.-->
1186   <!--UNUSED: Deleted type equivalentPerMassUom.-->
1187   <!--UNUSED: Deleted type forceUom.-->
1188   <!--UNUSED: Deleted type forcePerVolumeUom.-->
1189   <!--UNUSED: Deleted type frequencyUom.-->
1190   <!--UNUSED: Deleted type illuminanceUom.-->
1191   <!--UNUSED: Deleted type lengthUom.-->
1192   <!--UNUSED: Deleted type lengthPerLengthUom.-->
1193   <!--UNUSED: Deleted type magneticFieldStrengthUom.-->
1194   <!--UNUSED: Deleted type massConcentrationUom.-->
1195   <!--UNUSED: Deleted type massFlowRateUom.-->
1196   <!--UNUSED: Deleted type massUom.-->
1197   <!--UNUSED: Deleted type massPerLengthUom.-->
1198   <!--UNUSED: Deleted type modulusOfCompressionUom.-->
1199   <!--UNUSED: Deleted type momentOfForceUom.-->
1200   <!--UNUSED: Deleted type perLengthUom.-->
1201   <!--UNUSED: Deleted type planeAngleUom.-->
1202   <!--UNUSED: Deleted type powerUom.-->
1203   <!--UNUSED: Deleted type pressureUom.-->
1204   <!--UNUSED: Deleted type relativePowerUom.-->
1205   <!--UNUSED: Deleted type specificVolumeUom.-->
1206   <!--UNUSED: Deleted type thermodynamicTemperatureUom.-->
1207   <!--UNUSED: Deleted type timeUom.-->
1208   <!--UNUSED: Deleted type velocityUom.-->
1209   <!--UNUSED: Deleted type volumeUom.-->
1210   <!--UNUSED: Deleted type volumeFlowRateUom.-->
1211   <!--UNUSED: Deleted type volumePerVolumeUom.-->
1212   <!--UNUSED: Deleted type workUom.-->
1213   <!--UNUSED: Deleted type compressibilityUom.-->
1214   <!--UNUSED: Deleted type molarVolumeUom.-->
1215   <!--UNUSED: Deleted type thermalConductivityUom.-->
1216   <xsd:complexType name="measure">
1217      <xsd:simpleContent>
1218         <xsd:extension base="xsd:double">
1219            <xsd:attribute name="uom" type="xsd:string">
1220               <xsd:annotation>
1221                  <xsd:documentation>The unit of measure for the value.</xsd:documentation>
1222               </xsd:annotation>
1223            </xsd:attribute>
1224         </xsd:extension>
1225      </xsd:simpleContent>
1226   </xsd:complexType>
1227   <!--UNUSED: Deleted type measureWithQualifier.-->
1228   <xsd:complexType name="verticalCoord">
1229      <xsd:simpleContent>
1230         <xsd:extension base="xsd:double">
1231            <xsd:attribute name="uom" type="xsd:string">
1232               <xsd:annotation>
1233                  <xsd:documentation>The unit of measure for the coordinate value.</xsd:documentation>
1234               </xsd:annotation>
1235            </xsd:attribute>
1236            <xsd:attribute name="datum" type="xsd:string">
1237               <xsd:annotation>
1238                  <xsd:documentation>The datum of the coordinate value.</xsd:documentation>
1239               </xsd:annotation>
1240            </xsd:attribute>
1241         </xsd:extension>
1242      </xsd:simpleContent>
1243   </xsd:complexType>
1244</xsd:schema>
Note: See TracBrowser for help on using the browser.