$ xmllint --noout --schema stats.xsd example-stat.xml example-stat.xml validatesHere is what you might see for an invalid document:
$ xmllint --noout --schema stats.xsd junk.xml junk.xml:1: element event: Schemas validity error : Element 'event': No matching global declaration available for the validation root. junk.xml fails to validate