root / projects / DailyProductionReport_1.0 / XML / Version1.0 / WITSML131 / grp_message.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        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="typ_dataTypes.xsd"/>
17        <!--                                                         -->
18        <xsd:group name="grp_message">
19                <xsd:annotation>
20                        <xsd:documentation>The non-contextual content of a WITSML Message object.</xsd:documentation>
21                </xsd:annotation>
22                <xsd:sequence>
23                        <xsd:element name="objectReference" type="witsml:refObjectString" minOccurs="0" maxOccurs="1">
24                                <xsd:annotation>
25                                        <xsd:documentation>A reference to an object that is defined within the
26                                        context of a wellbore.</xsd:documentation>
27                                </xsd:annotation>
28                        </xsd:element>
29                        <xsd:element name="subObjectReference" type="witsml:refObjectString" minOccurs="0" maxOccurs="1">
30                                <xsd:annotation>
31                                        <xsd:documentation>A reference to an sub-object that is defined within the
32                                        context of the object referenced by objectReference.
33                                        This should only refer to recurring components of a growing object.</xsd:documentation>
34                                </xsd:annotation>
35                        </xsd:element>
36                        <xsd:element name="dTim" type="witsml:timestamp" minOccurs="1" 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="activityCode" type="witsml:ActivityCode" minOccurs="0" maxOccurs="1">
42                                <xsd:annotation>
43                                        <xsd:documentation>A code used to define rig activity.</xsd:documentation>
44                                </xsd:annotation>
45                        </xsd:element>
46                        <xsd:element name="detailActivity" type="witsml:str32" minOccurs="0" maxOccurs="1">
47                                <xsd:annotation>
48                                        <xsd:documentation>Custom string to further define an activity.  </xsd:documentation>
49                                </xsd:annotation>
50                        </xsd:element>
51                        <xsd:element name="md" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
52                                <xsd:annotation>
53                                        <xsd:documentation>Along hole measured depth of measurement from the drill datum.  </xsd:documentation>
54                                </xsd:annotation>
55                        </xsd:element>
56                        <xsd:element name="mdBit" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
57                                <xsd:annotation>
58                                        <xsd:documentation>Along hole measured depth of measurement from the drill datum.  </xsd:documentation>
59                                </xsd:annotation>
60                        </xsd:element>
61                        <xsd:element name="typeMessage" type="witsml:MessageType" minOccurs="1" maxOccurs="1">
62                                <xsd:annotation>
63                                        <xsd:documentation>Message type.  </xsd:documentation>
64                                </xsd:annotation>
65                        </xsd:element>
66                        <xsd:element name="messageText" type="witsml:commentString" minOccurs="0" maxOccurs="1">
67                                <xsd:annotation>
68                                        <xsd:documentation>Message text. </xsd:documentation>
69                                </xsd:annotation>
70                        </xsd:element>
71                        <xsd:element name="param" type="witsml:indexedObject" minOccurs="0" maxOccurs="unbounded">
72                                <xsd:annotation>
73                                        <xsd:documentation>Any extra numeric data.  </xsd:documentation>
74                                </xsd:annotation>
75                        </xsd:element>
76                        <xsd:element name="severity" type="witsml:MessageSeverity" minOccurs="0" maxOccurs="1">
77                                <xsd:annotation>
78                                        <xsd:documentation>Severity of incident.  </xsd:documentation>
79                                </xsd:annotation>
80                        </xsd:element>
81                        <xsd:element name="warnProbability" type="witsml:MessageProbability" minOccurs="0" maxOccurs="1">
82                                <xsd:annotation>
83                                        <xsd:documentation>A warning probability (applies to warning).</xsd:documentation>
84                                </xsd:annotation>
85                        </xsd:element>
86                </xsd:sequence>
87        </xsd:group>
88        <!--                                                         -->
89</xsd:schema>
Note: See TracBrowser for help on using the browser.