What is XSD (XML Schema Definition)?
An XSD document is an XML document that describes the structure and content of another XML document. It is used to both valiadate an XML document and used by programs that read the XML document to understand the content.
Visit the wikipedia page or a tutorial.
|