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 IfcSpatialZone.
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
|
The spatial zone is used to represent an area primarily dedicated to the movement of people or goods. |
VENTILATION
|
The spatial zone is used to represent a ventilation zone. |
USERDEFINED
|
User defined type spatial zone. |
NOTDEFINED
|
Undefined type spatial zone. |
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;