IfcRelDefinesByProperties

Natural language names
deDefiniert durch Merkmale - Relation: Relation zwischen einem Objekt und dessen beschreibenden Merkmalen
enRel Defines By Properties
frDéfinition par propriétés
Change log
ItemSPFXMLChangeDescription
IFC2x3 to IFC4
    IfcRelDefinesByProperties
      OwnerHistoryMODIFIEDInstantiation changed to OPTIONAL.
      RelatedObjectsXXMODIFIEDType changed from IfcObject to IfcObjectDefinition.
      RelatingPropertyDefinitionMODIFIEDType changed from IfcPropertySetDefinition to IfcPropertySetDefinitionSelect.
Semantic definitions at the entity
Entity definition

The objectified relationship IfcRelDefinesByProperties defines the relationships between property set definitions and objects. Properties are aggregated in property sets. Property sets can be either directly assigned to occurrence objects using this relationship, or assigned to an object type and assigned via that type to occurrence objects.

The IfcRelDefinesByProperties is an N-to-N relationship, as it allows for the assignment of one or more property sets to one or more objects. Those objects then share the same property definition.

HISTORY  New entity in IFC2.0. Has been renamed from IfcRelAssignsProperties in IFC2x.
IFC4 CHANGE  The attribute RelatedObjects had been demoted from the supertype IfcRelDefines to IfcRelDefinesByProperties. This relationship has been modified to support multiple property sets referenced by a single relationship.
Attribute definitions
#AttributeTypeCardinalityDescription B
5RelatedObjectsIfcObjectDefinitionS[1:?] Reference to the objects (or single object) to which the property definition applies. X
6RelatingPropertyDefinitionIfcPropertySetDefinitionSelect[1:1] Reference to the property set definition for that object or set of objects.X
Inherited definitions from supertypes
Entity inheritance IfcRelDefines IfcRelationship IfcRoot
Attribute inheritance
#AttributeTypeCardinalityDescriptionB
IfcRoot
1GlobalIdIfcGloballyUniqueId[1:1] Assignment of a globally unique identifier within the entire software world. X
2OwnerHistoryIfcOwnerHistory[0:1] Assignment of the information about the current ownership of that object, including owning actor, application, local identification and information captured about the recent changes of the object,
NOTE  only the last modification in stored - either as addition, deletion or modification.
X
3NameIfcLabel[0:1] Optional name for use by the participating software systems or users. For some subtypes of IfcRoot the insertion of the Name attribute may be required. This would be enforced by a where rule. X
4DescriptionIfcText[0:1] Optional description, provided for exchanging informative comments.X
IfcRelationship
IfcRelDefines
IfcRelDefinesByProperties
5RelatedObjectsIfcObjectDefinitionS[1:?] Reference to the objects (or single object) to which the property definition applies. X
6RelatingPropertyDefinitionIfcPropertySetDefinitionSelect[1:1] Reference to the property set definition for that object or set of objects.X
Definitions applying to Bridge View

Concept inheritance

#ConceptModel View
IfcRoot
Software IdentityBridge View
User IdentityBridge View
Object OwnershipBridge View
Formal representations
XSD Specification
 <xs:element name="IfcRelDefinesByProperties" type="ifc:IfcRelDefinesByProperties" substitutionGroup="ifc:IfcRelDefines" nillable="true"/>
 <xs:complexType name="IfcRelDefinesByProperties">
  <xs:complexContent>
   <xs:extension base="ifc:IfcRelDefines">
    <xs:sequence>
     <xs:element name="RelatingPropertyDefinition">
      <xs:complexType>
       <xs:group ref="ifc:IfcPropertySetDefinitionSelect"/>
      </xs:complexType>
     </xs:element>
    </xs:sequence>
   </xs:extension>
  </xs:complexContent>
 </xs:complexType>
EXPRESS Specification
ENTITY IfcRelDefinesByProperties
 SUBTYPE OF (IfcRelDefines);
  RelatedObjects : SET [1:?] OF IfcObjectDefinition;
  RelatingPropertyDefinition : IfcPropertySetDefinitionSelect;
END_ENTITY;

Link to EXPRESS-G diagram EXPRESS-G diagram

Link to this page  Link to this page