I'm writing a xml schema (a xsd) to describe the format our partners should send us data in.
And I'm havening a hard time find a tool that can validate the xsd file that i have written.
The best way I have found so far is to write an example input xml file and try to validate that with the xsd. But that doesn't feel like a best practice maneuver.
How should I validate a xml schema?