IFC 4.3.x development

6.1.2.3 IfcBearingTypeEnum

6.1.2.3.1 Semantic definitions at the entity

6.1.2.3.1 Formal representations

TYPE IfcBearingTypeEnum = ENUMERATION OF
	(DISK
	,POT
	,ELASTOMERIC
	,GUIDE
	,CYLINDRICAL
	,ROCKER
	,SPHERICAL
	,ROLLER
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;