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

Revision 16, 4.9 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_opsReport.xsd"/>
17        <xsd:include schemaLocation="cs_commonData.xsd"/>
18        <xsd:include schemaLocation="cs_customData.xsd"/>
19        <xsd:include schemaLocation="attgrp_uid.xsd"/>
20        <xsd:annotation>
21                <xsd:documentation> WITSML - operations report schema </xsd:documentation>
22        </xsd:annotation>
23        <!--                                                         -->
24        <xsd:element name="opsReports" type="witsml:obj_opsReports">
25                <xsd:annotation>
26                        <xsd:documentation>The WITSML API mandated plural root element which allows
27                        multiple singular objects to be sent. The plural name is formed by adding
28                        an "s" to the singular name.</xsd:documentation>
29                </xsd:annotation>
30        </xsd:element>
31        <!--                                                         -->
32        <xsd:complexType name="obj_opsReports">
33                <xsd:sequence>
34                        <xsd:element name="documentInfo" type="witsml:cs_documentInfo" minOccurs="0" maxOccurs="1">
35                                <xsd:annotation>
36                                <xsd:documentation>Information about the XML message instance.  </xsd:documentation>
37                                </xsd:annotation>
38                        </xsd:element>
39                        <xsd:element name="opsReport" type="witsml:obj_opsReport" minOccurs="1" maxOccurs="unbounded">
40                                <xsd:annotation>
41                                <xsd:documentation>A single operations report.  </xsd:documentation>
42                                </xsd:annotation>
43                        </xsd:element>
44                </xsd:sequence>
45                <xsd:attribute name="version" type="witsml:schemaVersionString" use="required">
46                        <xsd:annotation>
47                                <xsd:documentation>Data object schema version.  The fourth level must match the
48                                version of the schema constraints (enumerations and XML loader files) that are assumed
49                                by the document instance.</xsd:documentation>
50                        </xsd:annotation>
51                </xsd:attribute>
52        </xsd:complexType>
53        <!--                                                         -->
54        <xsd:complexType name="obj_opsReport">
55                <xsd:sequence>
56                        <xsd:element name="nameWell" type="witsml:nameString" minOccurs="1" maxOccurs="1">
57                                <xsd:annotation>
58                                        <xsd:documentation>Human recognizable context for the well that contains the wellbore.  </xsd:documentation>
59                                </xsd:annotation>
60                        </xsd:element>
61                        <xsd:element name="nameWellbore" type="witsml:nameString" minOccurs="1" maxOccurs="1">
62                                <xsd:annotation>
63                                        <xsd:documentation>Human recognizable context for the wellbore that contains the operations report.  </xsd:documentation>
64                                </xsd:annotation>
65                        </xsd:element>
66                        <xsd:element name="name" type="witsml:nameString" minOccurs="1" maxOccurs="1">
67                                <xsd:annotation>
68                                        <xsd:documentation>Human recognizable context for the operations report.  </xsd:documentation>
69                                </xsd:annotation>
70                        </xsd:element>
71                        <xsd:group ref="witsml:grp_opsReport" minOccurs="0" maxOccurs="1">
72                                <xsd:annotation>
73                                        <xsd:documentation>The non-contextual elements for a operations report.</xsd:documentation>
74                                </xsd:annotation>
75                        </xsd:group>
76                        <xsd:element name="commonData" type="witsml:cs_commonData" minOccurs="0" maxOccurs="1">
77                                <xsd:annotation>
78                                        <xsd:documentation>A container element that contains elements that are common to all data
79                                        objects.  </xsd:documentation>
80                                </xsd:annotation>
81                        </xsd:element>
82                        <xsd:element name="customData" type="witsml:cs_customData" minOccurs="0" maxOccurs="1">
83                                <xsd:annotation>
84                                        <xsd:documentation>A container element that can contain custom or user defined
85                                        data elements.</xsd:documentation>
86                                </xsd:annotation>
87                        </xsd:element>
88                </xsd:sequence>
89                <xsd:attribute name="uidWell" type="witsml:uidString" use="optional">
90                        <xsd:annotation>
91                                <xsd:documentation>Unique identifier for the well. This uniquely represents
92                                the well referenced by the (possibly non-unique) nameWell. </xsd:documentation>
93                        </xsd:annotation>
94                </xsd:attribute>
95                <xsd:attribute name="uidWellbore" type="witsml:uidString" use="optional">
96                        <xsd:annotation>
97                                <xsd:documentation>Unique identifier for the wellbore. This uniquely represents
98                                the wellbore referenced by the (possibly non-unique) nameWellbore.  </xsd:documentation>
99                        </xsd:annotation>
100                </xsd:attribute>
101                <xsd:attributeGroup ref="witsml:attgrp_uid">
102                        <xsd:annotation>
103                                <xsd:documentation>Unique identifier for the operations report.  </xsd:documentation>
104                        </xsd:annotation>
105                </xsd:attributeGroup>
106        </xsd:complexType>
107</xsd:schema>
Note: See TracBrowser for help on using the browser.