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.
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.1If 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.1I have installed Xerces through Maven: <dependencies> <dependency> <groupId>junit</groupId> <…
java xml validation xerces xsd-1.1Is 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.1I 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.1What is the difference between <xs::redefine> and <xs::override> in XML schema 1.1. I've got two …
xml xsd redefinition xsd-1.1I 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