There are a few more than the ones you quoted. You might look at the
JAXB 2.1 specification, to be found at:
https://cds.sun.com/is-bin/INTERSHOP.enfinity/WFS/CDS-CDS_JCP-Site/en_US/-/USD/ViewProductDetail-Start?ProductRef=jaxb-2.1-mrel-eval-oth-JSpec@CDS-CDS_JCP
Don't ask me why this is in this highly obscure place.
-W
On Thu, Oct 2, 2008 at 2:07 PM, Lulseged Zerfu
<lulseged.zerfu_at_ericsson.com> wrote:
> Hi
>
> I am looking for all options for global bindings. The following are those
> that I could find in one of the samples in 2.1.8. Or are there the only
> options that are supported? where do I find documentation for these options?
>
> <jxb:globalBindings
> fixedAttributeAsConstantProperty="false"
> collectionType="java.util.Vector"
> typesafeEnumBase="xs:NCName"
> choiceContentProperty="false"
> typesafeEnumMemberName="generateError"
> enableFailFastCheck="false"
> generateIsSetMethod="true"
> underscoreBinding="asCharInWord">
> </jxb:globalBindings>
>
>
>
>
>
> Lulseged