Re: Import/Include question

Jeni Tennison <jeni@jenitennison.com> writes:

> Hi Khaled,
> 
> > Schema 'A'
> > -------------
> > imports Schema 'B'
> >
> > Schema 'B'
> > -------------
> > includes Schema 'C'
> > imports Schema 'A'
> >
> > Here is my question.
> > Is it valid/allowed for Schema 'C' to refer to declearations defined
> > in Schema 'A'?
> 
> Yes. When Schema A or Schema B get used, the schema validator
> constructs, in memory, one big schema that includes everything from
> Schema A, Schema B and Schema C. All the components can reference each
> other across physical file boundaries.

Actually, not necessarily 'Yes'.  Unless I'm confused, the target
namespace of schema document C must be different from that of schema
document A.  So to allow references in schema document C to components
defined in schema document A, schema document C must import schema
document A's target namespace.

ht
-- 
  Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
          W3C Fellow 1999--2001, part-time member of W3C Team
     2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-4440
	    Fax: (44) 131 650-4587, e-mail: ht@cogsci.ed.ac.uk
		     URL: http://www.ltg.ed.ac.uk/~ht/

Received on Thursday, 17 January 2002 05:57:16 UTC