root / projects / DailyProductionReport_1.0 / XML / Version1.0 / WITSML131 / obj_well.xsd @ 16

Revision 16, 4.1 kB (checked in by ryland, 15 years ago)
Line 
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        <!--                                                         -->
9        <!-- POSC License Agreement
10        This file is distributed under the POSC License Agreement at
11        http://www.posc.org/about/license.shtml.
12        Use of this file constitutes agreement with the POSC License Agreement.
13        -->
14        <!--                                                         -->
15        <xsd:include schemaLocation="cs_documentInfo.xsd"/>
16        <xsd:include schemaLocation="grp_well.xsd"/>
17        <xsd:include schemaLocation="cs_commonData.xsd"/>
18        <xsd:include schemaLocation="cs_customData.xsd"/>
19        <xsd:include schemaLocation="attgrp_uid.xsd"/>
20        <!--                                                         -->
21        <xsd:annotation>
22                <xsd:documentation> Well master information that supports the WITSML standard. </xsd:documentation>
23        </xsd:annotation>
24        <!--                                                         -->
25        <xsd:element name="wells" type="witsml:obj_wells">
26                <xsd:annotation>
27                        <xsd:documentation>The WITSML API mandated plural root element which allows
28                        multiple singular objects to be sent. The plural name is formed by adding
29                        an "s" to the singular name.</xsd:documentation>
30                </xsd:annotation>
31        </xsd:element>
32        <!--                                                         -->
33        <xsd:complexType name="obj_wells">
34                <xsd:sequence>
35                        <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">
36                                <xsd:annotation>
37                                        <xsd:documentation>Information about the XML message instance.  </xsd:documentation>
38                                </xsd:annotation>
39                        </xsd:element>
40                        <xsd:element name="well" type="witsml:obj_well" minOccurs="1" maxOccurs="unbounded">
41                                <xsd:annotation>
42                                        <xsd:documentation>Information about a single well.
43                                        A well is a unique surface location from which wellbores are drilled
44                                        into the Earth for the purpose of either (1) finding or producing
45                                        underground resources; or (2) providing services related to the
46                                        production of underground resources.  </xsd:documentation>
47                                </xsd:annotation>
48                        </xsd:element>
49                </xsd:sequence>
50                <xsd:attribute name="version" type="witsml:schemaVersionString" use="required">
51                        <xsd:annotation>
52                                <xsd:documentation>Data object schema version.  The fourth level must match the
53                                version of the schema constraints (enumerations and XML loader files) that are assumed
54                                by the document instance.</xsd:documentation>
55                        </xsd:annotation>
56                </xsd:attribute>
57        </xsd:complexType>
58        <!--                                                         -->
59        <xsd:complexType name="obj_well">
60                <xsd:sequence>
61                        <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
62                                <xsd:annotation>
63                                        <xsd:documentation>Human recognizable context for the well.  </xsd:documentation>
64                                </xsd:annotation>
65                        </xsd:element>
66                        <xsd:group ref="witsml:grp_well" minOccurs="0" maxOccurs="1">
67                                <xsd:annotation>
68                                        <xsd:documentation>The non-contextual elements for general well information.</xsd:documentation>
69                                </xsd:annotation>
70                        </xsd:group>
71                        <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
72                                <xsd:annotation>
73                                        <xsd:documentation>A container element that contains elements that are common to all data
74                                        objects.  </xsd:documentation>
75                                </xsd:annotation>
76                        </xsd:element>
77                        <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
78                                <xsd:annotation>
79                                        <xsd:documentation>A container element that can contain custom or user defined
80                                        data elements.</xsd:documentation>
81                                </xsd:annotation>
82                        </xsd:element>
83                </xsd:sequence>
84                <xsd:attributeGroup ref="witsml:attgrp_uid">
85                        <xsd:annotation>
86                                <xsd:documentation>Unique identifier for the well.  </xsd:documentation>
87                        </xsd:annotation>
88                </xsd:attributeGroup>
89        </xsd:complexType>
90</xsd:schema>
Note: See TracBrowser for help on using the browser.