<?xml version="1.0" encoding="UTF-8"?>
<!-- Version: 21.08.2008 -->
<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"
  xmlns="http://www.text-technology.de/anawiki/ds"
  targetNamespace="http://www.text-technology.de/anawiki/ds"
  xmlns:sgf="http://www.text-technology.de/sekimo"
  xmlns:xml="http://www.w3.org/XML/1998/namespace"
  elementFormDefault="qualified" attributeFormDefault="unqualified">
  <xs:import namespace="http://www.w3.org/XML/1998/namespace" schemaLocation="xml.xsd"/>
  <xs:import namespace="http://www.text-technology.de/sekimo" schemaLocation="sgf.xsd" />
  <xs:element name="title" type="xs:string"/>
  <xs:element name="paragraph">
    <xs:complexType>
      <xs:sequence>
        <xs:element ref="sentence" minOccurs="0" maxOccurs="unbounded"/>  
      </xs:sequence>
      <xs:attribute ref="sgf:segment"/>
      <xs:attribute ref="xml:id"/>
    </xs:complexType>
  </xs:element>
  <xs:element name="sentence">
    <xs:complexType>
      <xs:attribute ref="sgf:segment"/>
      <xs:attribute ref="xml:id"/>
    </xs:complexType>
  </xs:element>
</xs:schema>
