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

Revision 17, 56.7 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   <xsd:complexType name="cs_businessAssociate">
17      <xsd:annotation>
18         <xsd:documentation>The business associate describes any company, person, group, consultant, etc, which is associated within a context (e.g., a well). The information
19         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
20         associate that this one is associated with, or a contact who is associated with this business associate.</xsd:documentation>
21      </xsd:annotation>
22      <xsd:sequence>
23         <xsd:element name="name" type="xsd:string" minOccurs="0" maxOccurs="1">
24            <xsd:annotation>
25               <xsd:documentation>The name of the business associate. This can be the name of a person, business, group, etc.</xsd:documentation>
26               <xsd:appinfo>constraints:@minOccurs="1",@minOccurs="1",@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
27            </xsd:annotation>
28         </xsd:element>
29         <xsd:element name="role" type="witsml:nameStruct" minOccurs="0" 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:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
35            </xsd:annotation>
36         </xsd:element>
37         <xsd:element name="personName" type="witsml:cs_personName" minOccurs="0" maxOccurs="1">
38            <xsd:annotation>
39               <xsd:documentation>If the business associate is a person, this specifies the component names of the person.</xsd:documentation>
40            </xsd:annotation>
41         </xsd:element>
42         <xsd:element name="alias" type="witsml:nameStruct" minOccurs="0" maxOccurs="unbounded">
43            <xsd:annotation>
44               <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
45               within the naming system.</xsd:documentation>
46            </xsd:annotation>
47         </xsd:element>
48         <xsd:element name="address" type="witsml:cs_generalAddress" minOccurs="0" maxOccurs="unbounded">
49            <xsd:annotation>
50               <xsd:documentation>Note that address may occur more than once, because it may be necessary to give a physical address, a mailing address, or
51               both.</xsd:documentation>
52            </xsd:annotation>
53         </xsd:element>
54         <xsd:element name="phoneNumber" type="witsml:phoneNumberStruct" minOccurs="0" maxOccurs="unbounded">
55            <xsd:annotation>
56               <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
57               of PhoneNumber declare the type of phone number that is being given.</xsd:documentation>
58            </xsd:annotation>
59         </xsd:element>
60         <xsd:element name="email" type="witsml:emailQualifierStruct" minOccurs="0" maxOccurs="unbounded">
61            <xsd:annotation>
62               <xsd:documentation>The email address may be home, office, or permanent. More than one may be given.</xsd:documentation>
63            </xsd:annotation>
64         </xsd:element>
65         <xsd:element name="contactPreference" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
66            <xsd:annotation>
67               <xsd:documentation>The preferred method of being contacted within the context of this role.</xsd:documentation>
68               <xsd:appinfo>constraints:@type="witsml:ContactPreference",xsd:maxLength="40",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
69            </xsd:annotation>
70         </xsd:element>
71         <xsd:element name="associatedWith" type="witsml:refNameString" minOccurs="0" maxOccurs="1">
72            <xsd:annotation>
73               <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
74               associated with a company. But it may also be, for example, a work group associated with a university.</xsd:documentation>
75            </xsd:annotation>
76         </xsd:element>
77         <xsd:element name="contact" type="witsml:refNameString" minOccurs="0" maxOccurs="unbounded">
78            <xsd:annotation>
79               <xsd:documentation>A pointer to a business associate (generally a person) who serves as a contact for this business associate.</xsd:documentation>
80            </xsd:annotation>
81         </xsd:element>
82         <xsd:element name="personnelCount" type="xsd:short" minOccurs="0" maxOccurs="1">
83            <xsd:annotation>
84               <xsd:documentation>The count of the number of personnel in a group.</xsd:documentation>
85               <xsd:appinfo>constraints:@type="witsml:nonNegativeCount",xsd:minInclusive="0",xsd:pattern=".+"</xsd:appinfo>
86            </xsd:annotation>
87         </xsd:element>
88         <xsd:element name="comment" type="xsd:string" minOccurs="0" maxOccurs="1">
89            <xsd:annotation>
90               <xsd:documentation>A general comment. This should not be used to carry semantic information. This is not intended to be machine interpretable.</xsd:documentation>
91               <xsd:appinfo>constraints:@type="witsml:commentString",xsd:maxLength="4000",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
92            </xsd:annotation>
93         </xsd:element>
94      </xsd:sequence>
95      <xsd:attribute name="uid" type="xsd:string" use="optional">
96         <xsd:annotation>
97            <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
98            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
99            required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
100            <xsd:appinfo>constraints:@type="witsml:uidString",xsd:maxLength="64",xsd:pattern="[^ ]*",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
101         </xsd:annotation>
102      </xsd:attribute>
103   </xsd:complexType>
104   <!--UNUSED: Deleted type cs_commonData.-->
105   <!--UNUSED: Deleted type cs_connectedNode.-->
106   <!--UNUSED: Deleted type cs_curveData.-->
107   <!--UNUSED: Deleted type cs_curveDefinition.-->
108   <xsd:complexType name="cs_customData">
109      <xsd:annotation>
110         <xsd:documentation>WITSML - Custom or User Defined Element and Attributes Component Schema. Specify custom element, attributes, and types in the custom data
111         area.</xsd:documentation>
112      </xsd:annotation>
113      <xsd:sequence>
114         <xsd:any namespace="##any" processContents="lax" minOccurs="0" maxOccurs="unbounded">
115            <xsd:annotation>
116               <xsd:documentation>Any element or attribute in any namespace. It is strongly recommended that all custom data definitions be added to a unique
117               namespace.</xsd:documentation>
118            </xsd:annotation>
119         </xsd:any>
120      </xsd:sequence>
121   </xsd:complexType>
122   <!--UNUSED: Deleted type cs_datedComment.-->
123   <!--UNUSED: Deleted type cs_densityValue.-->
124   <!--UNUSED: Deleted type cs_documentInfo.-->
125   <!--UNUSED: Deleted type queryParam.-->
126   <!--UNUSED: Deleted type fileCreationType.-->
127   <!--UNUSED: Deleted type securityInfoType.-->
128   <!--UNUSED: Deleted type auditType.-->
129   <!--UNUSED: Deleted type eventType.-->
130   <!--UNUSED: Deleted type cs_dtsBoxInformation.-->
131   <!--UNUSED: Deleted type cs_dtsCalibration.-->
132   <!--UNUSED: Deleted type cs_dtsCalibrationParameter.-->
133   <!--UNUSED: Deleted type cs_dtsErrorReport.-->
134   <!--UNUSED: Deleted type cs_dtsFiber.-->
135   <!--UNUSED: Deleted type cs_dtsFiberEndPoint.-->
136   <!--UNUSED: Deleted type cs_dtsFiberInformation.-->
137   <!--UNUSED: Deleted type cs_dtsFiberInstalledPoints.-->
138   <!--UNUSED: Deleted type cs_dtsInstrumentBox.-->
139   <!--UNUSED: Deleted type cs_dtsInstrumentBoxCalibration.-->
140   <!--UNUSED: Deleted type cs_dtsOneWayLoss.-->
141   <!--UNUSED: Deleted type cs_dtsOtdr.-->
142   <!--UNUSED: Deleted type cs_dtsProcessedWellLog.-->
143   <!--UNUSED: Deleted type cs_dtsPumpActivity.-->
144   <!--UNUSED: Deleted type cs_dtsPumpLogRow.-->
145   <!--UNUSED: Deleted type cs_dtsPumpLogTable.-->
146   <!--UNUSED: Deleted type cs_dtsRefractiveIndex.-->
147   <!--UNUSED: Deleted type cs_dtsSingleInstalledPoint.-->
148   <!--UNUSED: Deleted type cs_fluidResultCceTestStep.-->
149   <!--UNUSED: Deleted type cs_fluidResultCompositeComposition.-->
150   <!--UNUSED: Deleted type cs_fluidResultComposition.-->
151   <!--UNUSED: Deleted type cs_fluidResultConstantCompositionExpansionTest.-->
152   <!--UNUSED: Deleted type cs_fluidResultConstantVolumeDepletionTest.-->
153   <!--UNUSED: Deleted type cs_fluidResultContaminant.-->
154   <!--UNUSED: Deleted type cs_fluidResultCvdTestStep.-->
155   <!--UNUSED: Deleted type cs_fluidResultDataQuality.-->
156   <!--UNUSED: Deleted type cs_fluidResultDifferentialLiberationTest.-->
157   <!--UNUSED: Deleted type cs_fluidResultDifferentialLiberationTestStep.-->
158   <!--UNUSED: Deleted type cs_fluidResultJCurveTest.-->
159   <!--UNUSED: Deleted type cs_fluidResultJCurveTestStep.-->
160   <!--UNUSED: Deleted type cs_fluidResultPhaseComposition.-->
161   <!--UNUSED: Deleted type cs_fluidResultSaturationTest.-->
162   <!--UNUSED: Deleted type cs_fluidResultSaturationTestStep.-->
163   <!--UNUSED: Deleted type cs_fluidResultSeparatorTest.-->
164   <!--UNUSED: Deleted type cs_fluidResultSeparatorTestStep.-->
165   <!--UNUSED: Deleted type cs_fluidResultStockTank.-->
166   <!--UNUSED: Deleted type cs_fluidResultTransportPropertiesTest.-->
167   <!--UNUSED: Deleted type cs_fluidResultTransportTestStep.-->
168   <!--UNUSED: Deleted type cs_fluidResultVolumeReference.-->
169   <xsd:complexType name="cs_generalAddress">
170      <xsd:annotation>
171         <xsd:documentation>An general address structure. This form is appropriate for most countries.</xsd:documentation>
172      </xsd:annotation>
173      <xsd:sequence>
174         <xsd:element name="name" type="xsd:string" minOccurs="0" maxOccurs="1">
175            <xsd:annotation>
176               <xsd:documentation>The Name line of an address. If missing, use the Name of the business associate.</xsd:documentation>
177               <xsd:appinfo>constraints:@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
178            </xsd:annotation>
179         </xsd:element>
180         <xsd:element name="street" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
181            <xsd:annotation>
182               <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
183               between the "name" and "city" lines. This may be repeated for up to four, ordered lines.</xsd:documentation>
184               <xsd:appinfo>constraints:@minOccurs="1",@minOccurs="1",@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
185            </xsd:annotation>
186         </xsd:element>
187         <xsd:element name="city" type="xsd:string" minOccurs="0" maxOccurs="1">
188            <xsd:annotation>
189               <xsd:documentation>The City for the business associate's address</xsd:documentation>
190               <xsd:appinfo>constraints:@minOccurs="1",@minOccurs="1",@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
191            </xsd:annotation>
192         </xsd:element>
193         <xsd:element name="state" type="xsd:string" minOccurs="0" maxOccurs="1">
194            <xsd:annotation>
195               <xsd:appinfo>constraints:@minOccurs="1",@minOccurs="1",@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
196            </xsd:annotation>
197         </xsd:element>
198         <xsd:element name="province" type="xsd:string" minOccurs="0" maxOccurs="1">
199            <xsd:annotation>
200               <xsd:appinfo>constraints:@minOccurs="1",@minOccurs="1",@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
201            </xsd:annotation>
202         </xsd:element>
203         <xsd:element name="county" type="xsd:string" minOccurs="0" maxOccurs="1">
204            <xsd:annotation>
205               <xsd:appinfo>constraints:@minOccurs="1",@minOccurs="1",@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
206            </xsd:annotation>
207         </xsd:element>
208         <xsd:element name="country" type="xsd:string" minOccurs="0" maxOccurs="1">
209            <xsd:annotation>
210               <xsd:documentation>The Country may be included. Although this is optional, it is probably required for most uses.</xsd:documentation>
211               <xsd:appinfo>constraints:@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
212            </xsd:annotation>
213         </xsd:element>
214         <xsd:element name="postalCode" type="xsd:string" minOccurs="0" maxOccurs="1">
215            <xsd:annotation>
216               <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>
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:sequence>
221      <xsd:attribute name="kind" type="xsd:string" use="optional">
222         <xsd:annotation>
223            <xsd:documentation>The type of address: mailing, physical, or both.</xsd:documentation>
224            <xsd:appinfo>constraints:@type="witsml:AddressKindEnum",xsd:maxLength="40",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
225         </xsd:annotation>
226      </xsd:attribute>
227      <xsd:attribute name="uid" type="xsd:string" use="optional">
228         <xsd:annotation>
229            <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
230            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
231            required to be unique within the context of the nearest recurring parent element.</xsd:documentation>
232            <xsd:appinfo>constraints:@type="witsml:uidString",xsd:maxLength="64",xsd:pattern="[^ ]*",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
233         </xsd:annotation>
234      </xsd:attribute>
235   </xsd:complexType>
236   <xsd:complexType name="cs_geographicContext">
237      <xsd:annotation>
238         <xsd:documentation>A geographic context of a report.</xsd:documentation>
239      </xsd:annotation>
240      <xsd:sequence>
241         <xsd:element name="country" type="xsd:string" minOccurs="0" maxOccurs="1">
242            <xsd:annotation>
243               <xsd:documentation>The name of the country.</xsd:documentation>
244               <xsd:appinfo>constraints:@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
245            </xsd:annotation>
246         </xsd:element>
247         <xsd:element name="state" type="xsd:string" minOccurs="0" maxOccurs="1">
248            <xsd:annotation>
249               <xsd:documentation>The state of province within the country.</xsd:documentation>
250               <xsd:appinfo>constraints:@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
251            </xsd:annotation>
252         </xsd:element>
253         <xsd:element name="field" type="witsml:nameStruct" minOccurs="0" maxOccurs="1">
254            <xsd:annotation>
255               <xsd:documentation>The name of the field within whose context the report exists.</xsd:documentation>
256            </xsd:annotation>
257         </xsd:element>
258         <xsd:element name="offshoreLocation" type="witsml:cs_offshoreLocation" minOccurs="0" maxOccurs="1">
259            <xsd:annotation>
260               <xsd:documentation>An offshore context.</xsd:documentation>
261            </xsd:annotation>
262         </xsd:element>
263         <xsd:element name="comment" type="xsd:string" minOccurs="0" maxOccurs="1">
264            <xsd:annotation>
265               <xsd:documentation>An general comment that further explains the offshore location.</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_nameTag.-->
272   <xsd:complexType name="cs_northSeaOffshore">
273      <xsd:annotation>
274         <xsd:documentation>A type of offshore location that captures the North Sea Offshore terminology.</xsd:documentation>
275      </xsd:annotation>
276      <xsd:sequence>
277         <xsd:element name="areaName" type="xsd:string" minOccurs="0" maxOccurs="1">
278            <xsd:annotation>
279               <xsd:documentation>An optional, uncontrolled value, which may be used to describe the general area of offshore North Sea in which the point is
280               located.</xsd:documentation>
281               <xsd:appinfo>constraints:@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
282            </xsd:annotation>
283         </xsd:element>
284         <xsd:element name="quadrant" type="xsd:string" minOccurs="0" maxOccurs="1">
285            <xsd:annotation>
286               <xsd:documentation>The number or letter of the quadrant in the North Sea.</xsd:documentation>
287               <xsd:appinfo>constraints:@minOccurs="1",@minOccurs="1",@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
288            </xsd:annotation>
289         </xsd:element>
290         <xsd:element name="blockSuffix" type="xsd:string" minOccurs="0" maxOccurs="1">
291            <xsd:annotation>
292               <xsd:documentation>A lower case letter assigned if a block is subdivided.</xsd:documentation>
293               <xsd:appinfo>constraints:@type="witsml:str2",xsd:maxLength="2",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
294            </xsd:annotation>
295         </xsd:element>
296      </xsd:sequence>
297   </xsd:complexType>
298   <xsd:complexType name="cs_offshoreLocation">
299      <xsd:annotation>
300         <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
301         allowed.</xsd:documentation>
302      </xsd:annotation>
303      <xsd:sequence>
304         <xsd:element name="areaName" type="xsd:string" minOccurs="0" maxOccurs="1">
305            <xsd:annotation>
306               <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
307               element.</xsd:documentation>
308               <xsd:appinfo>constraints:@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
309            </xsd:annotation>
310         </xsd:element>
311         <xsd:element name="blockID" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
312            <xsd:annotation>
313               <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
314               on the exact meaning of this element.</xsd:documentation>
315               <xsd:appinfo>constraints:@minOccurs="1",@minOccurs="1",@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
316            </xsd:annotation>
317         </xsd:element>
318         <xsd:element name="northSeaOffshore" type="witsml:cs_northSeaOffshore" minOccurs="0" maxOccurs="1">
319            <xsd:annotation>
320               <xsd:documentation>An offshore location using the North Sea Offshore terminology.</xsd:documentation>
321               <xsd:appinfo>constraints:@minOccurs="1"</xsd:appinfo>
322            </xsd:annotation>
323         </xsd:element>
324         <xsd:element name="comment" type="xsd:string" minOccurs="0" maxOccurs="1">
325            <xsd:annotation>
326               <xsd:documentation>An general comment that further explains the offshore location.</xsd:documentation>
327               <xsd:appinfo>constraints:@type="witsml:commentString",xsd:maxLength="4000",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
328            </xsd:annotation>
329         </xsd:element>
330      </xsd:sequence>
331   </xsd:complexType>
332   <xsd:complexType name="cs_personName">
333      <xsd:annotation>
334         <xsd:documentation>The components of a persons name.</xsd:documentation>
335      </xsd:annotation>
336      <xsd:sequence>
337         <xsd:element name="prefix" type="xsd:string" minOccurs="0" maxOccurs="1">
338            <xsd:annotation>
339               <xsd:documentation>A name prefix. Such as, Dr, Ms, Miss, Mr, etc.</xsd:documentation>
340               <xsd:appinfo>constraints:@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
341            </xsd:annotation>
342         </xsd:element>
343         <xsd:element name="first" type="xsd:string" minOccurs="0" maxOccurs="1">
344            <xsd:annotation>
345               <xsd:documentation>The persons first name.</xsd:documentation>
346               <xsd:appinfo>constraints:@minOccurs="1",@minOccurs="1",@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
347            </xsd:annotation>
348         </xsd:element>
349         <xsd:element name="middle" type="xsd:string" minOccurs="0" maxOccurs="1">
350            <xsd:annotation>
351               <xsd:documentation>The persons middle name or initial name.</xsd:documentation>
352               <xsd:appinfo>constraints:@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
353            </xsd:annotation>
354         </xsd:element>
355         <xsd:element name="last" type="xsd:string" minOccurs="0" maxOccurs="1">
356            <xsd:annotation>
357               <xsd:documentation>The persons last or given name.</xsd:documentation>
358               <xsd:appinfo>constraints:@minOccurs="1",@minOccurs="1",@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
359            </xsd:annotation>
360         </xsd:element>
361         <xsd:element name="suffix" type="xsd:string" minOccurs="0" maxOccurs="unbounded">
362            <xsd:annotation>
363               <xsd:documentation>A name suffix. Such as Esq, Phd, etc.</xsd:documentation>
364               <xsd:appinfo>constraints:@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
365            </xsd:annotation>
366         </xsd:element>
367      </xsd:sequence>
368   </xsd:complexType>
369   <!--UNUSED: Deleted type cs_productFlowChangeLog.-->
370   <!--UNUSED: Deleted type cs_productFlowExpectedPortProperty.-->
371   <!--UNUSED: Deleted type cs_productFlowExpectedUnitProperty.-->
372   <!--UNUSED: Deleted type cs_productFlowExternalReference.-->
373   <!--UNUSED: Deleted type cs_productFlowlExternalPort.-->
374   <!--UNUSED: Deleted type cs_productFlowNetwork.-->
375   <!--UNUSED: Deleted type cs_productFlowNetworkPlan.-->
376   <!--UNUSED: Deleted type cs_productFlowPort.-->
377   <!--UNUSED: Deleted type cs_productFlowQualifierExpected.-->
378   <!--UNUSED: Deleted type cs_productFlowUnit.-->
379   <!--UNUSED: Deleted type cs_productionOperationActivity.-->
380   <!--UNUSED: Deleted type cs_productionOperationAlarm.-->
381   <!--UNUSED: Deleted type cs_productionOperationCargoShipOperation.-->
382   <!--UNUSED: Deleted type cs_productionOperationHSE.-->
383   <!--UNUSED: Deleted type cs_productionOperationInstallationReport.-->
384   <!--UNUSED: Deleted type cs_productionOperationLostProduction.-->
385   <!--UNUSED: Deleted type cs_productionOperationMarineOperation.-->
386   <!--UNUSED: Deleted type cs_productionOperationOperationalComment.-->
387   <!--UNUSED: Deleted type cs_productionOperationSafety.-->
388   <!--UNUSED: Deleted type cs_productionOperationShutdown.-->
389   <!--UNUSED: Deleted type cs_productionOperationThirdPartyProcessing.-->
390   <!--UNUSED: Deleted type cs_productionOperationWaterCleaningQuality.-->
391   <!--UNUSED: Deleted type cs_productionOperationWeather.-->
392   <!--UNUSED: Deleted type cs_productVolumeAlert.-->
393   <!--UNUSED: Deleted type cs_productVolumeBusinessUnit.-->
394   <!--UNUSED: Deleted type cs_productVolumeBusinessSubUnit.-->
395   <!--UNUSED: Deleted type cs_productVolumeBusinessOwnershipShare.-->
396   <!--UNUSED: Deleted type cs_productVolumeBusinessAccountInfo.-->
397   <!--UNUSED: Deleted type BusinessUnitKind.-->
398   <!--UNUSED: Deleted type cs_productVolumeComponentContent.-->
399   <!--UNUSED: Deleted type cs_productVolumeFacility.-->
400   <!--UNUSED: Deleted type cs_productVolumeFlow.-->
401   <!--UNUSED: Deleted type cs_productVolumeParameterSet.-->
402   <!--UNUSED: Deleted type cs_productVolumeParameterValue.-->
403   <!--UNUSED: Deleted type cs_productVolumePeriod.-->
404   <!--UNUSED: Deleted type cs_productVolumePortDifference.-->
405   <!--UNUSED: Deleted type cs_productVolumeProduct.-->
406   <!--UNUSED: Deleted type cs_productVolumeRelatedFacility.-->
407   <!--UNUSED: Deleted type cs_productVolumeSalesSet.-->
408   <!--UNUSED: Deleted type cs_productVolumeSalesDetail.-->
409   <!--UNUSED: Deleted type cs_productVolumeDestination.-->
410   <!--UNUSED: Deleted type cs_productVolumeSaleEvent.-->
411   <!--UNUSED: Deleted type SaleEventKind.-->
412   <!--UNUSED: Deleted type SalesFlowPart.-->
413   <!--UNUSED: Deleted type SaleDestinationType.-->
414   <!--UNUSED: Deleted type cs_refProductFlow.-->
415   <!--UNUSED: Deleted type cs_refWellWellbore.-->
416   <!--UNUSED: Deleted type cs_refWellWellboreRig.-->
417   <!--UNUSED: Deleted type cs_relativeCoordinate.-->
418   <!--UNUSED: Deleted type cs_volumeValue.-->
419   <!--UNUSED: Deleted type cs_wellContext.-->
420   <!--UNUSED: Deleted type cs_wellDatum.-->
421   <!--UNUSED: Deleted type cs_wellTestBottomholeData.-->
422   <!--UNUSED: Deleted type cs_wellTestCumulative.-->
423   <!--UNUSED: Deleted type cs_wellTestFluidLevelTest.-->
424   <!--UNUSED: Deleted type cs_wellTestFluidRate.-->
425   <!--UNUSED: Deleted type cs_wellTestInjectionTestData.-->
426   <!--UNUSED: Deleted type cs_wellTestInjectionTestResults.-->
427   <!--UNUSED: Deleted type cs_wellTestInterval.-->
428   <!--UNUSED: Deleted type cs_wellTestPointData.-->
429   <!--UNUSED: Deleted type cs_wellTestProductionTestData.-->
430   <!--UNUSED: Deleted type cs_wellTestProductionTestResults.-->
431   <!--UNUSED: Deleted type cs_wellTestSeparatorData.-->
432   <!--UNUSED: Deleted type cs_wellTestTestVolume.-->
433   <!--UNUSED: Deleted type cs_wellTestWellheadData.-->
434   <!--UNUSED: Deleted type grp_commonPropertiesProductVolume.-->
435   <!--UNUSED: Deleted type grp_dtsInstalledSystem.-->
436   <!--UNUSED: Deleted type grp_dtsMeasurement.-->
437   <!--UNUSED: Deleted type grp_fluidAnalysis.-->
438   <!--UNUSED: Deleted type grp_fluidAnalysisResult.-->
439   <!--UNUSED: Deleted type grp_fluidResultCommonTestGroup.-->
440   <!--UNUSED: Deleted type grp_fluidSample.-->
441   <!--UNUSED: Deleted type grp_productFlowModel.-->
442   <!--UNUSED: Deleted type grp_productionOperation.-->
443   <!--UNUSED: Deleted type grp_productVolume.-->
444   <!--UNUSED: Deleted type grp_wellTest.-->
445   <xsd:complexType name="obj_report">
446      <xsd:complexContent>
447         <xsd:extension base="witsml:abstractContextualObject">
448            <xsd:sequence>
449               <xsd:element name="kind" type="xsd:string" minOccurs="0" maxOccurs="1">
450                  <xsd:annotation>
451                     <xsd:documentation>The type of report.</xsd:documentation>
452                     <xsd:appinfo>constraints:@type="witsml:kindString",xsd:maxLength="40",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
453                  </xsd:annotation>
454               </xsd:element>
455               <xsd:element name="title" type="witsml:nameStruct" minOccurs="0" maxOccurs="1">
456                  <xsd:annotation>
457                     <xsd:documentation>The tile of the report if different from the name of the report.</xsd:documentation>
458                  </xsd:annotation>
459               </xsd:element>
460               <xsd:element name="date" type="xsd:date" minOccurs="0" maxOccurs="1">
461                  <xsd:annotation>
462                     <xsd:documentation>The date that the report represents.</xsd:documentation>
463                     <xsd:appinfo>constraints:@type="witsml:date",xsd:pattern=".+"</xsd:appinfo>
464                  </xsd:annotation>
465               </xsd:element>
466               <xsd:element name="dateEnd" type="xsd:date" minOccurs="0" maxOccurs="1">
467                  <xsd:annotation>
468                     <xsd:documentation>The ending date that the report represents if it represents an interval.</xsd:documentation>
469                     <xsd:appinfo>constraints:@type="witsml:date",xsd:pattern=".+"</xsd:appinfo>
470                  </xsd:annotation>
471               </xsd:element>
472               <xsd:element name="month" type="xsd:gYearMonth" minOccurs="0" maxOccurs="1">
473                  <xsd:annotation>
474                     <xsd:documentation>The month that the report represents (i.e., not a date or date range).</xsd:documentation>
475                     <xsd:appinfo>constraints:@type="witsml:month"</xsd:appinfo>
476                  </xsd:annotation>
477               </xsd:element>
478               <xsd:element name="year" type="xsd:gYear" minOccurs="0" maxOccurs="1">
479                  <xsd:annotation>
480                     <xsd:documentation>The year that the report represents (i.e., not a month, date or date range).</xsd:documentation>
481                     <xsd:appinfo>constraints:@type="witsml:year"</xsd:appinfo>
482                  </xsd:annotation>
483               </xsd:element>
484               <xsd:element name="comment" type="xsd:string" minOccurs="0" maxOccurs="1">
485                  <xsd:annotation>
486                     <xsd:documentation>A textual comment about the report.</xsd:documentation>
487                     <xsd:appinfo>constraints:@type="witsml:commentString",xsd:maxLength="4000",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
488                  </xsd:annotation>
489               </xsd:element>
490               <xsd:element name="installation" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="1">
491                  <xsd:annotation>
492                     <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
493                     facility.</xsd:documentation>
494                  </xsd:annotation>
495               </xsd:element>
496               <xsd:element name="contextFacility" type="witsml:facilityIdentifierStruct" minOccurs="0" maxOccurs="unbounded">
497                  <xsd:annotation>
498                     <xsd:documentation>The name and type of a facility whose context is relevant to the represented installation.</xsd:documentation>
499                  </xsd:annotation>
500               </xsd:element>
501               <xsd:element name="operator" type="witsml:cs_businessAssociate" minOccurs="0" maxOccurs="1">
502                  <xsd:annotation>
503                     <xsd:documentation>The operator of the facilities in the report.</xsd:documentation>
504                  </xsd:annotation>
505               </xsd:element>
506               <xsd:element name="geographicContext" type="witsml:cs_geographicContext" minOccurs="0" maxOccurs="1">
507                  <xsd:annotation>
508                     <xsd:documentation>The geographic context of the report.</xsd:documentation>
509                  </xsd:annotation>
510               </xsd:element>
511               <xsd:element name="issueDate" type="xsd:date" minOccurs="0" maxOccurs="1">
512                  <xsd:annotation>
513                     <xsd:documentation>The date that the report was issued.</xsd:documentation>
514                     <xsd:appinfo>constraints:@type="witsml:date",xsd:pattern=".+"</xsd:appinfo>
515                  </xsd:annotation>
516               </xsd:element>
517               <xsd:element name="issuedBy" type="witsml:cs_businessAssociate" minOccurs="0" maxOccurs="1">
518                  <xsd:annotation>
519                     <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
520                     report.</xsd:documentation>
521                  </xsd:annotation>
522               </xsd:element>
523               <xsd:element name="approvalDate" type="xsd:date" minOccurs="0" maxOccurs="1">
524                  <xsd:annotation>
525                     <xsd:documentation>The date that the report was approved.</xsd:documentation>
526                     <xsd:appinfo>constraints:@type="witsml:date",xsd:pattern=".+"</xsd:appinfo>
527                  </xsd:annotation>
528               </xsd:element>
529               <xsd:element name="approver" type="witsml:cs_businessAssociate" minOccurs="0" maxOccurs="1">
530                  <xsd:annotation>
531                     <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
532                     report.</xsd:documentation>
533                  </xsd:annotation>
534               </xsd:element>
535               <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
536                  <xsd:annotation>
537                     <xsd:documentation>A container element that can contain custom or user defined data elements.</xsd:documentation>
538                  </xsd:annotation>
539               </xsd:element>
540            </xsd:sequence>
541         </xsd:extension>
542      </xsd:complexContent>
543   </xsd:complexType>
544   <!--UNUSED: Deleted type abstractBoolean.-->
545   <!--UNUSED: Deleted type abstractDateTime.-->
546   <!--UNUSED: Deleted type abstractDate.-->
547   <!--UNUSED: Deleted type abstractYear.-->
548   <!--UNUSED: Deleted type abstractDouble.-->
549   <!--UNUSED: Deleted type abstractShort.-->
550   <!--UNUSED: Deleted type abstractInt.-->
551   <!--UNUSED: Deleted type abstractString.-->
552   <!--UNUSED: Deleted type abstractMeasure.-->
553   <!--UNUSED: Deleted type abstractMaximumLengthString.-->
554   <!--UNUSED: Deleted type abstractUncollapsedString.-->
555   <xsd:complexType name="abstractContextualObject">
556      <xsd:annotation>
557         <xsd:documentation>The intended abstract supertype of all contectual objects.</xsd:documentation>
558      </xsd:annotation>
559      <xsd:sequence />
560   </xsd:complexType>
561   <!--UNUSED: Deleted type abstractSingularDataObject.-->
562   <!--UNUSED: Deleted type abstractPositiveCount.-->
563   <!--UNUSED: Deleted type abstractNameString.-->
564   <!--UNUSED: Deleted type abstractUidString.-->
565   <!--UNUSED: Deleted type abstractCommentString.-->
566   <!--UNUSED: Deleted type abstractTypeEnum.-->
567   <!--UNUSED: Deleted type abstractUomEnum.-->
568   <!--UNUSED: Deleted type abstractNonNegativeCount.-->
569   <!--UNUSED: Deleted type ActivityClassType.-->
570   <!--UNUSED: Deleted type ActivityCode.-->
571   <!--UNUSED: Deleted type AddressKindEnum.-->
572   <!--UNUSED: Deleted type AddressQualifier.-->
573   <!--UNUSED: Deleted type AziRef.-->
574   <!--UNUSED: Deleted type ArrayElementDataType.-->
575   <!--UNUSED: Deleted type BearingType.-->
576   <!--UNUSED: Deleted type BitDullCode.-->
577   <!--UNUSED: Deleted type BitReasonPulled.-->
578   <!--UNUSED: Deleted type BitType.-->
579   <!--UNUSED: Deleted type BhaStatus.-->
580   <!--UNUSED: Deleted type BladeShapeType.-->
581   <!--UNUSED: Deleted type BladeType.-->
582   <!--UNUSED: Deleted type BopType.-->
583   <!--UNUSED: Deleted type BoxPinConfig.-->
584   <!--UNUSED: Deleted type CalculationMethod.-->
585   <!--UNUSED: Deleted type CementJobType.-->
586   <!--UNUSED: Deleted type ConnectionPosition.-->
587   <!--UNUSED: Deleted type ContactPreference.-->
588   <!--UNUSED: Deleted type DeflectionMethod.-->
589   <!--UNUSED: Deleted type DerrickType.-->
590   <!--UNUSED: Deleted type DrawWorksType.-->
591   <!--UNUSED: Deleted type DriveType.-->
592   <!--UNUSED: Deleted type ElevCodeEnum.-->
593   <!--UNUSED: Deleted type Ellipsoid.-->
594   <!--UNUSED: Deleted type EndpointQualifier.-->
595   <!--UNUSED: Deleted type FacilityParameter.-->
596   <!--UNUSED: Deleted type FiberMode.-->
597   <!--UNUSED: Deleted type FlowQualifier.-->
598   <!--UNUSED: Deleted type FlowSubQualifier.-->
599   <!--UNUSED: Deleted type GasPeakType.-->
600   <!--UNUSED: Deleted type GeodeticDatum.-->
601   <!--UNUSED: Deleted type Hemispheres.-->
602   <!--UNUSED: Deleted type HoleCasingType.-->
603   <!--UNUSED: Deleted type HoleOpenerType.-->
604   <!--UNUSED: Deleted type InjectionFluid.-->
605   <!--UNUSED: Deleted type IntervalMethod.-->
606   <!--UNUSED: Deleted type IntervalType.-->
607   <!--UNUSED: Deleted type ItemState.-->
608   <!--UNUSED: Deleted type InstalledFiberPoint.-->
609   <!--UNUSED: Deleted type JarType.-->
610   <!--UNUSED: Deleted type JarAction.-->
611   <!--UNUSED: Deleted type LithologySource.-->
612   <!--UNUSED: Deleted type LithologyType.-->
613   <!--UNUSED: Deleted type LogDataType.-->
614   <!--UNUSED: Deleted type LogIndexDirection.-->
615   <!--UNUSED: Deleted type LogIndexType.-->
616   <!--UNUSED: Deleted type LogTraceOrigin.-->
617   <!--UNUSED: Deleted type LogTraceState.-->
618   <!--UNUSED: Deleted type MaterialType.-->
619   <!--UNUSED: Deleted type MeasureClass.-->
620   <!--UNUSED: Deleted type MeasurementType.-->
621   <!--UNUSED: Deleted type MessageProbability.-->
622   <!--UNUSED: Deleted type MessageSeverity.-->
623   <!--UNUSED: Deleted type MessageType.-->
624   <!--UNUSED: Deleted type MudLogParameterType.-->
625   <!--UNUSED: Deleted type NADTypes.-->
626   <!--UNUSED: Deleted type NameTagLocation.-->
627   <!--UNUSED: Deleted type NameTagNumberingScheme.-->
628   <!--UNUSED: Deleted type NameTagTechnology.-->
629   <!--UNUSED: Deleted type NozzleType.-->
630   <!--UNUSED: Deleted type OTDRReason.-->
631   <!--UNUSED: Deleted type PhoneType.-->
632   <!--UNUSED: Deleted type PitType.-->
633   <!--UNUSED: Deleted type ProductFlowPortType.-->
634   <!--UNUSED: Deleted type Projection.-->
635   <!--UNUSED: Deleted type ProjectionVariantsObliqueMercator.-->
636   <!--UNUSED: Deleted type PumpType.-->
637   <!--UNUSED: Deleted type PumpOpType.-->
638   <!--UNUSED: Deleted type QualifierType.-->
639   <!--UNUSED: Deleted type RealtimeData.-->
640   <!--UNUSED: Deleted type ReportingFacility.-->
641   <!--UNUSED: Deleted type ReportingFlow.-->
642   <!--UNUSED: Deleted type ReportingPeriod.-->
643   <!--UNUSED: Deleted type ReportingProduct.-->
644   <!--UNUSED: Deleted type ReportingProperty.-->
645   <!--UNUSED: Deleted type RigType.-->
646   <!--UNUSED: Deleted type RiskAffectedPersonnel.-->
647   <!--UNUSED: Deleted type RiskCategory.-->
648   <!--UNUSED: Deleted type RiskSubCategory.-->
649   <!--UNUSED: Deleted type RiskType.-->
650   <!--UNUSED: Deleted type ScrType.-->
651   <!--UNUSED: Deleted type ShowFluorescence.-->
652   <!--UNUSED: Deleted type ShowLevel.-->
653   <!--UNUSED: Deleted type ShowRating.-->
654   <!--UNUSED: Deleted type ShowSpeed.-->
655   <!--UNUSED: Deleted type StandardTempPress.-->
656   <!--UNUSED: Deleted type SupportCraft.-->
657   <!--UNUSED: Deleted type SurfEquipType.-->
658   <!--UNUSED: Deleted type TargetCategory.-->
659   <!--UNUSED: Deleted type TargetScope.-->
660   <!--UNUSED: Deleted type TargetSectionScope.-->
661   <!--UNUSED: Deleted type TestReason.-->
662   <!--UNUSED: Deleted type TrajStationStatus.-->
663   <!--UNUSED: Deleted type TrajStationType.-->
664   <!--UNUSED: Deleted type TubularAssembly.-->
665   <!--UNUSED: Deleted type TubularComponent.-->
666   <!--UNUSED: Deleted type TypeSurveyTool.-->
667   <!--UNUSED: Deleted type ValueStatus.-->
668   <!--UNUSED: Deleted type WellDirection.-->
669   <!--UNUSED: Deleted type WellFluid.-->
670   <!--UNUSED: Deleted type WellboreShape.-->
671   <!--UNUSED: Deleted type WellboreType.-->
672   <!--UNUSED: Deleted type WellPurpose.-->
673   <!--UNUSED: Deleted type WellStatus.-->
674   <!--UNUSED: Deleted type CrewType.-->
675   <!--UNUSED: Deleted type OperationKind.-->
676   <!--UNUSED: Deleted type ReasonLost.-->
677   <!--UNUSED: Deleted type SafetyType.-->
678   <!--UNUSED: Deleted type VolumeReferenceKind.-->
679   <!--UNUSED: Deleted type DataQuality.-->
680   <!--UNUSED: Deleted type FluidAnalysisKind.-->
681   <!--UNUSED: Deleted type FluidComponent.-->
682   <!--UNUSED: Deleted type FluidSampleTestAcquisition.-->
683   <!--UNUSED: Deleted type FluidComponentKind.-->
684   <!--UNUSED: Deleted type FluidContaminant.-->
685   <!--UNUSED: Deleted type FluidSampleKind.-->
686   <!--UNUSED: Deleted type ReservoirFluidKind.-->
687   <!--UNUSED: Deleted type EosModelKind.-->
688   <!--UNUSED: Deleted type generalMeasureType.-->
689   <!--UNUSED: Deleted type temperatureSlopeMeasure.-->
690   <!--UNUSED: Deleted type typeOptionalClassString.-->
691   <!--UNUSED: Deleted type endpointQualifiedDateTime.-->
692   <!--UNUSED: Deleted type endpointQualifiedDate.-->
693   <xsd:complexType name="emailQualifierStruct">
694      <xsd:annotation>
695         <xsd:documentation>An email address with an attribute, used to "qualify" an email as personal, work, or permanent.</xsd:documentation>
696         <xsd:appinfo>constraints:@base="witsml:abstractTypeEnum",xsd:maxLength="40",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
697      </xsd:annotation>
698      <xsd:simpleContent>
699         <xsd:extension base="xsd:string">
700            <xsd:attribute name="qualifier" type="xsd:string" use="optional">
701               <xsd:annotation>
702                  <xsd:appinfo>constraints:@type="witsml:AddressQualifier",xsd:maxLength="40",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
703               </xsd:annotation>
704            </xsd:attribute>
705         </xsd:extension>
706      </xsd:simpleContent>
707   </xsd:complexType>
708   <xsd:complexType name="facilityIdentifierStruct">
709      <xsd:annotation>
710         <xsd:documentation>Identifies a facility.</xsd:documentation>
711         <xsd:appinfo>constraints:@base="witsml:abstractNameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
712      </xsd:annotation>
713      <xsd:simpleContent>
714         <xsd:extension base="xsd:string">
715            <xsd:attribute name="kind" type="xsd:string" use="optional">
716               <xsd:annotation>
717                  <xsd:documentation>The kind of facility.</xsd:documentation>
718                  <xsd:appinfo>constraints:@type="witsml:ReportingFacility",xsd:maxLength="40",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
719               </xsd:annotation>
720            </xsd:attribute>
721            <xsd:attribute name="namingSystem" type="xsd:string" use="optional">
722               <xsd:annotation>
723                  <xsd:documentation>The naming system within which the name is unique. For example, API or NPD.</xsd:documentation>
724                  <xsd:appinfo>constraints:@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
725               </xsd:annotation>
726            </xsd:attribute>
727            <xsd:attribute name="uidRef" type="xsd:string" use="optional">
728               <xsd:annotation>
729                  <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
730                  instance.</xsd:documentation>
731                  <xsd:appinfo>constraints:@type="witsml:uidString",xsd:maxLength="64",xsd:pattern="[^ ]*",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
732               </xsd:annotation>
733            </xsd:attribute>
734         </xsd:extension>
735      </xsd:simpleContent>
736   </xsd:complexType>
737   <xsd:complexType name="phoneNumberStruct">
738      <xsd:annotation>
739         <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
740         qualifier would carry information such as home or office.</xsd:documentation>
741         <xsd:appinfo>constraints:@base="witsml:abstractTypeEnum",xsd:maxLength="40",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
742      </xsd:annotation>
743      <xsd:simpleContent>
744         <xsd:extension base="xsd:string">
745            <xsd:attribute name="type" type="xsd:string" use="optional">
746               <xsd:annotation>
747                  <xsd:documentation>The kind of phone such as voice or fax.</xsd:documentation>
748                  <xsd:appinfo>constraints:@use="required",xsd:use="required",@type="witsml:PhoneType",xsd:maxLength="40",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
749               </xsd:annotation>
750            </xsd:attribute>
751            <xsd:attribute name="qualifier" type="xsd:string" use="optional">
752               <xsd:annotation>
753                  <xsd:documentation>Indicates whether the number is personal, business or both.</xsd:documentation>
754                  <xsd:appinfo>constraints:@type="witsml:AddressQualifier",xsd:maxLength="40",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
755               </xsd:annotation>
756            </xsd:attribute>
757            <xsd:attribute name="extension" type="xsd:string" use="optional">
758               <xsd:annotation>
759                  <xsd:documentation>The phone number extension.</xsd:documentation>
760                  <xsd:appinfo>constraints:@type="witsml:kindString",xsd:maxLength="40",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
761               </xsd:annotation>
762            </xsd:attribute>
763         </xsd:extension>
764      </xsd:simpleContent>
765   </xsd:complexType>
766   <!--UNUSED: Deleted type logicalBoolean.-->
767   <xsd:simpleType name="date">
768      <xsd:annotation>
769         <xsd:documentation>A julian date.</xsd:documentation>
770      </xsd:annotation>
771      <xsd:restriction base="xsd:date" />
772   </xsd:simpleType>
773   <!--UNUSED: Deleted type month.-->
774   <!--UNUSED: Deleted type year.-->
775   <!--UNUSED: Deleted type timestamp.-->
776   <!--UNUSED: Deleted type timeZone.-->
777   <!--UNUSED: Deleted type calendarYear.-->
778   <!--UNUSED: Deleted type yAxisAzimuth.-->
779   <!--UNUSED: Deleted type nonNegativeFraction.-->
780   <!--UNUSED: Deleted type unitlessQuantity.-->
781   <!--UNUSED: Deleted type genericMeasure.-->
782   <!--UNUSED: Deleted type indexCurve.-->
783   <!--UNUSED: Deleted type ratioGenericMeasure.-->
784   <!--UNUSED: Deleted type listOfString.-->
785   <!--UNUSED: Deleted type listOfDouble.-->
786   <xsd:complexType name="refNameString">
787      <xsd:annotation>
788         <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>
789         <xsd:appinfo>constraints:@base="witsml:abstractNameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
790      </xsd:annotation>
791      <xsd:simpleContent>
792         <xsd:extension base="xsd:string">
793            <xsd:attribute name="uidRef" type="xsd:string" use="optional">
794               <xsd:annotation>
795                  <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
796                  of a WITSML server.</xsd:documentation>
797                  <xsd:appinfo>constraints:@type="witsml:refString",xsd:maxLength="64",xsd:pattern="[^ ]*",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
798               </xsd:annotation>
799            </xsd:attribute>
800         </xsd:extension>
801      </xsd:simpleContent>
802   </xsd:complexType>
803   <!--UNUSED: Deleted type refObjectString.-->
804   <!--UNUSED: Deleted type refPositiveCount.-->
805   <!--UNUSED: Deleted type refWellDatum.-->
806   <!--UNUSED: Deleted type nameString.-->
807   <!--UNUSED: Deleted type commentString.-->
808   <!--UNUSED: Deleted type descriptionString.-->
809   <!--UNUSED: Deleted type shortDescriptionString.-->
810   <!--UNUSED: Deleted type encodedArrayString.-->
811   <!--UNUSED: Deleted type encodedValueString.-->
812   <!--UNUSED: Deleted type kindString.-->
813   <!--UNUSED: Deleted type uomString.-->
814   <!--UNUSED: Deleted type uidString.-->
815   <!--UNUSED: Deleted type refString.-->
816   <!--UNUSED: Deleted type schemaVersionString.-->
817   <xsd:complexType name="nameStruct">
818      <xsd:annotation>
819         <xsd:documentation>The name of something within a naming system.</xsd:documentation>
820         <xsd:appinfo>constraints:@base="witsml:abstractNameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
821      </xsd:annotation>
822      <xsd:simpleContent>
823         <xsd:extension base="xsd:string">
824            <xsd:attribute name="namingSystem" type="xsd:string" use="optional">
825               <xsd:annotation>
826                  <xsd:documentation>The naming system within the name is (hopefully) unique.</xsd:documentation>
827                  <xsd:appinfo>constraints:@type="witsml:nameString",xsd:maxLength="64",xsd:whiteSpace="collapse",xsd:minLength="1"</xsd:appinfo>
828               </xsd:annotation>
829            </xsd:attribute>
830         </xsd:extension>
831      </xsd:simpleContent>
832   </xsd:complexType>
833   <!--UNUSED: Deleted type wellKnownNameStruct.-->
834   <!--UNUSED: Deleted type uncollapsedString.-->
835   <!--UNUSED: Deleted type iadcBearingWearCode.-->
836   <!--UNUSED: Deleted type geodeticZoneString.-->
837   <!--UNUSED: Deleted type generalQualifiedMeasure.-->
838   <!--UNUSED: Deleted type integerQualifiedCount.-->
839   <!--UNUSED: Deleted type kindQualifiedString.-->
840   <!--UNUSED: Deleted type areaQualifiedMeasure.-->
841   <!--UNUSED: Deleted type areaPerAreaQualifiedMeasure.-->
842   <!--UNUSED: Deleted type anglePerTimeQualifiedMeasure.-->
843   <!--UNUSED: Deleted type lengthPerLengthQualifiedMeasure.-->
844   <!--UNUSED: Deleted type pressureQualifiedMeasure.-->
845   <!--UNUSED: Deleted type thermodynamicTemperatureQualifiedMeasure.-->
846   <!--UNUSED: Deleted type volumeQualifiedMeasure.-->
847   <!--UNUSED: Deleted type volumeFlowRateQualifiedMeasure.-->
848   <!--UNUSED: Deleted type measuredDepthCoord.-->
849   <!--UNUSED: Deleted type MeasuredDepthUom.-->
850   <!--UNUSED: Deleted type wellVerticalDepthCoord.-->
851   <!--UNUSED: Deleted type wellElevationCoord.-->
852   <!--UNUSED: Deleted type WellVerticalCoordinateUom.-->
853   <!--UNUSED: Deleted type nonNegativeCount.-->
854   <!--UNUSED: Deleted type positiveCount.-->
855   <!--UNUSED: Deleted type positiveBigCount.-->
856   <!--UNUSED: Deleted type integerCount.-->
857   <!--UNUSED: Deleted type beaufortScaleIntegerCode.-->
858   <!--UNUSED: Deleted type pumpActionIntegerCode.-->
859   <!--UNUSED: Deleted type iadcIntegerCode.-->
860   <!--UNUSED: Deleted type levelIntegerCode.-->
861   <!--UNUSED: Deleted type cost.-->
862   <!--UNUSED: Deleted type indexedObject.-->
863   <!--UNUSED: Deleted type str2.-->
864   <!--UNUSED: Deleted type str16.-->
865   <!--UNUSED: Deleted type str32.-->
866   <!--UNUSED: Deleted type crewCount.-->
867   <!--UNUSED: Deleted type lostVolumeAndReason.-->
868   <!--UNUSED: Deleted type safetyCount.-->
869   <!--UNUSED: Deleted type binaryInteractionCoefficient.-->
870   <!--UNUSED: Deleted type massConcentrationMeasurePercent.-->
871   <!--UNUSED: Deleted type molarFractionMeasurePercent.-->
872   <!--UNUSED: Deleted type volumePerVolumeMeasurePercent.-->
873   <!--UNUSED: Deleted type PercentUom.-->
874   <!--UNUSED: Deleted type accelerationLinearMeasure.-->
875   <!--UNUSED: Deleted type amountOfSubstanceMeasure.-->
876   <!--UNUSED: Deleted type anglePerLengthMeasure.-->
877   <!--UNUSED: Deleted type anglePerTimeMeasure.-->
878   <!--UNUSED: Deleted type areaMeasure.-->
879   <!--UNUSED: Deleted type areaPerAreaMeasure.-->
880   <!--UNUSED: Deleted type densityMeasure.-->
881   <!--UNUSED: Deleted type dimensionlessMeasure.-->
882   <!--UNUSED: Deleted type dynamicViscosityMeasure.-->
883   <!--UNUSED: Deleted type electricPotentialMeasure.-->
884   <!--UNUSED: Deleted type energyPerAreaMeasure.-->
885   <!--UNUSED: Deleted type equivalentPerMassMeasure.-->
886   <!--UNUSED: Deleted type forceMeasure.-->
887   <!--UNUSED: Deleted type forcePerVolumeMeasure.-->
888   <!--UNUSED: Deleted type frequencyMeasure.-->
889   <!--UNUSED: Deleted type illuminanceMeasure.-->
890   <!--UNUSED: Deleted type lengthMeasure.-->
891   <!--UNUSED: Deleted type lengthPerLengthMeasure.-->
892   <!--UNUSED: Deleted type magneticFieldStrengthMeasure.-->
893   <!--UNUSED: Deleted type massConcentrationMeasure.-->
894   <!--UNUSED: Deleted type massFlowRateMeasure.-->
895   <!--UNUSED: Deleted type massMeasure.-->
896   <!--UNUSED: Deleted type massPerLengthMeasure.-->
897   <!--UNUSED: Deleted type modulusOfCompressionMeasure.-->
898   <!--UNUSED: Deleted type momentOfForceMeasure.-->
899   <!--UNUSED: Deleted type perLengthMeasure.-->
900   <!--UNUSED: Deleted type planeAngleMeasure.-->
901   <!--UNUSED: Deleted type powerMeasure.-->
902   <!--UNUSED: Deleted type pressureMeasure.-->
903   <!--UNUSED: Deleted type relativePowerMeasure.-->
904   <!--UNUSED: Deleted type specificVolumeMeasure.-->
905   <!--UNUSED: Deleted type thermodynamicTemperatureMeasure.-->
906   <!--UNUSED: Deleted type timeMeasure.-->
907   <!--UNUSED: Deleted type velocityMeasure.-->
908   <!--UNUSED: Deleted type volumeMeasure.-->
909   <!--UNUSED: Deleted type volumeFlowRateMeasure.-->
910   <!--UNUSED: Deleted type volumePerVolumeMeasure.-->
911   <!--UNUSED: Deleted type workMeasure.-->
912   <!--UNUSED: Deleted type compressibilityMeasure.-->
913   <!--UNUSED: Deleted type molarVolumeMeasure.-->
914   <!--UNUSED: Deleted type standardVolumeMeasure.-->
915   <!--UNUSED: Deleted type thermalConductivityMeasure.-->
916   <!--UNUSED: Deleted type volumePerStandardVolumeMeasure.-->
917   <!--UNUSED: Deleted type standardVolumePerStandardVolumeMeasure.-->
918   <!--UNUSED: Deleted type standardVolumePerVolumeMeasure.-->
919   <!--UNUSED: Deleted type accelerationLinearUom.-->
920   <!--UNUSED: Deleted type amountOfSubstanceUom.-->
921   <!--UNUSED: Deleted type anglePerLengthUom.-->
922   <!--UNUSED: Deleted type anglePerTimeUom.-->
923   <!--UNUSED: Deleted type areaUom.-->
924   <!--UNUSED: Deleted type areaPerAreaUom.-->
925   <!--UNUSED: Deleted type densityUom.-->
926   <!--UNUSED: Deleted type dimensionlessUom.-->
927   <!--UNUSED: Deleted type dynamicViscosityUom.-->
928   <!--UNUSED: Deleted type electricPotentialUom.-->
929   <!--UNUSED: Deleted type energyPerAreaUom.-->
930   <!--UNUSED: Deleted type equivalentPerMassUom.-->
931   <!--UNUSED: Deleted type forceUom.-->
932   <!--UNUSED: Deleted type forcePerVolumeUom.-->
933   <!--UNUSED: Deleted type frequencyUom.-->
934   <!--UNUSED: Deleted type illuminanceUom.-->
935   <!--UNUSED: Deleted type lengthUom.-->
936   <!--UNUSED: Deleted type lengthPerLengthUom.-->
937   <!--UNUSED: Deleted type magneticFieldStrengthUom.-->
938   <!--UNUSED: Deleted type massConcentrationUom.-->
939   <!--UNUSED: Deleted type massFlowRateUom.-->
940   <!--UNUSED: Deleted type massUom.-->
941   <!--UNUSED: Deleted type massPerLengthUom.-->
942   <!--UNUSED: Deleted type modulusOfCompressionUom.-->
943   <!--UNUSED: Deleted type momentOfForceUom.-->
944   <!--UNUSED: Deleted type perLengthUom.-->
945   <!--UNUSED: Deleted type planeAngleUom.-->
946   <!--UNUSED: Deleted type powerUom.-->
947   <!--UNUSED: Deleted type pressureUom.-->
948   <!--UNUSED: Deleted type relativePowerUom.-->
949   <!--UNUSED: Deleted type specificVolumeUom.-->
950   <!--UNUSED: Deleted type thermodynamicTemperatureUom.-->
951   <!--UNUSED: Deleted type timeUom.-->
952   <!--UNUSED: Deleted type velocityUom.-->
953   <!--UNUSED: Deleted type volumeUom.-->
954   <!--UNUSED: Deleted type volumeFlowRateUom.-->
955   <!--UNUSED: Deleted type volumePerVolumeUom.-->
956   <!--UNUSED: Deleted type workUom.-->
957   <!--UNUSED: Deleted type compressibilityUom.-->
958   <!--UNUSED: Deleted type molarVolumeUom.-->
959   <!--UNUSED: Deleted type thermalConductivityUom.-->
960   <!--UNUSED: Deleted type measure.-->
961   <!--UNUSED: Deleted type measureWithQualifier.-->
962   <!--UNUSED: Deleted type verticalCoord.-->
963</xsd:schema>
Note: See TracBrowser for help on using the browser.