IFC 4.3.0.0 (IFC4X3) final

7.5.2.5 IfcBurnerTypeEnum

7.5.2.5.1 Semantic definition

Enumeration defining the functional type of burner.

7.5.2.5.2 Type values

Type Description
USERDEFINED

User-defined burner type.

NOTDEFINED

Undefined burner type.

Table 7.5.2.5.A

7.5.2.5.3 Formal representation

TYPE IfcBurnerTypeEnum = ENUMERATION OF
	(USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.5.2.5.4 References