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

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