users@jaxb.java.net

Name Collision

From: Lagomasino, Adolfo (Adolfo) <"Lagomasino,>
Date: Thu, 17 Mar 2005 14:07:39 -0500

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