Documentation for obj_object_profiled_data_schema

Complex Type: cs_productionOperationShutdown

[Table of contents]

Super-types: None
Sub-types: None
Name cs_productionOperationShutdown
Used by (from the same schema document) Complex Type cs_productionOperationActivity
Abstract no
Documentation Infomation about a shutdown event.
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:installation> witsml:facilityIdentifierStruct </witsml:installation> [0..1]

'The name of the installation which was shut down. The name can be qualified by a naming system. This also defines the kind of facility.'

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

'A general description of the shutdown with reason and other relevant information.'

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

'The time the shutdown started.'

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

'The time the shutdown ended.'

<witsml:volumetricDownTime> witsml:timeMeasure </witsml:volumetricDownTime> [0..1]

'Downtime when the installation is unable to produce 100% of its capability.'

<witsml:lossOilStdTempPres> witsml:volumeMeasure </witsml:lossOilStdTempPres> [0..1]

'Estimated loss of oil deliveries because of the shutdown. This volume has been corrected to standard conditions of temperature and pressure.'

<witsml:lossGasStdTempPres> witsml:volumeMeasure </witsml:lossGasStdTempPres> [0..1]

'Estimated loss of gas deliveries because of the shutdown. This volume has been corrected to standard conditions of temperature and pressure.'

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

'A description of main activities from time to time during the shutdown period.'

</...>
Diagram
h970983430 h-357449368 h-622169519 h-622169519 h-699105204 h-1683212129 h-1683212129 h941142899 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_productionOperationShutdown">
<xsd:sequence>
<xsd:element name="installation" type=" witsml:facilityIdentifierStruct " minOccurs="0" maxOccurs="1"/>
<xsd:element name="description" type=" witsml:descriptionString " 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="volumetricDownTime" type=" witsml:timeMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="lossOilStdTempPres" type=" witsml:volumeMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="lossGasStdTempPres" type=" witsml:volumeMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="activity" type=" witsml:cs_datedComment " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>