5.1.2.4 IfcProductSelect
5.1.2.4.1 Semantic definition
IfcProductSelect provides the option to either select a product occurrence, IfcProduct, or a product type, IfcTypeProduct.
5.1.2.4.2 Type values
5.1.2.4.3 Formal representation
TYPE IfcProductSelect = SELECT
(IfcProduct
,IfcTypeProduct);
END_TYPE;