ForkliftTruck¶
Overview¶
Class
A MobileTransportSystem and vehicle with power operated prongs that can be raised and lowered by will, for loading, transporting and unloading goods (from http://data.15926.org/rdl/RDS11590075).
Supertypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 0..1 | 
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <Equipment>
RDL reference: FORKLIFT TRUCK
ComponentClass: ForkliftTruck
ComponentClassURI: http://data.posccaesar.org/rdl/RDS11590075
Example
Implementation in Proteus Schema
<Equipment
    ID="forkliftTruck1"
    ComponentClass="ForkliftTruck"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS11590075" ...>
  ...
</Equipment>
UpperLimitDischargeHead¶
Attribute (data)
The upper limit for the discharge head of the ForkliftTruck.
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 forkliftTruck1 represents a ForkliftTruck with an UpperLimitDischargeHead of 37.0 cm.
Implementation in Proteus Schema
<Equipment
    ID="forkliftTruck1"
    ComponentClass="ForkliftTruck"
    ComponentClassURI="http://data.posccaesar.org/rdl/RDS11590075" ...>
  ...
  <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>