IFC 4.3.0.0 (IFC4X3) final

5.1.2.3 IfcObjectTypeEnum

5.1.2.3.1 Semantic definition

This enumeration defines the applicable object categories. Attached to an object, it indicates to which subtype of IfcObject the entity referencing it would otherwise comply with.

5.1.2.3.2 Type values

Type Description
ACTOR

Actor

CONTROL

Control

GROUP

Group

PROCESS

Process

PRODUCT

Product

PROJECT

Project

RESOURCE

Resource

NOTDEFINED

Not defined

Table 5.1.2.3.A

5.1.2.3.3 Formal representation

TYPE IfcObjectTypeEnum = ENUMERATION OF
	(ACTOR
	,CONTROL
	,GROUP
	,PROCESS
	,PRODUCT
	,PROJECT
	,RESOURCE
	,NOTDEFINED);
END_TYPE;

5.1.2.3.4 References