IFC 4.3.x development

5.4.2.7 IfcExternalSpatialElementTypeEnum

5.4.2.7.1 Semantic definitions at the entity

This enumeration defines the different types of external spatial elements.

HISTORY  New enumeration in IFC4.

5.4.2.7.1 Formal representations

TYPE IfcExternalSpatialElementTypeEnum = ENUMERATION OF
	(EXTERNAL_EARTH
	,EXTERNAL
	,EXTERNAL_WATER
	,EXTERNAL_FIRE
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;