XML Schema Examples

The following XML Schema document describes the vocabulary of XSLT:

 <?xml version="1.0"?> <schema xmlns="http://www.w3.org/1999/XMLSchema" targetNamespace="http://www.w3.org/1999/XSL/Transform" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" elementFormDefault="qualified" version="May 11, 2000" > <annotation> <documentation>A Schema for XSLT - Don Box (http://www.develop.com/dbox)</documentation> <documentation>Thanks to Curt Arnold, Henry Thompson and Noah Mendelsohn for catching some errors along the way.</documentation> </annotation> <!-- internal types --> <simpleType name="avt" base="string"> <annotation> <documentation source="http://www.w3.org/TR/xslt#attribute-value- templates"/> </annotation> </simpleType> <simpleType ...

Get Essential XML: Beyond Markup now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.