CombustionEngine¶
Overview¶
Class
An engine intended to deliver power by means of burning fuels (from http://data.posccaesar.org/rdl/RDS1083734).
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: COMBUSTION ENGINE
ComponentClass: CombustionEngine
ComponentClassURI: http://data.posccaesar.org/rdl/RDS1083734
Example
Implementation in Proteus Schema
<Equipment
ID="combustionEngine1"
ComponentClass="CombustionEngine"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS1083734" ...>
...
</Equipment>
FuelType¶
Attribute (data)
The fuel type of the CombustionEngine.
Multiplicity: 0..1
Type: NullableString
Implementation in Proteus Schema
The attribute is implemented as a DEXPI generic attribute for string values.
Example
“Diesel fuel” (String)
Implementation in Proteus Schema
<Equipment
ID="combustionEngine1"
ComponentClass="CombustionEngine"
ComponentClassURI="http://data.posccaesar.org/rdl/RDS1083734" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="FuelType"
AttributeURI="http://sandbox.dexpi.org/rdl/FuelType"
Format="string"
Value="Diesel fuel" />
...
</GenericAttributes>
...
</Equipment>