Top "Xsd-1.1" questions

Use this tag for questions specific to XSD version 1.1, the successor to XSD 1.0. XSD 1.1 introduced significant new features, and it requires the use of different processors.

How to validate XML against XSD 1.1 in Java?

What is the best way to validate XML files against XML Schema 1.1 in Java? I took the code from this …

java xml validation xsd xsd-1.1
How to indicate that an xml schema that requires schema 1.1 features?

If I create an XML Schema that requires schema 1.1 features (especially subtle ones, like removing an optional element in restriction …

xml xsd xsd-1.1
XML validation against XSD 1.1 with Xerces in Java

I have installed Xerces through Maven: <dependencies> <dependency> <groupId>junit</groupId> <…

java xml validation xerces xsd-1.1
XSD 1.1 xs:alternative/xs:assert

Is that possible with xsd 1.1? I want to switch the attributes depending on the "type" if its "A" or "B". …

xml xsd xsd-validation xsd-1.1
XML Schema 1.1 not recognizing 'assert' or 'assertion'

I am trying to use the following in an XSD <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" …

xml xsd xsd-validation xsd-1.1
Difference between xs:redefine and xs:override in XML schema 1.1

What is the difference between <xs::redefine> and <xs::override> in XML schema 1.1. I've got two …

xml xsd redefinition xsd-1.1
restriction of elements based on another attribute using XSD 1.1

I am trying to create a schema definition using XSD 1.1 in which the number of other elements is dependent on …

xsd w3c xsd-validation xsd-1.1