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. |
6.4.2.2.3 Formal representation
TYPE IfcInventoryTypeEnum = ENUMERATION OF
(ASSETINVENTORY
,FURNITUREINVENTORY
,SPACEINVENTORY
,USERDEFINED
,NOTDEFINED);
END_TYPE;