SensorwellReference¶
Overview¶
Class
A reference to a Sensorwell that is part of a PipingNetworkSegment.
Supertypes
Attributes (data)
Name |
Multiplicity |
Type |
---|---|---|
0..1 |
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: SENSORWELL REFERENCE
ComponentClass: SensorwellReference
ComponentClassURI: http://sandbox.dexpi.org/rdl/SensorwellReference
Example
Implementation in Proteus Schema
<MeasuringSystemComponent
ID="sensorwellReference1"
ComponentClass="SensorwellReference"
ComponentClassURI="http://sandbox.dexpi.org/rdl/SensorwellReference" ...>
...
</MeasuringSystemComponent>
Sensorwell¶
Attribute (reference)
The Sensorwell referenced by the SensorwellReference.
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="sensorwellReference1"
ComponentClass="SensorwellReference"
ComponentClassURI="http://sandbox.dexpi.org/rdl/SensorwellReference" ...>
...
<Association
Type="refers to"
ItemID="sensorwell1" />
...
<MeasuringSystemComponent />
...
<PipingComponent
ID="sensorwell1"
ComponentClass="Sensorwell"
ComponentClassURI="http://sandbox.dexpi.org/rdl/Sensorwell" ...>
...
<Association
Type="is referenced by"
ItemID="sensorwellReference1" />
...
<PipingComponent />
SubTagName¶
Attribute (data)
The sub tag name of the SensorwellReference.
Multiplicity: 0..1
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: SUB TAG NAME ASSIGNMENT CLASS
Name: SubTagNameAssignmentClass
AttributeURI: http://sandbox.dexpi.org/rdl/SubTagNameAssignmentClass
Example
“ST1” (String)
Implementation in Proteus Schema
<MeasuringSystemComponent
ID="sensorwellReference1"
ComponentClass="SensorwellReference"
ComponentClassURI="http://sandbox.dexpi.org/rdl/SensorwellReference" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="SubTagNameAssignmentClass"
AttributeURI="http://sandbox.dexpi.org/rdl/SubTagNameAssignmentClass"
Format="string"
Value="ST1" />
...
</GenericAttributes>
...
</MeasuringSystemComponent>