Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Turn on the validation XSD 1.1 in Intellij IDEA

is any way how to turn on the validation of XSD version 1.1 in Intellij IDEA instead of default 1.0? As I know to be able to validate against version 1.1 the processor should just take -xsdversion:1.1, but I don't see any configuration point in IDE how I can set it.

like image 518
Bogdan Nechyporenko Avatar asked Mar 07 '14 14:03

Bogdan Nechyporenko


People also ask

What is XSD schema validation?

The WSRR web user interface validates each definition file when starting, and when new or updated definition files are loaded. This is done according to the definition XML Schema Definition (XSD).


2 Answers

This feature was added in Intellij 15

Settings -> Languages & Frameworks -> Schemas and DTDs -> Default XML Schemas

like image 179
Asatur Meltonyan Avatar answered Sep 18 '22 16:09

Asatur Meltonyan


If anyone will stuck with this issue, please be aware that this functionality is missing in the Intellij IDEA so far, I've discussed it on the JetBrains forum: http://devnet.jetbrains.com/message/5511591#5511591 and created a feature request for it, so we'll be waiting for it in the following releases :)

like image 22
Bogdan Nechyporenko Avatar answered Sep 19 '22 16:09

Bogdan Nechyporenko