RE: Dealing with multiple XML Schema files

a. Completing recipe 6, Instance.xml will be found valid by most common processors _providing_ the xsi:schemaLocation points the no-prefix-namespace to all-files.xsd. 
b. And combining recipes 6. And 7., it's OK for each of A.xsd and B.xsd and C.xsd and D.xsd to (circularly) <include> all-files.xsd. That way, the xsi:schemaLocation value in an instance document can be *any* of these 5 files, and still allow successful validation. 

Simon Cox

-----Original Message-----
From: xmlschema-dev-request@w3.org [mailto:xmlschema-dev-request@w3.org] On Behalf Of Costello, Roger L.
Sent: Sunday, 8 May 2011 8:55 PM
To: xmlschema-dev@w3.org
Subject: Dealing with multiple XML Schema files

Hi Folks,

I wrote a short article on dealing with multiple XML Schema files:

http://xfront.com/Dealing-With-Multiple-XML-Schema-Files.pdf

Comments welcome.

/Roger

Received on Monday, 9 May 2011 05:31:57 UTC