You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-dev@xerces.apache.org by "Bagepalli, Kiran" <kb...@informatica.com> on 2002/10/11 20:39:25 UTC

SchemaElemDecl

Currently the SchemaElemDecl has a isGlobalDecl() and a content spec. But
the content spec itself does not have the concept
of a GlobalDecl meaning, if 

X is a unnamed complexType using local element Y,

for the SchemaElemDecl X it has a content spec of Y. But how can I find out
if Y is in the local or global declaration.
I understand there will be another SchemaElemDecl for Y marked as local
Decl. But according to the schema spec, we can effectively define many local
elements called Y. How can I differenciate and associate the correct decl
with X.

I would appreciate if someone could throw light on the internals of the
design.
Thanks
Kiran


---------------------------------------------------------------------
To unsubscribe, e-mail: xerces-c-dev-unsubscribe@xml.apache.org
For additional commands, e-mail: xerces-c-dev-help@xml.apache.org