IFC 4.3.2.20240423 (IFC4X3_ADD2) under development

8.6.3.11 IfcResourceLevelRelationship

ABSTRACT This definition may not be instantiated

8.6.3.11.1 Semantic definition

IfcResourceLevelRelationship is an abstract base entity for relationships between resource-level entities.

8.6.3.11.2 Entity inheritance

8.6.3.11.3 Attributes

# Attribute Type Description
IfcResourceLevelRelationship (2)
1 Name OPTIONAL IfcLabel

A name used to identify or qualify the relationship.

2 Description OPTIONAL IfcText

A description that may apply additional information about the relationship.

Table 8.6.3.11.A

8.6.3.11.4 Formal representation

ENTITY IfcResourceLevelRelationship
 ABSTRACT SUPERTYPE OF (ONEOF
	(IfcApprovalRelationship
	,IfcCurrencyRelationship
	,IfcDocumentInformationRelationship
	,IfcExternalReferenceRelationship
	,IfcMaterialRelationship
	,IfcOrganizationRelationship
	,IfcPropertyDependencyRelationship
	,IfcResourceApprovalRelationship
	,IfcResourceConstraintRelationship));
	Name : OPTIONAL IfcLabel;
	Description : OPTIONAL IfcText;
END_ENTITY;

8.6.3.11.5 References

Edit on Github


Is this page difficult to understand? Let us know!

8.6.3.11.6 Changelog

8.6.3.11.6.1 IFC4

  • New resource