IFC 4.3.x development

5.4.2.2 IfcAssemblyPlaceEnum

5.4.2.2.1 Semantic definitions at the entity

This enumeration defines where the assembly is intended to take place, either in a factory or on the building site.

HISTORY  New enumeration in IFC2x2.

5.4.2.2.1 Formal representations

TYPE IfcAssemblyPlaceEnum = ENUMERATION OF
	(SITE
	,FACTORY
	,NOTDEFINED);
END_TYPE;