users@jaxb.java.net

Re: Name Collision

From: Bhakti Mehta <Bhakti.Mehta_at_Sun.COM>
Date: Thu, 17 Mar 2005 12:01:18 -0800

You can customize the jaxb bindings as an inline annotation in the
schema or as an external file.
See the fix-collides sample for more information.

Regards,
Bhakti
Lagomasino, Adolfo (Adolfo) wrote:

>I have an element in my schema named "Attribute" and another named "AttributeType"
>During compilation of the schema, the compiler attempts to create an AttributeType interface for both elements, causing a name collision.
>How can I avoid this (excluding changing the name of the elements in the schema)?
>Adolfo
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe_at_jaxb.dev.java.net
>For additional commands, e-mail: users-help_at_jaxb.dev.java.net
>
>
>