MyEclipse -> Files and Editors -> XML -> XML Schemas
Previous version of MyEclipse used to have two extra groups of options to set namely
Validating Files
Directives.
They are missing from MyEclpse 8M1. as a result, when you add an include statement in an xsd files, it automatically removes it upon save. Run Validation on this schema will result in an error. There is no option to stop this automatic behaviour.
<xsd:include schemaLocation=”B.xsd” />
Please advice.