Documentation for obj_object_profiled_data_schema

Complex Type: cs_productionOperationMarineOperation

[Table of contents]

Super-types: None
Sub-types: None
Name cs_productionOperationMarineOperation
Used by (from the same schema document) Complex Type cs_productionOperationActivity
Abstract no
Documentation Infomation about a marine operation.
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:dTimStart> witsml:timestamp </witsml:dTimStart> [0..1]

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

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

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

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

'A general comment on marine activity in the area'

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

'Name of supply vessel for the installation.'

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

'Name of standby vessel for the installation.'

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

'Comment regarding the supply ship.'

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

'Comment regarding the standby vessel.'

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

'Report of any basket movement to and from the installation.'

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

'A comment on a special event in the marine area.'

</...>
Diagram
h-622169519 h-622169519 h-793122037 h-269201247 h-269201247 h941142899 h941142899 h941142899 h941142899 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_productionOperationMarineOperation">
<xsd:sequence>
<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="generalComment" type=" witsml:commentString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="supplyShip" type=" witsml:nameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="standbyVessel" type=" witsml:nameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="supplyShipComment" type=" witsml:cs_datedComment " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="standbyVesselComment" type=" witsml:cs_datedComment " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="basketMovement" type=" witsml:cs_datedComment " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="activity" type=" witsml:cs_datedComment " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>