Grinder¶
Overview¶
Class
A Mill that has the capability of grinding,
Supertypes
Attributes (composition)
| Name | Multiplicity | Type | 
|---|---|---|
| * | 
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <Equipment>
RDL reference: GRINDER
ComponentClass: Grinder
ComponentClassURI: http://sandbox.dexpi.org/rdl/Grinder
Example
Implementation in Proteus Schema
<Equipment
    ID="grinder1"
    ComponentClass="Grinder"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Grinder" ...>
  ...
</Equipment>
GrindingElements¶
Attribute (composition)
The grinding elements of the Grinder.
Implementation in Proteus Schema
The attribute is implemented using the XML hierarchy of the Proteus file: The  element for the attribute value (a GrindingElement) is a child of the <Equipment> element for the attribute owner (a Grinder).
Example
Implementation in Proteus Schema
<Equipment
    ID="grinder1"
    ComponentClass="Grinder"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Grinder" ...>
  ...
  <Equipment
      ID="grindingElement1"
      ComponentClass="GrindingElement"
      ComponentClassURI="http://sandbox.dexpi.org/rdl/GrindingElement" ...>
    ...
  <Equipment />
  ...
<Equipment />