IfcEngineTypeEnum

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

Enumeration defining the typical types of engines.

HISTORY  New enumeration in IFC4.
Enumeration definition
ConstantDescription
EXTERNALCOMBUSTIONCombustion is external.
INTERNALCOMBUSTIONCombustion is internal.
USERDEFINEDUser-defined engine type.
NOTDEFINEDUndefined 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