I’m using MyEclipse 6.6.
I have a set of open standard WSDL & XSD that I don’t own, but must use. The XSD won’t pass schema validation, erroring with many instances of:
cos-ct-extends.1.4.3.2.2.1.a: The content type of a derived type and that of its base must both be mixed or both be element-only.
Research leads me to believe that the error relates to a problem with Xerces that has been fixed in newer versions. I see at MyEclipse–>Preferences–>MyEclipse Enterprise Workbench–>Validation that XML schema validation is performed by Xerces-based XML Schema Validator. How do I get the Validator to use a newer version of Xerces?
TIA
Joe