TEI Element Set for bookcove.net

version 1.0 as of 2025-12-04

Core Required Elements (TEI Minimal)

Document Structure

Basic Text Structure

Additional Structural Elements

Document Divisions

Poetry/Verse

Lists

Tables

Inline Elements

Emphasis and Highlighting

Quotations and References

Special Text

Breaks

Figures/Illustrations

Total Count

Approximately 34 elements - enough for most literary texts without overwhelming users.

Common Attributes

Example Usage

<TEI xmlns="http://www.tei-c.org/ns/1.0">
  <teiHeader>
    <fileDesc>
      <titleStmt>
        <title>Pride and Prejudice</title>
      </titleStmt>
      <publicationStmt>
        <p>Published by bookcove.net</p>
      </publicationStmt>
      <sourceDesc>
        <p>Transcribed from 1813 edition</p>
      </sourceDesc>
    </fileDesc>
  </teiHeader>
  <text>
    <front>
      <div type="preface">
        <head>Preface</head>
        <p>This is the preface...</p>
      </div>
    </front>
    <body>
      <div type="chapter" n="1">
        <head>Chapter I</head>
        <p>It is a truth universally acknowledged, that a single man in possession of a good fortune, must be in want of a wife.</p>
        
        <figure>
          <graphic url="images/estate.jpg"/>
          <head>Netherfield Park</head>
          <figDesc>A grand English estate with manicured gardens</figDesc>
        </figure>
        
        <p>However little known the feelings or views of such a man may be on his first entering a neighbourhood, this truth is so well fixed in the minds of the surrounding families, that he is considered the <hi rend="italic">rightful property</hi> of some one or other of their daughters.</p>
        
        <milestone rend="stars"/>

        <p>The next morning brought a new development.</p>

        <quote>
          <p>I declare after all there is no enjoyment like reading!</p>
          <signed>— Miss Bingley</signed>
        </quote>
      </div>
    </body>
  </text>
</TEI>

Notes