Lift

Overview

Class

A StationaryTransportSystem for transporting persons or things from one level to another (from http://data.posccaesar.org/rdl/RDS13601120).

Supertypes

Attributes (data)

Name

Multiplicity

Type

DischargeHead

0..1

NullableLength

UpperLimitLoadCapacity

0..1

NullableMass

UpperLimitVolumeCapacity

0..1

NullableVolume

Implementation in Proteus Schema

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

Tag: <Equipment>

RDL reference: LIFT

ComponentClass: Lift

Example

Implementation in Proteus Schema

<Equipment
    ID="lift1"
    ComponentClass="Lift"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS13601120" ...>
  ...
</Equipment>

DischargeHead

Attribute (data)

The length of the Lift.

Multiplicity: 0..1

Implementation in Proteus Schema

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

RDL reference: DISCHARGE HEAD

Name: DischargeHead

Example

The instance lift1 represents a Lift with a DischargeHead of 2.0 m.

Implementation in Proteus Schema

<Equipment
    ID="lift1"
    ComponentClass="Lift"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS13601120" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="DischargeHead"
      AttributeURI="http://sandbox.dexpi.org/rdl/DischargeHead"
      Format="double"
      Value="2.0"
      Units="Metre"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1332674" />
    ...
  </GenericAttributes>
  ...
</Equipment>

UpperLimitLoadCapacity

Attribute (data)

The highest mass to transport for which the Lift 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 lift1 represents a Lift with an UpperLimitLoadCapacity of 900.0 kg.

Implementation in Proteus Schema

<Equipment
    ID="lift1"
    ComponentClass="Lift"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS13601120" ...>
  ...
  <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>

UpperLimitVolumeCapacity

Attribute (data)

The highest volume to transport for which the Lift is designed.

Multiplicity: 0..1

Implementation in Proteus Schema

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

Name: UpperLimitVolumeCapacity

Example

The instance lift1 represents a Lift with an UpperLimitVolumeCapacity of 4.0 m3.

Implementation in Proteus Schema

<Equipment
    ID="lift1"
    ComponentClass="Lift"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS13601120" ...>
  ...
  <GenericAttributes Set="DexpiAttributes" ...>
    <GenericAttribute
      Name="UpperLimitVolumeCapacity"
      AttributeURI="http://sandbox.dexpi.org/rdl/UpperLimitVolumeCapacity"
      Format="double"
      Value="4.0"
      Units="MetreCubed"
      UnitsURI="http://data.posccaesar.org/rdl/RDS1349099" />
    ...
  </GenericAttributes>
  ...
</Equipment>