IfcConstructionEquipmentResourceTypeEnum

Natural language names
Construction Equipment Resource Type Enum
Énumération des types d'équipements utilisés pour la construction
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcConstructionEquipmentResourceTypeEnumADDED
Semantic definitions at the type
Type definition

This enumeration is used to identify the primary purpose of a construction equipment resource. It is limited to the most common equipment used in construction.

HISTORY  New enumeration in IFC4.
Enumeration definition
ConstantDescription
DEMOLISHINGRemoval or destruction of building elements.
EARTHMOVINGExcavating, filling, or contouring earth.
ERECTINGLifting, positioning, and placing elements.
HEATINGTemporary heat to support construction.
LIGHTINGTemporary lighting to support construction.
PAVINGRoads or walkways such as asphalt or concrete.
PUMPINGInstalling materials through pumps.
TRANSPORTINGTransporting products or materials.
USERDEFINEDUser-defined resource.
NOTDEFINEDUndefined resource.
Formal representations
XML Specification
 <xs:simpleType name="IfcConstructionEquipmentResourceTypeEnum">
  <xs:restriction base="xs:string">
   <xs:enumeration value="demolishing"/>
   <xs:enumeration value="earthmoving"/>
   <xs:enumeration value="erecting"/>
   <xs:enumeration value="heating"/>
   <xs:enumeration value="lighting"/>
   <xs:enumeration value="paving"/>
   <xs:enumeration value="pumping"/>
   <xs:enumeration value="transporting"/>
   <xs:enumeration value="userdefined"/>
   <xs:enumeration value="notdefined"/>
  </xs:restriction>
 </xs:simpleType>
EXPRESS Specification
TYPE IfcConstructionEquipmentResourceTypeEnum = ENUMERATION OF (
 DEMOLISHING,
 EARTHMOVING,
 ERECTING,
 HEATING,
 LIGHTING,
 PAVING,
 PUMPING,
 TRANSPORTING,
 USERDEFINED,
 NOTDEFINED);
END_TYPE;

Link to EXPRESS-G diagram EXPRESS-G diagram

References  References: IfcConstructionEquipmentResource IfcConstructionEquipmentResourceType

Link to this page  Link to this page