IFC 4.3.x development

6.1.2.4 IfcBuildingElementProxyTypeEnum

6.1.2.4.1 Semantic definitions at the entity

This enumeration defines the available generic types for IfcBuildingElementProxy or IfcBuildingElementProxyType.

HISTORY  New enumeration IFC2x3

IFC4 CHANGE  Enumerators PROVISIONFORVOID and PROVISIONFORSPACE added.

DEPRECATION  The enumerator COMPLEX, ELEMENT, PARTIAL shall no longer be used.

6.1.2.4.1 Formal representations

TYPE IfcBuildingElementProxyTypeEnum = ENUMERATION OF
	(PARTIAL
	,PROVISIONFORVOID
	,COMPLEX
	,PROVISIONFORSPACE
	,ELEMENT
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;