IFC 4.3.2.20250219 (IFC4X3_ADD2) under development

5.1.3.46 IfcTypeObject

RV ⓘ
AbV ⓘ

5.1.3.46.1 Semantic definition

The object type defines the specific information about a type, being common to all occurrences of this type. It refers to the specific level of the well recognized generic - specific - occurrence modeling paradigm. The IfcTypeObject gets assigned to the individual object instances (the occurrences) via the IfcRelDefinesByType relationship.

The object type is represented by a set of property set definitions. The attached property sets describe the available alpha-numeric information about the object type and are used to define all common properties that apply to all object occurrences of that type.

Object types may be exchanged without being already assigned to objects. An object type may have an indication of the library (or catalogue) from which its definition originates. This association is handled by the inherited HasAssociations relationship pointing to IfcRelAssociatesLibrary.

5.1.3.46.2 Entity inheritance

5.1.3.46.3 Attributes

# Attribute Type Description
IfcRoot (4)
IfcObjectDefinition (7)
Click to show 11 hidden inherited attributes
IfcTypeObject (3)
5 ApplicableOccurrence OPTIONAL IfcIdentifier

The attribute optionally defines the data type of the occurrence object, to which the assigned type object can relate. If not present, no instruction is given to which occurrence object the type object is applicable. The following conventions are used:

  • The IFC entity name of the applicable occurrence using the IFC naming convention, CamelCase with "Ifc" prefix
  • It can be optionally followed by the predefined type after the separator "/" (forward slash), using uppercase
  • If one type object is applicable to many occurrence objects, then those occurrence object names should be separate by comma "," forming a comma separated string.
6 HasPropertySets OPTIONAL SET [1:?] OF IfcPropertySetDefinition

Set of unique property sets, that are associated with the object type and are common to all object occurrences referring to this object type.

Types SET [0:1] OF IfcRelDefinesByType FOR RelatingType

Reference to the relationship IfcRelDefinesByType and thus to those occurrence objects, which are defined by this type.

Table 5.1.3.46.A

5.1.3.46.4 Formal propositions

Name Description
NameRequired

A Name attribute has to be provided. The name can be declared within the IFC specification as part of the property set agreements.

EXISTS(SELF\IfcRoot.Name)
UniquePropertySetNames

Every individual IfcPropertySetDefinition assigned to the instance in the attribute HasPropertySets shall have a unique Name attribute value.

(NOT(EXISTS(HasPropertySets))) OR IfcUniquePropertySetNames(HasPropertySets)
Table 5.1.3.46.B

5.1.3.46.5 Concept usage

Concept Usage Description
IfcRoot (2)
IfcObjectDefinition (9)
Click to show 11 hidden inherited concepts
IfcTypeObject (2)
Object Type Predefined Type General

No description available.

Property Sets for Types General

No description available.

Table 5.1.3.46.C

5.1.3.46.6 Formal representation

ENTITY IfcTypeObject
SUPERTYPE OF (ONEOF
(IfcTypeProcess
,IfcTypeProduct
,IfcTypeResource))
SUBTYPE OF (IfcObjectDefinition);
ApplicableOccurrence : OPTIONAL IfcIdentifier;
HasPropertySets : OPTIONAL SET [1:?] OF IfcPropertySetDefinition;
INVERSE
Types : SET [0:1] OF IfcRelDefinesByType FOR RelatingType;
WHERE
NameRequired : EXISTS(SELF\IfcRoot.Name);
UniquePropertySetNames : (NOT(EXISTS(HasPropertySets))) OR IfcUniquePropertySetNames(HasPropertySets);
END_ENTITY;

5.1.3.46.7 References

Edit on Github


Is this page difficult to understand? Let us know!

5.1.3.46.8 Changelog

5.1.3.46.8.1 IFC4

  • where rule, NameRequired
  • where rule, UniquePropertySetNames
  • where rule, WR1
  • attribute ApplicableOccurrence type, Changed from "IfcLabel" to "IfcIdentifier"
  • inverse attribute ObjectTypeOf name, Changed from "ObjectTypeOf" to "Types"