Andonyar
Languages
Mathematics
Development

XML Schema

is called
XML Schema
is based on
XML
uses namespace
http://www.w3.org/2001/XMLSchema (usual prefix: xsd)

With XML Schema you can describe (in XML) how certain XML documents have to look like. It is similar to doctype definitions, but it is much mightier. With XML Schema you can not only describe the structure of a document, you can also define XML datatypes.

Start with reading the primer.