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

Revision 16, 4.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        <xsd:include schemaLocation="attgrp_uid.xsd"/>
18        <!--                                                         -->
19        <xsd:complexType name="cs_incident">
20                <xsd:annotation>
21                        <xsd:documentation>WITSML - Operations HSE Component Schema</xsd:documentation>
22                </xsd:annotation>
23                <xsd:sequence>
24                        <xsd:element name="dTim" type="witsml:timestamp" minOccurs="1" maxOccurs="1">
25                                <xsd:annotation>
26                                        <xsd:documentation>Date and time the information is related to.  </xsd:documentation>
27                                </xsd:annotation>
28                        </xsd:element>
29                        <xsd:element name="reporter" type="witsml:str32" minOccurs="0" maxOccurs="1">
30                                <xsd:annotation>
31                                        <xsd:documentation>Name of person who prepared incident report.  </xsd:documentation>
32                                </xsd:annotation>
33                        </xsd:element>
34                        <xsd:element name="numMinorInjury" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
35                                <xsd:annotation>
36                                        <xsd:documentation>Number of personnel with minor injuries.  </xsd:documentation>
37                                </xsd:annotation>
38                        </xsd:element>
39                        <xsd:element name="numMajorInjury" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
40                                <xsd:annotation>
41                                        <xsd:documentation>Number of personnel with major injuries.  </xsd:documentation>
42                                </xsd:annotation>
43                        </xsd:element>
44                        <xsd:element name="numFatality" type="witsml:nonNegativeCount" minOccurs="0" maxOccurs="1">
45                                <xsd:annotation>
46                                        <xsd:documentation>Number of personnel killed in incident.  </xsd:documentation>
47                                </xsd:annotation>
48                        </xsd:element>
49                        <xsd:element name="isNearMiss" type="witsml:logicalBoolean" minOccurs="0" maxOccurs="1">
50                                <xsd:annotation>
51                                        <xsd:documentation>Near miss incident occurrence? 
52                                        Values are "true" (or "1") and "false" (or "0").</xsd:documentation>
53                                </xsd:annotation>
54                        </xsd:element>
55                        <xsd:element name="descLocation" type="witsml:shortDescriptionString" minOccurs="0" maxOccurs="1">
56                                <xsd:annotation>
57                                        <xsd:documentation>Location description.  </xsd:documentation>
58                                </xsd:annotation>
59                        </xsd:element>
60                        <xsd:element name="descAccident" type="witsml:commentString" minOccurs="0" maxOccurs="1">
61                                <xsd:annotation>
62                                        <xsd:documentation>Accident description.  </xsd:documentation>
63                                </xsd:annotation>
64                        </xsd:element>
65                        <xsd:element name="remedialActionDesc" type="witsml:commentString" minOccurs="0" maxOccurs="1">
66                                <xsd:annotation>
67                                        <xsd:documentation>Remedial action description.  </xsd:documentation>
68                                </xsd:annotation>
69                        </xsd:element>
70                        <xsd:element name="causeDesc" type="witsml:commentString" minOccurs="0" maxOccurs="1">
71                                <xsd:annotation>
72                                        <xsd:documentation>Cause description.  </xsd:documentation>
73                                </xsd:annotation>
74                        </xsd:element>
75                        <xsd:element name="eTimLostGross" type="witsml:timeMeasure" minOccurs="0" maxOccurs="1">
76                                <xsd:annotation>
77                                        <xsd:documentation>Number of hours lost due to incident.  </xsd:documentation>
78                                </xsd:annotation>
79                        </xsd:element>
80                        <xsd:element name="costLostGross" type="witsml:cost" minOccurs="0" maxOccurs="1">
81                                <xsd:annotation>
82                                        <xsd:documentation>Gross estimate of cost incurred due to incident.  </xsd:documentation>
83                                </xsd:annotation>
84                        </xsd:element>
85                        <xsd:element name="responsibleCompany" type="witsml:nameString" minOccurs="0" maxOccurs="1">
86                                <xsd:annotation>
87                                        <xsd:documentation>Name of company that caused incident.  </xsd:documentation>
88                                </xsd:annotation>
89                        </xsd:element>
90                </xsd:sequence>
91                <xsd:attributeGroup ref="witsml:attgrp_uid">
92                        <xsd:annotation>
93                                <xsd:documentation>Unique identifier for the incident.  </xsd:documentation>
94                        </xsd:annotation>
95                </xsd:attributeGroup>
96        </xsd:complexType>
97</xsd:schema>
Note: See TracBrowser for help on using the browser.