CustomMill

Overview

Class

A custom Mill, i.e., a Mill that is not covered by any of the other subclasses of Mill (Crusher or Grinder).

Supertypes

Attributes (composition)

Name

Multiplicity

Type

CrusherElements

*

CrusherElement

GrindingElements

*

GrindingElement

Implementation in Proteus Schema

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

Tag: <Equipment>

RDL reference: CUSTOM MILL

ComponentClass: CustomMill

Example

Implementation in Proteus Schema

<Equipment
    ID="customMill1"
    ComponentClass="CustomMill"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CustomMill" ...>
  ...
</Equipment>

CrusherElements

Attribute (composition)

The crusher elements of the CustomMill.

Multiplicity: *

Opposite multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented using the XML hierarchy of the Proteus file: The element for the attribute value (a CrusherElement) is a child of the <Equipment> element for the attribute owner (a CustomMill).

Example

Implementation in Proteus Schema

<Equipment
    ID="customMill1"
    ComponentClass="CustomMill"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CustomMill" ...>
  ...
  <Equipment
      ID="crusherElement1"
      ComponentClass="CrusherUnit"
      ComponentClassURI="http://sandbox.dexpi.org/rdl/CrusherUnit" ...>
    ...
  <Equipment />
  ...
<Equipment />

GrindingElements

Attribute (composition)

The grinding elements of the CustomMill.

Multiplicity: *

Opposite multiplicity: 0..1

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 CustomMill).

Example

Implementation in Proteus Schema

<Equipment
    ID="customMill1"
    ComponentClass="CustomMill"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CustomMill" ...>
  ...
  <Equipment
      ID="grindingElement1"
      ComponentClass="GrindingElement"
      ComponentClassURI="http://sandbox.dexpi.org/rdl/GrindingElement" ...>
    ...
  <Equipment />
  ...
<Equipment />