- From: Henry S. Thompson <ht@cogsci.ed.ac.uk>
- Date: 05 Dec 2000 21:08:31 +0000
- To: Michael Burns <Michael.Burns@sas.com>
- Cc: xmlschema-dev@w3.org, "'xmlsupport@tibco.com'" <xmlsupport@tibco.com>
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