
Hi Florent, Full support for XML Schema 1.1 is planned for 14.1. Right now you can enable the validation from Options -> Preferences -- XML / XML Parser / Saxon EE Validation by setting "XML Schema version" to "1.1" and enabling "Use Saxon-EE as default XML Schema validation engine". There is one possibility/workaround to get content completion now, if you overwrite the /builtin/XMLSchema.xsd resource in the Java classpath with a schema for XML Schema 1.1. To overwrite a resource you need to place it in the classpath before the one you overwrite, for oXygen you can do that by putting the resource in a jar then drop that in oXygen lib/endorsed folder (the endorsed folder needs to be created). Best Regards, George -- George Cristian Bina <oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger http://www.oxygenxml.com On 7/3/12 2:02 PM, Florent Georges wrote:
Hi,
I've probably missed the obvious, but I can't find how to set XML Schema version to 1.1 for the XSD editor (so to have for instance completion for 1.1-specific features).
Regards,