Documentation for obj_object_profiled_data_schema

Complex Type: cs_datedComment

[Table of contents]

Super-types: None
Sub-types: None
Name cs_datedComment
Used by (from the same schema document) Complex Type cs_productionOperationCargoShipOperation , Complex Type cs_productionOperationMarineOperation , Complex Type cs_productionOperationMarineOperation , Complex Type cs_productionOperationMarineOperation , Complex Type cs_productionOperationMarineOperation , Complex Type cs_productionOperationSafety , Complex Type cs_productionOperationShutdown , Complex Type cs_productionOperationWaterCleaningQuality , Complex Type cs_productVolumeFacility , Complex Type cs_productVolumeFacility , Complex Type cs_productVolumeFlow , Complex Type cs_productVolumePeriod , Complex Type cs_productVolumeProduct
Abstract no
Documentation A general timestamped comment structure.
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:who> witsml:nameString </witsml:who> [0..1]

'The name of the person providing the comment.'

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

'The role of the person providing the comment. This is the role of the person within the context of comment.'

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

'The date and time where the comment begins to be valid.'

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

'The date and time where the comment is no longer valid.'

<witsml:remark> witsml:commentString </witsml:remark> [1]

'The relevant comment.'

</...>
Diagram
h-269201247 h-399087894 h-622169519 h-622169519 h-793122037 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_datedComment">
<xsd:sequence>
<xsd:element name="who" type=" witsml:nameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="role" type=" witsml:kindString " 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="remark" type=" witsml:commentString " minOccurs="1" maxOccurs="1"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>