This article is about XML schemas in general. For information on the W3C-recommended schema language for XML, see
XML Schema (W3C).An XML schema is a description of a type of
XML document, typically expressed in terms of constraints on the structure and content of documents of that type, above and beyond the basic syntax constraints imposed by XML itself. An XML schema provides a view of the document type at a relatively high level of abstraction.
See more at Wikipedia.org...
This article is about the W3C's XML Schema language.XML Schema, published as a
W3C Recommendation in May
2001, is one of several
XML schema languages. It was the first separate schema language for
XML to achieve Recommendation status by the W3C.Like all XML schema languages, XML Schema can be used to express a schema: a set of rules to which an XML document must conform in order to be considered 'valid' according to that schema. However, unlike most other schema languages, XML Schema was also designed with the intent of validation resulting in a collection of information adhering to specific
datatypes, which can be useful in the development of XML document processing software, but which has also provoked criticism.
See more at Wikipedia.org...