IFC 4.3.x development

5.4.2.17 IfcSpatialZoneTypeEnum

5.4.2.17.1 Semantic definitions at the entity

This enumeration defines the range of different types of spatial zones that can further specify an IfcSpatialZoneTypeEnum.

HISTORY  New enumeration in IFC4.

5.4.2.17.1 Formal representations

TYPE IfcSpatialZoneTypeEnum = ENUMERATION OF
	(THERMAL
	,RESERVATION
	,OCCUPANCY
	,TRANSPORT
	,FIRESAFETY
	,CONSTRUCTION
	,SECURITY
	,VENTILATION
	,LIGHTING
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;