users@jaxb.java.net

Multiple XSD one application

From: Ted Poovey <tpoovey_at_USCENTRAL.ORG>
Date: Fri, 01 Aug 2003 07:50:53 -0600

I am sorry if this is a repeat. However, the search did not show anything
on this for the tutorials, here or anywhere else in relation to JAXB.

I have an application that needs to handle multiple types of XML files.
I will have an XSD for each - right?

If I do this on the generated code do I have to just expect that I will
have a package per XSD with a lot of classes that are the same name in all
of them?

What about the 'global' types? (groups / mini-xml definitions)

I hope this makes sense.