<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema targetNamespace="http://examplotron.org/0/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:eg="http://examplotron.org/0/" xmlns:xlink="http://www.w3.org/1999/xlink" elementFormDefault="qualified" attributeFormDefault="qualified">
  <xsd:annotation>
    <xsd:documentation>

This Version: V 0.2 (24 March 2001) 
   http://examplotron.org/0/2/examplotron.xsd

Latest Version: 
   http://examplotron.org/examplotron.xsd

Latest version for this namespace: 
   http://examplotron.org/0/examplotron.xsd

History:

V0.2: creation
V0.3: 
 - Added support for eg:assert

----------------

Copyright (c) 2001 Eric van der Vlist
                   
Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
``Software''), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

The name of the authors when specified in the source files shall be 
kept unmodified.

THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL 4XT.ORG BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
USE OR OTHER DEALINGS IN THE SOFTWARE.

 <xsd:import namespace="http://www.w3.org/1999/xlink"/> 
</xsd:documentation>
  </xsd:annotation>
  <xsd:attribute name="occurs">
    <xsd:annotation>
      <xsd:documentation>Number of occurrences</xsd:documentation>
    </xsd:annotation>
    <xsd:simpleType>
      <xsd:restriction base="xsd:string">
        <xsd:enumeration value="*"/>
        <xsd:enumeration value="+"/>
        <xsd:enumeration value="?"/>
        <xsd:enumeration value="."/>
      </xsd:restriction>
    </xsd:simpleType>
  </xsd:attribute>
  <xsd:attribute name="assert" type="xsd:string">
    <xsd:annotation>
      <xsd:documentation>XPath assertion (default namespaces forbidden per XPath 1.0)  
      </xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
  <xsd:attribute name="placeHolder" type="xsd:boolean" value="false">
    <xsd:annotation>
      <xsd:documentation>Definition of place holder elements.  
      </xsd:documentation>
    </xsd:annotation>
  </xsd:attribute>
 <xsd:element name="import">
    <xsd:annotation>
      <xsd:documentation>Definition of import elements.  
      </xsd:documentation>
    </xsd:annotation>
	<xsd:complexType>
	<xsd:sequence>
		<xsd:any namespace="##any"/>
	</xsd:sequence>
	<xsd:attribute ref="xlink:type" fixed="simple"/>
	<xsd:attribute ref="xlink:href"/>
  </xsd:complexType>
 </xsd:element>
</xsd:schema>

