InlinePrimaryElementReference

Overview

Class

A reference to an InlinePrimaryElement that is part of a PipingNetworkSegment.

Supertypes

Attributes (reference)

Name

Multiplicity

Type

InlinePrimaryElement

0..1

InlinePrimaryElement

Implementation in Proteus Schema

The class is implemented as a Proteus XML element with RDL reference.

Tag: <ProcessSignalGeneratingSystemComponent>

ComponentClass: InlinePrimaryElementReference

Example

Implementation in Proteus Schema

<ProcessSignalGeneratingSystemComponent
    ID="inlinePrimaryElementReference1"
    ComponentClass="InlinePrimaryElementReference"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/InlinePrimaryElementReference" ...>
  ...
</ProcessSignalGeneratingSystemComponent>

InlinePrimaryElement

Attribute (reference)

The InlinePrimaryElement referenced by the InlinePrimaryElementReference.

Multiplicity: 0..1

Opposite multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented using Proteus <Association> elements.

Association type for the attribute ower: "refers to"

Opposite association type: "is referenced by"

Example

Implementation in Proteus Schema

<ProcessSignalGeneratingSystemComponent
    ID="inlinePrimaryElementReference1"
    ComponentClass="InlinePrimaryElementReference"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/InlinePrimaryElementReference" ...>
  ...
  <Association
    Type="refers to"
    ItemID="inlinePrimaryElement1" />
  ...
<ProcessSignalGeneratingSystemComponent />
...
<PipingComponent
    ID="inlinePrimaryElement1"
    ComponentClass="InlinePrimaryElement"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/InlinePrimaryElement" ...>
  ...
  <Association
    Type="is referenced by"
    ItemID="inlinePrimaryElementReference1" />
  ...
<PipingComponent />