<?xml version="1.0" encoding="UTF-8"?>
<xs:schema targetNamespace="http://www.w3.org/1999/xhtml" xmlns="http://www.w3.org/1999/xhtml" xmlns:xs="http://www.w3.org/2001/XMLSchema" blockDefault="#all">
  <xs:annotation>
    <xs:documentation>
      This is the XML Schema driver for SLXHTML 1.0.
      SLXHTML is a profile of XHTML (see W3C copyright notice below).

      @author: Gregor Karlinger gregor.karlinger@cio.gv.at
      $Id: slxhtml.xsd,v 1.2 2003/12/02 19:34:37 karlinger Exp $
    </xs:documentation>
  </xs:annotation>
  <xs:annotation>
    <xs:documentation>
      This is XHTML, a reformulation of HTML as a modular XML application
      The Extensible HyperText Markup Language (XHTML)
      Copyright &#169;1998-2003 World Wide Web Consortium
      (Massachusetts Institute of Technology, Institut National de
      Recherche en Informatique et en Automatique, Keio University).
      All Rights Reserved.
    
      Permission to use, copy, modify and distribute the XHTML Schema
      modules and their accompanying xs:documentation for any purpose
      and without fee is hereby granted in perpetuity, provided that the above
      copyright notice and this paragraph appear in all copies.  
      The copyright holders make no representation about the suitability of
      these XML Schema modules for any purpose.
    
      They are provided "as is" without expressed or implied warranty.
    </xs:documentation>
  </xs:annotation>
  <xs:annotation>
    <xs:documentation>  
      This is the Schema Driver file for SLXHTML 1.0 
      Document Type
    
     This schema includes    
        + modules for SLXHTML 1.0 Document Type.
        
        + schema that defines all the named model for 
          the SLXHTML 1.0 Document Type
        
        + schema that redefines the content model of 
          individual elements defined in the Module 
          implementations.
            
      SLXHTML 1.0 Document Type includes the following Modules
      
        XHTML Core modules 
            +  text
            +  lists
            +  structure
            
        Other XHTML modules
          +  Style
          +  Image
          +  Tables
          
    </xs:documentation>
  </xs:annotation>
  <xs:include schemaLocation="slxhtml-module-redefines-1.xsd">
    <xs:annotation>
      <xs:documentation>
         This schema redefines the content model defined by 
         the individual modules for SLXHTML 1.0 Document Type
      </xs:documentation>
    </xs:annotation>
  </xs:include>
  <xs:include schemaLocation="slxhtml-model-1.xsd">
    <xs:annotation>
      <xs:documentation>
        Document Model module for the SLXHTML 1.0 Document Type.
        This schema file defines all named models used by XHTML
        Modularization Framework for SLXHTML 1.0 Document Type
      </xs:documentation>
    </xs:annotation>
  </xs:include>
  <!--<xs:include schemaLocation="xhtml-framework-1.xsd">
    <xs:annotation>
      <xs:documentation>
        Schema Framework Component Modules:
            +  notations
            +  datatypes
            +  common attributes
            +  character entities
      </xs:documentation>
      <xs:documentation source="http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_commonatts"/>
    </xs:annotation>
  </xs:include>-->
  <!--<xs:include schemaLocation="xhtml-text-1.xsd">
    <xs:annotation>
      <xs:documentation>
        Text module
      
        The Text module includes declarations for all core 
        text container elements and their attributes.
      
            +  block phrasal
            +  block structural
            +  inline phrasal
            +  inline structural
      
        Elements defined here:
          * address, blockquote, pre, h1, h2, h3, h4, h5, h6
          * div, p
          * abbr, acronym, cite, code, dfn, em, kbd, q, samp, strong, var
          * br, span
      </xs:documentation>
      <xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_textmodule"/>
    </xs:annotation>
  </xs:include>-->
  <xs:include schemaLocation="xhtml-list-1.xsd">
    <xs:annotation>
      <xs:documentation>
        Lists module

        Elements defined here:
          * dt, dd, dl, ol, ul, li
      </xs:documentation>
      <xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_listmodule"/>
    </xs:annotation>
  </xs:include>
<!--  <xs:include schemaLocation="xhtml-struct-1.xsd">
    <xs:annotation>
      <xs:documentation>
        Structural module

        Elements defined here:
          * title, head, body, html
      </xs:documentation>
      <xs:documentation source="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_structuremodule"/>
    </xs:annotation>
  </xs:include>-->
  <xs:include schemaLocation="xhtml-blkpres-1.xsd">
    <xs:annotation>
      <xs:documentation>
        Block Presentational module
        
         Elements defined here:
           * hr
      </xs:documentation>
    </xs:annotation>
  </xs:include>
  <!--<xs:include schemaLocation="xhtml-style-1.xsd">
    <xs:annotation>
      <xs:documentation>
        Style module
        
        Elements defined here:
          * style
      </xs:documentation>
    </xs:annotation>
  </xs:include>-->
  <!--<xs:include schemaLocation="xhtml-image-1.xsd">
    <xs:annotation>
      <xs:documentation>
        Image module
        
        Elements defined here:
          * img
      </xs:documentation>
    </xs:annotation>
  </xs:include>-->
  <!--<xs:include schemaLocation="xhtml-table-1.xsd">
    <xs:annotation>
      <xs:documentation>
        Tables module
      
        Elements defined here:
          * table, caption, thead, tfoot, tbody, colgroup, col, tr, th, td
      </xs:documentation>
    </xs:annotation>
  </xs:include>-->
</xs:schema>