<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet type="text/xsl" href="../resources/style/page.xsl"?><my:doc xmlns:my="http://www.jenitennison.com/" xmlns="http://www.w3.org/1999/xhtml">
   <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:dcq="http://purl.org/dc/qualifiers/1.0/">
      <rdf:Description about="/schema/index.xml">
         <dc:title>Jeni's XML Schema Pages</dc:title>
         <dc:date xmlns:vcf="http://www.ietf.org/internet-drafts/draft-dawson-vcard-xml-dtd-03.txt">
            <rdf:Description dcq:dateType="created" dcq:dateScheme="W3C-DTF" rdf:value="2002-08-11"/>
         </dc:date>
         <dc:date xmlns:vcf="http://www.ietf.org/internet-drafts/draft-dawson-vcard-xml-dtd-03.txt">
            <rdf:Description dcq:dateType="modified" dcq:dateScheme="W3C-DTF" rdf:value="2002-08-11"/>
         </dc:date>
         <dc:creator rdf:resource="jeni@jenitennison.com"/>
         <link rel="stylesheet" href="/resources/style/base.css"/>
      </rdf:Description>
   </rdf:RDF>
   <h1>Jeni's Schema Pages</h1>
   <p>
	These pages are about XML schemas - meta-language for describing the structure of XML documents and validating them.  Naturally, there are all sorts of <my:link href="#links">other pages</my:link>	around that cover schemas for XML.  Jeni's Schema Pages are dedicated to helping people understand and make the most of using schema languages.
</p>
   <h2>Tutorials</h2>
   <p>
     These slides are from the XML Schema tutorial that I gave at <my:link href="www.extrememarkup.org">Extreme Markup Languages</my:link> in 2002 and yes, I'm afraid that they were created using PowerPoint. You can download everything, or just the exercises, as zips:
   </p>
   <my:links>
     <my:link href="tutorial/tutorial.zip">Full tutorial</my:link>
     <my:link href="tutorial/exercises.zip">Exercises</my:link>
   </my:links>
   <p>
     Or browse through the HTML (IE only):
   </p>
   <my:links height="unbounded">
      <my:link href="tutorial/introduction.html">Introduction to XML Schema</my:link>
      <my:link href="tutorial/structures.html">Validating document structures</my:link>
      <my:link href="tutorial/datatypes.html">Using and defining data types</my:link>
      <my:link href="tutorial/multipleschemas.html">Using multiple schemas</my:link>
      <my:link href="tutorial/complextypes.html">Building complex type hierarchies</my:link>
      <my:link href="tutorial/patterns.html">Design patterns in XML Schema</my:link>
      <my:link href="tutorial/schematron.html">Embedding Schematron in XML Schema</my:link>
   </my:links>
   <h2 id="links">Links</h2>
   <my:links>
      <my:link href="http://www.xfront.com/BestPracticesHomepage.html">XML Schema Best Practices</my:link>
   </my:links>
</my:doc>