6.1.2.5 IfcChimneyTypeEnum
6.1.2.5.1 Semantic definition
This enumeration defines the valid types of chimneys that can be predefined using the enumeration values.
6.1.2.5.2 Type values
| Type | Description | 
|---|---|
USERDEFINED
 | 
 No description available.  | 
NOTDEFINED
 | 
 No description available.  | 
6.1.2.5.3 Formal representation
TYPE IfcChimneyTypeEnum = ENUMERATION OF
	(USERDEFINED
	,NOTDEFINED);
END_TYPE;