| Priority |
Normal |
| Type | Bug |
| State | Fixed |
| Assignee | Maxim Mossienko |
| Subsystem | XML editing |
| Affected versions |
No affected versions
|
| Fixed in |
No fix versions
|
| Fixed in build |
Next build |
| Build |
4192
|
| Fixed in build |
5227
|
| Severity |
0
|
IDEA-31938 |
Internal IDEA validation does not understand xs:any |
|
|
{code:xml|title=anybug.xml}
<?xml version="1.0" encoding="UTF-8"?>
<root xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="anyBug.xsd">
<aValidTag>
</aValidTag>
</root>
The message may be appropriate, but then is there a way to get IDEA to stop marking those tags as errors? Really that is my problem is that all of the errors are visually distracting when editing the document and also make it harder to find "real" errors. Even if it were possible to turn off validation completely on the file (but IDEA still uses the schema to auto-complete tags if possbible), it might be a better situtation than what happens now.