Documentation for obj_object_profiled_data_schema

Complex Type: cs_productVolumePortDifference

[Table of contents]

Super-types: None
Sub-types: None
Name cs_productVolumePortDifference
Used by (from the same schema document) Model Group grp_commonPropertiesProductVolume
Abstract no
Documentation Product Volume Port Differential characteristics.
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:port> witsml:refNameString </witsml:port> [0..1]

'A port on the other end of an internal connection. This should always be specified if a Product Flow Network is being referenced by this report. If this is not specified then there is an assumption that there is only one other port for the unit. For example, if this end of the connection represents an inlet port then the implied other end is the outlet port for the unit.'

<witsml:presDiff> witsml:pressureMeasure </witsml:presDiff> [0..1]

'The differential pressure between the ports.'

<witsml:tempDiff> witsml:thermodynamicTemperatureMeasure </witsml:tempDiff> [0..1]

'The differential temperature between the ports.'

<witsml:chokeSize> witsml:lengthMeasure </witsml:chokeSize> [0..1]

'The size of the choke. This characterizes the overall unit with respect to the flow restriction between the ports. The restriction might be implemented using a valve or an actual choke.'

<witsml:chokeRelative> witsml:lengthPerLengthMeasure </witsml:chokeRelative> [0..1]

'The relative size of the choke restriction. This characterizes the overall unit with respect to the flow restriction between the ports. The restriction might be implemented using a valve or an actual choke.'

</...>
Diagram
h65068842 h1272623188 h-607763263 h283461459 h418171686 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_productVolumePortDifference">
<xsd:sequence>
<xsd:element name="port" type=" witsml:refNameString " minOccurs="0" maxOccurs="1"/>
<xsd:element name="presDiff" type=" witsml:pressureMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="tempDiff" type=" witsml:thermodynamicTemperatureMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="chokeSize" type=" witsml:lengthMeasure " minOccurs="0" maxOccurs="1"/>
<xsd:element name="chokeRelative" type=" witsml:lengthPerLengthMeasure " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>