Documentation for obj_object_profiled_data_schema

Complex Type: cs_productFlowChangeLog

[Table of contents]

Super-types: None
Sub-types: None
Name cs_productFlowChangeLog
Used by (from the same schema document) Complex Type cs_productFlowNetwork
Abstract no
Documentation Documents the point in time where changes were made.
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:name> witsml:nameString </witsml:name> [1]

'A name assigned to the change.'

<witsml:dTim> witsml:timestamp </witsml:dTim> [1]

'The timestamp associated with the change. All changes must use this timestamp.'

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

'A textual reason for the change.'

</...>
Diagram
h-269201247 h-622169519 h-793122037 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_productFlowChangeLog">
<xsd:sequence>
<xsd:element name="name" type=" witsml:nameString " minOccurs="1" maxOccurs="1"/>
<xsd:element name="dTim" type=" witsml:timestamp " minOccurs="1" maxOccurs="1"/>
<xsd:element name="reason" type=" witsml:commentString " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>