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?