Documentation for obj_object_profiled_data_schema

Complex Type: cs_commonData

[Table of contents]

Super-types: None
Sub-types: None
Name cs_commonData
Used by (from the same schema document) Complex Type obj_dtsInstalledSystem , Complex Type obj_dtsMeasurement , Complex Type obj_fluidAnalysis , Complex Type obj_fluidAnalysisResult , Complex Type obj_fluidSample , Complex Type obj_productFlowModel , Complex Type obj_productionOperation , Complex Type obj_productVolume , Complex Type obj_wellTest
Abstract no
Documentation WITSML - Common Data Component Schema
XML Instance Representation
<...>
<witsml:sourceName> witsml:nameString </witsml:sourceName> [0..1]

'An identifier to indicate the data originator. This identifies the server that originally created the object and thus most of the uids in the object (but not necessarily the uids of the parents). This is typically a url.'

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

'When the data was created at the persistent data store.'

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

'Last change of any element of the data at the persistent data store. The change time is not updated for a growing object while it is growing.'

<witsml:itemState> witsml:ItemState </witsml:itemState> [0..1]

'The item state for the data object.'

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

'Comments and remarks.'

</...>
Diagram
h-269201247 h-622169519 h-622169519 h-825575847 h-793122037
Schema Component Representation
<xsd:complexType name="cs_commonData">
<xsd:sequence>
<xsd:element name="sourceName" type=" witsml:nameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="dTimCreation" type=" witsml:timestamp " minOccurs="0" maxOccurs="1"/>
<xsd:element name="dTimLastChange" type=" witsml:timestamp " minOccurs="0" maxOccurs="1"/>
<xsd:element name="itemState" type=" witsml:ItemState " minOccurs="0" maxOccurs="1"/>
<xsd:element name="comments" type=" witsml:commentString " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>