question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Does not support XSD 1.1

See original GitHub issue

With 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:open
  • Created 4 years ago
  • Reactions:3
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
angelozerrcommented, Jul 17, 2019

@bmix I’m working on this issue with PR https://github.com/angelozerr/lsp4xml/pull/515 It should be available for 0.8.0

0reactions
NikolasKomonencommented, Jun 12, 2019

@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:

<plugin>
    <configuration>
        <argLine>-Xmx1g</argLine>
        ....

But it doesn’t work. Haven any of you seen this issue before?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found