users@jaxb.java.net

jaxb annotation in xsd file

From: Maciej Zubala <maciej.zubala_at_gmail.com>
Date: Tue, 23 Sep 2008 12:18:43 +0200

Hi,

I've got problems with inheritance in jaxb and I find on some forums that to
solve my problem I need to annotate one class with XMLSeeAlso annotation.
Unfortunatelly I cannot do it in java code generated from xsd, so here is my
question: is it posible to put this annotation in xsd file so that xjc will
annotate a java class automatically for me ??