Community
Participate
Working Groups
Build Identifier: Hi Colleagues, In DTE the following scenario fails: 1) Open the attached xsd in DTE 2) Go to source and paste <simpleType name="DataTypes"> <restriction base="string"> <enumeration value="date" /> <enumeration value="double" /> <enumeration value="int32" /> <enumeration value="int64" /> <enumeration value="money" /> <enumeration value="string" /> <enumeration value="timestamp" /> </restriction> </simpleType> 3) Go to the DT tab - simple type not shown Regards, Stanislav Reproducible: Always
Created attachment 191298 [details] xsd to reproduce
Hi Colleagues, Setting prio to critical since major functionality is broken - edit in source Regards, Stanislav
Created attachment 198218 [details] proposed patch Hi Colleagues, I've prepared a patch for this issue. I'm still unable to get a successful test run, so I'm unable to check if all the tests are still green. Please have that in mind if you decide to apply the patch. Regards, Stanislav
Hi Stani, Thanks for the patch. I have done small refactorings to it, and applied it. I have run all the test, and they are green. Best regards, Dimitar