IFC 4.3.0.0 (IFC4X3) final

6.1.2.4 IfcBuildingElementProxyTypeEnum

6.1.2.4.1 Semantic definition

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

6.1.2.4.2 Type values

Type Description
COMPLEX

Not used - kept for upward compatibility.

ELEMENT

Not used - kept for upward compatibility.

PARTIAL

Not used - kept for upward compatibility.

USERDEFINED

User-defined building element proxy.

NOTDEFINED

Undefined building element proxy.

Table 6.1.2.4.A

6.1.2.4.3 Formal representation

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

6.1.2.4.4 References