5.1.5.1 IfcSingleProjectInstance

The global rule verifies that only a single (as maximum) instance of IfcProject exists.

EXPRESS Definition

RULE IfcSingleProjectInstance FOR ( IfcProject );
    WHERE
     WR1 : SIZEOF(IfcProject) <= 1
END_RULE;

Link to this page  Link to this page