PlantSystemLocatedStructure¶
Overview¶
Abstract class
A structure that can be located in a PlantSystem.
Subtypes
Attributes (reference)
| Name | Multiplicity | Type | 
|---|---|---|
| 0..1 | 
Implementation in Proteus Schema
Implementation is subclass-specific.
Example
As PlantSystemLocatedStructure 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>
PlantSystem¶
Attribute (reference)
The PlantSystem in which the PlantSystemLocatedStructure 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="plantSystem1" />
  ...
<Equipment />
...
<PlantStructureItem
    ID="plantSystem1"
    ComponentClass="PlantSystem"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/PlantSystem" ...>
  ...
  <Association
    Type="is the location of"
    ItemID="tank1" />
  ...
<PlantStructureItem />