users@jaxb.java.net

JAXB alternatives for ID/IDREF

From: Dave Hoffer <DHoffer_at_xrite.com>
Date: Wed, 28 Nov 2007 19:04:01 -0500

I am authoring an XSD schema where I want the benefits of ID/IDREF so I
can reuse document content instead of duplication. However since
ID/IDREF looses type information JAXB uses generic Object data types for
these parameters, this is not ideal.

Is there a different XSD technique I could use that gives the same
benefits without loosing type information?

-Dave