What is XSD?Explained by W3C:XML Schemas express shared vocabularies and allow machines to carry out rules made by people. They provide a means for defining the structure, content and semantics of XML documents. Explained by w3schools: XML Schema is an XML-based alternative to DTDs. An XML Schema describes the structure of an XML document. The XML Schema language is also referred to as XML Schema Definition (XSD). In this tutorial you will learn how to read and create XML Schemas, why XML Schemas are more powerful than DTDs, and how to use the XML Schema language in your application. My tutorials :3rd party tutorials :w3schoolsSchema TutorialSimple TypesComplex TypesXSD Elements XSD Empty XSD Elements Only XSD Text Only XSD Mixed XSD Indicators XSD <any> XSD <anyAttribute> XSD Substitution XSD Example Data TypesOtherReferencesSoftware and downloads :General questions and answers :Common problems and solutions :Techniques and common solutions:Project site & reference documentation: |
