![]()  | Materialklassifikation - Relation | 
![]()  | Material Classification Relationship | 
![]()  | Assignation de classification à un matériau | 
| Item | SPF | XML | Change | Description | IFC2x3 to IFC4 4.0.0.0 | 
|---|---|---|---|---|
| IfcMaterialClassificationRelationship | ||||
| MaterialClassifications | X | X | MODIFIED | Type changed from IfcClassificationNotationSelect to IfcClassificationSelect.  | IFC4 Addendum 2 Technical Corrigendum 1 4.0.2.1 | 
| IfcMaterialClassificationRelationship | MODIFIED | Status changed to Deprecated.  | IFC4x1 Final 4.1.0.0 | |
| IfcMaterialClassificationRelationship | MODIFIED | Status changed from Deprecated.  | IFC2x3 to IFC4 4.0.0.0 | |
| IfcMaterialClassificationRelationship | ||||
| MaterialClassifications | X | X | MODIFIED | Type changed from IfcClassificationNotationSelect to IfcClassificationSelect.  | IFC4 Addendum 2 Technical Corrigendum 1 4.0.2.1 | 
| IfcMaterialClassificationRelationship | MODIFIED | Status changed to Deprecated.  | IFC4x1 Final 4.1.0.0 | |
| IfcMaterialClassificationRelationship | MODIFIED | Status changed from Deprecated.  | 
IfcMaterialClassificationRelationship is a relationship assigning classifications to materials.
HISTORY New entity in IFC2x.
IFC4 CHANGE The entity IfcMaterialClassificationRelationship is deprecated since IFC4 and shall no longer be used. Use IfcExternalReferenceRelationship instead.
| # | Attribute | Type | Cardinality | Description | G | 
|---|---|---|---|---|---|
| 1 | MaterialClassifications | IfcClassificationSelect | S[1:?] | The material classifications identifying the type of material. | X | 
| 2 | ClassifiedMaterial | IfcMaterial | Material being classified. | X | 
| # | Attribute | Type | Cardinality | Description | G | 
|---|---|---|---|---|---|
| IfcMaterialClassificationRelationship | |||||
| 1 | MaterialClassifications | IfcClassificationSelect | S[1:?] | The material classifications identifying the type of material. | X | 
| 2 | ClassifiedMaterial | IfcMaterial | Material being classified. | X | |
 <xs:element name="IfcMaterialClassificationRelationship" type="ifc:IfcMaterialClassificationRelationship" substitutionGroup="ifc:Entity" nillable="true"/>
 <xs:complexType name="IfcMaterialClassificationRelationship">
  <xs:complexContent>
   <xs:extension base="ifc:Entity">
    <xs:sequence>
     <xs:element name="MaterialClassifications">
      <xs:complexType>
       <xs:group ref="ifc:IfcClassificationSelect" maxOccurs="unbounded"/>
       <xs:attribute ref="ifc:itemType" fixed="ifc:IfcClassificationSelect"/>
       <xs:attribute ref="ifc:cType" fixed="set"/>
       <xs:attribute ref="ifc:arraySize" use="optional"/>
      </xs:complexType>
     </xs:element>
     <xs:element name="ClassifiedMaterial" type="ifc:IfcMaterial" nillable="true"/>
    </xs:sequence>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
ENTITY IfcMaterialClassificationRelationship;
  MaterialClassifications : SET [1:?] OF IfcClassificationSelect;
  ClassifiedMaterial : IfcMaterial;
END_ENTITY;