I have a schema that I would like to validate (note: not a document, but the schema itself) for correctness and catching any silly errors. The schema references other schemas, which are all together in the same directory. We can't host the schema publicly just yet.
Is there a command-line tool or script for any recent Windows or Unix OS which will allow me to validate each of the schemas and get a report (in any reasonable format)? I don't really want a GUI.