[xsd-users] Default parsers for incomplete polymorphic schemas

Boris Kolpackov boris at codesynthesis.com
Wed Apr 4 07:01:36 EDT 2018


Scott Houchin <scott.houchin at aero.org> writes:

> I am starting to look at xsd cxx-parser as part of development of a forward
> compatible XML interface standard. What I want to do is define a parser that
> will handle all extended types as if they were the base type if the xsi:type
> is unknown.
>
> [...]
> 
> I did look at creating a custom type map [...]

We did something like this in XSD/e -- see the examples in
examples/cxx/hybrid/evolution/.

We could probably do the same in XSD for C++/Parser, though this mapping
is no longer actively developed (we will still fix bugs, etc). 

Boris



More information about the xsd-users mailing list