Documentation for obj_object_profiled_data_schema

Complex Type: cs_connectedNode

[Table of contents]

Super-types: None
Sub-types: None
Name cs_connectedNode
Used by (from the same schema document) Complex Type cs_productFlowPort
Abstract no
Documentation WITSML - Product Flow Connected Node 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:node> witsml:nameString </witsml:node> [1]

'Defines the node to which this port is connected. Only two ports should be actively connected to the same node at the same point in time. That is, a port should only be connected to one other port. There are no semantics for the node except common connection. All ports that are connected to a node with the the same name are inherently connected to each other. The name of the node is only required to be unique within the context of the current Product Flow Network (that is, not the overall model). All ports must be connected to a node and whether or not any other port is connected to the same node depends on the requirements of the network. Any node that is internally connected to only one node is presumably a candidate to be connected to an external node. The behavior of ports connected at a common node is as follows: a) There is no pressure drop across the node. All ports connected to the node have the same pressure. That is, there is an assumption of steady state fluid flow. b) Conservation of mass exists across the node. The mass into the node via all connected ports equals the mass out of the node via all connected ports. c) The flow direction of a port connected to the node may be transient. That is, flow direction may change toward any port if the relative internal pressure of the Product Flow Units change and a new steady state is achieved.'

<witsml:planName> witsml:nameString </witsml:planName> [0..1]

'The name of a network plan. This indicates a planned connection. The connected port must be part of the same plan or be an actual. Not specified indicates an actual connection.'

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

'The date and time that the connection was activated.'

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

'The date and time that the connection was terminated.'

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

'A descriptive remark associated with this connection, possibly including a reason for termination.'

</...>
Diagram
h-269201247 h-269201247 h-622169519 h-622169519 h-793122037 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_connectedNode">
<xsd:sequence>
<xsd:element name="node" type=" witsml:nameString " minOccurs="1" maxOccurs="1"/>
<xsd:element name="planName" type=" witsml:nameString " minOccurs="0" 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="comment" type=" witsml:commentString " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>