InlineMeasuringElementReference¶
Overview¶
Class
A reference to an InlineMeasuringElement 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: <MeasuringSystemComponent>
RDL reference: INLINE MEASURING ELEMENT REFERENCE
ComponentClass: InlineMeasuringElementReference
ComponentClassURI: http://sandbox.dexpi.org/rdl/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.
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 />