ColumnPackingsArrangement

Overview

Class

The packings of a column.

Supertypes

Attributes (data)

Name

Multiplicity

Type

Height

0..1

NullableLength

MaterialOfConstructionCode

0..1

NullableString

NumberOfPackings

0..1

NullableInteger

PackingType

0..1

NullableString

Implementation in Proteus Schema

The class is implemented as a Proteus XML element with RDL reference.

Tag: <Equipment>

ComponentClass: 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

Implementation in Proteus Schema

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

RDL reference: HEIGHT

Name: Height

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

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="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

Implementation in Proteus Schema

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

RDL reference: NUMBER OF PACKINGS

Name: 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

Implementation in Proteus Schema

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

Name: 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>