IFC 4.3.0.0 (IFC4X3) final

8.10.3.2 IfcMaterialClassificationRelationship

8.10.3.2.1 Semantic definition

IfcMaterialClassificationRelationship is a relationship assigning classifications to materials.

8.10.3.2.2 Entity inheritance

8.10.3.2.3 Attributes

# Attribute Type Description
IfcMaterialClassificationRelationship (2)
1 MaterialClassifications SET [1:?] OF IfcClassificationSelect

The material classifications identifying the type of material.

2 ClassifiedMaterial IfcMaterial

Material being classified.

Table 8.10.3.2.A

8.10.3.2.4 Formal representation

ENTITY IfcMaterialClassificationRelationship;
	MaterialClassifications : SET [1:?] OF IfcClassificationSelect;
	ClassifiedMaterial : IfcMaterial;
END_ENTITY;

8.10.3.2.5 Changelog

  • attributes MaterialClassifications definition, Changed from set[1:?] of IfcClassificationNotationSelect to set[1:?] of IfcClassificationSelect
  • deprecated, Changed from False to True
  • deprecated, Changed from True to False