IFC 4.3.0.0 (IFC4X3) final

5.4.2.21 IfcSpaceTypeEnum

5.4.2.21.1 Semantic definition

This enumeration defines the available generic types for IfcSpace and IfcSpaceType.

5.4.2.21.2 Type values

Type Description
BERTH

A Space deidicated to the Berthing of vessels within a port or managed area

EXTERNAL

No description available.

GFA

Gross Floor Area - a specific kind of space for each building story that includes all net area and construction area (also the external envelop). Provision of such a specific space is often required by regulations.

INTERNAL

No description available.

PARKING

A space dedication for use as a parking spot for vehicles, including access, such as a parking aisle.

SPACE

Any space not falling into another category.

USERDEFINED

No description available.

NOTDEFINED

No description available.

Table 5.4.2.21.A

5.4.2.21.3 Formal representation

TYPE IfcSpaceTypeEnum = ENUMERATION OF
	(BERTH
	,EXTERNAL
	,GFA
	,INTERNAL
	,PARKING
	,SPACE
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

5.4.2.21.4 References