users@jaxb.java.net

Re: Can only obtain child elements of three (3) types

From: Sekhar Vajjhala <sekhar.vajjhala_at_sun.com>
Date: Wed, 02 Jul 2003 00:46:53 -0400

Can you please post a simplified version of the schema along with an instance
document so we can try it out ?

Sekhar


Shannon Hughes wrote:

> I'm using JAXB classes generated from an XML schema that contains elements with children of many types of elements, sometimes up to a dozen. We are experiencing the problem that only the first three child elements can be accessed from a List...any separate child element type after the third defined type in the XML schema is not being unmarshalled into the JAXB java objects. Anyone experience this problem?