Have you ever wanted to validate an xml document against a schema, but didn’t have any applications at your disposal to do it?
You can use the schema validate tool on decisionsoft.com:
http://tools.decisionsoft.com/schemaValidate/
You upload a schema and an xml doc, and it will attempte to validate the xml against the schema.