InlinePrimaryElementReference¶
Overview¶
Class
A reference to an InlinePrimaryElement that is part of a PipingNetworkSegment.
Supertypes
Attributes (reference)
Name |
Multiplicity |
Type |
---|---|---|
0..1 |
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <ProcessSignalGeneratingSystemComponent>
RDL reference: INLINE PRIMARY ELEMENT REFERENCE
ComponentClass: InlinePrimaryElementReference
ComponentClassURI: http://sandbox.dexpi.org/rdl/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.
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 />