DryingChamber

Overview

Class

A device that is a chamber, fixed or portable, for drying used as a component of an apparatus or a machine.

Supertypes

Attributes (data)

Name

Multiplicity

Type

DesignVolumeFlowRate

0..1

NullableVolumeFlowRate

MaterialOfConstructionCode

0..1

NullableString

SubTagName

0..1

NullableString

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>

RDL reference: DRYING CHAMBER

ComponentClass: DryingChamber

Example

Implementation in Proteus Schema

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

Chamber

Attribute (reference)

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

Multiplicity: 0..1

Type: Chamber

Opposite multiplicity: 0..1

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="dryingChamber1"
    ComponentClass="DryingChamber"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/DryingChamber" ...>
  ...
  <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="dryingChamber1" />
  ...
<Equipment />

DesignVolumeFlowRate

Attribute (data)

The volume flow rate for which the DryingChamber is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for physical quantities.

Name: DesignVolumeFlowRate

Example

The instance dryingChamber1 represents a DryingChamber with a DesignVolumeFlowRate of 420.0 m3/h.

Implementation in Proteus Schema

<Equipment
    ID="dryingChamber1"
    ComponentClass="DryingChamber"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/DryingChamber" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignVolumeFlowRate"
      AttributeURI="http://data.posccaesar.org/rdl/RDS14286227"
      Format="double"
      Value="420.0"
      Units="MetreCubedPerHour"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1321064" />
    ...
  </GenericAttributes>
  ...
</Equipment>

MaterialOfConstructionCode

Attribute (data)

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

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="dryingChamber1"
    ComponentClass="DryingChamber"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/DryingChamber" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="MaterialOfConstructionCodeAssignmentClass"
      AttributeURI="http://data.posccaesar.org/rdl/RDS1460719741"
      Format="string"
      Value="1.4306" />
    ...
  </GenericAttributes>
  ...
</Equipment>

SubTagName

Attribute (data)

The sub tag name of the DryingChamber.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: SubTagNameAssignmentClass

Example

“ST1” (String)

Implementation in Proteus Schema

<Equipment
    ID="dryingChamber1"
    ComponentClass="DryingChamber"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/DryingChamber" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="SubTagNameAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/SubTagNameAssignmentClass"
      Format="string"
      Value="ST1" />
    ...
  </GenericAttributes>
  ...
</Equipment>