You are viewing a plain text version of this content. The canonical link for it is here.
Posted to j-users@xerces.apache.org by Łukasz Wycisk <lu...@gmail.com> on 2008/12/13 23:44:50 UTC

XSElementDecl - non-schema attributes/values

Hi,

How to retrive non-schema attributes/values from XSElementDecl?
-- 
Łukasz Wycisk

Re: XSElementDecl - non-schema attributes/values

Posted by Michael Glavassevich <mr...@ca.ibm.com>.
Try setting the "generate-synthetic-annotations" [1] feature to true. They
should be available in the list returned from getAnnotations().

Thanks.

[1]
http://xerces.apache.org/xerces2-j/features.html#generate-synthetic-annotations

Michael Glavassevich
XML Parser Development
IBM Toronto Lab
E-mail: mrglavas@ca.ibm.com
E-mail: mrglavas@apache.org

"Łukasz Wycisk" <lu...@gmail.com> wrote on 12/13/2008 05:44:50 PM:

> Hi,
>
> How to retrive non-schema attributes/values from XSElementDecl?
> --
> Łukasz Wycisk