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 |
---|---|---|
0..1 |
||
0..1 |
||
0..1 |
Attributes (reference)
Name |
Multiplicity |
Type |
---|---|---|
0..1 |
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <Equipment>
RDL reference: DRYING CHAMBER
ComponentClass: DryingChamber
ComponentClassURI: http://sandbox.dexpi.org/rdl/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.
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
Type: NullableVolumeFlowRate
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: DESIGN VOLUME FLOW RATE
Name: DesignVolumeFlowRate
AttributeURI: http://data.posccaesar.org/rdl/RDS14286227
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: MATERIAL OF CONSTRUCTION CODE ASSIGNMENT CLASS
Name: MaterialOfConstructionCodeAssignmentClass
AttributeURI: http://data.posccaesar.org/rdl/RDS1460719741
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
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: SUB TAG NAME ASSIGNMENT CLASS
Name: SubTagNameAssignmentClass
AttributeURI: http://sandbox.dexpi.org/rdl/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>