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. |
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;