Page 1 of 1
					
				XML Schema to validate XML Schemas?
				Posted: Mon Oct 10, 2022 12:46 pm
				by JamesHimmerla
				Does anyone know if its possible to validate an XML schema with another XML schema? If so, is there a reference implementation out there? I would like to parse a Schema doc using JAXB.
			 
			
					
				Re: XML Schema to validate XML Schemas?
				Posted: Wed Oct 12, 2022 3:07 pm
				by tavy
				Hello,
Yes, you can validate an XML schema with the XML Schema schema document. You can find it on the W3C website. 
https://www.w3.org/2001/XMLSchema
Best Regards,
Octavian