Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Validate an XSD schema using XSD

Since an XSD schema is a valid XML document itself, is there any main XSD document that could be used to validate any other XSD document?

In case you wonder why I need this, I am working with a program called B2B Data Transformation from Informatica and I am trying to programatically generate an xml document (which is in fact XSD) but the program requires an XSD document that can validate the generated xml.

like image 650
Meitham Avatar asked Jan 31 '11 01:01

Meitham


1 Answers

Yes. XML Schema is written in XML Schema itself and can be downloaded from here

like image 127
Aravind Yarram Avatar answered Sep 24 '22 22:09

Aravind Yarram