Does not support XSD 1.1
See original GitHub issueWith a document instance, that is specced with XSD v1.1, I just got:
cos-all-limited.2: The {max occurs} of an element in an 'all' model group must be 0 or 1. The value 'unbounded' for element 'Bcc' is invalid.
However, when validating with Xerces2 I get no complaints. Could it be, that XSD 1.1 is not supported?
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:6 (5 by maintainers)
Top Results From Across the Web
XSD 1.1 validation for both Java and .NET C#? - Stack Overflow
Correct, .NET supports XSD 1.0, not XSD 1.1. You can use Xerces to validate XML against XSD 1.1 in Java, but there are...
Read more >XSD 1.1 Not Supported in JDK 13 - Herong's Tutorial Examples
The answer is no for JDK 13. We can prove this by trying to load this simple XSD 1.1 schema document, xsd11_datatype_test.
Read more >Please support XSD 1.1 in VS 2017! - Visual Studio Feedback
It's pretty bad, like, if you use any 1.1 features at all in your XSD, the editor completely gives up and even stops...
Read more >Will .NET ever support XSD 1.1? : r/dotnet - Reddit
XML Schema Definition Language (XSD) 1.1 is there for several years. Unfortunately .NET Framework is still behind because 1.0 version is ...
Read more >Support of XML schema 1.1 in .NET - MSDN - Microsoft
As far as I've seen, .NET does not support XML schema 1.1 (only 1.0), for instance for the validating readers. There are quite...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@bmix I’m working on this issue with PR https://github.com/angelozerr/lsp4xml/pull/515 It should be available for 0.8.0
@angelozerr @fbricon I’m trying this out and the tests fail with some
OutOfMemory Java heap space
errors.I’ve tried in the root pom file to put something similar to:
But it doesn’t work. Haven any of you seen this issue before?