Trying to modularize an XSD file with "Include"

Having trouble installing Oxygen? Got a bug to report? Post it all here.
danwhite
Posts: 10
Joined: Wed Jul 07, 2004 7:45 pm

Trying to modularize an XSD file with "Include"

Post 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 ?
danwhite
Posts: 10
Joined: Wed Jul 07, 2004 7:45 pm

Post by danwhite »

Silly me.

I did not save the included XSD file

Sorry for the bother.
Post Reply