PlantSystem

Overview

Class

A plant system.

Supertypes

Attributes (data)

Name

Multiplicity

Type

PlantSystemIdentificationCode

0..1

NullableString

PlantSystemName

0..1

NullableString

Implementation in Proteus Schema

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

Tag: <PlantStructureItem>

RDL reference: PLANT SYSTEM

ComponentClass: PlantSystem

Example

Implementation in Proteus Schema

<PlantStructureItem
    ID="plantSystem1"
    ComponentClass="PlantSystem"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/PlantSystem" ...>
  ...
</PlantStructureItem>

PlantSystemIdentificationCode

Attribute (data)

The identification code of the plant system.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: PlantSystemIdentificationCodeAssignmentClass

Example

“X123” (String)

Implementation in Proteus Schema

<PlantStructureItem
    ID="plantSystem1"
    ComponentClass="PlantSystem"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/PlantSystem" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="PlantSystemIdentificationCodeAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/PlantSystemIdentificationCodeAssignmentClass"
      Format="string"
      Value="X123" />
    ...
  </GenericAttributes>
  ...
</PlantStructureItem>

PlantSystemName

Attribute (data)

The name of the plant system.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: PlantSystemNameAssignmentClass

Example

“System X123” (String)

Implementation in Proteus Schema

<PlantStructureItem
    ID="plantSystem1"
    ComponentClass="PlantSystem"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/PlantSystem" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="PlantSystemNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/PlantSystemNameAssignmentClass"
      Format="string"
      Value="System X123" />
    ...
  </GenericAttributes>
  ...
</PlantStructureItem>