XML Schema to validate XML Schemas?

This should cover W3C XML Schema, Relax NG and DTD related problems.
JamesHimmerla
Posts: 1
Joined: Fri Aug 12, 2022 3:51 pm

XML Schema to validate XML Schemas?

Post 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.
tavy
Posts: 365
Joined: Thu Jul 01, 2004 12:29 pm

Re: XML Schema to validate XML Schemas?

Post 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
Octavian Nadolu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply