XSD Tutorials - Herong's Tutorial Examples - Version 5.10, by Dr. Herong Yang

About This Book

This section provides some detailed information about this book - XSD Tutorials - Herong's Tutorial Examples.

Website URL: http://www.herongyang.com/XSD

Title: XSD Tutorials - Herong's Tutorial Examples

Author: Dr. Herong Yang

Category: XML

Version/Edition: Version 5.10, 2014

Number of pages: 301

Short description: This free book is a collection of tutorial examples and notes written by the author while he was learning XSD (XML Schema Definition). Topics include XSD, XML, Schema, simpleType, complexType, simpleContent, complexContent, dataTime, dateTimeStamp, gYear, gMonth, gDay, duration, yearMonthDuration, dayTimeduration, anyURI, Namespace, Xerces2.

Long description: This free book is a collection of tutorial examples and notes written by the author while he was learning XSD (XML Schema Definition). Topics include XSD, XML, Schema, simpleType, complexType, simpleContent, complexContent, dataTime, dateTimeStamp, gYear, gMonth, gDay, duration, yearMonthDuration, dayTimeduration, anyURI, Namespace, Xerces2. Key sections include: What Is XSD (XML Schema Definition); XSD 1.1 Specifications; XML Schema Processors; What Is JAXP; XSD Schema XML DOM Validator; XSD Schema XML SAX Validator; Using Xerces2 Java Parser API; List of Built-in Datatypes; string, normalizedString, token datatypes; integer, long, int, short, byte datatypes; gYear, gMonth, gDay, gYearMonth, gMonthDay datatypes; duration, yearMonthDuration, dayTimeDuration Datatypes; atomic, list, union datatypes; simpleContent, complexType; unique, key and keyref identity constraints; assert and assertion validation rules; Schema Component Reuse - "include", "redefine" or "import";

Keywords: Tutorial, Example, XML, Schema, XSD, Language, Validation, Validation

Cost/Price: Free

Viewing statistics:

This book has been viewed a total of:

  • 635,598 times as of December 2013.
  • 515,680 times as of December 2012.
  • 391,478 times as of December 2011.
  • 254,701 times as of December 2010.
  • 156,295 times as of December 2009.
  • 63,154 times as of December 2008.

Revision history:

  • Version 5.10, 2014. Added tutorials on Xerces2.
  • Version 5.00, 2013. Updated with XSD 1.1.
  • Version 4.00, 2007. Updated in hyPub format.
  • Version 3.00, 2004. Updated in XHTML and PDF formats.

Copyright:

  • This book is under Copyright © 2014 by Dr. Herong Yang. All rights reserved.
  • Material in this book may not be published, broadcasted, rewritten or redistributed in any form.
  • The example codes is provided as-is, with no warranty of any kind.

Table of Contents

About This Book

 Introduction to XML Schema

 XML Editor and Schema Processor - XMLPad

 Java API for XML Processing - JAXP

 JAXP - XML Schema (XSD) Validation

 Xerces2 Java Parser - Java API of XML Parsers

 Using Xerces2 Java API

 XML Schema Language - Basics

 Introduction of XSD Built-in Datatypes

 "string" and Its Derived Datatypes

 "decimal" and Its Derived Datatypes

 "dateTime" and Its Related Datatypes

 Miscellaneous Built-in Datatypes

 Facets, Constraining Facets and Restriction Datatypes

 "simpleType" - Defining Your Own Simple Datatypes

 Complex Element Declaration

 Identity-Constraints: unique, key and keyref

 Assertion as Custom Validation Rules

 XML Schema Location and Namespace in XML Documents

 Overriding Element Types in XML Documents

 Linking Multiple Schema Documents Together

 Glossary

 References

 PDF Printing Version

About This Book - Updated in 2014, by Dr. Herong Yang