InlineMeasuringElementReference

Overview

Class

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

Supertypes

Attributes (reference)

Name

Multiplicity

Type

InlineMeasuringElement

0..1

InlineMeasuringElement

Implementation in Proteus Schema

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

Tag: <MeasuringSystemComponent>

ComponentClass: InlineMeasuringElementReference

Example

Implementation in Proteus Schema

<MeasuringSystemComponent
    ID="inlineMeasuringElementReference1"
    ComponentClass="InlineMeasuringElementReference"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/InlineMeasuringElementReference" ...>
  ...
</MeasuringSystemComponent>

InlineMeasuringElement

Attribute (reference)

The InlineMeasuringElement referenced by the InlineMeasuringElementReference.

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

<MeasuringSystemComponent
    ID="inlineMeasuringElementReference1"
    ComponentClass="InlineMeasuringElementReference"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/InlineMeasuringElementReference" ...>
  ...
  <Association
    Type="refers to"
    ItemID="inlineMeasuringElement1" />
  ...
<MeasuringSystemComponent />
...
<PipingComponent
    ID="inlineMeasuringElement1"
    ComponentClass="InlineMeasuringElement"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/InlineMeasuringElement" ...>
  ...
  <Association
    Type="is referenced by"
    ItemID="inlineMeasuringElementReference1" />
  ...
<PipingComponent />