IFC 4.3.0.0 (IFC4X3) final

7.11.2.2 IfcCaissonFoundationTypeEnum

7.11.2.2.1 Semantic definition

Enumeration of Caisson Foundation Types.

7.11.2.2.2 Type values

Type Description
CAISSON

Closed box.

WELL

Open box.

USERDEFINED

User-defined caisson foundation element.

NOTDEFINED

Undefined caisson element.

Table 7.11.2.2.A

7.11.2.2.3 Formal representation

TYPE IfcCaissonFoundationTypeEnum = ENUMERATION OF
	(CAISSON
	,WELL
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

7.11.2.2.4 References