MobileTransportSystem¶
Overview¶
Class
A mobile system that is intended to transport, store or load/unload material.
Supertypes
Subtypes
Attributes (data)
| Name | Multiplicity | Type | 
|---|---|---|
| 0..1 | ||
| 0..1 | 
Implementation in Proteus Schema
The class is implemented as a Proteus XML element with RDL reference.
Tag: <Equipment>
RDL reference: MOBILE TRANSPORT SYSTEM
ComponentClass: MobileTransportSystem
ComponentClassURI: http://sandbox.dexpi.org/rdl/MobileTransportSystem
Example
Implementation in Proteus Schema
<Equipment
    ID="mobileTransportSystem1"
    ComponentClass="MobileTransportSystem"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MobileTransportSystem" ...>
  ...
</Equipment>
UpperLimitLoadCapacity¶
Attribute (data)
The highest mass to transport for which the MobileTransportSystem 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 mobileTransportSystem1 represents a MobileTransportSystem with an UpperLimitLoadCapacity of 900.0 kg.
Implementation in Proteus Schema
<Equipment
    ID="mobileTransportSystem1"
    ComponentClass="MobileTransportSystem"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MobileTransportSystem" ...>
  ...
  <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 MobileTransportSystem is designed.
Multiplicity: 0..1
Type: NullableVolume
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: UPPER LIMIT VOLUME CAPACITY
Name: UpperLimitVolumeCapacity
AttributeURI: http://sandbox.dexpi.org/rdl/UpperLimitVolumeCapacity
Example
The instance mobileTransportSystem1 represents a MobileTransportSystem with an UpperLimitVolumeCapacity of 4.0 m3.
Implementation in Proteus Schema
<Equipment
    ID="mobileTransportSystem1"
    ComponentClass="MobileTransportSystem"
    ComponentClassURI="http://sandbox.dexpi.org/rdl/MobileTransportSystem" ...>
  ...
  <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>