5.1.3.46 IfcTypeObject
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 Click to hide 11 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:
|
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. |
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. |
|
|
UniquePropertySetNames |
Every individual IfcPropertySetDefinition assigned to the instance in the attribute HasPropertySets shall have a unique Name attribute value. |
|
5.1.3.46.5 Concept usage
Concept | Usage | Description | |
---|---|---|---|
IfcRoot (2) | |||
IfcObjectDefinition (9) | |||
Click to show 11 hidden inherited concepts Click to hide 11 inherited concepts | |||
IfcTypeObject (2) | |||
Object Type Predefined Type | General |
No description available. |
|
Property Sets for Types | General |
No description available. |
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;