PlantStructureItem¶
Overview¶
Abstract class
Item of the plant break down structure.
Supertypes
Subtypes
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference. As PlantStructureItem is abstract, there is no RDL reference for the class itself; the RDL reference depends on the concrete subclass.
Tag: <PlantStructureItem>
ComponentClass: depending on subclass
ComponentClassURI: depending on subclass
Example
As PlantStructureItem 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>