PelletizerDisc¶
Overview¶
Class
A rotating disc as a component of an Agglomerator.
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: <Equipment>
RDL reference: PELLETING DISC
ComponentClass: PelletingDisc
ComponentClassURI: http://sandbox.dexpi.org/rdl/PelletingDisc
Example
Implementation in Proteus Schema
<Equipment
ID="pelletizerDisc1"
ComponentClass="PelletingDisc"
ComponentClassURI="http://sandbox.dexpi.org/rdl/PelletingDisc" ...>
...
</Equipment>
Diameter¶
Attribute (data)
The diameter of the PelletizerDisc.
Multiplicity: 0..1
Type: NullableLength
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
Example
The instance pelletizerDisc1 represents a PelletizerDisc with a Diameter of 20.0 cm.
Implementation in Proteus Schema
<Equipment
ID="pelletizerDisc1"
ComponentClass="PelletingDisc"
ComponentClassURI="http://sandbox.dexpi.org/rdl/PelletingDisc" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="Diameter"
AttributeURI="http://data.posccaesar.org/rdl/RDS350954"
Format="double"
Value="20.0"
Units="Centimetre"
UnitsURI="http://data.posccaesar.org/rdl/RDS1318004" />
...
</GenericAttributes>
...
</Equipment>
MaterialOfConstructionCode¶
Attribute (data)
A code that gives the material of construction of the PelletizerDisc.
Multiplicity: 0..1
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: MATERIAL OF CONSTRUCTION CODE ASSIGNMENT CLASS
Name: MaterialOfConstructionCodeAssignmentClass
AttributeURI: http://data.posccaesar.org/rdl/RDS1460719741
Example
“1.4306” (String)
Implementation in Proteus Schema
<Equipment
ID="pelletizerDisc1"
ComponentClass="PelletingDisc"
ComponentClassURI="http://sandbox.dexpi.org/rdl/PelletingDisc" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="MaterialOfConstructionCodeAssignmentClass"
AttributeURI="http://data.posccaesar.org/rdl/RDS1460719741"
Format="string"
Value="1.4306" />
...
</GenericAttributes>
...
</Equipment>