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