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

ProcessPlantIdentificationCode

0..1

NullableString

ProcessPlantName

0..1

NullableString

Attributes (reference)

Name

Multiplicity

Type

ParentStructure

0..1

ProcessPlantParentStructure

Implementation in Proteus Schema

The class is implemented as a Proteus XML element with RDL reference.

Tag: <PlantStructureItem>

RDL reference: PROCESS PLANT

ComponentClass: ProcessPlant

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.

Multiplicity: 0..1

Opposite multiplicity: 0..*

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

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for string values.

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

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for string values.

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>