Documentation for obj_object_profiled_data_schema

Complex Type: cs_refProductFlow

[Table of contents]

Super-types: None
Sub-types: None
Name cs_refProductFlow
Used by (from the same schema document) Complex Type cs_productVolumeProduct
Abstract no
Documentation A reference to a Flow within the current product volume report. This represents a foreign key from one element to another.
XML Instance Representation
<...>
<witsml:referencedFlow> witsml:refNameString </witsml:referencedFlow> [1]

'A pointer to the flow within the facility.'

<witsml:parentfacility> witsml:refNameString </witsml:parentfacility> [1]

'A pointer to the facility that contains the flow.'

</...>
Diagram
h65068842 h65068842
Schema Component Representation
<xsd:complexType name="cs_refProductFlow">
<xsd:sequence>
<xsd:element name="referencedFlow" type=" witsml:refNameString " minOccurs="1" maxOccurs="1"/>
<xsd:element name="parentfacility" type=" witsml:refNameString " minOccurs="1" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType>