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

FuelType

0..1

NullableString

Implementation in Proteus Schema

The class is implemented as a Proteus XML element with RDL reference.

Tag: <Equipment>

ComponentClass: 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

Implementation in Proteus Schema

The attribute is implemented as a DEXPI generic attribute for string values.

RDL reference: FUEL TYPE

Name: FuelType

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>