IFC 4.3.0.0 (IFC4X3) final

6.4.2.2 IfcInventoryTypeEnum

6.4.2.2.1 Semantic definition

IfcInventoryTypeEnum defines the types of inventory that can be defined.

6.4.2.2.2 Type values

Type Description
ASSETINVENTORY

A collection of asset instances of type IfcAsset.

FURNITUREINVENTORY

A collection of furniture instances of type IfcFurnishingElement.

SPACEINVENTORY

A collection of space instances of type IfcSpace.

USERDEFINED

User-defined type.

NOTDEFINED

Undefined type.

Table 6.4.2.2.A

6.4.2.2.3 Formal representation

TYPE IfcInventoryTypeEnum = ENUMERATION OF
	(ASSETINVENTORY
	,FURNITUREINVENTORY
	,SPACEINVENTORY
	,USERDEFINED
	,NOTDEFINED);
END_TYPE;

6.4.2.2.4 References