IFC 4.3.2.20241204 (IFC4X3_ADD2) under development

5.1.3.15 IfcPropertySetDefinition

RV ⓘ
AbV ⓘ

ABSTRACT This definition may not be instantiated

5.1.3.15.1 Semantic definition

IfcPropertySetDefinition is a generalization of all individual property sets that can be assigned to an object or type object. The property set definition can be either:

  • Dynamically extendable property sets - IfcPropertySet, a set of properties for which the IFC specification only provides a kind of "meta model", to be further declared by agreement. This means no entity definition of the properties exists within the IFC specification. The declaration is done by assigning a significant string value to the Name attribute of the entity as defined in the entity IfcPropertySet and at each subtype of IfcProperty, referenced by the property set. Dynamically defined property sets may have an underlying template provided by IfcPropertySetTemplate.
  • Statically defined property sets - IfcPreDefinedPropertySet, a property set entity that exists within the IFC specification. The semantic meaning of each statically defined property set is declared by its entity type and the meaning of the properties is defined by the name and data type of the explicit attribute representing it.

Property set definitions define information that is shared among multiple instances of objects, either object occurrences or object types. IfcPropertySetDefinition's (by their instantiable subtypes) can participate within the following relationships:

  • Assignment to object types - an DefinesType direct relationship to IfcTypeObject that applies the property set, with all included properties, to the object type. Those properties apply to all object occurrences having the same object type.
  • Assignment to object occurrences - an DefinesOccurrence relationship to IfcRelDefinesByProperties that applies the property set, with all included properties, to the object occurrence.

5.1.3.15.2 Entity inheritance

5.1.3.15.3 Attributes

# Attribute Type Description
IfcRoot (4)
IfcPropertyDefinition (2)
Click to show 6 hidden inherited attributes
IfcPropertySetDefinition (3)
DefinesType SET [0:?] OF IfcTypeObject FOR HasPropertySets

The type object to which the property set is assigned. The property set acts as a shared property set to all occurrences of the type object.

IsDefinedBy SET [0:?] OF IfcRelDefinesByTemplate FOR RelatedPropertySets

Relation to the property set template, via the objectified relationship IfcRelDefinesByTemplate, that, if given, provides the definition template for the property set or quantity set and its properties.

DefinesOccurrence SET [0:?] OF IfcRelDefinesByProperties FOR RelatingPropertyDefinition

Reference to the relation to one or many object occurrences that are characterized by the property set definition. A single property set can be assigned to multiple object occurrences using the objectified relationship IfcRefDefinesByProperties.

Table 5.1.3.15.A

5.1.3.15.4 Concept usage

Concept Usage Description
IfcRoot (2)
Click to show 2 hidden inherited concepts
Table 5.1.3.15.B

5.1.3.15.5 Formal representation

ENTITY IfcPropertySetDefinition
ABSTRACT SUPERTYPE OF (ONEOF
(IfcPreDefinedPropertySet
,IfcPropertySet
,IfcQuantitySet))
SUBTYPE OF (IfcPropertyDefinition);
INVERSE
DefinesType : SET [0:?] OF IfcTypeObject FOR HasPropertySets;
IsDefinedBy : SET [0:?] OF IfcRelDefinesByTemplate FOR RelatedPropertySets;
DefinesOccurrence : SET [0:?] OF IfcRelDefinesByProperties FOR RelatingPropertyDefinition;
END_ENTITY;

5.1.3.15.6 References

Edit on Github


Is this page difficult to understand? Let us know!

5.1.3.15.7 Changelog

5.1.3.15.7.1 IFC4

  • inverse attribute, DefinesOccurrence
  • inverse attribute DefinesType name, Changed from "DefinesType" to "IsDefinedBy"
  • inverse attribute DefinesType type, Changed from "SET OF [0:1] IfcTypeObject FOR HasPropertySets" to "SET OF [0:?] IfcRelDefinesByTemplate FOR RelatedPropertySets"
  • inverse attribute PropertyDefinitionOf name, Changed from "PropertyDefinitionOf" to "DefinesType"
  • inverse attribute PropertyDefinitionOf type, Changed from "SET OF [0:1] IfcRelDefinesByProperties FOR RelatingPropertyDefinition" to "SET OF [0:?] IfcTypeObject FOR HasPropertySets"