PlantAreaLocatedStructure¶
Overview¶
Abstract class
A structure that can be located in an PlantArea.
Subtypes
Attributes (reference)
| Name | Multiplicity | Type | 
|---|---|---|
| 0..1 | 
Implementation in Proteus Schema
Implementation is subclass-specific.
Example
As PlantAreaLocatedStructure is abstract, we consider ProcessPlant as an arbitrary concrete subclass.
Implementation in Proteus Schema
<PlantStructureItem
    ID="processPlant1"
    ComponentClass="ProcessPlant"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS7151859" ...>
  ...
</PlantStructureItem>
PlantArea¶
Attribute (reference)
The PlantArea in which the PlantAreaLocatedStructure 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="plantArea1" />
  ...
<Equipment />
...
<PlantStructureItem
    ID="plantArea1"
    ComponentClass="AreaIsa95"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS10418236534" ...>
  ...
  <Association
    Type="is the location of"
    ItemID="tank1" />
  ...
<PlantStructureItem />