PlantArea¶
Overview¶
Class
An area as defined by ISA 95. The name PlantArea has been chosen to avoid confusion with the data type Area.
Supertypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 0..1 | ||
| 0..1 | 
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <PlantStructureItem>
RDL reference: AREA ISA95
ComponentClass: AreaIsa95
ComponentClassURI: http://data.posccaesar.org/rdl/RDS10418236534
Example
Implementation in Proteus Schema
<PlantStructureItem
    ID="plantArea1"
    ComponentClass="AreaIsa95"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS10418236534" ...>
  ...
</PlantStructureItem>
PlantAreaIdentificationCode¶
Attribute (data)
The identification code of the plant area according to ISA-95..
Multiplicity: 0..1
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: PLANT AREA IDENTIFICATION CODE ASSIGNMENT CLASS
Name: PlantAreaIdentificationCodeAssignmentClass
Example
“F4” (String)
Implementation in Proteus Schema
<PlantStructureItem
    ID="plantArea1"
    ComponentClass="AreaIsa95"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS10418236534" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="PlantAreaIdentificationCodeAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/PlantAreaIdentificationCodeAssignmentClass"
      Format="string"
      Value="F4" />
    ...
  </GenericAttributes>
  ...
</PlantStructureItem>
PlantAreaName¶
Attribute (data)
The name of the plant area according to ISA-95.
Multiplicity: 0..1
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: AREA ISA95 NAME ASSIGNMENT CLASS
Name: AreaIsa95NameAssignmentClass
Example
“Area F4” (String)
Implementation in Proteus Schema
<PlantStructureItem
    ID="plantArea1"
    ComponentClass="AreaIsa95"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS10418236534" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="AreaIsa95NameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/AreaIsa95NameAssignmentClass"
      Format="string"
      Value="Area F4" />
    ...
  </GenericAttributes>
  ...
</PlantStructureItem>