
XML Schema Definition (XSD)
by Vijay Mukhi, Shruti Gupta, Sonal Mukhi
Description:
The XML Schema specifies the properties of a resource, while the XML file stipulates a set of values for these properties. The primary utility of the XML Schema lies in its ability to concede generous amount of autonomy to the programmer to define the rules of data validity; and thereafter, to hand over the responsibility of data validation to the XML validator. This liberates the programmer from the mundane drudgery of the task of data validation.
Download or read it online for free here:
Read online
(online html)
Similar books
XML: Managing Data Exchange- Wikibooks
This text provides a detailed description of XML, a computer language for designing web pages, and for defining other, more specialized languages. It covers XML programming, and its uses on the Internet. Exercises are included.
(17199 views)
A Technical Introduction to XMLby Norman Walsh - O'Reilly Media
This introduction to XML presents the Extensible Markup Language at a reasonably technical level for anyone interested in learning more about structured documents. In addition to XML 1.0 Specification, this text outlines related XML specifications.
(9761 views)
XForms Essentialsby Micah Dubinko - O'Reilly
Introduction and practical guide to the new XForms specification. You'll learn how to integrate XForms with both HTML and XML vocabularies, and how XForms can simplify the connection between client-based user input and server-based processing.
(17557 views)
Apache Antby Dan McCreary - Wikibooks
Apache Ant is an XML-based scripting language used by the Open Source community. Ant automates tasks such as compiling source code, building deployment packages and automatically checking dependencies of what needs to be updated in a build set.
(10230 views)