<?xml version="1.0" encoding="utf-8"?>

<!--
How to use this document:

Use this template if you would like to use fuller tagsets than those that are available to you in TEI Lite. Each parameter entity (e.g. <!ENTITY TEI.prose 'INCLUDE'>) represents a different set of tags available for you to use in a document. Choose the tags that you want to use, and delete the remaining parameter entities.

For a cleaner document, remove comments like this one and close up any spaces in the DOCTYPE declaration when you are done customizing this template. 
-->

<!DOCTYPE TEI.2 PUBLIC "-//TEI P4//DTD Main DTD Driver File//EN" "http://www.tei-c.org/Guidelines/DTD/tei2.dtd" [
<!--You must include this statement if you are creating a TEI XML file with the full TEI DTD: -->
<!ENTITY % TEI.XML 'INCLUDE'>

<!--If you plan to use more than one "base" tagset, you must include this  statement: -->
<!ENTITY % TEI.mixed 'INCLUDE'>

<!--Remove any of the parameter entities below that indicate tagesets that you don't want to use: -->

<!--Base tagsets: 
(If more than one of these are declared, the TEI.mixed parameter entity must be used.)-->
<!ENTITY % TEI.prose 'INCLUDE'>
<!ENTITY % TEI.verse 'INCLUDE'>
<!ENTITY % TEI.drama 'INCLUDE'>
<!ENTITY % TEI.spoken 'INCLUDE'>
<!ENTITY % TEI.dictionaries 'INCLUDE'>
<!--It is recommended that you not use the following "obsolete" tagsets. See the page 323 of the guidelines for more details:
<!ENTITY % TEI.terminology 'INCLUDE'>
 -->

<!--Additional tagsets: 
(These can be added to any base tagset without needing to add the TEI.mixed parameter entity.)-->
<!ENTITY % TEI.linking 'INCLUDE'>
<!ENTITY % TEI.analysis 'INCLUDE'>
<!ENTITY % TEI.fs 'INCLUDE'>
<!ENTITY % TEI.certainty 'INCLUDE'>
<!ENTITY % TEI.transcr 'INCLUDE'>
<!ENTITY % TEI.textcrit 'INCLUDE'>
<!ENTITY % TEI.names.dates 'INCLUDE'>
<!ENTITY % TEI.nets 'INCLUDE'>
<!ENTITY % TEI.figures 'INCLUDE'>
     
<!--These allow you to use the ISO character entities. I would not recommend deleting them. -->
<!ENTITY % ISOlat1 SYSTEM 'http://www.tei-c.org/Entity_Sets/Unicode/iso-lat1.ent'> %ISOlat1;
<!ENTITY % ISOlat2 SYSTEM 'http://www.tei-c.org/Entity_Sets/Unicode/iso-lat2.ent'> %ISOlat2;
<!ENTITY % ISOnum SYSTEM 'http://www.tei-c.org/Entity_Sets/Unicode/iso-num.ent'> %ISOnum;
<!ENTITY % ISOpub SYSTEM 'http://www.tei-c.org/Entity_Sets/Unicode/iso-pub.ent'> %ISOpub;
]>
    
<TEI.2>
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title>Title</title>
        <author>Author</author>
      </titleStmt>
      <publicationStmt>
        <p>Fill in your statement here.</p>
      </publicationStmt>
      <sourceDesc>
        <p>text.</p>
      </sourceDesc>
    </fileDesc>
  </teiHeader>
  <text>
    <body>
      <div>
        <p>text</p>
      </div>
    </body>
  </text>
</TEI.2>
