-
Notifications
You must be signed in to change notification settings - Fork 20
Description
I am validating an IFC file with the IFC2x3 schema in SPS007.
The file contains IfcAnnotation objects related to a spatial structure using IfcRelContainedInSpatialStructure.
While this is schema-valid in IFC2x3, SPS007 reports a spatial containment error for these annotations.
According to the Coordination View 2.0 Entity List (CoordinationView_V2-0_EntityList_IFC2x3_Version-1-6_Final.pdf), on page 13, IfcAnnotation is marked red (0) in all columns, meaning it is out of scope for Architecture, Building Services, and Structural disciplines in CV2.0.
I understand this is why the validator flags the error. However, the current validation error can be misleading; it appears to indicate an issue with the containment itself, when in fact the entity type is simply not part of the CV2.0 MVD.

extruded solids for mapped.ifc.txt
Attached is the file with the above-mentioned issue.
Could you please help us with the following questions
- Is it possible to move such cases to the N/A section instead of reporting them as errors?
- Could the error be updated to indicate that the entity is "not part of CV2.0 scope" rather than a generic spatial containment error?
- Is there any recommended workaround we can use to avoid this error while still maintaining schema correctness?