-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
15 changes: 15 additions & 0 deletions
15
features/IFC105_Resource-entities-need-to-be-referenced-by-rooted-entity.feature
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
@IFC | ||
@version5 | ||
@E00030 | ||
@implementer-agreement | ||
Feature: IFC105 - Resource entities need to be referenced by rooted entity | ||
|
||
The rule verifies that resource entities are directly or indirectly related to at least on rooted entity instance by means of forward or inverse attributes. | ||
Resource entities are the schema classes that do not inherit from IfcRoot, typically defined in the resource layer of the schema (e.g Geometry Resource). | ||
|
||
Scenario: Resource entities need to be referenced by rooted entity | ||
|
||
Given a traversal over the full model originating from subtypes of IfcRoot | ||
Given an entity instance | ||
Given its entity type is not 'IfcRoot' | ||
Then it must be referenced by an entity instance inheriting from IfcRoot directly or indirectly |