<?xml version="1.0" encoding="UTF-8"?>
<TEI xmlns="http://www.tei-c.org/ns/1.0"
     xmlns:rng="http://relaxng.org/ns/structure/1.0"
     xml:lang="en"  >
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title>TEI for Linguistic Corpora</title>
        <author>Sebastian Rahtz</author>
      </titleStmt>
      <publicationStmt>
        <availability status="free">
             <p>This template file is freely available and you are
             hereby authorised to copy, modify, and redistribute it in
             any way without further reference or permissions.</p>
             <p>When making such modifications, you are strongly
             recommended to change the present text to include an
             accurate statement of the licencing conditions applicable
             to your modified text.</p>
        </availability>
      </publicationStmt>
      <sourceDesc>
        <p>Written from scratch.</p>
      </sourceDesc>
    </fileDesc>
  </teiHeader>
  <text>
    <body>
      <head>TEI Corpus</head>
      <p>This TEI customization file includes the minimum TEI modules
      likely to be needed in the creation of linguistic corpora.</p>
      <schemaSpec ident="tei_corpus" start="TEI teiCorpus">
        <!-- required modules -->
        <moduleRef key="header"/>
        <moduleRef key="core"/>
        <moduleRef key="tei"/>
        <moduleRef key="textstructure"/>
        <!-- optional modules -->
        <moduleRef key="corpus"/>
        <moduleRef key="namesdates"/>
        <moduleRef key="linking"/>
        <!-- required to avoid Sanity Checker complaint -->
        <elementSpec ident="handNote" mode="delete" module="header"/>
      </schemaSpec>
    </body>
  </text>
</TEI>
