PlantTrain¶
Overview¶
Class
A plant train.
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: PLANT TRAIN
ComponentClass: PlantTrain
ComponentClassURI: http://sandbox.dexpi.org/rdl/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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: PLANT TRAIN IDENTIFICATION CODE ASSIGNMENT CLASS
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: PLANT TRAIN NAME ASSIGNMENT CLASS
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>