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.  | 
8.10.3.2.4 Formal representation
ENTITY IfcMaterialClassificationRelationship;
	MaterialClassifications : SET [1:?] OF IfcClassificationSelect;
	ClassifiedMaterial : IfcMaterial;
END_ENTITY;