IFC 4.3.0.0 (IFC4X3) final

6.4.2.4 IfcSystemFurnitureElementTypeEnum

6.4.2.4.1 Semantic definition

IfcSystemFurnitureTypeEnum defines the types of system furniture from which the type required can be selected.

6.4.2.4.2 Type values

Type Description
PANEL

Vertical panel used to divide work spaces.

SUBRACK

A subrack is a part of technical cabinet which is used to store and mount pluggable electric subunits.

WORKSURFACE

Workstation countertop.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Table 6.4.2.4.A

6.4.2.4.3 Formal representation

TYPE IfcSystemFurnitureElementTypeEnum = ENUMERATION OF
	(PANEL
	,SUBRACK
	,WORKSURFACE
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

6.4.2.4.4 References