MixingElementAssembly

Overview

Class

Assembly of mixing elements as part of a mixer.

Supertypes

Attributes (data)

Name

Multiplicity

Type

MaterialOfConstructionCode

0..1

NullableString

NumberOfMixingElements

0..1

NullableInteger

Attributes (reference)

Name

Multiplicity

Type

Chamber

0..1

Chamber

Implementation in Proteus Schema

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

Tag: <Equipment>

ComponentClass: MixingElementAssembly

Example

Implementation in Proteus Schema

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

Chamber

Attribute (reference)

The Chamber in which the MixingElementAssembly is located, if applicable. The Chamber must be a component of the same object as the MixingElementAssembly.

Multiplicity: 0..1

Type: Chamber

Opposite multiplicity: 0..*

Implementation in Proteus Schema

The attribute is implemented using Proteus <Association> elements.

Association type for the attribute ower: "is located in"

Opposite association type: "is the location of"

Example

Implementation in Proteus Schema

<Equipment
    ID="mixingElementAssembly1"
    ComponentClass="MixingElementAssembly"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MixingElementAssembly" ...>
  ...
  <Association
    Type="is located in"
    ItemID="chamber1" />
  ...
<Equipment />
...
<Equipment
    ID="chamber1"
    ComponentClass="Chamber"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS903151421" ...>
  ...
  <Association
    Type="is the location of"
    ItemID="mixingElementAssembly1" />
  ...
<Equipment />

MaterialOfConstructionCode

Attribute (data)

A code that gives the material of construction of the MixingElementAssembly.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for string values.

Name: MaterialOfConstructionCodeAssignmentClass

Example

“1.4306” (String)

Implementation in Proteus Schema

<Equipment
    ID="mixingElementAssembly1"
    ComponentClass="MixingElementAssembly"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MixingElementAssembly" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="MaterialOfConstructionCodeAssignmentClass"
      AttributeURI="http://data.posccaesar.org/rdl/RDS1460719741"
      Format="string"
      Value="1.4306" />
    ...
  </GenericAttributes>
  ...
</Equipment>

NumberOfMixingElements

Attribute (data)

The number of mixing elements in the MixingElementAssembly.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for integer values.

Name: NumberOfMixingElements

Example

5 (Integer)

Implementation in Proteus Schema

<Equipment
    ID="mixingElementAssembly1"
    ComponentClass="MixingElementAssembly"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MixingElementAssembly" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="NumberOfMixingElements"
      AttributeURI="http://sandbox.dexpi.org/rdl/NumberOfMixingElements"
      Format="integer"
      Value="5" />
    ...
  </GenericAttributes>
  ...
</Equipment>