IFC 4.3.x development

6.1.2.12 IfcDoorTypeEnum

6.1.2.12.1 Semantic definitions at the entity

This enumeration defines the different predefined types of an IfcDoor or IfcDoorType object.

HISTORY  New enumeration in IFC4.

6.1.2.12.1 Formal representations

TYPE IfcDoorTypeEnum = ENUMERATION OF
	(TRAPDOOR
	,DOOR
	,BOOM_BARRIER
	,GATE
	,TURNSTILE
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;