IFC 4.3.0.0 (IFC4X3) final

8.6.2.2 IfcClassificationSelect

8.6.2.2.1 Semantic definition

The IfcClassificationSelect enables selection of whether a classification reference is to be referenced from an external source, or whether a classification is referenced as such.

8.6.2.2.2 Type values

Type
IfcClassification
IfcClassificationReference
Table 8.6.2.2.A

8.6.2.2.3 Formal representation

TYPE IfcClassificationSelect = SELECT
	(IfcClassification
	,IfcClassificationReference);
END_TYPE;

8.6.2.2.4 References