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
5.1.2.4.3 Formal representation
TYPE IfcProcessSelect = SELECT
(IfcProcess
,IfcTypeProcess);
END_TYPE;