IFC 4.3.0.0 (IFC4X3) final

5.4.2.8 IfcElementCompositionEnum

5.4.2.8.1 Semantic definition

This enumeration indicates the composition of a spatial structure element or proxy.

5.4.2.8.2 Type values

Type Description
COMPLEX

A group or aggregation of similar elements.

ELEMENT

An (undivided) element itself.

PARTIAL

A subelement or part.

Table 5.4.2.8.A

5.4.2.8.3 Formal representation

TYPE IfcElementCompositionEnum = ENUMERATION OF
	(COMPLEX
	,ELEMENT
	,PARTIAL);
END_TYPE;

5.4.2.8.4 References