IfcElectricGeneratorTypeEnum

Natural language names
Electric Generator Type Enum
Enumération des types de générateur électrique
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcElectricGeneratorTypeEnum
      CHPADDED
      ENGINEGENERATORADDED
      STANDALONEADDED
Semantic definitions at the type
Type definition

The IfcElectricGeneratorTypeEnum defines different types of electric generators.

HISTORY  New type in IFC2x2. Values added in IFC4.
Enumeration definition
ConstantDescription
CHPCombined heat and power supply, used not only as a source of electric energy but also as a heating source for the building. It may therefore be not only part of an electrical system but also of a heating system.
ENGINEGENERATORElectrical generator with a fuel-driven engine, for example a diesel-driven emergency power supply.
STANDALONEElectrical generator which does not include its source of kinetic energy, that is, a motor, engine, or turbine are all modeled separately.
USERDEFINEDUser-defined type.
NOTDEFINEDUndefined type.
Formal representations
XML Specification
 <xs:simpleType name="IfcElectricGeneratorTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="chp"/>
   <xs:enumeration value="enginegenerator"/>
   <xs:enumeration value="standalone"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcElectricGeneratorTypeEnum = ENUMERATION OF (
 CHP,
 ENGINEGENERATOR,
 STANDALONE,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcElectricGenerator IfcElectricGeneratorType

Link to this page  Link to this page