Re: Namespace qualified attributes?

To elaborate slightly, the type of all 'name' attributes in XML Schema 
is NCName.  So you can't _ever_ say

<xs:... name="...:..." ...>...</...>

Whenever you define or declare anything, you use a simple name, and
that name is define _in the target namespace_.  Hence Eric's correct
observation that you need (at least) one schema document per 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 Wednesday, 11 October 2000 17:09:47 UTC