users@jaxb.java.net

Error: attribute hat bad value: get the valid enumeration???

From: Christoph Brunner <news_chbr0001_at_YAHOO.DE>
Date: Wed, 04 Jun 2003 02:47:34 -0600

In my Schema i have defined an enumeration of valid values for a specific tag-attribute.
If i manipulate this value in an example xml File to an invalid value, so the unmarshalling with JAXB get me this error:
attribute "V" has a bad value: the value is not a member of the enumeration.
Is there a possibility to get the enumeration in Java, so i can say the user which values are valid?

Thanks
Christoph Brunner