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

Revision 16, 6.3 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_risk">
19                <xsd:annotation>
20                        <xsd:documentation>The non-contextual content of a WITSML Risk 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 context of a wellbore.</xsd:documentation>
26                                </xsd:annotation>
27                        </xsd:element>
28                        <xsd:element name="type" type="witsml:RiskType" minOccurs="1" maxOccurs="1">
29                                <xsd:annotation>
30                                        <xsd:documentation>The type of risk.</xsd:documentation>
31                                </xsd:annotation>
32                        </xsd:element>
33                        <xsd:element name="category" type="witsml:RiskCategory" minOccurs="1" maxOccurs="1">
34                                <xsd:annotation>
35                                        <xsd:documentation>The category of risk.</xsd:documentation>
36                                </xsd:annotation>
37                        </xsd:element>
38                        <xsd:element name="subCategory" type="witsml:RiskSubCategory" minOccurs="0" maxOccurs="1">
39                                <xsd:annotation>
40                                        <xsd:documentation>The sub category of risk.</xsd:documentation>
41                                </xsd:annotation>
42                        </xsd:element>
43                        <xsd:element name="extendCategory" type="witsml:kindString" minOccurs="0" maxOccurs="1">
44                                <xsd:annotation>
45                                        <xsd:documentation>Custom string to further categorize the risk.</xsd:documentation>
46                                </xsd:annotation>
47                        </xsd:element>
48                        <xsd:element name="affectedPersonnel" type="witsml:RiskAffectedPersonnel" minOccurs="0" maxOccurs="unbounded">
49                                <xsd:annotation>
50                                        <xsd:documentation>The personnel afected by the risk.</xsd:documentation>
51                                </xsd:annotation>
52                        </xsd:element>
53                        <xsd:element name="dTimStart" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
54                                <xsd:annotation>
55                                        <xsd:documentation>Date and time that activities started.</xsd:documentation>
56                                </xsd:annotation>
57                        </xsd:element>
58                        <xsd:element name="dTimEnd" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
59                                <xsd:annotation>
60                                        <xsd:documentation>Date and time that activities were completed.</xsd:documentation>
61                                </xsd:annotation>
62                        </xsd:element>
63                        <xsd:element name="mdHoleStart" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
64                                <xsd:annotation>
65                                        <xsd:documentation>Measured Depth at start of activity.</xsd:documentation>
66                                </xsd:annotation>
67                        </xsd:element>
68                        <xsd:element name="mdHoleEnd" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
69                                <xsd:annotation>
70                                        <xsd:documentation>Measured Depth at end of activity.</xsd:documentation>
71                                </xsd:annotation>
72                        </xsd:element>
73                        <xsd:element name="tvdHoleStart" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1">
74                                <xsd:annotation>
75                                        <xsd:documentation>True Vertical Depth at start of activity.</xsd:documentation>
76                                </xsd:annotation>
77                        </xsd:element>
78                        <xsd:element name="tvdHoleEnd" type="witsml:wellVerticalDepthCoord" minOccurs="0" maxOccurs="1">
79                                <xsd:annotation>
80                                        <xsd:documentation>True Vertical Depth at end of activity.</xsd:documentation>
81                                </xsd:annotation>
82                        </xsd:element>
83                        <xsd:element name="mdBitStart" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
84                                <xsd:annotation>
85                                        <xsd:documentation>Measured depth of bit at start of activity.</xsd:documentation>
86                                </xsd:annotation>
87                        </xsd:element>
88                        <xsd:element name="mdBitEnd" type="witsml:measuredDepthCoord" minOccurs="0" maxOccurs="1">
89                                <xsd:annotation>
90                                        <xsd:documentation>Measured depth of bit at end of activity.</xsd:documentation>
91                                </xsd:annotation>
92                        </xsd:element>
93                        <xsd:element name="diaHole" type="witsml:lengthMeasure" minOccurs="0" maxOccurs="1">
94                                <xsd:annotation>
95                                        <xsd:documentation>Hole diameter.  </xsd:documentation>
96                                </xsd:annotation>
97                        </xsd:element>
98                        <xsd:element name="severityLevel" type="witsml:levelIntegerCode"  minOccurs="0" maxOccurs="1">
99                                <xsd:annotation>
100                                        <xsd:documentation>Severity Level of the Risk.
101                                        Values of 1 through 5 with 1 being the lowest.</xsd:documentation>
102                                </xsd:annotation>
103                        </xsd:element>
104                        <xsd:element name="probabilityLevel" type="witsml:levelIntegerCode" minOccurs="0" maxOccurs="1">
105                                <xsd:annotation>
106                                        <xsd:documentation>Probability Level of the Risk.
107                                        Values of 1 through 5 with 1 being the lowest.</xsd:documentation>
108                                </xsd:annotation>
109                        </xsd:element>
110                        <xsd:element name="summary" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">
111                                <xsd:annotation>
112                                        <xsd:documentation>summary description of risk.</xsd:documentation>
113                                </xsd:annotation>
114                        </xsd:element>
115                        <xsd:element name="details" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">
116                                <xsd:annotation>
117                                        <xsd:documentation>Complete description of Risk.</xsd:documentation>
118                                </xsd:annotation>
119                        </xsd:element>
120                        <xsd:element name="identification" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">
121                                <xsd:annotation>
122                                        <xsd:documentation>Details for identifing the Risk.</xsd:documentation>
123                                </xsd:annotation>
124                        </xsd:element>
125                        <xsd:element name="contingency" type="witsml:descriptionString" minOccurs="0" maxOccurs="1">
126                                <xsd:annotation>
127                                        <xsd:documentation>Plan of action if the Risk materializes.</xsd:documentation>
128                                </xsd:annotation>
129                        </xsd:element>
130                        <xsd:element name="mitigation" type="witsml:descriptionString" minOccurs="0" maxOccurs="unbounded">
131                                <xsd:annotation>
132                                        <xsd:documentation>Plan of action to ensure the risk does not materialize.</xsd:documentation>
133                                </xsd:annotation>
134                        </xsd:element>
135                </xsd:sequence>
136        </xsd:group>
137</xsd:schema>
Note: See TracBrowser for help on using the browser.