Trying to modularize an XSD file with "Include"
Posted: Wed Jul 07, 2004 7:51 pm

...but it won't behave

<?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 ?