IFC 4.3.x development

5.4.2.16 IfcSpaceTypeEnum

5.4.2.16.1 Semantic definitions at the entity

This enumeration defines the available generic types for IfcSpace and IfcSpaceType.

HISTORY  New enumeration in IFC2x3.

IFC4 CHANGE  The enumerators INTERNAL and EXTERNAL have been added for upward compatibility to replace InteriorOrExteriorSpace usage.

5.4.2.16.1 Formal representations

TYPE IfcSpaceTypeEnum = ENUMERATION OF
	(PARKING
	,GFA
	,BERTH
	,SPACE
	,INTERNAL
	,EXTERNAL
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;