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

Revision 16, 4.4 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        version="1.3.1">
9        <!--                                                         -->
10        <!-- POSC License Agreement
11        This file is distributed under the POSC License Agreement at
12        http://www.posc.org/about/license.shtml.
13        Use of this file constitutes agreement with the POSC License Agreement.
14        -->
15        <!--                                                         -->
16        <xsd:include schemaLocation="cs_geologyInterval.xsd"/>
17        <xsd:include schemaLocation="cs_mudLogParameter.xsd"/>
18        <!--                                                         -->
19        <xsd:group name="grp_mudLog">
20                <xsd:annotation>
21                        <xsd:documentation>The non-contextual content of a WITSML Mud Log object.</xsd:documentation>
22                </xsd:annotation>
23                <xsd:sequence>
24                        <xsd:element name="objectGrowing" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
25                                <xsd:annotation>
26                                        <xsd:documentation>Whether or not the mudLog is growing.
27                                        True ("true" or "1") indicates the that the mudLog is still growing
28                                        in size (that is, geologyInterval or parameter values are still being added).
29                                        For example, it may be connected to a realtime stream.
30                                        False ("false" or "0") indicates that the mudLog is
31                                        closed (that is, no further geologyInterval or parameter values will be added).
32                                        Not given indicates that the status of the mudLog is not known.
33                                        This value is only relevant within the context of a server.</xsd:documentation>
34                                </xsd:annotation>
35                        </xsd:element>
36                        <xsd:element name="dTim" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
37                                <xsd:annotation>
38                                        <xsd:documentation>Date and time the information is related to.  </xsd:documentation>
39                                </xsd:annotation>
40                        </xsd:element>
41                        <xsd:element name="mudLogCompany" type="witsml:nameString" minOccurs="0" maxOccurs="1">
42                                <xsd:annotation>
43                                        <xsd:documentation>Name of the company recording the information.  </xsd:documentation>
44                                </xsd:annotation>
45                        </xsd:element>
46                        <xsd:element name="mudLogEngineers" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">
47                                <xsd:annotation>
48                                        <xsd:documentation>Concatenated names of mud loggers constructing the log.  </xsd:documentation>
49                                </xsd:annotation>
50                        </xsd:element>
51                        <xsd:element name="startMd" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
52                                <xsd:annotation>
53                                        <xsd:documentation>The minimum mdTop value in all geologyIntervals for
54                                        this mud log message. This will be populated by the server to match the values that
55                                        were returned as a result of a query.
56                                        Used in a query template for specifying the begining range of logs to be retrieved.</xsd:documentation>
57                                </xsd:annotation>
58                        </xsd:element>
59                        <xsd:element name="endMd" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
60                                <xsd:annotation>
61                                        <xsd:documentation>The maximum mdBottom value in all geologyIntervals for
62                                        this mud log message. This will be populated by the server to match the values that
63                                        were returned as a result of a query. 
64                                        Used in a query template for specifying the ending range of logs to be retrieved.  </xsd:documentation>
65                                </xsd:annotation>
66                        </xsd:element>
67                        <xsd:element name="relatedLog" type="witsml:refNameString" minOccurs="0" maxOccurs="unbounded">
68                                <xsd:annotation>
69                                        <xsd:documentation>A foreign key to a related Log.
70                                        This is a pointer to a log that is related to the mud log.
71                                        The log may or may not have been created as a result of
72                                        the mudlogging process. The log must represent the same
73                                        well and wellbore as the mud log.</xsd:documentation>
74                                </xsd:annotation>
75                        </xsd:element>
76                        <xsd:element name="parameter" type="witsml:cs_mudLogParameter" minOccurs="0" maxOccurs="unbounded">
77                                <xsd:annotation>
78                                        <xsd:documentation>A single mud log parameter.</xsd:documentation>
79                                </xsd:annotation>
80                        </xsd:element>
81                        <xsd:element name="geologyInterval" type="witsml:cs_geologyInterval" minOccurs="0" maxOccurs="unbounded">
82                                <xsd:annotation>
83                                        <xsd:documentation>Set of geology and drilling information records for the wellbore.  </xsd:documentation>
84                                </xsd:annotation>
85                        </xsd:element>
86                </xsd:sequence>
87        </xsd:group>
88</xsd:schema>
Note: See TracBrowser for help on using the browser.