PlantTrainLocatedStructure¶
Overview¶
Abstract class
A structure that can be located in a PlantTrain.
Subtypes
Attributes (reference)
| Name | Multiplicity | Type | 
|---|---|---|
| 0..1 | 
Implementation in Proteus Schema
Implementation is subclass-specific.
Example
As PlantTrainLocatedStructure is abstract, we consider ActuatingElectricalFunction as an arbitrary concrete subclass.
Implementation in Proteus Schema
<ActuatingElectricalFunction
    ID="actuatingElectricalFunction1"
    ComponentClass="ActuatingElectricalFunction"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/ActuatingElectricalFunction" ...>
  ...
</ActuatingElectricalFunction>
PlantTrain¶
Attribute (reference)
The PlantTrain in which the PlantTrainLocatedStructure is located.
Implementation in Proteus Schema
The attribute is implemented using Proteus <Association> elements.
Association type for the attribute ower: "is located in"
Opposite association type: "is the location of"
Example
Implementation in Proteus Schema
<Equipment
    ID="tank1"
    ComponentClass="Tank"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS445139" ...>
  ...
  <Association
    Type="is located in"
    ItemID="plantTrain1" />
  ...
<Equipment />
...
<PlantStructureItem
    ID="plantTrain1"
    ComponentClass="PlantTrain"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/PlantTrain" ...>
  ...
  <Association
    Type="is the location of"
    ItemID="tank1" />
  ...
<PlantStructureItem />