CombustionEngineAsComponent¶
Overview¶
Class
An engine intended to deliver power by means of burning fuels that is used as component of an apparatus or of a machine.
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 AS COMPONENT
ComponentClass: CombustionEngineAsComponent
ComponentClassURI: http://sandbox.dexpi.org/rdl/CombustionEngineAsComponent
Example
Implementation in Proteus Schema
<Equipment
ID="combustionEngineAsComponent1"
ComponentClass="CombustionEngineAsComponent"
ComponentClassURI="http://sandbox.dexpi.org/rdl/CombustionEngineAsComponent" ...>
...
</Equipment>
FuelType¶
Attribute (data)
The fuel type of the CombustionEngineAsComponent.
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="combustionEngineAsComponent1"
ComponentClass="CombustionEngineAsComponent"
ComponentClassURI="http://sandbox.dexpi.org/rdl/CombustionEngineAsComponent" ...>
...
<GenericAttributes Set="DexpiAttributes" ...>
<GenericAttribute
Name="FuelType"
AttributeURI="http://sandbox.dexpi.org/rdl/FuelType"
Format="string"
Value="Diesel fuel" />
...
</GenericAttributes>
...
</Equipment>