XML::Validator::Schema is a Perl module which validates
XML documents using the W3C XML schema. The module
does not implement the full W3C XML schema
recommendation, but rather a useful subset. It is
implemented as a SAX filter using XML::SAX.