Documentation for obj_object_profiled_data_schema

Complex Type: cs_productionOperationHSE

[Table of contents]

Super-types: None
Sub-types: None
Name cs_productionOperationHSE
Used by (from the same schema document) Complex Type cs_productionOperationInstallationReport
Abstract no
Documentation WITSML - Operational Health, Safety and Environment Component Schema.
XML Instance Representation
<...
uid=" witsml:uidString [0..1]

'The unique identifier of a container element. This attribute is generally required within the context of a WITSML server. There should be no assumption as to the semantic content of this attribute. This should only be used with recurring container types (i.e., maxOccurs greater than one). The value is only required to be unique within the context of the nearest recurring parent element.'

"
>
<witsml:IncidentCount> witsml:nonNegativeCount </witsml:IncidentCount> [0..1]

'the number of incidents of accidents and injuries that were reported.'

<witsml:sinceLostTime> witsml:timeMeasure </witsml:sinceLostTime> [0..1]

'The amount of time since the most recent Lost Time Accident.'

<witsml:sincePreventionExercise> witsml:timeMeasure </witsml:sincePreventionExercise> [0..1]

'The amount of time since the most recent accident prevention exercise.'

<witsml:sinceDefinedSituation> witsml:timeMeasure </witsml:sinceDefinedSituation> [0..1]

'The amount of time since the most recent defined hazard and accident situation (Norwegian DFU).'

<witsml:medicalTreatmentCount> witsml:nonNegativeCount </witsml:medicalTreatmentCount> [0..1]

'The number of medical treatments that have occurred.'

<witsml:alarmCount> witsml:nonNegativeCount </witsml:alarmCount> [0..1]

'The number of system alarms that have occurred.'

<witsml:safetyIntroCount> witsml:nonNegativeCount </witsml:safetyIntroCount> [0..1]

'The number of personnel safety introductions that have occurred.'

<witsml:safetyDescription> witsml:commentString </witsml:safetyDescription> [0..1]

'A textual description of safety considerations.'

<witsml:safety> witsml:cs_productionOperationSafety </witsml:safety> [0..*]

'Safety information at a specific installatino.'

<witsml:weather> witsml:cs_productionOperationWeather </witsml:weather> [0..*]

'Information about the weather at a point in time.'

</...>
Diagram
h-1583229326 h-699105204 h-699105204 h-699105204 h-1583229326 h-1583229326 h-1583229326 h-793122037 h-591016714 h-1776267696 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_productionOperationHSE">
<xsd:sequence>
<xsd:element name="IncidentCount" type=" witsml:nonNegativeCount " minOccurs="0" maxOccurs="1"/>
<xsd:element name="sinceLostTime" type=" witsml:timeMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="sincePreventionExercise" type=" witsml:timeMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="sinceDefinedSituation" type=" witsml:timeMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="medicalTreatmentCount" type=" witsml:nonNegativeCount " minOccurs="0" maxOccurs="1"/>
<xsd:element name="alarmCount" type=" witsml:nonNegativeCount " minOccurs="0" maxOccurs="1"/>
<xsd:element name="safetyIntroCount" type=" witsml:nonNegativeCount " minOccurs="0" maxOccurs="1"/>
<xsd:element name="safetyDescription" type=" witsml:commentString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="safety" type=" witsml:cs_productionOperationSafety " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="weather" type=" witsml:cs_productionOperationWeather " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>