Is there any existing C++ implementation of the XML Schema XSD 1.1?
I found xerces-c++-3.1.1, but it only implements XSD 1.0. The java counterpart of this project does implement XSD 1.1.
I am notably looking for a way to implement the 'assert' functionality.