IFC 4.3.x development

5.4.2.18 IfcTransportElementFixedTypeEnum

5.4.2.18.1 Semantic definitions at the entity

This enumeration is used to identify fixedtransport element types.

HISTORY New enumeration in IFC2x.

5.4.2.18.1 Formal representations

TYPE IfcTransportElementFixedTypeEnum = ENUMERATION OF
	(ELEVATOR
	,ESCALATOR
	,STRUCTURE
	,MOVINGWALKWAY
	,LIFTINGGEAR
	,HAULINGGEAR
	,CRANEWAY
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;