IFC 4.3.x development

5.4.2.3 IfcBridgePartTypeEnum

5.4.2.3.1 Semantic definitions at the entity

$

5.4.2.3.1 Formal representations

TYPE IfcBridgePartTypeEnum = ENUMERATION OF
	(PYLON
	,DECK_SEGMENT
	,ABUTMENT
	,SUBSTRUCTURE
	,SUPERSTRUCTURE
	,SURFACESTRUCTURE
	,PIER
	,PIER_SEGMENT
	,DECK
	,FOUNDATION
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;