IfcConstructionMaterialResourceTypeEnum

Natural language names
Construction Material Resource Type Enum
Énumération des types de matériaux de construction
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcConstructionMaterialResourceTypeEnumADDED
Semantic definitions at the type
Type definition

This enumeration is used to identify the primary purpose of a construction material resource. It is limited to the most common raw materials used in construction and excludes materials commonly sold as finished products.

HISTORY  New enumeration in IFC4.
Enumeration definition
ConstantDescription
AGGREGATESConstruction aggregate including sand, gravel, and crushed stone.
CONCRETECast-in-place concrete.
DRYWALLWall board, including gypsum board.
FUELFuel for running equipment.
GYPSUMAny gypsum material.
MASONRYMasonry including brick, stone, concrete block, glass block, and tile.
METALAny metallic material.
PLASTICAny plastic material.
WOODAny wood material.
NOTDEFINEDUndefined resource.
USERDEFINEDUser-defined resource.
Formal representations
XML Specification
 <xs:simpleType name="IfcConstructionMaterialResourceTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="aggregates"/>
   <xs:enumeration value="concrete"/>
   <xs:enumeration value="drywall"/>
   <xs:enumeration value="fuel"/>
   <xs:enumeration value="gypsum"/>
   <xs:enumeration value="masonry"/>
   <xs:enumeration value="metal"/>
   <xs:enumeration value="plastic"/>
   <xs:enumeration value="wood"/>
   <xs:enumeration value="notdefined"/>
   <xs:enumeration value="userdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcConstructionMaterialResourceTypeEnum = ENUMERATION OF (
 AGGREGATES,
 CONCRETE,
 DRYWALL,
 FUEL,
 GYPSUM,
 MASONRY,
 METAL,
 PLASTIC,
 WOOD,
 NOTDEFINED,
 USERDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcConstructionMaterialResource IfcConstructionMaterialResourceType

Link to this page  Link to this page