5.1.3.39 IfcRelDefinesByTemplate
5.1.3.39.1 Semantic definition
The objectified relationship IfcRelDefinesByTemplate defines the relationships between property set template and property sets. Common information about property sets, e.g. the applicable name, description, contained properties, is defined by the property set template and assigned to all property sets.
The IfcRelDefinesByTemplate is a 1-to-N relationship, as it allows for the assignment of one property set template to a single or to many property sets or quantity sets. Those property sets then share the same property set template definition.
5.1.3.39.2 Entity inheritance
5.1.3.39.3 Attributes
# | Attribute | Type | Description |
---|---|---|---|
IfcRoot (4) | |||
Click to show 4 hidden inherited attributes Click to hide 4 inherited attributes | |||
IfcRelDefinesByTemplate (2) | |||
5 | RelatedPropertySets | SET [1:?] OF IfcPropertySetDefinition |
One or many property sets or quantity sets that obtain their definitions from the single property set template. |
6 | RelatingTemplate | IfcPropertySetTemplate |
Property set template that provides the common definition of related property sets. |
5.1.3.39.4 Concept usage
Concept | Usage | Description | |
---|---|---|---|
IfcRoot (2) | |||
Click to show 2 hidden inherited concepts Click to hide 2 inherited concepts |
5.1.3.39.5 Formal representation
ENTITY IfcRelDefinesByTemplate SUBTYPE OF (IfcRelDefines); RelatedPropertySets : SET [1:?] OF IfcPropertySetDefinition; RelatingTemplate : IfcPropertySetTemplate; END_ENTITY;