ColumnPackingsArrangement¶
Overview¶
Class
The packings of a column.
Supertypes
Attributes (data)
Name |
Multiplicity |
Type |
---|---|---|
0..1 |
||
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 PACKINGS ARRANGEMENT
ComponentClass: ColumnPackingsArrangement
ComponentClassURI: http://sandbox.dexpi.org/rdl/ColumnPackingsArrangement
Example
Implementation in Proteus Schema
<Equipment
ID="columnPackingsArrangement1"
ComponentClass="ColumnPackingsArrangement"
ComponentClassURI="http://sandbox.dexpi.org/rdl/ColumnPackingsArrangement" ...>
...
</Equipment>
Height¶
Attribute (data)
The height of the ColumnPackingsArrangement.
Multiplicity: 0..1
Type: NullableLength
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
Example
The instance columnPackingsArrangement1 represents a ColumnPackingsArrangement with a Height of 220.0 cm.
Implementation in Proteus Schema
<Equipment
ID="columnPackingsArrangement1"
ComponentClass="ColumnPackingsArrangement"
ComponentClassURI="http://sandbox.dexpi.org/rdl/ColumnPackingsArrangement" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="Height"
AttributeURI="http://data.posccaesar.org/rdl/RDS357704"
Format="double"
Value="220.0"
Units="Centimetre"
UnitsURI="http://data.posccaesar.org/rdl/RDS1318004" />
...
</GenericAttributes>
...
</Equipment>
MaterialOfConstructionCode¶
Attribute (data)
A code that gives the material of construction of the ColumnPackingsArrangement.
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="columnPackingsArrangement1"
ComponentClass="ColumnPackingsArrangement"
ComponentClassURI="http://sandbox.dexpi.org/rdl/ColumnPackingsArrangement" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="MaterialOfConstructionCodeAssignmentClass"
AttributeURI="http://data.posccaesar.org/rdl/RDS1460719741"
Format="string"
Value="1.4306" />
...
</GenericAttributes>
...
</Equipment>
NumberOfPackings¶
Attribute (data)
The number of packings in the ColumnPackingsArrangement.
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 PACKINGS
Name: NumberOfPackings
AttributeURI: http://sandbox.dexpi.org/rdl/NumberOfPackings
Example
300 (Integer)
Implementation in Proteus Schema
<Equipment
ID="columnPackingsArrangement1"
ComponentClass="ColumnPackingsArrangement"
ComponentClassURI="http://sandbox.dexpi.org/rdl/ColumnPackingsArrangement" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="NumberOfPackings"
AttributeURI="http://sandbox.dexpi.org/rdl/NumberOfPackings"
Format="integer"
Value="300" />
...
</GenericAttributes>
...
</Equipment>
PackingType¶
Attribute (data)
The type of the packings in the ColumnPackingsArrangement.
Multiplicity: 0..1
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
RDL reference: PACKING TYPE ASSIGNMENT CLASS
Name: PackingTypeAssignmentClass
AttributeURI: http://sandbox.dexpi.org/rdl/PackingTypeAssignmentClass
Example
“rings” (String)
Implementation in Proteus Schema
<Equipment
ID="columnPackingsArrangement1"
ComponentClass="ColumnPackingsArrangement"
ComponentClassURI="http://sandbox.dexpi.org/rdl/ColumnPackingsArrangement" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="PackingTypeAssignmentClass"
AttributeURI="http://sandbox.dexpi.org/rdl/PackingTypeAssignmentClass"
Format="string"
Value="rings" />
...
</GenericAttributes>
...
</Equipment>