6.4.2.4 IfcSystemFurnitureElementTypeEnum
6.4.2.4.1 Semantic definition
IfcSystemFurnitureElementTypeEnum 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.  | 
6.4.2.4.3 Formal representation
TYPE IfcSystemFurnitureElementTypeEnum = ENUMERATION OF
	(PANEL
	,SUBRACK
	,WORKSURFACE
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;