XML, DTD, XSD Validation Commands
XML validation commands can be used to validate the following types of document:
•valxml-withdtd: Validates an XML instance document against a DTD
•valxml-withxsd: Validates an XML instance document against an XML Schema
•valdtd: Validates a DTD document
•valxsd: Validates a W3C XML Schema (XSD) document.