Documentation for obj_object_profiled_data_schema

Complex Type: cs_productFlowQualifierExpected

[Table of contents]

Super-types: None
Sub-types: None
Name cs_productFlowQualifierExpected
Used by (from the same schema document) Complex Type cs_productFlowExpectedPortProperty , Complex Type cs_productFlowPort
Abstract no
Documentation Defines an expected combination of kinds.
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:flow> witsml:ReportingFlow </witsml:flow> [1]

'The expected kind of flow.'

<witsml:product> witsml:ReportingProduct </witsml:product> [1]

'The expected kind of product within the flow.'

<witsml:qualifier> witsml:FlowQualifier </witsml:qualifier> [0..*]

'The expected kind of qualifier of the flow.'

</...>
Diagram
h846911511 h-2135613082 h-399055177 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_productFlowQualifierExpected">
<xsd:sequence>
<xsd:element name="flow" type=" witsml:ReportingFlow " minOccurs="1" maxOccurs="1"/>
<xsd:element name="product" type=" witsml:ReportingProduct " minOccurs="1" maxOccurs="1"/>
<xsd:element name="qualifier" type=" witsml:FlowQualifier " minOccurs="0" maxOccurs="unbounded"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>