IfcEngineTypeEnum

Natural language names
Engine Type Enum
Énumération des types de moteur
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4 4.0.0.0
    IfcEngineTypeEnumADDED
Semantic definitions at the type
Type definition

Enumeration defining the typical types of engines.

HISTORY  New enumeration in IFC4.

Enumeration definition
ConstantDescription
EXTERNALCOMBUSTION

Combustion is external.

INTERNALCOMBUSTION

Combustion is internal.

USERDEFINED

User-defined engine type.

NOTDEFINED

Undefined engine type.

Formal representations
XML Specification
 <xs:simpleType name="IfcEngineTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="externalcombustion"/>
   <xs:enumeration value="internalcombustion"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcEngineTypeEnum = ENUMERATION OF (
 EXTERNALCOMBUSTION,
 INTERNALCOMBUSTION,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcEngine IfcEngineType

Link to this page  Link to this page