Re: Schema include problem

You have to work through the errors one at a time, and make sure
you're not missing any.  When I ran xsv locally against your instance,
it complained that content-v04.xsd was using lom: without importing
it.  I fixed that (with 
<xs:import namespace="http://www.imsglobal.org/xsd/imsmd_rootv1p2p1"
           schemaLocation="imsmd_rootv1p2p1.xsd"/>

The remaining errors all look like real errors to me, and indeed there
_is_ no declaration of an element called 'learningObject', so XSV is
correct to report that it found no declaration for the document
element.

ht
-- 
  Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh
                      Half-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/
 [mail really from me _always_ has this .sig -- mail without it is forged spam]

Received on Tuesday, 15 July 2003 10:23:12 UTC