Re: redefinition errors

MarkH@i2.co.uk writes:

> So just to confirm that I've got it now... am I right to conclude that once
> we've reached a <sequence> I'm stuffed? That is, once I've got something
> like
> 
> <items>
>  <sequence>
>   <elements>
>   ...
>  </sequence>
> </items>
> 
> Then there is nowhere within the children of that sequence that it will be
> possible to have same name elements of different type?

No, we're still on different pages -- the scope is determined in the
_schema_, specifically in the complex type definition, not in the
instance.  The elements explicitly, indirectly or implicitly appearing 
in the content model are the potential conflict set, _not_ extending
to element which may appear inside them as a result of _their_ content 
models.

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 Wednesday, 10 January 2001 10:04:47 UTC