PlantTrain

Overview

Class

A plant train.

Supertypes

Attributes (data)

Name

Multiplicity

Type

PlantTrainIdentificationCode

0..1

NullableString

PlantTrainName

0..1

NullableString

Implementation in Proteus Schema

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

Tag: <PlantStructureItem>

RDL reference: PLANT TRAIN

ComponentClass: PlantTrain

Example

Implementation in Proteus Schema

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

PlantTrainIdentificationCode

Attribute (data)

The identification code of the plant train.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: PlantTrainIdentificationCodeAssignmentClass

Example

“T456” (String)

Implementation in Proteus Schema

<PlantStructureItem
    ID="plantTrain1"
    ComponentClass="PlantTrain"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/PlantTrain" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="PlantTrainIdentificationCodeAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/PlantTrainIdentificationCodeAssignmentClass"
      Format="string"
      Value="T456" />
    ...
  </GenericAttributes>
  ...
</PlantStructureItem>

PlantTrainName

Attribute (data)

The name of the plant train.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: PlantTrainNameAssignmentClass

Example

“Train T456” (String)

Implementation in Proteus Schema

<PlantStructureItem
    ID="plantTrain1"
    ComponentClass="PlantTrain"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/PlantTrain" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="PlantTrainNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/PlantTrainNameAssignmentClass"
      Format="string"
      Value="Train T456" />
    ...
  </GenericAttributes>
  ...
</PlantStructureItem>