To validate in DTD world, try
  
   xmllint --noout --valid test-dtd.xml

To validate in Schema world, try

   rnv ms-desc.rnc test.xml

Neither should produce any output, all being well.

YMMV

