5.1.3.19 IfcRelAssociatesClassification

Association à classification
Ordnet Klassifikation zu - Relation

The objectified relationship IfcRelAssociatesClassification handles the assignment of a classification item (items of the select IfcClassificationSelect) to objects occurrences (subtypes of IfcObject) or object types (subtypes of IfcTypeObject).

The relationship is used to assign a classification item, or a classification system itself to objects. Depending on the type of the RelatingClassification it is either:

NOTE  The reference to a classification item includes a link to the classification system within which the item is declared. It assigns the meaning of the classification item to the object (ocurrence or type). The reference to the classification system provides the information that the object (occurrence or type) is governed by the classification system but no assignment of a particular items has been done yet.

The inherited attribute RelatedObjects define the objects or object types to which the classification is applied. The attribute RelatingClassification is the reference to a classification, applied to the object(s). A single RelatingClassification can thereby be applied to one or multiple objects.

HISTORY  New entity in IFC2x.

XSD Specification:

 <xs:element name="IfcRelAssociatesClassification" type="ifc:IfcRelAssociatesClassification" substitutionGroup="ifc:IfcRelAssociates" nillable="true"/>
 <xs:complexType name="IfcRelAssociatesClassification">
  <xs:complexContent>
   <xs:extension base="ifc:IfcRelAssociates">
    <xs:sequence>
     <xs:element name="RelatingClassification">
      <xs:complexType>
       <xs:group ref="ifc:IfcClassificationSelect"/>
      </xs:complexType>
     </xs:element>
    </xs:sequence>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>

EXPRESS Specification:

ENTITY IfcRelAssociatesClassification
SUBTYPE OF (IfcRelAssociates);
RelatingClassification : IfcClassificationSelect;
END_ENTITY;

Attribute Definitions:

RelatingClassification : Classification applied to the objects.

Inheritance Graph:

ENTITY IfcRelAssociatesClassification
ENTITY IfcRoot
GlobalId : IfcGloballyUniqueId;
OwnerHistory : OPTIONAL IfcOwnerHistory;
Name : OPTIONAL IfcLabel;
Description : OPTIONAL IfcText;
ENTITY IfcRelationship
ENTITY IfcRelAssociates
RelatedObjects : SET [1:?] OF IfcDefinitionSelect;
ENTITY IfcRelAssociatesClassification
RelatingClassification : IfcClassificationSelect;
END_ENTITY;

Link to this page  Link to this page