Documentation for obj_object_profiled_data_schema

Complex Type: cs_productionOperationAlarm

[Table of contents]

Super-types: None
Sub-types: None
Name cs_productionOperationAlarm
Used by (from the same schema document) Complex Type cs_productionOperationActivity
Abstract no
Documentation A structure to record informaion about a single alarm.
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:dTim> witsml:timestamp </witsml:dTim> [0..1]

'The date and time when the alarms went off.'

<witsml:area> witsml:nameString </witsml:area> [0..1]

'The area where the alarm went off.'

<witsml:type> witsml:kindString </witsml:type> [0..1]

'The type of alarm that went off.'

<witsml:reason> witsml:descriptionString </witsml:reason> [0..1]

'The reason for the alarm going off.'

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

'A general comment relevant for the alarm.'

</...>
Diagram
h-622169519 h-269201247 h-399087894 h-357449368 h-793122037 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_productionOperationAlarm">
<xsd:sequence>
<xsd:element name="dTim" type=" witsml:timestamp " minOccurs="0" maxOccurs="1"/>
<xsd:element name="area" type=" witsml:nameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="type" type=" witsml:kindString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="reason" type=" witsml:descriptionString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="comment" type=" witsml:commentString " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>