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 | 
|---|---|---|
| 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: LOADING - UNLOADING SYSTEM
ComponentClass: Loading-UnloadingSystem
ComponentClassURI: http://data.posccaesar.org/rdl/RDS11525012
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
Type: NullableLength
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: UPPER LIMIT CONVEYING DISTANCE
Name: UpperLimitConveyingDistance
AttributeURI: http://sandbox.dexpi.org/rdl/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
Type: NullableLength
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: UPPER LIMIT DISCHARGE HEAD
Name: UpperLimitDischargeHead
AttributeURI: http://sandbox.dexpi.org/rdl/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
Type: NullableMass
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: UPPER LIMIT LOAD CAPACITY
Name: UpperLimitLoadCapacity
AttributeURI: http://sandbox.dexpi.org/rdl/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>