IfcInventoryTypeEnum

Natural language names
Inventory Type Enum
Enumération des types d'inventaire
Semantic definitions at the type
Type definition

IfcInventoryTypeEnum defines the types of inventory that can be defined.

HISTORY  New enumeration in IFC2.0.
Enumeration definition
ConstantDescription
ASSETINVENTORYA collection of asset instances of type IfcAsset.
SPACEINVENTORYA collection of space instances of type IfcSpace.
FURNITUREINVENTORYA collection of furniture instances of type IfcFurnishingElement.
USERDEFINEDUser-defined type.
NOTDEFINEDUndefined type.
Formal representations
XML Specification
 <xs:simpleType name="IfcInventoryTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="assetinventory"/>
   <xs:enumeration value="spaceinventory"/>
   <xs:enumeration value="furnitureinventory"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcInventoryTypeEnum = ENUMERATION OF (
 ASSETINVENTORY,
 SPACEINVENTORY,
 FURNITUREINVENTORY,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcInventory

Link to this page  Link to this page