buildingSMART / IFC4.3.x-development

Repository to collect updates to the IFC4.3 Specification
Other
167 stars 83 forks source link

IfcTendonConduit.PredefinedType #576

Open SergejMuhic opened 1 year ago

SergejMuhic commented 1 year ago

Should be optional and WR CorrectPredefinedType should be adjusted to:

    CorrectPredefinedType : NOT EXISTS(PredefinedType) OR
            (PredefinedType <> IfcTendonConduitTypeEnum.USERDEFINED) OR
            ((PredefinedType = IfcTendonConduitTypeEnum.USERDEFINED) AND EXISTS(SELF\IfcObject.ObjectType));
aothms commented 1 year ago

I agree. Note to self also make a shacl rule about this.

SergejMuhic commented 1 year ago

Ups, sorry for this. Must be a new feature that key words work cross organizations and repos.

aothms commented 1 year ago

No worries, tbh I was quite surprised as well