StationaryTransportSystem¶
Overview¶
Class
A transport system that is intended to transport, store or load/unload material and that, as a whole, remains in one place.
Supertypes
Subtypes
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: STATIONARY TRANSPORT SYSTEM
ComponentClass: StationaryTransportSystem
ComponentClassURI: http://sandbox.dexpi.org/rdl/StationaryTransportSystem
Example
Implementation in Proteus Schema
<Equipment
ID="stationaryTransportSystem1"
ComponentClass="StationaryTransportSystem"
ComponentClassURI="http://sandbox.dexpi.org/rdl/StationaryTransportSystem" ...>
...
</Equipment>
DesignPower¶
Attribute (data)
The power for which the StationaryTransportSystem is designed.
Multiplicity: 0..1
Type: NullablePower
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for physical quantities.
RDL reference: DESIGN POWER
Name: DesignPower
AttributeURI: http://sandbox.dexpi.org/rdl/DesignPower
Example
The instance stationaryTransportSystem1 represents a StationaryTransportSystem with a DesignPower of 500.0 kW.
Implementation in Proteus Schema
<Equipment
ID="stationaryTransportSystem1"
ComponentClass="StationaryTransportSystem"
ComponentClassURI="http://sandbox.dexpi.org/rdl/StationaryTransportSystem" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="DesignPower"
AttributeURI="http://sandbox.dexpi.org/rdl/DesignPower"
Format="double"
Value="500.0"
Units="Kilowatt"
UnitsURI="http://data.posccaesar.org/rdl/RDS1330919" />
...
</GenericAttributes>
...
</Equipment>