IfcConstructionProductResourceTypeEnum

Natural language names
Construction Product Resource Type Enum
Énumération des types de ressource d'un produit de construction
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcConstructionProductResourceTypeEnumADDED
Semantic definitions at the type
Type definition

This enumeration is used to identify the primary purpose of a construction product resource. It describes use of products created for construction, and excludes products of the finished building model.

HISTORY  New enumeration in IFC4.
Enumeration definition
ConstantDescription
ASSEMBLYConstruction of assemblies for use as input to the building model or other assemblies.
FORMWORKConstruction or placement of forms for placing materials such as concrete.
USERDEFINEDUser-defined resource.
NOTDEFINEDUndefined resource.
Formal representations
XML Specification
 <xs:simpleType name="IfcConstructionProductResourceTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="assembly"/>
   <xs:enumeration value="formwork"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcConstructionProductResourceTypeEnum = ENUMERATION OF (
 ASSEMBLY,
 FORMWORK,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcConstructionProductResource IfcConstructionProductResourceType

Link to this page  Link to this page