ProcessPlant¶
Overview¶
Class
A plant employed in carrying out chemical processes, including the required supporting processes (from http://data.posccaesar.org/rdl/RDS7151859).
Supertypes
Attributes (data)
Name |
Multiplicity |
Type |
---|---|---|
0..1 |
||
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: <PlantStructureItem>
RDL reference: PROCESS PLANT
ComponentClass: ProcessPlant
ComponentClassURI: http://data.posccaesar.org/rdl/RDS7151859
Example
Implementation in Proteus Schema
<PlantStructureItem
ID="processPlant1"
ComponentClass="ProcessPlant"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS7151859" ...>
...
</PlantStructureItem>
ParentStructure¶
Attribute (reference)
A superordinate structure of which the ProcessPlant is a part.
Implementation in Proteus Schema
The attribute is implemented using Proteus <Association> elements.
Association type for the attribute ower: "is a part of"
Opposite association type: "is a collection including"
Example
Implementation in Proteus Schema
<PlantStructureItem
ID="processPlant1"
ComponentClass="ProcessPlant"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS7151859" ...>
...
<Association
Type="is a part of"
ItemID="enterprise1" />
...
<PlantStructureItem />
...
<PlantStructureItem
ID="enterprise1"
ComponentClass="Isa95Enterprise"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS10418236543" ...>
...
<Association
Type="is a collection including"
ItemID="processPlant1" />
...
<PlantStructureItem />
ProcessPlantIdentificationCode¶
Attribute (data)
The identification code of the process plant.
Multiplicity: 0..1
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: PROCESS PLANT IDENTIFICATION CODE ASSIGNMENT CLASS
Name: ProcessPlantIdentificationCodeAssignmentClass
Example
“ABC” (String)
Implementation in Proteus Schema
<PlantStructureItem
ID="processPlant1"
ComponentClass="ProcessPlant"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS7151859" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="ProcessPlantIdentificationCodeAssignmentClass"
AttributeURI="http://sandbox.dexpi.org/rdl/ProcessPlantIdentificationCodeAssignmentClass"
Format="string"
Value="ABC" />
...
</GenericAttributes>
...
</PlantStructureItem>
ProcessPlantName¶
Attribute (data)
The name of the process plant.
Multiplicity: 0..1
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: PROCESS PLANT NAME ASSIGNMENT CLASS
Name: ProcessPlantNameAssignmentClass
Example
“ABC Plant” (String)
Implementation in Proteus Schema
<PlantStructureItem
ID="processPlant1"
ComponentClass="ProcessPlant"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS7151859" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="ProcessPlantNameAssignmentClass"
AttributeURI="http://sandbox.dexpi.org/rdl/ProcessPlantNameAssignmentClass"
Format="string"
Value="ABC Plant" />
...
</GenericAttributes>
...
</PlantStructureItem>