Re: fairly simple schema is still driving me nuts. HELP.

Michael Burns <Michael.Burns@sas.com> writes:

> I am still struggling with a schema I generated from a UML model.

You're still having trouble with qualified/unqualified names.

Your schema calls for unqualified local names.  PreyList has a local
declaration.  But you use a default namespace declaration, so PreyList 
is qualified.  XSV's error message makes this clear --
{...your ns...}PreyList is the undeclared element -- what your schema
expects is {None}PreyList.

Again, I recommend the Primer.

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 Tuesday, 5 December 2000 16:08:37 UTC