IFC 4.3.0.0 (IFC4X3) final

5.4.2.23 IfcSpatialZoneTypeEnum

5.4.2.23.1 Semantic definition

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

5.4.2.23.2 Type values

Type Description
CONSTRUCTION

The spatial zone is used to represent a construction zone for the production process.

FIRESAFETY

The spatial zone is used to represent a fire safety zone, or fire compartment.

INTERFERENCE

The spatial zone is used to define an interference between IfcSpatialElement occurrences.

LIGHTING

The spatial zone is used to represent a lighting zone; a daylight zone, or an artificial lighting zone.

OCCUPANCY

The spatial zone is used to represent a zone of particular occupancy.

RESERVATION

A spatial zone that marks some sort of reservation within the project extent.

SECURITY

The spatial zone is used to represent a zone for security planning and maintenance work.

THERMAL

The spatial zone is used to represent a thermal zone.

TRANSPORT

No description available.

VENTILATION

The spatial zone is used to represent a ventilation zone.

USERDEFINED

User defined type spatial zone.

NOTDEFINED

Undefined type spatial zone.

Table 5.4.2.23.A

5.4.2.23.3 Formal representation

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

5.4.2.23.4 References