I am trying to make use of VFP 8's XMLAdapter class and I am running into a
problem when trying a LoadXML() on a document.

I get the following error:

"Incorrect definition for the root element in schema line 4, position 56.
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">"

I've seen this exact line in various XML sites as being a valid start to an
XSD file. Could someone please shed some light as to what the problem is??

Jon