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

Revision 16, 7.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        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_incident.xsd"/>
17        <!--                                                         -->
18        <xsd:complexType name="cs_hse">
19                <xsd:annotation>
20                        <xsd:documentation>WITSML - Operations Health, Safety and Environment Component Schema</xsd:documentation>
21                </xsd:annotation>
22                <xsd:sequence>
23                        <xsd:element name="daysIncFree" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
24                                <xsd:annotation>
25                                        <xsd:documentation>Incident free duration (commonly in days).  </xsd:documentation>
26                                </xsd:annotation>
27                        </xsd:element>
28                        <xsd:element name="incident" type="witsml:cs_incident" minOccurs="0" maxOccurs="unbounded">
29                                <xsd:annotation>
30                                        <xsd:documentation>Incident report occurrences description.  </xsd:documentation>
31                                </xsd:annotation>
32                        </xsd:element>
33                        <xsd:element name="lastCsgPresTest" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
34                                <xsd:annotation>
35                                        <xsd:documentation>Last casing pressure test date and time.  </xsd:documentation>
36                                </xsd:annotation>
37                        </xsd:element>
38                        <xsd:element name="presLastCsg" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
39                                <xsd:annotation>
40                                        <xsd:documentation>Last casing pressure test pressure.  </xsd:documentation>
41                                </xsd:annotation>
42                        </xsd:element>
43                        <xsd:element name="lastBopPresTest" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
44                                <xsd:annotation>
45                                        <xsd:documentation>Last blow out preventer pressure test.  </xsd:documentation>
46                                </xsd:annotation>
47                        </xsd:element>
48                        <xsd:element name="nextBopPresTest" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
49                                <xsd:annotation>
50                                        <xsd:documentation>Next blow out preventer pressure test.  </xsd:documentation>
51                                </xsd:annotation>
52                        </xsd:element>
53                        <xsd:element name="presStdPipe" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
54                                <xsd:annotation>
55                                        <xsd:documentation>Standpipe manifold pressure tested to.  </xsd:documentation>
56                                </xsd:annotation>
57                        </xsd:element>
58                        <xsd:element name="presKellyHose" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
59                                <xsd:annotation>
60                                        <xsd:documentation>Kelly hose pressure tested to.  </xsd:documentation>
61                                </xsd:annotation>
62                        </xsd:element>
63                        <xsd:element name="presDiverter" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
64                                <xsd:annotation>
65                                        <xsd:documentation>Blow out preventer diverter pressure tested to.  </xsd:documentation>
66                                </xsd:annotation>
67                        </xsd:element>
68                        <xsd:element name="presAnnular" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
69                                <xsd:annotation>
70                                        <xsd:documentation>Blow out preventer annular preventer pressure tested to.  </xsd:documentation>
71                                </xsd:annotation>
72                        </xsd:element>
73                        <xsd:element name="presRams" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
74                                <xsd:annotation>
75                                        <xsd:documentation>Blow out preventer ram pressure tested to.  </xsd:documentation>
76                                </xsd:annotation>
77                        </xsd:element>
78                        <xsd:element name="presChokeLine" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
79                                <xsd:annotation>
80                                        <xsd:documentation>Choke line pressure tested to.  </xsd:documentation>
81                                </xsd:annotation>
82                        </xsd:element>
83                        <xsd:element name="presChokeMan" type="witsml:pressureMeasure" minOccurs="0" maxOccurs="1">
84                                <xsd:annotation>
85                                        <xsd:documentation>Choke line manifold pressure tested to.  </xsd:documentation>
86                                </xsd:annotation>
87                        </xsd:element>
88                        <xsd:element name="lastFireBoatDrill" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
89                                <xsd:annotation>
90                                        <xsd:documentation>Last fire or boat drill.  </xsd:documentation>
91                                </xsd:annotation>
92                        </xsd:element>
93                        <xsd:element name="lastAbandonDrill" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
94                                <xsd:annotation>
95                                        <xsd:documentation>Last abandonment drill.  </xsd:documentation>
96                                </xsd:annotation>
97                        </xsd:element>
98                        <xsd:element name="lastRigInspection" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
99                                <xsd:annotation>
100                                        <xsd:documentation>Last rig inspection/check.  </xsd:documentation>
101                                </xsd:annotation>
102                        </xsd:element>
103                        <xsd:element name="lastSafetyMeeting" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
104                                <xsd:annotation>
105                                        <xsd:documentation>Last safety meeting.  </xsd:documentation>
106                                </xsd:annotation>
107                        </xsd:element>
108                        <xsd:element name="lastSafetyInspection" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
109                                <xsd:annotation>
110                                        <xsd:documentation>Last safety inspection.  </xsd:documentation>
111                                </xsd:annotation>
112                        </xsd:element>
113                        <xsd:element name="lastTripDrill" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
114                                <xsd:annotation>
115                                        <xsd:documentation>Last trip drill.  </xsd:documentation>
116                                </xsd:annotation>
117                        </xsd:element> 
118                        <xsd:element name="lastDiverterDrill" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
119                                <xsd:annotation>
120                                        <xsd:documentation>Last diverter drill.  </xsd:documentation>
121                                </xsd:annotation>
122                        </xsd:element>
123                        <xsd:element name="lastBopDrill" type="witsml:timestamp" minOccurs="0" maxOccurs="1">
124                                <xsd:annotation>
125                                        <xsd:documentation>Last blow out preventer drill.  </xsd:documentation>
126                                </xsd:annotation>
127                        </xsd:element>
128                        <xsd:element name="regAgencyInsp" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
129                                <xsd:annotation>
130                                        <xsd:documentation>Governmental regulatory inspection agency inspection? 
131                                        Values are "true" (or "1") and "false" (or "0").</xsd:documentation>
132                                </xsd:annotation>
133                        </xsd:element>
134                        <xsd:element name="nonComplianceIssued" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
135                                <xsd:annotation>
136                                        <xsd:documentation>Inspection non-compliance notice served? 
137                                        Values are "true" (or "1") and "false" (or "0").</xsd:documentation>
138                                </xsd:annotation>
139                        </xsd:element>
140                        <xsd:element name="numStopCards" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
141                                <xsd:annotation>
142                                        <xsd:documentation>Number of Health, Safety and Environment incidents reported.  </xsd:documentation>
143                                </xsd:annotation>
144                        </xsd:element>
145                        <xsd:element name="fluidDischarged" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
146                                <xsd:annotation>
147                                        <xsd:documentation>Daily whole mud discarded.  </xsd:documentation>
148                                </xsd:annotation>
149                        </xsd:element>
150                        <xsd:element name="volCtgDischarged" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
151                                <xsd:annotation>
152                                        <xsd:documentation>Volume of cuttings discharged.  </xsd:documentation>
153                                </xsd:annotation>
154                        </xsd:element>
155                        <xsd:element name="volOilCtgDischarge" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
156                                <xsd:annotation>
157                                        <xsd:documentation>Oil on cuttings daily discharge.  </xsd:documentation>
158                                </xsd:annotation>
159                        </xsd:element>
160                        <xsd:element name="wasteDischarged" type="witsml:volumeMeasure" minOccurs="0" maxOccurs="1">
161                                <xsd:annotation>
162                                        <xsd:documentation>Volume of sanitary waste discharged.  </xsd:documentation>
163                                </xsd:annotation>
164                        </xsd:element>
165                        <xsd:element name="comments" type="witsml:commentString" minOccurs="0" maxOccurs="1">
166                                <xsd:annotation>
167                                        <xsd:documentation>Comments and remarks.  </xsd:documentation>
168                                </xsd:annotation>
169                        </xsd:element>
170                </xsd:sequence>
171        </xsd:complexType>
172</xsd:schema>
Note: See TracBrowser for help on using the browser.