IFC 4.3.0.0 (IFC4X3) final

5.2.2.1 IfcPerformanceHistoryTypeEnum

5.2.2.1.1 Semantic definition

This enumeration is used to identify the primary purpose of performance history. The IfcPerformanceHistoryTypeEnum contains the following:

5.2.2.1.2 Type values

Type Description
USERDEFINED

User defined.

NOTDEFINED

Undefined.

Table 5.2.2.1.A

5.2.2.1.3 Formal representation

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

5.2.2.1.4 References