XSD Validator

Validate XML documents for well-formedness and structural correctness. Optionally validate against an XSD schema.

XML Document

About XSD Validation

XSD (XML Schema Definition) defines the structure, data types and constraints of an XML document. Well-formedness checks basic XML syntax. Schema validation additionally checks content against the XSD rules.