Documentation for obj_object_profiled_data_schema

Complex Type: cs_productionOperationOperationalComment

[Table of contents]

Super-types: None
Sub-types: None
Name cs_productionOperationOperationalComment
Used by (from the same schema document) Complex Type cs_productionOperationActivity
Abstract no
Documentation WITSML - Operational Comments 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:type> witsml:OperationKind </witsml:type> [0..1]

'The kind of operation'

<witsml:dTimStart> witsml:timestamp </witsml:dTimStart> [0..1]

'The beginning date and time that the comment represents.'

<witsml:dTimEnd> witsml:timestamp </witsml:dTimEnd> [0..1]

'The ending date and time that the comment represents.'

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

'A comment about the operation and/or the activities within the operation.'

</...>
Diagram
h1546313014 h-622169519 h-622169519 h-793122037 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_productionOperationOperationalComment">
<xsd:sequence>
<xsd:element name="type" type=" witsml:OperationKind " minOccurs="0" maxOccurs="1"/>
<xsd:element name="dTimStart" type=" witsml:timestamp " minOccurs="0" maxOccurs="1"/>
<xsd:element name="dTimEnd" type=" witsml:timestamp " minOccurs="0" maxOccurs="1"/>
<xsd:element name="comment" type=" witsml:commentString " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>