XSD Tutorials - Herong's Tutorial Examples - v5.23, by Herong Yang
Introduction to XML Schema
This chapter provides a quick introduction of XML Schema. Topics include what is XML Schema, what is XSD, how to validate XML documents again XSD files, reviewing a simple application example of XML Schema, list of XSD schema processors.
Takeaways:
Table of Contents
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
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
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