RE: Dealing with multiple XML Schema files
| Newsgroups | gmane.text.xml.schema.devel |
|---|---|
| Message-ID | <5D27281509882544A841804E4EBA914C2BC0D1BCAC@EXWA-MBX01.nexus.csiro.au> |
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: [email protected] [mailto:[email protected]] On Behalf Of Costello, Roger L. Sent: Sunday, 8 May 2011 8:55 PM To: [email protected] 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