<?xml version="1.0" encoding="UTF-8"?>
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
           targetNamespace="http://www.w3.org/1999/xhtml"
           xmlns="http://www.w3.org/1999/xhtml">

  <xs:annotation>
    <xs:documentation>
      This is the XML Schema module thae defines all XHTML named content models
      $Id: model-template-1.xsd,v 1.2 2003/09/20 01:41:39 speruvem Exp $
    </xs:documentation>
    <xs:documentation source="xhtml-copyright-1.xsd"/>
  </xs:annotation>
  
  <xs:annotation>
    <xs:documentation>
      XHTML Document Model

      This module describes the groupings of elements/attributes that make up
      common content models for XHTML elements.

      XHTML has following basic content models:

          Inline.mix;          character-level elements
          Block.mix;           block-like elements, eg., paragraphs and lists
          Flow.mix;            any block or inline elements
          HeadOpts.mix;        Head Elements
          InlinePre.mix;     Special class for pre content model
          InlineNoAnchor.mix;  Content model for Anchor
      
      Any groups declared in this module may be used
      to create element content models, but the above are
      considered 'global' (insofar as that term applies here).
      
      XHTML has the following Attribute Groups
           Core.extra.attrib
           I18n.extra.attrib
           Common.extra
           
      The above attribute Groups are considered Global
         
    </xs:documentation>
  </xs:annotation>  

   <xs:attributeGroup name="I18n.extra.attrib">
      <xs:annotation>
        <xs:documentation>
          Extended I18n attribute
        </xs:documentation>
      </xs:annotation>  
   </xs:attributeGroup>
  
   <xs:attributeGroup name="Core.extra.attrib">
      <xs:annotation>
        <xs:documentation>
           Extended Core Attributes
        </xs:documentation>
      </xs:annotation>
   </xs:attributeGroup>
  
   <xs:attributeGroup name="Common.extra">
      <xs:annotation>
        <xs:documentation>
           Extended Common Attributes
        </xs:documentation>
      </xs:annotation>
   </xs:attributeGroup>
         
  <xs:group name="HeadOpts.mix">
    <xs:choice>
    </xs:choice>
  </xs:group>
  
  <xs:group name="InlinePre.mix">
    <xs:choice>
    </xs:choice>
  </xs:group>  

  <xs:group name="Inline.mix">
    <xs:choice>
    </xs:choice>
  </xs:group>
    
  <xs:group name="InlNoAnchor.mix">
    <xs:choice>
    </xs:choice>
  </xs:group>

  <xs:group name="Block.mix">
    <xs:choice>
    </xs:choice>
  </xs:group>
    
  <xs:group name="Flow.mix">
    <xs:choice>
    </xs:choice>
  </xs:group>
  

</xs:schema>