ColumnTraysArrangement¶
Overview¶
Class
The trays of a column.
Supertypes
Attributes (data)
Name |
Multiplicity |
Type |
---|---|---|
0..1 |
||
0..1 |
||
0..1 |
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <Equipment>
RDL reference: COLUMN TRAYS ARRANGEMENT
ComponentClass: ColumnTraysArrangement
ComponentClassURI: http://sandbox.dexpi.org/rdl/ColumnTraysArrangement
Example
Implementation in Proteus Schema
<Equipment
ID="columnTraysArrangement1"
ComponentClass="ColumnTraysArrangement"
ComponentClassURI="http://sandbox.dexpi.org/rdl/ColumnTraysArrangement" ...>
...
</Equipment>
MaterialOfConstructionCode¶
Attribute (data)
A code that gives the material of construction of the ColumnTraysArrangement.
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="columnTraysArrangement1"
ComponentClass="ColumnTraysArrangement"
ComponentClassURI="http://sandbox.dexpi.org/rdl/ColumnTraysArrangement" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="MaterialOfConstructionCodeAssignmentClass"
AttributeURI="http://data.posccaesar.org/rdl/RDS1460719741"
Format="string"
Value="1.4306" />
...
</GenericAttributes>
...
</Equipment>
NumberOfTrays¶
Attribute (data)
The number of trays in the ColumnTraysArrangement.
Multiplicity: 0..1
Type: NullableInteger
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for integer values.
RDL reference: NUMBER OF TRAYS
Name: NumberOfTrays
AttributeURI: http://sandbox.dexpi.org/rdl/NumberOfTrays
Example
16 (Integer)
Implementation in Proteus Schema
<Equipment
ID="columnTraysArrangement1"
ComponentClass="ColumnTraysArrangement"
ComponentClassURI="http://sandbox.dexpi.org/rdl/ColumnTraysArrangement" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="NumberOfTrays"
AttributeURI="http://sandbox.dexpi.org/rdl/NumberOfTrays"
Format="integer"
Value="16" />
...
</GenericAttributes>
...
</Equipment>
TrayType¶
Attribute (data)
The type of the trays in the ColumnTraysArrangement.
Multiplicity: 0..1
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: TRAY TYPE ASSIGNMENT CLASS
Name: TrayTypeAssignmentClass
AttributeURI: http://sandbox.dexpi.org/rdl/TrayTypeAssignmentClass
Example
“sieve trays” (String)
Implementation in Proteus Schema
<Equipment
ID="columnTraysArrangement1"
ComponentClass="ColumnTraysArrangement"
ComponentClassURI="http://sandbox.dexpi.org/rdl/ColumnTraysArrangement" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="TrayTypeAssignmentClass"
AttributeURI="http://sandbox.dexpi.org/rdl/TrayTypeAssignmentClass"
Format="string"
Value="sieve trays" />
...
</GenericAttributes>
...
</Equipment>