<TEI xmlns="http://www.tei-c.org/ns/1.0" xml:lang="en-GB">
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title type="main">TEI by Example</title>
        <title type="sub">Module 1: Common Structure and Elements</title>
        <author xml:id="RvdB">Ron Van den Branden</author>
        <editor xml:id="EV">Edward Vanhoutte</editor>
        <editor xml:id="MT">Melissa Terras</editor>
        <sponsor>Association for Literary and Linguistic Computing (ALLC)</sponsor>
        <sponsor>Centre for Data, Culture and Society, University of Edinburgh, UK</sponsor> 
        <sponsor>Centre for Digital Humanities (CDH), University College London, UK</sponsor>
        <sponsor>Centre for Computing in the Humanities (CCH), King’s College London, UK</sponsor>
        <sponsor>Centre for Scholarly Editing and Document Studies (CTB) , Royal Academy of Dutch Language and Literature, Belgium</sponsor>
        <funder>
          <address>
            <addrLine>Centre for Scholarly Editing and Document Studies (CTB)</addrLine>
            <addrLine>Royal Academy of Dutch Language and Literature</addrLine>
            <addrLine>Koningstraat 18</addrLine>
            <addrLine>9000 Gent</addrLine>
            <addrLine>Belgium</addrLine>
          </address>
          <email>ctb@kantl.be</email>
        </funder>
        <principal>Edward Vanhoutte</principal>
        <principal>Melissa Terras</principal>
      </titleStmt>
      <publicationStmt>
        <publisher>Centre for Scholarly Editing and Document Studies (CTB) , Royal Academy of Dutch Language and Literature, Belgium</publisher>
        <distributor>Centre for Scholarly Editing and Document Studies (CTB) , Royal Academy of Dutch Language and Literature, Belgium</distributor>
        <pubPlace>Gent</pubPlace>
        <address>
          <addrLine>Centre for Scholarly Editing and Document Studies (CTB)</addrLine>
          <addrLine>Royal Academy of Dutch Language and Literature</addrLine>
          <addrLine>Koningstraat 18</addrLine>
          <addrLine>9000 Gent</addrLine>
          <addrLine>Belgium</addrLine>
        </address>
        <availability status="free">
          <p>Licensed under a <ref target="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution ShareAlike 3.0 License</ref>
                    </p>
        </availability>
        <date when="2010-07-09">9 July 2010</date>
      </publicationStmt>
      <seriesStmt>
        <title>TEI by Example.</title>
        <respStmt>
          <name>Edward Vanhoutte</name>
          <resp>editor</resp>
        </respStmt>
        <respStmt>
          <name>Ron Van den Branden</name>
          <resp>editor</resp>
        </respStmt>
        <respStmt>
          <name>Melissa Terras</name>
          <resp>editor</resp>
        </respStmt>
      </seriesStmt>
      <sourceDesc>
        <p>Digitally born</p>
      </sourceDesc>
    </fileDesc>
    <encodingDesc>
      <projectDesc>
        <p>TEI by Example offers a series of freely available online tutorials walking individuals through the different stages in marking up a document in TEI (Text Encoding Initiative). Besides a general introduction to text encoding, step-by-step tutorial modules provide example-based introductions to eight different aspects of electronic text markup for the humanities. Each tutorial module is accompanied with a dedicated examples section, illustrating actual TEI encoding practise with real-life examples. The theory of the tutorial modules can be tested in interactive tests and exercises.</p>
      </projectDesc>
    </encodingDesc>
    <profileDesc>
      <langUsage>
        <language ident="en-GB">en-GB</language>
      </langUsage>
    </profileDesc>
    <revisionDesc>
      <change when="2020-06-28" who="#RvdB">integrated examples in a single file</change>
    </revisionDesc>
  </teiHeader>
  <text xml:id="TBED01v00" type="examples">
    <body>
            <head>Module 1: Common Structure and Elements</head>
            <div xml:id="index" type="example.index">
        <head>More is More!</head>
        <p>Since Module 1 is an introductory module outlining the common TEI structure and elements, examples of about everything covered in this chapter can be found in the example chapters of the other modules:
          <list>    
            <item>
                            <ptr type="crossref" target="TBED02v00.htm"/>: examples of the TEI header.</item>
            <item>
                            <ptr type="crossref" target="TBED03v00.htm"/>: examples of encodings of textual and non-textual phenomena in prose.</item>
            <item>
                            <ptr type="crossref" target="TBED04v00.htm"/>: examples of encodings of textual and non-textual phenomena in poetry.</item>
            <item>
                            <ptr type="crossref" target="TBED05v00.htm"/>: examples of encodings of textual and non-textual phenomena in drama.</item>
            <item>
                            <ptr type="crossref" target="TBED06v00.htm"/>: examples of additions, deletions, and omissions.</item>
          </list>    
        </p>
        <p>However, we would like to highlight the elements that are uniquely discussed in <ptr type="crossref" target="../tutorials/TBED01v00.htm"/>. Clicking the element names will point you to the reference documentation in the TEI Guidelines:
          <list>
            <item>title pages: <gi>titlePage</gi>
                        </item>
            <item>dates and time: <gi>date</gi>, <gi>time</gi>
                        </item>
            <item>numbers and measures: <gi>num</gi>, <gi>measure</gi>
                        </item>
            <item>address: <gi>address</gi> and its components</item>
            <item>analytical features: <gi>note</gi>, <gi>index</gi>
                        </item>
            <item>rendition: <gi>rendition</gi>
                        </item>
          </list>
        </p>
      </div>
        </body>
  </text>
  <!-- 
        $Date$
        $Id$  -->
</TEI>