[xsd-users] abstract types access

Boris Kolpackov boris at codesynthesis.com
Mon Jan 26 10:15:17 EST 2009


Hi Azadeh,

Azadeh Omrani <a.omrani at gmail.com> writes:

> xsd::cxx::tree::not_derived<char> at memory location 0x0012d5bc.."

This exception means that the actual (dynamic) object type is not
derived from the (static) element type (SessionDescriptionBaseType,
in your case). Can you make sure that whatever type mentioned in
xsi:type is actually derived from SessionDescriptionBaseType?

If that does not help, then I will need a small test case (i.e.,
schema, test driver, and XML file) that reproduces the problem.

Boris




More information about the xsd-users mailing list