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