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 4.0.0.0
    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
DEMOLISHING

Removal or destruction of building elements.

EARTHMOVING

Excavating, filling, or contouring earth.

ERECTING

Lifting, positioning, and placing elements.

HEATING

Temporary heat to support construction.

LIGHTING

Temporary lighting to support construction.

PAVING

Roads or walkways such as asphalt or concrete.

PUMPING

Installing materials through pumps.

TRANSPORTING

Transporting products or materials.

USERDEFINED

User-defined resource.

NOTDEFINED

Undefined 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