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