Documentation for obj_object_profiled_data_schema

Complex Type: cs_productFlowlExternalPort

[Table of contents]

Super-types: None
Sub-types: None
Name cs_productFlowlExternalPort
Used by (from the same schema document) Complex Type cs_productFlowNetwork
Abstract no
Documentation WITSML - Product Flow Network External Port 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:name> witsml:nameString </witsml:name> [1]

'The name of the external port within the context of the current Product Flow Network.'

<witsml:direction> witsml:ProductFlowPortType </witsml:direction> [1]

'Defines whether this port is an inlet or outlet. Note that this is a nominal intended direction.'

<witsml:exposed> witsml:logicalBoolean </witsml:exposed> [0..1]

'True (\"true\" or \"1\") indicates that the port is an exposed internal port and cannot be used in a connection external to the network. False (\"false\" or \"0\") or not given indicates a normal port.'

<witsml:connectedNode> witsml:nameString </witsml:connectedNode> [1]

'Defines the internal node to which this external port is connected. All ports (whether internal or external) that are connected to a node with the same name are connected to each other. Node names are unique to each network. The purpose of the external port is to provide input to or output from the internal network except when the port is an \"exposed\" port. The purpose of an exposed port is to allow the properties of the port to be seen external to the network. For an exposed port, the connection points to the associated port.'

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

'A descriptive remark about the port.'

</...>
Diagram
h-269201247 h1582104723 h2055323524 h-269201247 h-793122037 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_productFlowlExternalPort">
<xsd:sequence>
<xsd:element name="name" type=" witsml:nameString " minOccurs="1" maxOccurs="1"/>
<xsd:element name="direction" type=" witsml:ProductFlowPortType " minOccurs="1" maxOccurs="1"/>
<xsd:element name="exposed" type=" witsml:logicalBoolean " minOccurs="0" maxOccurs="1"/>
<xsd:element name="connectedNode" type=" witsml:nameString " minOccurs="1" maxOccurs="1"/>
<xsd:element name="comment" type=" witsml:commentString " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>