IFC101 Only official ifc versions allowed - v1

001 | @critical
002 | @version1
003 | Feature: IFC101 - Only official IFC versions allowed
004 |
005 | The rule verifies that the IFC model has a schema identifier corresponding to any of the official versions released by buildingSMART.
006 | Specifically, IFC2x3 TC1 (version 2.3.0.1), IFC4 ADD2 TC1 (version 4.0.2.1), or IFC4.3 ADD2 (version 4.3.2.0).
007 |
008 |   Scenario: Verifying Current Schema Identifier for IFC version
009 |
010 |     Given An IFC model
011 |     Then The Schema Identifier of the model must be 'IFC2X3' or 'IFC4' or 'IFC4X3_ADD2'

Version history

Version

Tag

Date

Commit

Rule link

v1

v0.6.6

2023-11-22

f3a865e3

view