Documentation for obj_object_profiled_data_schema

Complex Type: cs_productFlowExternalReference

[Table of contents]

Super-types: None
Sub-types: None
Name cs_productFlowExternalReference
Used by (from the same schema document) Model Group grp_productFlowModel
Abstract no
Documentation A reference to an external port within a different Product Flow Model. This value represents a foreign key from one element to another.
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> [1]

'A pointer to the external port in the network that represents the current Model. This is the port to which a different model is being connected.'

<witsml:connectedPort> witsml:refNameString </witsml:connectedPort> [1]

'A pointer to the external port within the connected Model. This is the port on a different model to which the port on this model is connected.'

<witsml:connectedModel> witsml:refNameString </witsml:connectedModel> [1]

'A pointer to the Product Flow Model that contains the connected port.'

<witsml:connectedInstallation> witsml:facilityIdentifierStruct </witsml:connectedInstallation> [0..1]

'The name of the facility that is represented by the connected model. The name can be qualified by a naming system. This also defines the kind of facility.'

</...>
Diagram
h65068842 h65068842 h65068842 h970983430 h-1931220815
Schema Component Representation
<xsd:complexType name="cs_productFlowExternalReference">
<xsd:sequence>
<xsd:element name="port" type=" witsml:refNameString " minOccurs="1" maxOccurs="1"/>
<xsd:element name="connectedPort" type=" witsml:refNameString " minOccurs="1" maxOccurs="1"/>
<xsd:element name="connectedModel" type=" witsml:refNameString " minOccurs="1" maxOccurs="1"/>
<xsd:element name="connectedInstallation" type=" witsml:facilityIdentifierStruct " minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attributeGroup ref=" witsml:attgrp_uid "/>
</xsd:complexType>