PackagingSystem

Overview

Class

A system that is intended for the preparation of goods for transport, warehousing, logistics, sale, and end use (from http://data.15926.org/rdl/RDS2228725).

Supertypes

Attributes (data)

Name

Multiplicity

Type

DesignCapacityMassFlowRate

0..1

NullableMassFlowRate

DesignCapacityPackagingUnits

0..1

NullableNumberPerTimeInterval

DesignPower

0..1

NullablePower

PackagingSystemType

0..1

NullableString

Implementation in Proteus Schema

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

Tag: <Equipment>

RDL reference: PACKAGING SYSTEM

ComponentClass: PackagingSystem

Example

Implementation in Proteus Schema

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

DesignCapacityMassFlowRate

Attribute (data)

The capacity for the mass flow rate for which the PackagingSystem is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: DesignCapacityMassFlowRate

Example

The instance packagingSystem1 represents a PackagingSystem with a DesignCapacityMassFlowRate of 40.0 kg/min.

Implementation in Proteus Schema

<Equipment
    ID="packagingSystem1"
    ComponentClass="PackagingSystem"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/PackagingSystem" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignCapacityMassFlowRate"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignCapacityMassFlowRate"
      Format="double"
      Value="40.0"
      Units="KilogramPerMinute"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1350719" />
    ...
  </GenericAttributes>
  ...
</Equipment>

DesignCapacityPackagingUnits

Attribute (data)

The capacity for the number of packaging units per time for which the PackagingSystem is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: DesignCapacityPackagingUnits

Example

The instance packagingSystem1 represents a PackagingSystem with a DesignCapacityPackagingUnits of 140.0 s-1.

Implementation in Proteus Schema

<Equipment
    ID="packagingSystem1"
    ComponentClass="PackagingSystem"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/PackagingSystem" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignCapacityPackagingUnits"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignCapacityPackagingUnits"
      Format="double"
      Value="140.0"
      Units="ReciprocalSecond"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1355489" />
    ...
  </GenericAttributes>
  ...
</Equipment>

DesignPower

Attribute (data)

The power for which the PackagingSystem is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

RDL reference: DESIGN POWER

Name: DesignPower

Example

The instance packagingSystem1 represents a PackagingSystem with a DesignPower of 500.0 kW.

Implementation in Proteus Schema

<Equipment
    ID="packagingSystem1"
    ComponentClass="PackagingSystem"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/PackagingSystem" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DesignPower"
      AttributeURI="http://sandbox.dexpi.org/rdl/DesignPower"
      Format="double"
      Value="500.0"
      Units="Kilowatt"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1330919" />
    ...
  </GenericAttributes>
  ...
</Equipment>

PackagingSystemType

Attribute (data)

The packaging system type of the PackagingSystem.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: PackagingSystemTypeAssignmentClass

Example

“Automated Packaging.” (String)

Implementation in Proteus Schema

<Equipment
    ID="packagingSystem1"
    ComponentClass="PackagingSystem"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/PackagingSystem" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="PackagingSystemTypeAssignmentClass"
      AttributeURI="http://sandbox.dexpi.org/rdl/PackagingSystemTypeAssignmentClass"
      Format="string"
      Value="Automated Packaging." />
    ...
  </GenericAttributes>
  ...
</Equipment>