CustomBlower¶
Overview¶
Class
A custom Blower, i.e., a Blower that is not covered by any of the other subclasses of Blower (AxialBlower or CentrifugalBlower).
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: CUSTOM BLOWER
ComponentClass: CustomBlower
ComponentClassURI: http://sandbox.dexpi.org/rdl/CustomBlower
Example
Implementation in Proteus Schema
<Equipment
    ID="customBlower1"
    ComponentClass="CustomBlower"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CustomBlower" ...>
  ...
</Equipment>
Impellers¶
Attribute (composition)
The impellers of the CustomBlower.
Implementation in Proteus Schema
The attribute is implemented using the XML hierarchy of the Proteus file: The  element for the attribute value (an Impeller) is a child of the <Equipment> element for the attribute owner (a CustomBlower).
Example
Implementation in Proteus Schema
<Equipment
    ID="customBlower1"
    ComponentClass="CustomBlower"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CustomBlower" ...>
  ...
  <Equipment
      ID="impeller1"
      ComponentClass="Impeller"
      ComponentClassURI="http://data.posccaesar.org/rdl/RDS414539" ...>
    ...
  <Equipment />
  ...
<Equipment />