5.1.2.3 IfcProcessSelect
5.1.2.3.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.3.2 Type values
5.1.2.3.3 Formal representation
TYPE IfcProcessSelect = SELECT
(IfcProcess
,IfcTypeProcess);
END_TYPE;