You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have an issue that requires me to add the @XmlValueExtension annotation to an object attribute that is generated by a Simple content extending double.
I can't find how to bind this in my xjb file.
My XSD looks like :
For reference, another issue have been linked to this one with same problem and the user found the way to acheive the annotation with some adjustments to xjb bindings file.
We are also moving this repo to the maven-jaxb2-plugin repository, now renamed jaxb-tools.
You'll find a new 2.0.5 version of this plugin with same groupId for all artifacts.
Also, documentation from unavailable confluence have been restored in the wiki
Hi,
I have an issue that requires me to add the @XmlValueExtension annotation to an object attribute that is generated by a Simple content extending double.
I can't find how to bind this in my xjb file.
My XSD looks like :
I get the following classes
I would like to add the annotation @XmlValueExtension to the protected Valuevalue;
I've tried the following :
But I can only annotate the class, not the value attribute.
Thanks for the help
The text was updated successfully, but these errors were encountered: