======Command xsdvalidate====== ====Name==== **xsdvalidate** validates an xml document against one or more xsd schemas ====Synopsis==== xsdvalidate schema_file [file ...] xsdvalidate "URI schema.xsd ..." [file ...] ====Description==== Validates an xml document against one or more xsd schemas. If the first form is used then the schema is used as the "no namespace" schema. If the second form is used then one or more URI/schema pairs are used as namespace schemas for validation. ---- [[CategoryCommands]] [[CommandXvalidate]]