Documentation for obj_object_profiled_data_schema

Complex Type: cs_productFlowExpectedUnitProperty

[Table of contents]

Super-types: None
Sub-types: None
Name cs_productFlowExpectedUnitProperty
Used by (from the same schema document) Complex Type cs_productFlowUnit
Abstract no
Documentation Defines expected properties of a facility represented by a unit.
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:property> witsml:FacilityParameter </witsml:property> [1]

'The expected kind of facility property. Each property is documented to have values of a particular type.'

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

'The expected kind of qualifier of the property.'

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

'A descriptive remark associated with this property.'

</...>
Diagram
h-503100831 h-399055177 h-793122037 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_productFlowExpectedUnitProperty">
<xsd:sequence>
<xsd:element name="property" type=" witsml:FacilityParameter " minOccurs="1" maxOccurs="1"/>
<xsd:element name="qualifier" type=" witsml:FlowQualifier " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="comment" type=" witsml:commentString " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>