IFC 4.3.2.20240128 (IFC4X3_ADD2) under development

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

Edit on Github


Is this page difficult to understand? Let us know!