Re: Differentiate between local global complex types and the ones from included schema

2011-05-24 Thread Michael Glavassevich
RJ wrote on 05/24/2011 01:27:44 PM: > Is there a way to differentiate between local global complex types > and the ones from included schemas No. I think I mentioned this before, but worth repeating... Xerces' XML Schema API provides a schema component centric view of an XML Schema. Often you c

Differentiate between local global complex types and the ones from included schema

2011-05-24 Thread RJ
Is there a way to differentiate between local global complex types and the ones from included schemas I use namesapce to differentiate between local global complex types and the ones from imported schemas I couldn't figure out how to do it for included schemas. -