IFC 4.3.0.0 (IFC4X3) final

5.1.2.4 IfcProcessSelect

5.1.2.4.1 Semantic definition

IfcProcessSelect聽provides the option to either select a process or activity occurrence, IfcProcess, or a process or activity type, IfcTypeProcess.

5.1.2.4.2 Type values

Type
IfcProcess
IfcTypeProcess
Table 5.1.2.4.A

5.1.2.4.3 Formal representation

TYPE IfcProcessSelect = SELECT
	(IfcProcess
	,IfcTypeProcess);
END_TYPE;

5.1.2.4.4 References