If TypeB extends TypeA, and TypeA's content has an element of type TypeB, the
resulting content for TypeB will not contain the content from TypeA. A bug.
This happens because when TypeB requests the content model from TypeA, TypeA is
not fully constructed.
The solution is to postpone typeRef resolution for elements until the required
types are fully resolved.
Original issue reported on code.google.com by joe.bays...@gmail.com on 10 Feb 2015 at 8:42
Original issue reported on code.google.com by
joe.bays...@gmail.com
on 10 Feb 2015 at 8:42