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.  | 
5.4.2.8.3 Formal representation
TYPE IfcElementCompositionEnum = ENUMERATION OF
	(COMPLEX
	,ELEMENT
	,PARTIAL);
END_TYPE;