
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
A Gentle Introduction to XMLThese tutorials introduce a variety of XML topics including, SVG, DTD, Schema, XSLT, DOM and SAX. Each topic includes a number of problems that the student must complete. Online parsers that process the students answers and give immediate feedback.
(9423 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.
(10002 views)
XForms Tutorial and Cookbookby Dan McCreary - Wikibooks
This book is a tutorial and cookbook with many complete running XForms examples. It teaches the fundamental concepts of XForms. The more advanced examples solve specific tasks and reduce the amount of JavaScript necessary to write high-quality forms.
(15673 views)
DocBook XSL: The Complete Guideby Bob Stayton - Sagehill Enterprises
The definitive guide to using the DocBook XSL stylesheets. It shows the full potential of DocBook publishing. It covers all aspects of DocBook publishing tools, including installing, using, and customizing the stylesheets and processing tools.
(14707 views)