CustomFan¶
Overview¶
Class
A custom Fan, i.e., a Fan that is not covered by any of the other subclasses of Fan (AxialFan or RadialFan).
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 FAN
ComponentClass: CustomFan
ComponentClassURI: http://sandbox.dexpi.org/rdl/CustomFan
Example
Implementation in Proteus Schema
<Equipment
    ID="customFan1"
    ComponentClass="CustomFan"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CustomFan" ...>
  ...
</Equipment>
Impellers¶
Attribute (composition)
The impellers of the CustomFan.
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 CustomFan).
Example
Implementation in Proteus Schema
<Equipment
    ID="customFan1"
    ComponentClass="CustomFan"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/CustomFan" ...>
  ...
  <Equipment
      ID="impeller1"
      ComponentClass="Impeller"
      ComponentClassURI="http://data.posccaesar.org/rdl/RDS414539" ...>
    ...
  <Equipment />
  ...
<Equipment />