Community
Participate
Working Groups
Build Identifier: Hi Colleagues, In DTE the following scenario fails: 1) open the attached xsd in the DTE 2) go to the DT tab and add new global element 3) custom xsd validation message is shown in the title 4) Ctrl + S - validation error is gone Currently, the custom validation should be updated to cover the "null" namespace as well as "" (empty) namespace. Regards, Stanislav Reproducible: Always
Created attachment 191513 [details] xsd to reproduce
Created attachment 197837 [details] patch fixing the ObjectForResolveUtils Hi Colleagues, I've prepared a patch for this issue. The fixes are in the ObjectForResolveUtils. I've added a test covering the test case described to reproduce the issue. Regards, Stanislav Nichev
Hi Stanislav, Thanks for the fix. I have applied it. Best regards, Dimitar