Documentation for obj_object_profiled_data_schema

Complex Type: cs_productFlowExpectedPortProperty

[Table of contents]

Super-types: None
Sub-types: None
Name cs_productFlowExpectedPortProperty
Used by (from the same schema document) Complex Type cs_productFlowPort
Abstract no
Documentation WITSML - Product Flow Expected Property Component Schema.
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:ReportingProperty </witsml:property> [1]

'The expected kind of property.'

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

'The date and time that the sensor was activated on the port.'

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

'The date and time that the sensor was deactivated on the port.'

<witsml:tagAlias> witsml:nameStruct </witsml:tagAlias> [0..*]

'An alternative name for the sensor that will measure the property.'

<witsml:expectedFlowProduct> witsml:cs_productFlowQualifierExpected </witsml:expectedFlowProduct> [0..*]

'Defines the expected flow and product pairs to be assigned to this port by a Product Volume report. A set of expected qualifiers can be defined for each pair. The aggregate of expectations on all properties should be a subset of the aggregate of expectations on the port. If no expectations are defined on the port then the port aggregate will be defined by the properties.'

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

'A descriptive remark associated with this property.'

</...>
Diagram
h-1768875970 h-622169519 h-622169519 h-269190043 h-1417035601 h-793122037 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_productFlowExpectedPortProperty">
<xsd:sequence>
<xsd:element name="property" type=" witsml:ReportingProperty " minOccurs="1" maxOccurs="1"/>
<xsd:element name="dTimStart" type=" witsml:timestamp " minOccurs="0" maxOccurs="1"/>
<xsd:element name="dTimEnd" type=" witsml:timestamp " minOccurs="0" maxOccurs="1"/>
<xsd:element name="tagAlias" type=" witsml:nameStruct " minOccurs="0" maxOccurs="unbounded"/>
<xsd:element name="expectedFlowProduct" type=" witsml:cs_productFlowQualifierExpected " 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>