LoadingUnloadingSystem

Overview

Class

A transport system that is intended for loading and/or unloading products into/from vehicles, wagons or vessels (from http://data.posccaesar.org/rdl/RDS11525012).

Supertypes

Attributes (data)

Name

Multiplicity

Type

UpperLimitConveyingDistance

0..1

NullableLength

UpperLimitDischargeHead

0..1

NullableLength

UpperLimitLoadCapacity

0..1

NullableMass

Implementation in Proteus Schema

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

Tag: <Equipment>

ComponentClass: Loading-UnloadingSystem

Example

Implementation in Proteus Schema

<Equipment
    ID="loadingUnloadingSystem1"
    ComponentClass="Loading-UnloadingSystem"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS11525012" ...>
  ...
</Equipment>

UpperLimitConveyingDistance

Attribute (data)

The upper limit for the conveying distance of the LoadingUnloadingSystem.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: UpperLimitConveyingDistance

Example

The instance loadingUnloadingSystem1 represents a LoadingUnloadingSystem with an UpperLimitConveyingDistance of 37.0 cm.

Implementation in Proteus Schema

<Equipment
    ID="loadingUnloadingSystem1"
    ComponentClass="Loading-UnloadingSystem"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS11525012" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="UpperLimitConveyingDistance"
      AttributeURI="http://sandbox.dexpi.org/rdl/UpperLimitConveyingDistance"
      Format="double"
      Value="37.0"
      Units="Centimetre"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1318004" />
    ...
  </GenericAttributes>
  ...
</Equipment>

UpperLimitDischargeHead

Attribute (data)

The upper limit for the discharge head of the LoadingUnloadingSystem.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: UpperLimitDischargeHead

Example

The instance loadingUnloadingSystem1 represents a LoadingUnloadingSystem with an UpperLimitDischargeHead of 37.0 cm.

Implementation in Proteus Schema

<Equipment
    ID="loadingUnloadingSystem1"
    ComponentClass="Loading-UnloadingSystem"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS11525012" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="UpperLimitDischargeHead"
      AttributeURI="http://sandbox.dexpi.org/rdl/UpperLimitDischargeHead"
      Format="double"
      Value="37.0"
      Units="Centimetre"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1318004" />
    ...
  </GenericAttributes>
  ...
</Equipment>

UpperLimitLoadCapacity

Attribute (data)

The highest mass to transport for which the LoadingUnloadingSystem is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: UpperLimitLoadCapacity

Example

The instance loadingUnloadingSystem1 represents a LoadingUnloadingSystem with an UpperLimitLoadCapacity of 900.0 kg.

Implementation in Proteus Schema

<Equipment
    ID="loadingUnloadingSystem1"
    ComponentClass="Loading-UnloadingSystem"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS11525012" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="UpperLimitLoadCapacity"
      AttributeURI="http://sandbox.dexpi.org/rdl/UpperLimitLoadCapacity"
      Format="double"
      Value="900.0"
      Units="Kilogram"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1328669" />
    ...
  </GenericAttributes>
  ...
</Equipment>