Hi all,

 

Schema allows putting custom attributes on element declaration, like:

 

<xs:element name="MyElement" type="MyType" minOccurs="0" myAttr1="value1"
myAttr2="value2"/>

 

I'm using the XSModel for traversing schemas and I'd like to access the
custom attributes as well but couldn't find any suitable API.

 

Does anybody know how to do it?

 

Thanks and Regards,

Dmitry

Reply via email to