I know how to create XSDs and how to implement inheritance using XSD.
However I need to inherit a XSD from a Java class. I mean, I want to define that
XSD but I do not want to define the Structure it inherits from as and XSD.
The reason I want to do this is that I do not want to marshar/unmarshal the attributes
of that base class.
I have heard there are some JAXB customisations which could solve this problem but
I do not know where.
If anyway could help me...
Thanks.
Gustavo.