Mixer¶
Overview¶
Class
An apparatus or machine that has the capability of mixing (from http://data.15926.org/rdl/RDS222370).
Supertypes
Subtypes
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: MIXER
ComponentClass: Mixer
ComponentClassURI: http://sandbox.dexpi.org/rdl/Mixer
Example
Implementation in Proteus Schema
<Equipment
    ID="mixer1"
    ComponentClass="Mixer"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Mixer" ...>
  ...
</Equipment>
MixingElementAssemblies¶
Attribute (composition)
The mixing element assemblies of the Mixer, if applicable.
Implementation in Proteus Schema
The attribute is implemented using the XML hierarchy of the Proteus file: The  element for the attribute value (a MixingElementAssembly) is a child of the <Equipment> element for the attribute owner (a Mixer).
Example
Implementation in Proteus Schema
<Equipment
    ID="mixer1"
    ComponentClass="Mixer"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/Mixer" ...>
  ...
  <Equipment
      ID="mixingElementAssembly1"
      ComponentClass="MixingElementAssembly"
      ComponentClassURI="http://sandbox.dexpi.org/rdl/MixingElementAssembly" ...>
    ...
  <Equipment />
  ...
<Equipment />