Re: An SAXParseException associated with the XML Schema for Schemas

That message is surprising, since the relevant type is defined in
datatypes.xsd, which is <include>d by XMLSchema.xsd.

It's possible that the way you're invoking Xerces makes the <include>
be skipped.

Although some processors do have more subtle problems with the sForSD,
this doesn't seem to be one of them.

I suggest you retrieve

  http://www.w3.org/2001/XMLSchema.xsd

and use that instead (its a single schema document which corresponds
to the same schema you're trying to get from two schema documents).

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@inf.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 Wednesday, 13 April 2005 08:45:42 UTC