Crusher

Overview

Class

A mill that uses pressure or impact to reduce the particle size of solid materials (from http://data.posccaesar.org/rdl/RDS11589940).

Supertypes

Attributes (composition)

Name

Multiplicity

Type

CrusherElements

*

CrusherElement

Implementation in Proteus Schema

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

Tag: <Equipment>

RDL reference: CRUSHER

ComponentClass: Crusher

Example

Implementation in Proteus Schema

<Equipment
    ID="crusher1"
    ComponentClass="Crusher"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS11589940" ...>
  ...
</Equipment>

CrusherElements

Attribute (composition)

The crusher elements of the Crusher.

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

Example

Implementation in Proteus Schema

<Equipment
    ID="crusher1"
    ComponentClass="Crusher"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS11589940" ...>
  ...
  <Equipment
      ID="crusherElement1"
      ComponentClass="CrusherUnit"
      ComponentClassURI="http://sandbox.dexpi.org/rdl/CrusherUnit" ...>
    ...
  <Equipment />
  ...
<Equipment />