Hi.
> When i analyse the schema, the following validation rule causes the
> problem...
>
> < xs:element name =" NSF_SuggestedReviewers " nillable="true" >
>
> It doesnt like "nillable=true"
I have resolved your problem in jaxbvalidation. nillables are now
supported. If element is nil, no content checks are done at all.
Bye.
/lexi