Documentation for obj_object_profiled_data_schema

Complex Type: cs_productionOperationSafety

[Table of contents]

Super-types: None
Sub-types: None
Name cs_productionOperationSafety
Used by (from the same schema document) Complex Type cs_productionOperationHSE
Abstract no
Documentation WITSML - Safety 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:meantimeIncident> witsml:timeMeasure </witsml:meantimeIncident> [0..1]

'The mean time between safety incidents.'

<witsml:safetyCount> witsml:safetyCount </witsml:safetyCount> [0..*]

'The count of a type of safety issue.'

<witsml:comment> witsml:cs_datedComment </witsml:comment> [0..*]

'Safety related comment.'

</...>
Diagram
h-699105204 h-1060070440 h941142899 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_productionOperationSafety">
<xsd:sequence>
<xsd:element name="meantimeIncident" type=" witsml:timeMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="safetyCount" type=" witsml:safetyCount " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="comment" type=" witsml:cs_datedComment " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>