Page 1 of 1

Trying to modularize an XSD file with "Include"

Posted: Wed Jul 07, 2004 7:51 pm
by danwhite
:?:
...but it won't behave :wink:

<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:include schemaLocation="geographics.xsd"/>
...
</xs:schema>

But it will not validate, saying it cannot resolve the names to type definitions -- they are defined in the included XSD file.

What did I miss ?

Posted: Wed Jul 07, 2004 7:53 pm
by danwhite
Silly me.

I did not save the included XSD file

Sorry for the bother.