<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE book SYSTEM "http://www.oasis-open.org/docbook/xml/4.2/docbookx.dtd">
<book lang="en">
    <bookinfo>
        <title>California Digital Library TEI Best Practice Guidelines for Encoding Oral Histories</title>
        <corpauthor>California Digital Library Structured Text Working Group</corpauthor>
        <edition>Version 2.0</edition>
        <copyright>
            <year>2006</year>
            <holder>University of California</holder>
        </copyright>
        <legalnotice>
            <para>
                <emphasis role="bold">The encoding guidelines provided here are unedited working
                    drafts produced by CDL's Structured Text Working Group. They should not be
                    treated as final documents. Updated guidelines will be available in November 2004.</emphasis>
            </para>
        </legalnotice>
    </bookinfo>
    <preface id="intro">
        <title>Introduction</title>
        <para>This document is part of a collection of best practice guidelines established by the
            California Digital Library's Structured Text Working Group for encoding electronic
            texts. The guidelines provide best practices for marking up XML documents in accordance
            with the Textual Encoding Initiative's <emphasis>TEI P4: Guidelines for Electronic Text
                Encoding and Interchange</emphasis> (TEI P4). All projects submitting text documents
            to the CDL must follow the CDL TEI best bractices in order to produce files that may be
            automatically ingested and distributed by the CDL. There are four separate but related
            guidelines available, each geared toward a specific type of text, each accompanied by a
            specific DTD:</para>
        <itemizedlist>
            <listitem>
                <para>
                    <ulink url="/stwg/lite/">
                        <emphasis>California Digital Library TEI Lite Best Practice Guidelines for
                            Encoding Basic Texts</emphasis>
                    </ulink>
                </para>
            </listitem>
            <listitem>
                <para>
                    <ulink url="/stwg/book/">
                        <emphasis>California Digital Library TEI Best Practice Guidelines for
                            Encoding Printed Books</emphasis>
                    </ulink>
                </para>
            </listitem>
            <listitem>
                <para>
                    <ulink url="/stwg/ms/">
                        <emphasis>California Digital Library TEI Best Practice Guidelines for
                            Encoding Manuscripts</emphasis>
                    </ulink>
                </para>
            </listitem>
            <listitem>
                <para>
                    <ulink url="/stwg/oh/">
                        <emphasis>California Digital Library TEI Best Practice Guidelines for
                            Encoding Oral Histories</emphasis>
                    </ulink>
                </para>
            </listitem>
        </itemizedlist>
        <para>All of the above guidelines also require projects to consult the CDL's separate,
            universal set of guidelines for creating a TEI header: <emphasis>
                <ulink url="/stwg/metadata/">California Digital Library Best
                    Practice Guidelines for Encoding TEI Headers</ulink>
            </emphasis>
        </para>
        <para>These documents assume that readers are already familiar with the basics of XML and
            TEI P4 and are only seeking guidance as to how to apply them to specific cases. In other
            words, the best practices guidelines are not exhaustive instructions on XML nor the TEI.
            Not every element nor attribute available through a particular CDL TEI DTD is discussed
            in-depth, although a complete list of available elements and attributes for each set of
            best practices can be found in the appendix of each set of guidelines.</para>
        <para>All CDL TEI best practices also assume that the electronic text being encoded is being
            derived principally, if not wholly, from an existing paper source document. That is,
            these guidelines are not expressly intended for projects creating born-digital texts,
            although they may be adapted for such use. These guidelines are intended for projects
            that are producing semi-diplomatic transcriptions of a source document with few if any
            editorial changes. While projects may choose not to reproduce the <emphasis role="italic">look</emphasis> or layout of a source document through their encoding, no
            emendation (meaning deliberate editorial change) of any textual element in the source
            document is permitted unless the project's emendation policy, spelling out what has been
            changed and what preserved, can be consistently applied and clearly explained in the
            document header.</para>
        <para>The <emphasis>CDL TEI Best Practice Guidelines for Encoding Oral Histories</emphasis>
            are for the encoding of transcriptions of recorded oral histories. As with all CDL TEI
            guidelines, this document is meant to be used in conjunction with full documentation for
            TEI P4. Where an issue is not directly addressed in these guidelines, the official
                <ulink url="http://www.tei-c.org/P4X/">TEI Guidelines</ulink> should be consulted.</para>
    </preface>
    <preface id="use">
        <title>Using These Guidelines</title>
        <para>These guidelines are prescriptive. However, not all individual practices mentioned
            here are absolutely required for compliance to the standard. The following list provides
            the words and phrases that should serve as cues throughout this document as to whether a
            practice is required, recommended, or optional:</para>
        <itemizedlist>
            <listitem>
                <para>REQUIRED</para>
                <para>
                    <emphasis role="bold">must, must not, will, will not, do, do not</emphasis>
                </para>
                <para> Unless the practice is followed, the document will not be considered valid as
                    a CDL TEI document. Where possible, these practices will be enforced by the DTD
                    or schema.</para>
            </listitem>
            <listitem>
                <para>RECOMMENDED</para>
                <para>
                    <emphasis role="bold">should, should not</emphasis>
                </para>
                <para>The recommendation should be followed if possible; it should only be violated
                    if the encoder has a good reason for doing so. Where possible, these
                    recommendations will be enforced by the CDL using a Schematron assertion
                    language schema.</para>
            </listitem>
            <listitem>
                <para>OPTIONAL</para>
                <para>
                    <emphasis role="bold">may, may not, can, cannot</emphasis>
                </para>
                <para>Although suggested, the practice is optional. Encoders may choose other valid
                    strategies as necessary.</para>
            </listitem>
        </itemizedlist>
        <para> If a question arises that cannot be resolved through consulting these guidelines, the
            encoder should consult official <ulink url="http://www.tei-c.org/P4X/">TEI P4</ulink>
            documentation. Throughout these guidelines, relevant sections of TEI P4 will be
            referenced using the following notation:</para>
        <informalexample>
            <para>
                <emphasis role="bold">[P4: 11.2]</emphasis>
            </para>
        </informalexample>
    </preface>
    <chapter>
        <title>General Instructions</title>
        <sect1 id="files">
            <title>File Management and ARKs</title>
            <para>Every digital object submitted to the CDL, including objects that are associated
                files referenced by the main XML document, must be assigned an Archival Resource Key
                (ARK) that will serve as the object's unique and persistent identifier. Projects may
                obtain ARKs through the CDL for use in their encoding, or their files may
                automatically be assigned ARKs by the CDL upon ingest. The method by which a
                project's files will receive ARKs should be negotiated in advance and laid out in
                each project's submission agreement with the CDL.</para>
            <para> For TEI files, each text's ARK will also be assigned as the value of the
                    <emphasis role="bold">id</emphasis> attribute in the root element of the text's
                XML file. It will also be recorded in an &lt;idno&gt; element in the text's
                TEI header.</para>
            <sect2 id="filename">
                <title>Naming</title>
                <para> It is highly recommended that where possible the ARK also be used for naming
                    TEI files, using the following convention:</para>
                <blockquote>
                    <para>ARK.xml, where "ARK" is the unique key assgned.</para>
                </blockquote>
                <para>To facilitate the ingest of files, projects should use the following naming
                    conventions for images, PDFs, and other associated content: </para>
                <blockquote>
                    <para>ARK_NAME.EXTENSION, where "ARK" is the unique key assigned, "NAME" is the
                        result of whatever local naming convention has been applied to individual
                        files, and " EXTENSION" is the normal file format extension (".gif", ".jpg",
                        ".pdf", etc.).</para>
                </blockquote>
                <informaltable>
                    <tgroup cols="3">
                        <thead>
                            <row>
                                <entry>type of file</entry>
                                <entry>ARK</entry>
                                <entry>file name</entry>
                            </row>
                        </thead>
                        <tbody>
                            <row>
                                <entry>TEI</entry>
                                <entry>kt167nb66r</entry>
                                <entry>kt167nb66r.xml</entry>
                            </row>
                            <row>
                                <entry>GIF</entry>
                                <entry>ARK kt167nb66r</entry>
                                <entry>kt167nb66r_fig002.gif</entry>
                            </row>
                        </tbody>
                    </tgroup>
                </informaltable>
            </sect2>
            <sect2 id="assocFiles">
                <title>Associated Content Files</title>
                <para>All digital objects referenced as external entities by a TEI document must
                    first be declared as entities at the beginning of the document. The entity
                    declaration must give the object's entity reference and then define the
                    reference using the object's system identifier. The system identifier must
                    either be a system path relative to the document or, preferably, a URL. Ideally,
                    to facilitate the preview and ingest of TEI objects, projects should make their
                    documents and all associated content files (DTDS, images, pdfs, etc.) available
                    via the web. Entity declarations must use the full object filename and the
                    appropriate file format notation (e.g., GIF, JPG, or PDF).</para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[<!ENTITY fig002 SYSTEM "http://www.server.domain/figures/kt167nb66r_fig002.gif" NDATA GIF>
...
<figure id="fig002" entity="fig002" rend="block">]]>
        </programlisting>
                </informalexample>
            </sect2>
            <sect2 id="imagefiles">
                <title>Image Files</title>
                <para>The CDL will accept image files in either the GIF or JPEG format. If possible,
                    two derivative images should be created for each plate, figure, graphic, or
                    other pictorial element that appears as a discrete element in the text. One of
                    these derivatives should be at web resolution (72 ppi) and the same size as the
                    figure in the printed text. The other image should be at higher resolution (300
                    ppi), again at original size, but not exceeding 768 pixels in width. In-line
                    images, such as images of formulas, need only be provided in the low-resolution
                    version. When necessary, images should be cropped and flipped for proper
                    orientation for web display. For more information about the CDL's digital image
                    standards, see the <emphasis>
                        <ulink url="http://www.cdlib.org/news/pdf/CDLObjectStd-2001.pdf">California
                            Digital Library Digital Object Standard: Metadata, Content and Encoding</ulink>
                    </emphasis> and the <emphasis>
                        <ulink url="http://www.cdlib.org/news/pdf/CDLImageStd-2001.pdf">California
                            Digital Library Digital Image Format Standards</ulink>
                    </emphasis>.</para>
                <para> The master version of the image (usually a TIFF) does not need to be
                    submitted to CDL. However, projects interested in preserving master images for
                    future use should consider submitting them to the <ulink url="http://www.cdlib.org/inside/projects/preservation/dpr/">UC Libraries
                        Digital Preservation Repository</ulink>, scheduled to launch in 2005. </para>
                <para>If images are to be supplied in multiple resolutions, it will be necessary to
                    encode this fact in a metadata record conforming to the Metadata Encoding and
                    Transmission Standard (METS) schema.</para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[<fileGrp ID="figures">
   <fileGrp ID="fig1">
      <file ID="fig1-m" ADMID="image-rights" USE="med-res" MIMETYPE="image/gif">
         <FLocat LOCTYPE="URL" 
                 xlink:href="/dynaxml/data/cj/kt109nc2cj/figures/fig1.gif"/>
      </file>
      <file ID="fig1-h" ADMID="image-rights" USE="hi-res" MIMETYPE="image/gif">
         <FLocat LOCTYPE="URL" 
                 xlink:href="/dynaxml/data/cj/kt109nc2cj/figures/fig1_h.gif"/>
      </file>
   </fileGrp>
   ...]]>
            </programlisting>
                </informalexample>
                <para>Please consult the CDL ingest team before constructing a METS record for
                    objects with multiple resolutions.</para>
            </sect2>
        </sect1>
        <sect1 id="tagset">
            <title>Invoking the CDL TEI Oral History DTD</title>
            <para>All documents complying to these guidelines must explicitly invoke the CDL TEI
                Oral History DTD. To do this, declare the the TEI XML DTD and include the prose,
                figures, and linking tag sets. Then include the CDL user extension files and the
                entity "CDL.oh". Other external entity declarations should directly follow. (See the
                section on associated files for instructions on how to declare entities.) </para>
            <para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[<!DOCTYPE TEI.2 SYSTEM "../dtd/tei2.dtd" [
<!ENTITY % TEI.XML "INCLUDE">
<!ENTITY % TEI.prose "INCLUDE">
<!ENTITY % TEI.figures "INCLUDE">
<!ENTITY % TEI.linking "INCLUDE">

<!ENTITY % TEI.extensions.ent SYSTEM '../dtd/CDL_base.ent'>
<!ENTITY % TEI.extensions.dtd SYSTEM '../dtd/CDL_base.dtd'>
<!ENTITY % CDL.oh "INCLUDE">
. . .
<!ENTITY fig002 SYSTEM "http://www.server.domain/figures/kt167nb66r_fig002.gif" NDATA GIF>
. . . 
]>]]>
            </programlisting>
                </informalexample>
                <emphasis role="bold">
                    <ulink url="http://www.tei-c.org/P4X/ST.html#STIN">[P4: 3.3]</ulink>
                </emphasis>
            </para>
        </sect1>
        <sect1 id="elements">
            <title>Case Sensitivity</title>
            <para>Please take note that XML is case-sensitive. All elements and attributes must be
                in the proper case to be valid. In the CDL TEI DTDs, all elements made up of
                compound words use the "camel case" format: e.g., "teiHeader" instead of "teiheader"
                or "TEIHEADER".</para>
        </sect1>
        <sect1 id="unicode">
            <title>Character Encoding</title>
            <para>Special characters in the text must be encoded using the <ulink url="http://www.unicode.org/standard/standard.html">Unicode Standard</ulink>
                (UTF-8) and documents must include "UTF-8" as the value of the <emphasis role="bold">encoding</emphasis> attribute in the XML declaration.</para>
            <informalexample>
                <programlisting format="linespecific">
<![CDATA[<?xml version="1.0" encoding="UTF-8"?>]]>
            </programlisting>
            </informalexample>
            <para>Special characters may be incorporated into a document directly as native Unicode
                (à) or may be represented by numeric character entities. These numeric
                character entities can take either the decimal (&amp;#224;) or hexadecimal forms
                (&amp;#x00E0;). Characters must <emphasis>not</emphasis> be represented using
                named character entities (&amp;agrave;), with the exception of those
                specifically exempted in the <ulink url="http://www.w3.org/TR/REC-xml/">XML 1.0
                Specification</ulink>. These <emphasis>must</emphasis> be used to avoid validation errors:</para>
            <informaltable>
                <tgroup cols="3">
                    <thead>
                        <row>
                            <entry>character</entry>
                            <entry>description</entry>
                            <entry>Unicode</entry>
                        </row>
                    </thead>
                    <tbody>
                        <row>
                            <entry><![CDATA[<]]></entry>
                            <entry><![CDATA[less than]]></entry>
                            <entry><![CDATA[&lt;]]></entry>
                        </row>
                        <row>
                            <entry><![CDATA[>]]></entry>
                            <entry><![CDATA[greater than]]></entry>
                            <entry><![CDATA[&gt;]]></entry>
                        </row>
                        <row>
                            <entry><![CDATA[&]]></entry>
                            <entry><![CDATA[ampersand]]></entry>
                            <entry><![CDATA[&amp;]]></entry>
                        </row>
                    </tbody>
                </tgroup>
            </informaltable>
            <informalexample>
                <programlisting format="linespecific">
            <![CDATA[
                <p>The &lt;body&gt; element contains the main body of the text.</p>
                ]]>
            
            </programlisting>
            </informalexample>
            <para>Unicode named character entities must also be used within attribute values that
                need to contain single or double quotation marks or apostrophes. Use the following
                named character entities to avoid a parser error:</para>
            <informaltable>
                <tgroup cols="3">
                    <thead>
                        <row>
                            <entry>character</entry>
                            <entry>description</entry>
                            <entry>Unicode</entry>
                        </row>
                    </thead>
                    <tbody>
                        <row>
                            <entry><![CDATA["]]></entry>
                            <entry><![CDATA[quotation marks]]></entry>
                            <entry><![CDATA[&quot;]]></entry>
                        </row>
                        <row>
                            <entry><![CDATA[']]></entry>
                            <entry><![CDATA[apostrophe or single quotation mark]]></entry>
                            <entry><![CDATA[&apos;]]></entry>
                        </row>
                    </tbody>
                </tgroup>
            </informaltable>
            <informalexample>
                <programlisting format="linespecific">
<![CDATA[<name reg="Ol&apos; Yeller">]]>
            </programlisting>
            </informalexample>
            <para>As part of the CDL ingest process, documents will be checked for the correct
                Unicode character encoding and rejected if nonconforming characters or encodings are detected.</para>
        </sect1>
        <sect1 id="hyphen">
            <title>Hyphenation</title>
            <para>When encoding the text, take care not to transcribe end-line hyphens that have
                been introduced into the text as a result of typesetting. Record all hyphens that
                are required by the source for the correct spelling of a compound word or phrase.
                Similarly, record all hyphens that are absolutely necessary to the meaning of an
                expression, e.g., hyphens in dates, formulas, code, etc.</para>
        </sect1>
        <sect1 id="extent">
            <title>Extent of Encoding</title>
            <para>All sections of transcribed oral histories should be encoded, from title pages up
                to, but not including, colophons. Bastard titles or series titles, series lists, or
                frontispieces need not be included. The half title following the front matter
                sections may also be ignored. If a particular section is encoded but need not be
                displayed or accessed, it may be commented out of the XML file. A project's specific
                policies regarding what has been encoded and what left out, including policies
                adopted at the suggestion of these guidelines, must be articulated in the file's
                &lt;editorialDecl&gt; in the &lt;teiHeader&gt;.</para>
        </sect1>
        <sect1 id="mets">
            <title>Metadata Encoding and Transmission Standard (METS) Record</title>
            <para>The principal container for metadata at the CDL is a digital object's METS record.
                TEI documents should be submitted with as complete a METS record as possible. The
                CDL may generate METS records for projects that are unable to provide them. For more
                information, see <ulink url="http://www.cdlib.org/inside/diglib/repository/">The CDL
                    METS Repository</ulink>'s web stie. </para>
        </sect1>
    </chapter>
    <chapter>
        <title>Encoding Practice</title>
        <sect1 id="tei2">
            <title>Root Element</title>
            <sect2>
                <title>&lt;TEI.2&gt; </title>
                <para>Each document should contain one and only one &lt;TEI.2&gt; root
                    element. The <emphasis role="bold">id</emphasis> attribute is required and must
                    contain the unique ARK assigned to the text in question.</para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[<TEI.2 id="kt5n39n99v">]]>
            </programlisting>
                </informalexample>
            </sect2>
        </sect1>
        <sect1 id="teihdr">
            <title>Document Header</title>
            <para>Generally, the &lt;teiHeader&gt; for each document must conform to the
                practices described in detail in the <ulink url="../metadata">
                    <citetitle>California Digital Library Best Practice Guidelines for Encoding TEI Headers.</citetitle>
                </ulink> Those guidelines cover both mandatory practices as well as suggested or
                optional practices. It is often sufficient to follow the instructions there for
                encoding the mandatory minimal header, as long as projects also meet additional
                requirements for oral histories outlined below. However, projects that will depend
                on the TEI header as their principal source of metadata (e.g., projects not
                providing their own METS records) are advised to use the recommendations for full
                header encoding. The instructions below include only specifications that modify or
                expand on the CDL TEI Header guidelines in some way. Therefore they
                <emphasis>cannot</emphasis> be used alone; all projects must consult the CDL TEI
                Header guidelines first.</para>
            <sect2 id="header">
                <title>&lt;teiHeader&gt;</title>
                <para>The &lt;teiHeader&gt; should provide a relatively complete
                    bibliographic record for both the electronic document and the original source
                    document. The data that describe the electronic text should be encoded in the
                    &lt;fileDesc&gt; section, while data that pertain to the source document
                    should be encoded within the &lt;sourceDesc&gt; section (a subsection of
                    &lt;fileDesc&gt;). </para>
                <para>CDL search indexing and metadata collection depend on using a crosswalk that
                    maps individual TEI header elements to their <ulink url="http://dublincore.org/">Dublin Core Metadata Initiative</ulink> (DC)
                    equivalents. A detailed list of which elements in the TEI header map to which
                    elements in DC can be found in Appendices A and B of the <ulink url="../metadata"> CDL TEI Header guidelines </ulink>. </para>
                <para>It is particularly important to note that every TEI document must make use of
                    the &lt;idno&gt; element in the TEI header to record both the text's ARK
                    and its local object identifier. Each must be given as the content of a separate
                    &lt;idno&gt; element. The <emphasis role="bold">type</emphasis>
                    attribute must be used to identify whether an "ARK" or "LOCAL" identifier is
                    being given. These &lt;idno&gt; elements are essential to maintaining
                    the link between the document and its various identities.</para>
                <para>The sample TEI header below offers a general template for oral history
                    headers. More detailed instructions on elements that require special attention follow.</para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[<TEI.2 id="kt5n39n99v">
  <teiHeader type="CDL‑TEI:OH">
    <fileDesc>
      <titleStmt>
        <title>TITLE : electronic version</title> 
        <author>
          <name reg="LASTNAME, FIRSTNAME, DATES">FIRSTNAME LASTNAME</name>
        </author>
        <editor role="interviewer">
          <name reg="LASTNAME, FIRSTNAME, DATES">FIRSTNAME LASTNAME</name>
        </editor> 
        <respStmt>
          <resp>TEI Markup done by</resp>
          <name>ENCODER</name>
        </respStmt>
      </titleStmt>
      <extent>ca. FILESIZE [Kb/Mb]</extent>
      <publicationStmt>
        <pubPlace>INSTITUTION CITY</pubPlace>
        <publisher>INSTITUTION NAME</publisher>
        <date value="NORMALIZED DATE">ENCODING DATE</date>
        <idno type="ARK">CDL ARK</idno>
        <idno type="LOCAL">LOCAL ID</idno>
      </publicationStmt>
      <sourceDesc>
        <biblFull>
          <titleStmt>
            <title>TITLE</title> 
            <author>
              <name reg="LASTNAME, FIRSTNAME, DATES">FIRSTNAME LASTNAME</name>
            </author>
            <editor role="interviewer">
              <name reg="LASTNAME, FIRSTNAME, DATES">FIRSTNAME LASTNAME</name>
            </editor>
          </titleStmt>
          <extent>PAGINATION</extent>
          <publicationStmt>
            <publisher>INSTITUTION NAME</publisher> 
            <pubPlace>INSTITUTION CITY</pubPlace>
            <date value="NORMALIZED DATE">ORIGINAL PUBLICATION DATE</date>
            <idno type="callno">CALL NUMBER</idno>
          </publicationStmt> 
          <note type="abstract">BRIEF ABSTRACT</note>
        </biblFull>
      </sourceDesc>
    </fileDesc>
    <encodingDesc>
      <projectDesc><p>PROJECT STATEMENT</p></projectDesc>
      <editorialDecl>
        <p>EDITORIAL POLICY</p>
      </editorialDecl>
      <classDecl>
        <taxonomy id="AUTHORITY ID1">
          <bibl>
            <title>NAME OF AUTHORITY OR THESAURUS</title>
          </bibl>
        </taxonomy>
        <taxonomy id="AUTHORITY ID2">
          <bibl>
            <title>NAME OF AUTHORITY OR THESAURUS</title>
          </bibl>
        </taxonomy>
      </classDecl>
    </encodingDesc>
    <profileDesc>
      <creation>BACKGROUND OF INTERVIEW</creation>
      <langUsage>
        <p>The entire document is in </p>
        <language id="UNICODE CHART">LANGUAGE</language>
      </langUsage>
      <particDesc>
        <person role="interviewer" id="ID1">
          <persName reg="LASTNAME, FIRSTNAME">FIRSTNAME LASTNAME</persName>
        </person>
        <person role="interviewee" id="ID2">
          <persName reg="LASTNAME, FIRSTNAME">FIRSTNAME LASTNAME</persName>
        </person>
      </particDesc>
      <textClass>
        <keywords scheme="AUTHORITY ID1">
          <list>
            <item>SUBJECT OR HEADING</item>
            <item>SUBJECT OR HEADING</item> 
          </list>
        </keywords>
        <keywords scheme="AUTHORITY ID2">
          <list>
            <item>SUBJECT OR HEADING</item>
            <item>SUBJECT OR HEADING</item> 
          </list>
        </keywords>
      </textClass>
    </profileDesc>
  </teiHeader>]]>
        </programlisting>
                </informalexample>
                <sect3 id="fileDesc">
                    <title>&lt;fileDesc&gt;</title>
                    <para>The &lt;fileDesc&gt; describes the TEI document in detail. For
                        oral histories, the following elements within &lt;fileDesc&gt;
                        require special attention not otherwise required or emphasized by the
                        general CDL TEI Header guidelines.</para>
                    <sect4 id="author">
                        <title>&lt;author&gt;, &lt;editor&gt;</title>
                        <para>The &lt;author&gt; of an oral history is considered to be the
                            interviewee. The interviewer should be encoded in the
                            &lt;editor&gt; element with "interviewer" as the value of the
                                <emphasis role="bold">role</emphasis> attribute.</para>
                        <informalexample>
                            <programlisting format="linespecific">
<![CDATA[<fileDesc>
  <titleStmt>
    <title>Kleiner Perkins, Venture Capital, and the Chairmanship of Genentech, 
    <date>1976‑1995</date> : electronic text.</title>
    <author>
      <name reg="Perkins, Thomas J., 1959-">Thomas J. Perkins</name>
    </author>
    <editor role="interviewer">
      <name reg="Hughes, Sally Smith">Sally Smith Hughes</name>
    </editor>]]>
          </programlisting>
                        </informalexample>
                    </sect4>
                    <sect4 id="biblNote">
                        <title>&lt;note&gt; in &lt;biblFull&gt;</title>
                        <para>Encoders are encouraged to encode a brief abstract of the document
                            within &lt;note&gt; in &lt;biblFull&gt;. When an
                            abstract is included the <emphasis role="bold">type</emphasis> attribute
                            of &lt;note&gt; should be set to "abstract". The abstract can be
                            useful for providing a very brief description of the oral history within
                            browse lists and search results. When a catalog record exists for an
                            oral history, the US MARC field 520 may be used as the source of such an abstract.</para>
                        <informalexample>
                            <programlisting format="linespecific">
<![CDATA[<note type="abstract">Interviews with individuals primarily in the federal and
state government, involved in the evacuation of Japanese‑Americans from California
during World War II. Photographs and copies of documentary material inserted and
appended.</note>]]>
          </programlisting>
                        </informalexample>
                    </sect4>
                </sect3>
                <sect3 id="profileDesc">
                    <title>&lt;profileDesc&gt;</title>
                    <sect4 id="creation">
                        <title>&lt;creation&gt;</title>
                        <para>A description of the environment and circumstances surrounding the
                            interview(s) making up the oral history should be encoded within the
                            &lt;creation&gt; element. Projects may include any additional
                            information about the interviews they feel is important, such as the
                            specific dates they were conducted, the locations where they were held,
                            etc. </para>
                        <informalexample>
                            <programlisting format="linespecific">
<![CDATA[<creation>Interviews with the participants were conducted between 1971 and 1976 in Fullerton, CA.</creation>]]>
          </programlisting>
                        </informalexample>
                    </sect4>
                    <sect4 id="particDesc">
                        <title>&lt;particDesc&gt;</title>
                        <para>The mandatory &lt;particDesc&gt; should list all of the
                            participants in the interviews. Each participant should be encoded
                            within &lt;person&gt; with an appropriate <emphasis role="bold">role</emphasis> attribute of "interviewer", "interviewee",
                            or "interviewer/editor". A unique <emphasis role="bold">id</emphasis>
                            attribute is also required. The names should be recorded in direct
                            order: i.e., "Firstname Lastname".</para>
                        <informalexample>
                            <programlisting format="linespecific">
<![CDATA[<particDesc>
  <person role="interviewer" id="fry">Amelia R. Fry </person>
  <person role="interviewee" id="rowe">James H. Rowe </person>
</particDesc>]]>
          </programlisting>
                        </informalexample>
                        <para>Alternatively, encoders may opt to record more detailed information
                            about the interview participants by using the &lt;persName&gt;
                            element within &lt;person&gt;. When using
                            &lt;persName&gt;, record the name of the person in direct order
                            within the element's content and record the regularized form of the name
                            in catalog entry form in the reg attribute. Such detail may be useful in
                            providing alphabetical lists of all interviewees represented in large
                            collections of oral histories, particularly when some oral histories
                            include multiple interviewees.</para>
                        <informalexample>
                            <programlisting format="linespecific">
<![CDATA[<particDesc>
  <person role="interviewer" id="fry">
    <persName reg="Fry, Ameila R.">Amelia R. Fry</persName>
  </person>
  <person role="interviewee" id="rowe">
    <persName reg="Rowe, James H., 1941-">James H. Rowe</persName>
  </person>
</particDesc>]]>
          </programlisting>
                        </informalexample>
                    </sect4>
                </sect3>
            </sect2>
        </sect1>
        <sect1 id="struct">
            <title>Text Structure</title>
            <sect2 id="text">
                <title>&lt;text&gt;</title>
                <para>The &lt;teiHeader&gt; is directly followed by the mandatory
                    &lt;text&gt; element, which fully contains the content of the text being
                    encoded. The &lt;text&gt; element contains three subelements,
                    &lt;front&gt; for front matter(e.g., title pages, prefaces, and
                    introductions), &lt;body&gt; for the main body of the text, and
                    &lt;back&gt; for back matter (e.g., endnotes and appendices). Of these
                    three, only &lt;body&gt; is required. </para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[<TEI.2 id="ARK>
   <teiHeader> . . . </teiHeader>
   <text>
      <front> . . . </front>       OPTIONAL
      <body>                       REQUIRED
         <div1> . . . </div1>
      </body>
      <back>                       OPTIONAL
         <div1> . . . </div1>
      </back>
   </text>
</TEI.2>]]>
            </programlisting>
                </informalexample>
                <para>
                    <emphasis role="bold">
                        <ulink url="http://www.tei-c.org/P4X/DS.html#DSDIV">[P4: 7.1]</ulink>
                    </emphasis>
                </para>
            </sect2>
            <sect2 id="group">
                <title>&lt;group&gt;</title>
                <para>Groups of individual oral histories are sometimes packaged together within a
                    single document. Normally, the &lt;div<emphasis>n</emphasis>&gt; element
                    will be enought to create the structural divisions necessary for documents that
                    can share a TEI header and thus may be encoded together in a single file.
                    However, groups of oral histories that each need their own distinct title pages
                    or other &lt;front&gt; sections may be encoded using the
                    &lt;group&gt; element. Each oral history would then be encoded within a
                    separate &lt;text&gt; element within &lt;group&gt;. Each
                    &lt;text&gt; element can carry its own &lt;front&gt; section.
                    Avoid using &lt;teiCorpus&gt;.</para>
                <informalexample>
                    <programlisting role="linespecific">
<![CDATA[<TEI.2>
  <teiHeader></teiHeader>
  <text>
    <front>
      <titlePage></titlePage>
    </front>
    <group>
      <text>
        <front>
          <titlePage></titlePage>
        </front>
        <body></body>
        <back></back>
      </text>
      <text></text>
      <text></text>
      <text></text>
    ...
    </group>
  </text>
</TEI.2>]]>
        </programlisting>
                </informalexample>
                <para>Because all of the oral histories within such a composite document share the
                    same, single &lt;teiHeader&gt;, encoders must compile a single
                    &lt;particDesc&gt; comprising all of the various interview participants
                    from each of the individual interviews.</para>
                <para>As with simple oral histories, also encode in &lt;author&gt; the names
                    of each of the main interviewees.</para>
                <informalexample>
                    <programlisting role="linespecific">
<![CDATA[<TEI.2 id="kt5n39n99v">
  <teiHeader type="CDL‑TEI:OH">
    <fileDesc>
      <titleStmt>
        <title>Builders and Sustainers of the Independent Living Movement in Berkeley : Volume I :
          electronic version</title>
        <author>
          <name reg="Leibowitz, Herbert">Herbert Leibowitz</name>
          <name reg="Lester, Mary">Mary Lester</name>
          <name reg="McMuldren, Bette">Bette McMuldren</name>
          <name reg="Stein, Kenneth">Kenneth Stein</name>
        </author>
        <editor role="interviewer">
          <name reg="Bonney, Sharon">Sharon Bonney</name>
          <name reg="O'Hara, Susan">Susan O'Hara</name>
          <name reg="Young, Jonathan">Jonathan Young</name>
        </editor>
        <respStmt>
       . . .
    <profileDesc>
      <langusage>
        <p>The entire document is in <label>English</label>
        </p>
      </langusage>
      <particDesc>
        <person role="Interviewer/editor" id="Bonney">
          <persName reg="Bonney, Sharon">Sharon Bonney</persName>
        </person>
        <person role="Interviewer/editor" id="OHara">
          <persName reg="O'Hara, Susan">Susan O'Hara</persName>
        </person>
        <person role="Interviewer/editor" id="Young">
          <persName reg="Young, Jonathan">Jonathan Young</persName>
        </person>
        <person role="Interviewee" id="Leibowitz">
          <persName reg="Leibowitz, Herbert">Herbert Leibowitz</persName>
        </person>
        <person role="Interviewee" id="Lester">
          <persName reg="Lester, Mary">Mary Lester</persName>
        </person>
        . . .
      </particDesc>
    </profileDesc>
  </teiHeader>]]>
        </programlisting>
                </informalexample>
            </sect2>
        </sect1>
        <sect1 id="front">
            <title>Front Matter</title>
            <sect2>
                <title>&lt;front&gt;</title>
                <para>For oral histories, only the transcribed text of the oral history should be
                    encoded within the &lt;body&gt; element. All other prefatory material
                    such as an introduction, project descriptions, biographies, or other descriptive
                    notes should be included as part of the &lt;front&gt; element (for front
                    matter) or the &lt;back&gt; element (for back matter). With the
                    exception of &lt;titlePage&gt;, distinct sections of front matter should
                    be encoded within individual &lt;div<emphasis>n</emphasis>&gt;s. Note
                    that &lt;front&gt; should be reserved for containing prefatory material
                    that is relevant to the entire body text <emphasis>as a whole</emphasis>. Other
                    section titles or attributive information that happens to occur at the beginning
                    of the document but refers to only a portion of the document (e.g., the title of
                    the first poem in a short collection of poems) should be contained within
                    appropriate elements within the appropriate
                    &lt;div<emphasis>n</emphasis>&gt;. For a full list of attribute types
                    available for any &lt;div<emphasis>n</emphasis>&gt;, see the section on divisions.</para>
                <informalexample>
                    <para>
                        <emphasis role="bold">Introductory Materials</emphasis>
                    </para>
                    <para>Preface to Suffragists Oral History Project</para>
                    <para>The Suffragists Oral History Project was designed to tape record with the
                        leaders of the woman's suffrage movement in order to document their
                        activities in behalf of passage of the Nineteenth Amendment and their
                        continuing careers as leaders of movements for welfare and labor reform,
                        world peace, and the passage of the Equal Rights Amendment. Because the
                        existing documentation of the suffrage struggle indicates a need for
                        additional material on the campaign of the National Woman's Party, the
                        contribution of this small but highly active group has been the major focus
                        of the series.</para>
                    <programlisting format="linespecific">
<![CDATA[<front>
  <div1 type="introduction">
    <head>Introductory Materials</head>
    <div2 type="projdesc">
      <head>Preface to Suffragists Oral History Project</head>
      <p>The Suffragists Oral History Project was designed to tape record interviews with the
      leaders of the woman's suffrage movement in order to document their activities in behalf 
      of passage of the Nineteenth Amendment and their continuing careers as leaders of movements
      for welfare and labor reform, world peace, and the passage of the Equal Rights Amendment.
      Because the existing documentation of the suffrage struggle indicates a need for additional
      material on the campaign of the National Woman's Party, the contribution of this small but
      highly active group has been the major focus of the series.</p></div2>
   </div1>
    </front>]]>
        </programlisting>
                </informalexample>
            </sect2>
            <sect2 id="titlePage">
                <title>&lt;titlePage&gt;</title>
                <para>The &lt;titlePage&gt; is encoded directly in &lt;front&gt;. Do
                    not encode a &lt;titlePage&gt; unless the oral history itself contains a
                    formal title page. Title pages may often possess a number of formatting
                    peculiarities, such as specific alignment, fonts, incidental images, etc. It is
                    not necessary to attempt to reproduce the look or layout of the title page
                    exactly. It is often enough to convey to users what textual information they
                    title page contains and the order in which the information appears.</para>
                <sect3 id="doctitle">
                    <title>
                        <emphasis role="bold">&lt;docTitle&gt;, &lt;titlePart&gt;</emphasis>
                    </title>
                    <para>The &lt;docTitle&gt; element is required within
                        &lt;titlePage&gt;. Use &lt;titlePart&gt; within
                        &lt;docTitle&gt; to encode individual formal titles, subtitles, and
                        other subsidiary title parts as they appear on the title page. If there is
                        more than one &lt;titlePart&gt; given, projects must use the
                            <emphasis role="bold">type</emphasis> attribute to classify the various
                        &lt;titlePart&gt;s. Supported <emphasis role="bold">type</emphasis>
                        attribute values are "main," "subtitle," "alternate," and "abbreviated." Any
                        &lt;titlePart&gt; without a <emphasis role="bold">type</emphasis>
                        attribute will be considered and formatted as a "main" title. If there is
                        more than one &lt;titlePart&gt;, then give the <emphasis role="bold">type</emphasis> attribute is mandatory for all of them. </para>
                    <informalexample>
                        <programlisting format="linespecific">
<![CDATA[<docTitle>
      <titlePart type="main">Inventory of furniture and art.</titlePart>
</docTitle>]]>
                    </programlisting>
                    </informalexample>
                </sect3>
                <sect3 id="docauthor">
                    <title>
                        <emphasis role="bold">&lt;docAuthor&gt;</emphasis>
                    </title>
                    <para>Record here the names of authors and others responsible for the
                        intellectual content of the document as they appear on the title page. Each
                        &lt;docAuthor&gt; element will be displayed by the stylesheet on a
                        single line. Therefore, projects may choose to encode multiple names within
                        a single &lt;docAuthor&gt; if it is desired that they display on a
                        single line, or may choose to repeat &lt;docAuthor&gt; if the names
                        should be displayed on separate lines.</para>
                    <para>Projects may use the &lt;name&gt; element to surround each
                        author's name. This practice is optional, but is particularly useful when
                        more than one name has been encoded in a single &lt;docAuthor&gt;.
                        The &lt;name&gt; element also allows projects to regularize names
                        using the <emphasis role="bold">reg</emphasis> attribute.</para>
                    <para>In the content of &lt;docAuthor&gt; and &lt;name&gt;,
                        names should be recorded as they appear on the title page. Do not attempt to
                        reorder the name into catalog entry form or use the form of the name as it
                        may appear in a name authority file. Again, the <emphasis role="bold">reg</emphasis> attribute may be used to correlate a name to an authority.</para>
                    <informalexample>
                        <programlisting format="linespecific">
<![CDATA[<docAuthor>
  <name>Tom Jennings </name> and 
  <name>Julia Hoffman, MD</name>
</docAuthor>]]>
          </programlisting>
                    </informalexample>
                    <para>OR:</para>
                    <informalexample>
                        <programlisting format="linespecific">
<![CDATA[<docTitle>
  <titlePart type="main">Canine morphotypes and physiology</titlePart>
</docTitle>
<docAuthor><name reg="Jennings, Tom">Tom Jennings</name></docAuthor>
<docAuthor><name reg="Hoffman, Julia">Julia Hoffman, MD</name></docAuthor>]]>
          </programlisting>
                    </informalexample>
                </sect3>
                <sect3 id="byline">
                    <title>&lt;byline&gt;</title>
                    <para>Authors are frequently listed on the title page accompanied by a more
                        explicit description of their role in the creation of the document; e.g.,
                        "foreword by" or simply "by." In such cases, encode both the
                        &lt;docAuthor&gt;s and their statements of responsibility inside an
                        encompassing &lt;byline&gt; element.</para>
                    <informalexample>
                        <programlisting format="linespecific">
<![CDATA[<docTitle>
  <titlePart type="main">Canine morphotypes and physiology</titlePart>
</docTitle>
<byline>By <docAuthor>Tom Jennings </docAuthor> and 
<docAuthor>Julia Hoffman, MD</docAuthor></byline>]]>
          </programlisting>
                    </informalexample>
                </sect3>
                <sect3 id="publicationinfo">
                    <title>&lt;docImprint&gt;, &lt;pubPlace&gt; ,
                        &lt;publisher&gt; </title>
                    <para>Record the remaining publication information in
                        &lt;docImprint&gt;. Within &lt;docImprint&gt;, use
                        &lt;pubPlace&gt; and &lt;publisher&gt; in any order and as
                        often as necessary to record every place of publication and every publisher respectively.</para>
                    <informalexample>
                        <programlisting format="linespecific">
<![CDATA[<docImprint>
  <pubPlace> Collinsport:</pubPlace>
  <publisher> Stoddard and Associates, 1993.</publisher>
</docImprint>]]>
          </programlisting>
                    </informalexample>
                </sect3>
                <sect3 id="date">
                    <title>&lt;docDate&gt; </title>
                    <para>Record copyright and publication dates within &lt;docDate&gt; in
                        &lt;docImprint&gt;. Do not include any associated text or symbols
                        such as the word "copyright" or the symbol "©". Such words and
                        symbols may be kept in the surrounding &lt;docImprint&gt; element. A
                        regularized form of the date may be encoded in ISO 8601:2000 5.2.1.1
                        standard form (e.g., YYYY-MM-DD) in the <emphasis role="bold">value</emphasis> attribute of the &lt;docDate&gt;
                        element. This is useful if document dates need to be consistently indexed.</para>
                    <informalexample>
                        <programlisting format="linespecific">
<![CDATA[&lt;docImprint&gt;New York Publishing Company &#xA9;<docDate value="1971.00.00"> 1971.</docDate>]]>
          </programlisting>
                    </informalexample>
                    <para>
                        <emphasis role="bold">
                            <ulink url="http://www.tei-c.org/P4X/DS.html#DSTITL">[P4: 7.5]</ulink>
                        </emphasis>
                    </para>
                </sect3>
                <sect3 id="titleEpigraph">
                    <title>epigraph</title>
                    <para>Record quotations that may appear on the title page in the
                        &lt;epigraph&gt; element. Unattributed epigraphs may be recorded in
                        a &lt;quote&gt; element within &lt;epigraph&gt;. Attributed
                        quotations should be encoded in &lt;cit&gt; within
                        &lt;epigraph&gt;. Within &lt;cit&gt;, the quotation is
                        surrounded by &lt;quote&gt;, while the attribution is given inside
                        &lt;bibl&gt;. (See the section on quotations fur further information.)</para>
                    <informalexample>
                        <programlisting format="linespecific">
<![CDATA[<epigraph rend="italic">
  <quote>The price we pay one day may make us weep.</quote>
</epigraph>
                            
                            
<epigraph rend="italic">
  <cit>
    <quote>No man is an island, but some men are peninsulas.</quote>
    <bibl>Joe Haskell</bibl>
  </cit>
</epigraph> ]]>
          </programlisting>
                    </informalexample>
                </sect3>
            </sect2>
            <sect2 id="toc">
                <title>Tables of Contents</title>
                <para>For every TEI document, the CDL will automotically create a navigational table
                    of contents using the &lt;head&gt;s encoded throughout the document.
                    Projects may therefore choose to forgo encoding the table of contents in a
                    source document. However, projects wishing to retain the original table of
                    contents, which will often differ from that which would be produced by
                    collecting the document's &lt;head&gt;s, may encode the original in a
                    &lt;div<emphasis>n</emphasis> type="contents"&gt;. The table of contents
                    is normally encoded as a &lt;list&gt;, using &lt;ref&gt;s to
                    link each entry to its proper section. (See the section on lists for information
                    on encoding lists. See the section on internal linking for more information on &lt;ref&gt;s.)</para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[Contents
Upward  . . . . . . 1
January . . . . . . 4
Unto This Present . 7

<div1 type="contents">
  <head>Contents</head>
  <list type="simple">
    <item>Upward<ref target="p1" type="pageref" rend="align right">1</ref></item>
    <item>January<ref target="p4" type="pageref" rend="align right">4</ref></item>
    <item>Unto this Present<ref target="p7" type="pageref" rend="align right">7</ref></item>
  </list>
</div1>]]>
            </programlisting>
                </informalexample>
            </sect2>
        </sect1>
        <sect1 id="body">
            <title>Document Body</title>
            <sect2>
                <title>&lt;body&gt;</title>
                <para>Containing the main body of the text, the mandatory &lt;body&gt;
                    element is further subdivided into a hierarchy of nested divisions beginning
                    with a mandatory &lt;div1&gt;. A new
                    &lt;div<emphasis>n</emphasis>&gt; should be used for each major section
                    of the interview as organized in the oral history, e.g., each time period being
                    discussed or each career held by the interviewee. Use the <emphasis role="bold">type</emphasis> attribute in each
                    &lt;div<emphasis>n</emphasis>&gt; to describe the type of section being
                    encoded. For a full list of the types available, please see the section on
                    divisions. </para>
                <para/>
                <informalexample>
                    <para>PERSONS PRO, PERSONS CON</para>
                    <para>(Date of Interview: March 1, 1971)</para>
                    <para>Attorney General Biddle</para>
                    <para>Rowe: I re-read some of the Grodzins book last night, and most of the
                        things he says I agree with, and I just think he says them a lot better.</para>
                    <para>Fry: Well, the topics I have in mind more or less supplement what Grodzins
                        says. But I want to turn it over here to our expert who was there on the scene.</para>
                    <programlisting format="linespecific">
            <![CDATA[<div1 type="chapter">
  <head>PERSONS PRO, PERSONS CON</head>
  <milestone n="(Date of Interview: March 1, 1971)" unit="interview"/>
    <div2 type="section">
      <head>Attorney General Biddle</head>
      <sp who="rowe">
        <speaker>Rowe</speaker>
        <p>I re-read some of the Grodzins book last night, and most of the things he says I agree
        with, and I just think he says them a lot better.</p>
      </sp>
      <sp who="fry">
        <speaker>Fry</speaker>
        <p>Well, the topics I have in mind more or less supplement what Grodzins says. But I want to
        turn it over here to our expert who was there on the scene.</p>
      </sp>
            ]]>
          </programlisting>
                </informalexample>
            </sect2>
        </sect1>
        <sect1 id="back">
            <title>Back Matter</title>
            <sect2>
                <title>&lt;back&gt;</title>
                <para>The optional &lt;back&gt; element may contain any number of
                    &lt;div<emphasis>n</emphasis>&gt; elements containing advertisements,
                    afterwords, indexes, bibliographies, appendices, or other sections that appear
                    at the end of the document after the main body of the text. Use the <emphasis role="bold">type</emphasis> attribute in each
                    &lt;div<emphasis>n</emphasis>&gt; to describe the type of back matter
                    being encoded. For a full list of the types of
                    &lt;div<emphasis>n</emphasis>&gt;s available in &lt;back&gt;,
                    please see the section on divisions.</para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[<back>
   <div1 type="appendix">
      <head>Photographs</head>
      <p>The author was a prolific photographer who. . .
      </p>
   </div1>
]]>
            </programlisting>
                </informalexample>
            </sect2>
            <sect2 id="appendix">
                <title>Appendices</title>
                <para>The &lt;div<emphasis>n</emphasis> type="appendix&gt;&gt; element
                    should be used within &lt;back&gt; for back matter sections collected
                    together under a common heading, usually "Appendix". </para>
                <informalexample>
                    <programlisting role="linespecific">
<![CDATA[<back>
  <div1 type="appendix">
    <head>Appendix</head>
    <div2 type="biography">
      <head>Niels Reimers Curriculum Vitae</head>
      ...
    </div2>
    <div2 type="section">
      <head>Stanford Office of Technology Licensing web page.</head>
      ...
    </div2>
    <div2 type="chronology">
      <head>Cohen/Boyer Patent Chronology.</head>
      ...
    </div2>
  </div1>]]>
        </programlisting>
                </informalexample>
            </sect2>
            <sect2 id="index">
                <title>Indexes</title>
                <para>The &lt;div<emphasis>n</emphasis> type="index"&gt; element should be
                    used to encode indexes in &lt;back&gt;. Indexes should be encoded as
                    lists or nested lists as appropriate. (Note that indexes encoded as lists will
                    be displayed using the standard indention used for lists.) Page numbers in
                    indexes should be tagged as &lt;ref&gt;s with <emphasis role="bold">target</emphasis> attributes containing the unique <emphasis role="bold">id</emphasis>s of the pages being referenced. (See the section on
                    internal linking for more information.)</para>
                <para>
                    <emphasis role="bold">Example:</emphasis>
                </para>
                <informalexample>
                    <itemizedlist mark="none">
                        <title>Index</title>
                        <para>[The numbers below represent page numbers in the volume. Clicking on
                            the hyperlink will take you to the top of that page.]</para>
                        <listitem override="none">
                            <para>Abbott, Grace, 137, 142, 143, 144</para>
                            <itemizedlist>
                                <listitem override="none">
                                    <para>personality, 116, 138, 148</para>
                                </listitem>
                            </itemizedlist>
                        </listitem>
                        <listitem override="none">
                            <para>Acheson, Dean, 102</para>
                            <itemizedlist>
                                <listitem override="none">
                                    <para>administration:</para>
                                    <itemizedlist>
                                        <listitem override="none">
                                            <para>bureau autonomy, 220‑224</para>
                                        </listitem>
                                        <listitem override="none">
                                            <para>by presidential appointees (Puerto Rico), 120-122, 124-126</para>
                                        </listitem>
                                        <listitem override="none">
                                            <para>educational process, 73, 81, 87, 198‑199</para>
                                        </listitem>
                                    </itemizedlist>
                                </listitem>
                            </itemizedlist>
                        </listitem>
                    </itemizedlist>
                    <programlisting role="linespecific">
<![CDATA[<div1 type="index">
  <head>Index</head>
  <p>[The numbers below represent page numbers in the volume. 
    Clicking on the hyperlink will take you to the top of that page.]</p>
  <list type="simple">
  <item>Abbott, Grace, <ref target="p137">137</ref>, <ref target="p142">142</ref>, 
  <ref target="p143">143</ref>, <ref target="p144">144</ref> 
	  <list>
	    <item>personality, <ref target="p116">116</ref>, <ref target="p138">138</ref>, 
	    <ref target="p148">148</ref></item></list></item>
      <item>Acheson, Dean, <ref target="p102">102</ref></item>
      <item>administration:
	      <list>
	        <item>bureau autonomy, <ref target="p220">220‑224</ref></item>
	        <item>by presidential appointees (Puerto Rico), <ref target="p120">120‑122</ref>, 
	        <ref target="p124">124‑126</ref></item>
	        <item>educational process, <ref target="p73">73</ref>, <ref target="p81">81</ref>, 
	        <ref target="p87">87</ref>, <ref target="p198">198‑199</ref></item>]]>
        </programlisting>
                </informalexample>
            </sect2>
        </sect1>
        <sect1 id="div">
            <title>Divisions</title>
            <sect2 id="divtypes">
                <title>&lt;div<emphasis>n</emphasis>&gt;</title>
                <para>The&lt;front&gt;, &lt;body&gt;, and &lt;back&gt;
                    elements in the document must use a hierarchical structure of numbered
                    &lt;div<emphasis>n</emphasis>&gt; elements to identify their significant
                    divisions. The elements &lt;body&gt; and &lt;back&gt; are both
                    required to contain at least one &lt;div1&gt;. No unnumbered
                    &lt;div&gt; or &lt;div0&gt; elements are permitted.</para>
                <para>Each &lt;div<emphasis>n</emphasis>&gt; element throughout the text
                    must have a unique <emphasis role="bold">id</emphasis> attribute to serve as an
                    indentifier. If necessary these can be added automatically on ingest by the CDL,
                    depending on the project's submission agreement with the CDL.</para>
                <para>All &lt;div<emphasis>n</emphasis>&gt;s must also contain a <emphasis role="bold">type</emphasis> attribute describing the kind of division being
                    encoded. Every attempt should be made to supply the most specific and consistent
                        <emphasis role="bold">type</emphasis> values possible for
                    &lt;div<emphasis>n</emphasis>&gt; elements.</para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[<div1 id="ch01" type="chapter">
  <div2 id="ss1.1" type="ss1">
    <div3 id="ss2.1" type="ss2">
      <div4 id="ss3.1" type="ss3">]]>
          </programlisting>
                </informalexample>
                <para> The following <emphasis role="bold">type</emphasis> attribute values are
                    available for oral histories. Please feel free to create other <emphasis role="bold">type</emphasis> values as needed, remembering to document them in
                    the &lt;editorialDecl&gt;. Please note that the <emphasis role="bold">type</emphasis>s listed below may be used for
                    &lt;div<emphasis>n</emphasis>&gt;s in &lt;front&gt;,
                    &lt;body&gt;, or &lt;back&gt; as necessary.</para>
                <para>For correspondence:</para>
                <informaltable>
                    <tgroup cols="2">
                        <thead>
                            <row>
                                <entry>value</entry>
                                <entry>type of division</entry>
                            </row>
                        </thead>
                        <tbody>
                            <row>
                                <entry>
                                    <emphasis role="bold">preface</emphasis>
                                </entry>
                                <entry>preface</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">introduction</emphasis>
                                </entry>
                                <entry>introduction</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">acknowledgments</emphasis>
                                </entry>
                                <entry>acknowledgments</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">projdesc</emphasis>
                                </entry>
                                <entry>project description</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">abstract</emphasis>
                                </entry>
                                <entry>abstract</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">dedication</emphasis>
                                </entry>
                                <entry>dedication</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">epigraph</emphasis>
                                </entry>
                                <entry>epigraph that appears on its own page</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">legal</emphasis>
                                </entry>
                                <entry>legal/copyright information</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">contents</emphasis>
                                </entry>
                                <entry>table of contents</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">interviewerbiog</emphasis>
                                </entry>
                                <entry>interviewer biography</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">interviewdesc</emphasis>
                                </entry>
                                <entry>interview history/description</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">biography</emphasis>
                                </entry>
                                <entry>biography/vitae</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">chronology</emphasis>
                                </entry>
                                <entry>chronology</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">essay</emphasis>
                                </entry>
                                <entry>essay</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">letter</emphasis>
                                </entry>
                                <entry>letter</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">part</emphasis>
                                </entry>
                                <entry>part; use only if segment is identified explicitly as a part;
                                    otherwise use chapter</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">chapter</emphasis>
                                </entry>
                                <entry>chapter</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">section</emphasis>
                                </entry>
                                <entry>section; should only be used to subdivide chapters and other
                                    more specific divisions. For example a biography may be divided
                                    chronologically, or may be divided into the various careers and
                                    positions occupied by the interviewee. Encode the top-level
                                    biography as type="biography" but each subsequent lower division
                                    as "section".</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">text</emphasis>
                                </entry>
                                <entry>generic text; used to describe an indistinct prose section</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">index</emphasis>
                                </entry>
                                <entry>index</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">bibliography</emphasis>
                                </entry>
                                <entry>bibliography</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">appendix</emphasis>
                                </entry>
                                <entry>appendix</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">glossary</emphasis>
                                </entry>
                                <entry>glossary</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">endnotes</emphasis>
                                </entry>
                                <entry>endnotes</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">afterword</emphasis>
                                </entry>
                                <entry>afterword</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">guide</emphasis>
                                </entry>
                                <entry>tape Guide</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">postscript</emphasis>
                                </entry>
                                <entry>postscript</entry>
                            </row>
                        </tbody>
                    </tgroup>
                </informaltable>
                <para>
                    <emphasis role="bold">
                        <ulink url="http://www.tei-c.org/P4X/DS.html#DSDIV2">[P4: 7.1.2]</ulink>
                    </emphasis>
                </para>
            </sect2>
        </sect1>
        <sect1 id="open-close">
            <title>Division Headings, Openers, and Closers</title>
            <para>Significant textual divisions often open with a heading identifying the content of
                the division. They may also begin and end with phrases such as bylines, epigraphs,
                datelines, and the like.</para>
            <sect2 id="head">
                <title>&lt;head&gt;</title>
                <para>The &lt;head&gt; element is used to record division headings, such as
                    chapter or section titles, and is used by the system for allow users to navigate
                    easily from one section to another.</para>
                <para> Specific guidelines are supplied below regarding where &lt;head&gt;s
                    may or may not appear. Generally, record headings as they appear in the source document.</para>
                <para>Headings may be supplied by the encoder if they are not available in the text
                    but are necessary in order to provide a way of navigating to a particular
                    division. Headings may also be supplied in cases in which a &lt;head&gt;
                    is necessary to conform to rules about when they must appear.</para>
                <para>Supplied headings should be enclosed in square brackets or signalled by some
                    other convention expressly detailed in the &lt;editorialDecl&gt; of the &lt;teiHeader&gt;.</para>
                <informalexample>
                    <para>Title transcribed from text:</para>
                    <programlisting format="linespecific">
<![CDATA[<head>Chapter 4. The Ghost Returns to Middlington Manor.</head>]]>
        </programlisting>
                </informalexample>
                <para>Title supplied by encoder:</para>
                <informalexample>
                    <programlisting format="linespecific">
          <![CDATA[<head>[Segment 2]</head>]]>
        </programlisting>
                </informalexample>
                <para>It is good practice to provide a &lt;head&gt; tag for all major
                    textual divisions. In any case, the following rules must be strictly followed:</para>
                <orderedlist>
                    <listitem>
                        <para>If any &lt;div<emphasis>n</emphasis>&gt; at any level contains
                            a &lt;head&gt;, then all of its sibling
                            &lt;div<emphasis>n</emphasis>&gt;s at the same level must also
                            contain a &lt;head&gt;. Therefore, if any &lt;div1&gt;
                            uses a head, all &lt;div1&gt;s in the text must do so. If any
                            &lt;div2&gt; contains a &lt;head&gt;, all other
                            &lt;div2&gt;s nested with that &lt;div2&gt; in its
                            parent &lt;div1&gt; must also contain &lt;head&gt;s, etc.</para>
                    </listitem>
                    <listitem>
                        <para>If a &lt;div<emphasis role="italic">n</emphasis>&gt; at any
                            level is left without a &lt;head&gt;, then any subordinate
                                &lt;div<emphasis role="italic">n</emphasis>&gt;s below the
                            headless &lt;div<emphasis>n</emphasis>&gt; are not permitted to
                            have &lt;head&gt;s. Conversely, if any subordinate
                            &lt;div<emphasis>n</emphasis>&gt; contains a head, the parent
                            &lt;div<emphasis>n</emphasis>&gt; must also contain a &lt;head&gt;.</para>
                    </listitem>
                </orderedlist>
                <para>The following example is incorrect because one of the
                    &lt;div<emphasis>n</emphasis>&gt; descendants contains a
                    &lt;head&gt; but none of its ancestors contain one. If the rules are
                    strictly followed, the single &lt;div4&gt; with a &lt;head&gt;
                    forces all other &lt;div&gt;s in the tree to contain &lt;head&gt;s:</para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[<div1>
  <div2></div2>
  <div2></div2>
  <div2>
    <div3></div3>
    <div3>
      <div4><head></head></div4>
    </div3>
  </div2>
  <div2></div2>
</div1>]]>
          </programlisting>
                </informalexample>
                <para>Multiple &lt;head&gt; elements may be differentiated using the
                        <emphasis role="bold">type</emphasis> attribute (e.g., "subtitle" for a subtitle).</para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[<div1 id="ch01">
  <head type="main"> . . . </head>
  <head type="subtitle"> . . . </head>]]>
        </programlisting>
                </informalexample>
            </sect2>
            <sect2 id="epigraphs">
                <title>&lt;epigraph&gt;</title>
                <para>Epigraphs contain quotations, anonymous or attributed, appearing at the start
                    of a section, chapter, or other major division. They should be enclosed within
                    the &lt;epigraph&gt; element. An epigraph appearing on a page by itself
                    should be encoded in &lt;epigraph&gt; within a
                    &lt;div<emphasis>n</emphasis> type="epigraph"&gt;.</para>
                <para>Within &lt;epigraph&gt;, attributed epigraphs should be enclosed
                    entirely within the &lt;cit&gt; element, with &lt;quote&gt;
                    containing the quoted passage and &lt;bibl&gt; containing the
                    attribution. Within &lt;quote&gt;, use &lt;p&gt;,
                    &lt;lg&gt;, or other block elements as necessary. </para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[<epigraph>
  <cit>
    <quote>"I believe that any other ideal is impracticable and is a collision with human destiny
    and God."</quote>
    <bibl>Attributed to George Herron.</bibl>
  </cit>
</epigraph>
 
                        
<epigraph>
   <cit>
      <quote>
            <lg>
             <l>`Twas brillig, and the slithy toves</l>
             <l>Did gyre and gimble in the wabe:</l>
             <l>All mimsy were the borogoves,</l>
             <l>And the mome raths outgrabe.</l>
             </lg>
      </quote>
        <bibl>"Jabberwocky"--Lewis Carroll</bibl>
   </cit> 
</epigraph>]]>
          </programlisting>
                </informalexample>
                <para>Within &lt;epigraph&gt;, unattributed epigraphs should simply be
                    encoded within &lt;quote&gt;, with &lt;p&gt; and other block
                    elements used as necessary to contain the quoted passage. There is no need to
                    use &lt;cit&gt; for unattributed epigraphs.</para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[<div1 id="ch01" type="chapter" n="1">
   <head>Chapter 1</head>
   <epigraph>
      <quote>
         <p>I pity the man who can travel from Dan to Beersheba<p>
      </quote>
   </epigraph>

<epigraph>
  <quote rend="italic">
    <lg>
      <l>What you have seen to love in me</l>
      <l>I do not know.</l>
      <l>What I have seen to love in thee</l>
      <l>No word can show. </l>
      <l>But word or knowledge, dear, we lay aside.</l>
      <l>We need them not for compass or for guide.</l>
      <l>By love we go.</l>
    </lg>
  </quote>
</epigraph>]]>
        </programlisting>
                </informalexample>
            </sect2>
            <sect2 id="opener">
                <title>&lt;opener&gt;, &lt;closer&gt;</title>
                <para>Projects encoding correspondence or other letter-like documents may wish to
                    use &lt;opener&gt; and &lt;closer&gt; (and other elements that
                    are allowed within them such as &lt;salute&gt;, &lt;signed&gt;,
                    and &lt;dateline&gt;) in order to take advantage of the additional
                    structuring they provide. They allow for certain text features that need to be
                    identified for analytical or formatting purposes--such as, addresses, datelines,
                    salutations, signatures, or postscripts--to be grouped neatly at the beginning
                    or end of &lt;div<emphasis>n</emphasis>&gt;s. Because these elements can
                    require fairly heavy analytic encoding and introduce additional encoding
                    restrictions, they are not required. In fact, they are discouraged for projects
                    that do not need to perform a high level of analysis with their encoding.
                    Projects wishing to use &lt;opener&gt; and &lt;closer&gt; must
                    consult TEI P4 for more detailed instructions on their use. The letter
                    containing the following text could be encoded using different structural
                    hierarchies, depending on what text features the project wishes to make distinct:</para>
                <para>From the Desk of Martin Snope</para>
                <para>The Willows</para>
                <para>Chicago, Illinois</para>
                <para>June 14, 1952</para>
                <para>Dear Isabella,</para>
                <para>I have arrived home at last and will not leave again until August.</para>
                <para>Encoded with &lt;opener&gt;:</para>
                <informalexample>
                    <programlisting>
    <![CDATA[<text>
<body>
<div1 type="letter">
<opener>
From the Desk of Martin Snope
<address><addrLine>The Willows</addrLine>
<addrLine>Chicago, Illinois</addrLine>
<address>
<dateline>June 14, 1952</dateline>
<salute>Dear Isabella,</salute>
</opener>
<p>I have arrived home at last . . . </p></div1>]]></programlisting>
                    <para>Encoded without &lt;opener&gt;:</para>
                    <programlisting format="linespecific">
<![CDATA[<text>
<body>
<div1 type="letter">
<p>
From the Desk of Martin Snope
<address><addrLine>The Willows</addrLine>
<addrLine>Chicago, Illinois</addrLine>
<address>
</p>
<p>June 14, 1952</p>
<p>Dear Isabella,</p>
<p>I have arrived home at last . . . </p></div1>]]>
</programlisting>
                </informalexample>
            </sect2>
            <sect2 id="byline2">
                <title>&lt;byline&gt;</title>
                <para>Bylines are formal statements of responsibility, which may sometimes be found
                    near the top of a division (usually after a &lt;head&gt;) and sometimes
                    at the bottom. Do not use &lt;bylines&gt; to record attributive
                    information for quoted passages; use instead the
                    &lt;cit&gt;/&lt;quote&gt;/&lt;bibl&gt; structure
                    described in the section on quotations. Do not use &lt;byline&gt; for
                    the attribution of correspondence, which is normally signed
                    (&lt;signed&gt;). Do not use &lt;byline&gt; when a more complete
                    bibliographical citation is present; in that case &lt;bibl&gt; is
                    normally more appropriate. (See the section on bibliographic citation.) Take
                    care not to confuse the the use of &lt;byline&gt; and similar elements
                    within &lt;div<emphasis>n</emphasis>&gt;s with their use within formal &lt;titlePage&gt;s.</para>
                <informalexample>
                    <programlisting role="linespecific">
<![CDATA[<div1 type="introduction">
  <head>Introduction</head> 
  <byline>by Sherna Gluck</byline>
  <p>The following interviews with Sylvie Thygeson represent two distinct interviews ...]]>

                            
<![CDATA[<div2 type="essay">
  <head>In the Public Interest——Jeannette Rankin</head>
  <bibl>by <author>Ralph Nadar</author>
    (<title rend="italic">The New Republic Feature Syndicate</title>
    <biblScope>Number 33</biblScope>
    <date>September 11, 1972</date>)
  </bibl>
  <p>WASHINGTON——A few weeks ago we sent a questionnaire ...]]>
        </programlisting>
                </informalexample>
            </sect2>
            <sect2 id="dateline">
                <title>&lt;dateline&gt;</title>
                <para>Use &lt;dateline&gt; to encode a place and date associated with the
                    creation of the document. Encode the place name directly within
                    &lt;dateline&gt;, but use &lt;date&gt; to enclose the date
                    itself within &lt;dateline&gt;. When additional address information is
                    available, use &lt;address&gt; within &lt;dateline&gt;. (See the
                    section on addresses.) As with &lt;byline&gt;, do not use
                    &lt;dateline&gt; to encode more complete bibliographic citations. Use
                    &lt;bibl&gt; instead.</para>
                <para>
                    <emphasis role="bold">Example:</emphasis>
                </para>
                <informalexample>
                    <programlisting role="linespecific">
<![CDATA[<div1 type="chapter">
  <head>Prologue</head>
  <dateline>March 1945: Shensi Province, China</dateline>
  <p>A dull orange haze, the first light of dawn, ...]]>
        </programlisting>
                </informalexample>
            </sect2>
        </sect1>
        <sect1 id="p">
            <title>Paragraphs</title>
            <sect2>
                <title>&lt;p&gt;</title>
                <para>The paragraph is the fundamental organizational unit for all prose texts.
                    Paragraphs are encoded within &lt;p&gt;s, which, by default, begin a new
                    line and are displayed with the first line indented. To dictate a different
                    display, use the <emphasis role="bold">rend</emphasis> attribute in
                    &lt;p&gt;. Please see the section on alignment and indention for a list
                    of available <emphasis role="bold">rend</emphasis> values.</para>
                <informalexample>
                    <programlisting>
                <![CDATA[
<p>In another moment down went Alice after it, never once
considering how in the world she was to get out again.</p>               
                    ]]>
                </programlisting>
                </informalexample>
                <para>
                    <emphasis role="bold">
                        <ulink url="http://www.tei-c.org/P4X/CO.html#COPA">[P4: 6.1]</ulink>
                    </emphasis>
                </para>
            </sect2>
        </sect1>
        <sect1 id="milestones">
            <title>Page Breaks and Milestones</title>
            <para>Milestones are empty elements (&lt;lb&gt;, &lt;milestone&gt;,
                &lt;pb&gt;) that serve a function in the text analogous to the one mileposts
                serve on a road. They are used to mark significant points in the text, often
                beginnings or endings of sections, that exist outside the hierarchy of
                &lt;div<emphasis>n</emphasis>&gt; containers.</para>
            <sect2 id="pb">
                <title>&lt;pb&gt;</title>
                <para>Projects must use the empty &lt;pb&gt; element to mark the beginning
                    of each physical page of the source document (including the first page). The
                    &lt;pb&gt; element should be placed at the beginning of each page, but
                    entirely within any overlapping &lt;div<emphasis>n</emphasis>&gt;. Never
                    encode &lt;pb&gt;s between &lt;div<emphasis>n</emphasis>&gt;
                    elements. All such interstitial page breaks should be encoded as if they
                    belonged to the nearest subsequent &lt;div<emphasis>n</emphasis>&gt;,
                    before the &lt;head&gt; element. If a page break occurs in the middle of
                    a smaller block element (e.g., &lt;p&gt;), it can simply be encoded
                    there. </para>
                <para>If desired, the <emphasis role="bold">n</emphasis> attribute of
                    &lt;pb&gt; may be used to record page numbers as they appear in the
                    source document so that the system can subsequently render those page numbers
                    for display. Do not supply page numbers if they do not exist in the source
                    document. Page numbers should be recorded using the <emphasis role="bold">n</emphasis> attribute of the &lt;pb&gt; element at the
                    beginning of the page, regardless of where the number appears on the document.</para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[<div1 type="chapter" n="I" id="ch01">
  <pb n="1" id="p1"/>
  <head>Introduction</head>
]]>
          </programlisting>
                </informalexample>
                <para>If a page number is given, the <emphasis role="bold">id</emphasis> attribute
                    is also highly recommended. If anything is linked to the page breaks (such as an
                    index entry or table of contents that refers to pages), the <emphasis role="bold">id</emphasis> attribute is required.</para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[<p>of the Sea, <ref target="p1" type="pageref">1</ref></p>
. . .
<pb n=1 id="p1"/>]]>
          </programlisting>
                </informalexample>
            </sect2>
            <sect2 id="lb">
                <title>&lt;lb&gt;</title>
                <para>The &lt;lb&gt; element marks the start of a new line. Use this element
                    only when it is absolutely essential to preserve line breaks as they appear in
                    the source document. (Note that the &lt;lb&gt; tag is intended for
                    producing line breaks in prose only. the &lt;l&gt; element must be used
                    to encode lines of verse.) </para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[<p>When I approached the door, I saw that it's knocker yawned as a great
<lb/>O
<lb/>before me, impossibly heavy. . . </p>]]>
          </programlisting>
                </informalexample>
            </sect2>
            <sect2 id="milestone">
                <title>&lt;milestone&gt;</title>
                <para>The empty &lt;milestone&gt; element may be used to mark significant
                    boundaries between sections of text that are neither page breaks nor normal
                    divisions. For instance, it may be used to encode the decorative section breaks
                    common to monographs. The <emphasis role="bold">unit</emphasis> attribute is
                    required to describe the kind of break being marked. The <emphasis role="bold">n</emphasis> attribute must be used to record any characters or
                    symbols that are used to create the boundary.</para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[<milestone unit="endPart" n="&2766;"/>
                        
<milestone unit="endPart" n="****"/>]]>
          </programlisting>
                </informalexample>
                <para>
                    <emphasis role="bold">
                        <ulink url="http://www.tei-c.org/P4X/CO.html#CORS5">[P4: 6.9.3]</ulink>
                    </emphasis>
                </para>
            </sect2>
            <sect2 id="tapes">
                <title>Tape Numbers, Reel Numbers, and Interview Dates</title>
                <para>Many oral histories do not include chapters dividing the interview into
                    multiple intellectual divisions and subdivisions. However, most oral histories
                    do contain references to the date an interview begins, the number of the tape or
                    reel it was recorded on, and the tape side. In such cases, do not be tempted to
                    create an artifical structure of &lt;div&gt;s and &lt;head&gt;s
                    using those references. These references can be considered arbitrary indexes in
                    the text, similar to page numbers. Therefore, although these may often be
                    formatted as headings in the text, they should not be encoded as
                    &lt;div&gt;s with &lt;head&gt;s. Instead, encode these pieces of
                    information as the value of the <emphasis role="bold">n</emphasis> attribute in
                    the &lt;milestone&gt; element. </para>
                <informalexample>
                    <para>
                        <emphasis role="bold">Example:</emphasis>
                    </para>
                    <para>I Broussard Family Moves from Louisiana to California, 1945</para>
                    <para>Interview 1, June 27, 1991</para>
                    <para>Tape 1, Side A</para>
                    <para>Morris: </para>
                    <para>We usually start at the beginning. You were born in Louisiana?</para>
                    <para>Broussard: </para>
                    <para>Yes, in Lake Charles.</para>
                    <programlisting format="linespecific">
<![CDATA[<div1 type="chapter">
  <head>I Broussard Family Moves from Louisiana to California, 1945</head>
  <milestone n="Interview 1, June 27, 1991" unit="interview"/>
  <milestone n="Tape 1, Side A" unit="tape"/>
  <sp who="Morris">
    <speaker>Morris</speaker>
    <p>We usually start at the beginning. You were born in Louisiana?</p></sp> 
  <sp who="Broussard">
    <speaker>Broussard </speaker> 
    <p>Yes, in Lake Charles.</p></sp>]]>
          </programlisting>
                </informalexample>
            </sect2>
        </sect1>
        <sect1 id="font">
            <title>Typographical Phenomena and Formatting</title>
            <sect2 id="hi">
                <title>&lt;hi&gt;</title>
                <para>Record font changes and other typographical highlighting with the
                    &lt;hi&gt; element. Use the required <emphasis role="bold">rend</emphasis> attribute to record the type of font shift employed
                    in the source document. Unless otherwise stated in the
                    &lt;editorialDecl&gt;, the value of the <emphasis role="bold">rend</emphasis> attribute must convey and ultimately display (if
                    possible) the actual marking in the source document. In other words, do not use
                    &lt;hi&gt; to introduce editorial changes to a text's typesetting.</para>
                <para>When text with special formatting has already been tagged for other structure
                    or content, and when the special formatting is consistent, the <emphasis role="bold">rend</emphasis> value can be applied directly to the encompassing
                    tag. For example, if the contents of &lt;name&gt; are underscored, or if
                    the contents of &lt;p&gt; are entirely in bold font, then the <emphasis role="bold">rend</emphasis> values of those tags can be defined accordingly.
                    Because <emphasis role="bold">rend</emphasis> is a global attribute, it is
                    available for all TEI elements. When special formatting does not coincide
                    perfectly with an encompassing tag (as is often the case), &lt;hi&gt; is
                    used to surround the special text.</para>
                <informalexample>
                    <programlisting format="linespecific">
          <![CDATA[<p><hi rend="underline">Where</hi> did he go?</p>
                        
          <head rend="smallcaps">The Last Stand</head>]]> 
          </programlisting>
                </informalexample>
                <para>The CDL supports the following <emphasis role="bold">rend</emphasis> values
                    for display:</para>
                <informaltable>
                    <tgroup cols="2">
                        <thead>
                            <row>
                                <entry>value</entry>
                                <entry>display</entry>
                            </row>
                        </thead>
                        <tbody>
                            <row>
                                <entry>
                                    <emphasis role="bold">normal</emphasis>
                                </entry>
                                <entry>standard font for the document; unemphasized, unhighlighted
                                    text; should be used to format unemphasized text in the middle
                                    of an emphasized passage</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">mono</emphasis>
                                </entry>
                                <entry>mono-spaced font, e.g., Courier</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">italic</emphasis>
                                </entry>
                                <entry>italics</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">smallcaps</emphasis>
                                </entry>
                                <entry>small caps</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">bold</emphasis>
                                </entry>
                                <entry>bold</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">bolder</emphasis>
                                </entry>
                                <entry>extra bold</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">lighter</emphasis>
                                </entry>
                                <entry>extra light</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">underline</emphasis>
                                </entry>
                                <entry>underscored</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">overline</emphasis>
                                </entry>
                                <entry>written with a line drawn above the text</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">strikethrough</emphasis>
                                </entry>
                                <entry>strikethrough</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">subscript</emphasis>
                                </entry>
                                <entry>below the baseline of standard text</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">superscript</emphasis>
                                </entry>
                                <entry>above the baseline of standard text</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">hide</emphasis>
                                </entry>
                                <entry>do not display</entry>
                            </row>
                        </tbody>
                    </tgroup>
                </informaltable>
                <para>Projects requiring more specialized display may include syntax from the <ulink url="http://www.w3.org/Style/CSS/">Cascading Style Sheet (CSS)</ulink>
                    standard in the <emphasis role="bold">rend</emphasis> attribute.</para>
                <informalexample>
                    <programlisting format="linespecific">
    <![CDATA[
<p rend ="color: white; background-color: red">This text will be white on a red background.</p>]]></programlisting>
                </informalexample>
            </sect2>
            <sect2 id="multipleHi">
                <title>Nested &lt;hi&gt; Tags</title>
                <para>When multiple <emphasis role="bold">rend</emphasis> values are required for a
                    single element, repeat &lt;hi&gt; elements as necessary. For instance,
                    in the following example, the word "wow" is rendered in both bold and italics as
                        <emphasis role="bold"> "<emphasis>wow</emphasis>" </emphasis>.</para>
                <informalexample>
                    <programlisting format="linespecific">
        <![CDATA[<hi rend="bold"><hi rend="italic">wow!</hi></hi>]]></programlisting>
                </informalexample>
                <para>Remember that once a <emphasis role="bold">rend</emphasis> value has been
                    applied to a tag, the display is applied to the entire contents of that tag
                    unless it is explicitly negated by another tag. For instance, the tagging</para>
                <informalexample>
                    <programlisting format="linespecific">
        <![CDATA[<hi rend="bold">w<hi rend="italic">ow!</hi></hi> ]]></programlisting>
                </informalexample>
                <para>will produce the word "<emphasis role="bold">w<emphasis>ow</emphasis>
                    </emphasis>". </para>
                <para>On the other hand, the tagging</para>
                <informalexample>
                    <programlisting format="linespecific">
        <![CDATA[<hi rend="bold">w<hi rend="normal"><hi rend="italic">ow!</hi></hi></hi> ]]></programlisting>
                </informalexample>
                <para>will produce the word "<emphasis role="bold">w</emphasis>
                    <emphasis>ow</emphasis>". </para>
            </sect2>
            <sect2 id="emph">
                <title>&lt;emph&gt;</title>
                <para>If desired, the &lt;emph&gt; element may be used instead of
                    &lt;hi&gt; to mark a typographic shift that explicitly conveys emphasis
                    rather than simply a change in typography or other meaning. In the following
                    example, the word "very" is underscored to provide emphasis.</para>
                <informalexample>
                    <programlisting format="linespecific">
        <![CDATA[<hi rend="bold">Once Upon a Time</hi> Chicken Little decided to build a <emph 
rend="underline">very</emph> big house.
 ]]></programlisting>
                </informalexample>
                <para>The same <emphasis role="bold">rend</emphasis> values available for
                    &lt;hi&gt; are also available for &lt;emph&gt;, as they are for
                    all <emphasis role="bold">rend</emphasis> attributes in any element.</para>
                <para>
                    <emphasis role="bold">
                        <ulink url="http://www.tei-c.org/P4X/CO.html#COHQ">[P4: 6.3.2.2]</ulink>
                    </emphasis>
                </para>
            </sect2>
            <sect2 id="indent">
                <title>Alignment and Indention</title>
                <para>Alignment and indention of text can also be represented using the <emphasis role="bold">rend</emphasis> attribute in &lt;hi&gt; or any other
                    encompassing tag. Available <emphasis role="bold">rend</emphasis> attribute
                    values for alignment are:</para>
                <informaltable>
                    <tgroup cols="2">
                        <thead>
                            <row>
                                <entry>value</entry>
                                <entry>display</entry>
                            </row>
                        </thead>
                        <tbody>
                            <row>
                                <entry>
                                    <emphasis role="bold">left</emphasis>
                                </entry>
                                <entry>justify left, ragged right, initial indent</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">center</emphasis>
                                </entry>
                                <entry>center</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">right</emphasis>
                                </entry>
                                <entry>justify right, ragged left, initial indent</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">justify</emphasis>
                                </entry>
                                <entry>fully justify, initial indent</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">indent</emphasis>
                                </entry>
                                <entry>standard paragraph indent</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">hang</emphasis>
                                </entry>
                                <entry>hanging indent</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">blockindent</emphasis>
                                </entry>
                                <entry>full block indent</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">blockquote</emphasis>
                                </entry>
                                <entry>full block indent used for quotes (&lt;quote&gt;)</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">noindent</emphasis>
                                </entry>
                                <entry>no initial indent</entry>
                            </row>
                        </tbody>
                    </tgroup>
                </informaltable>
                <para>Projects requiring more precise alignment of text may also use <ulink url="http://www.w3.org/Style/CSS/">CSS</ulink> language within the <emphasis role="bold">rend</emphasis> attribute to describe the alignment required.</para>
                <informalexample>
                    <programlisting format="linespecific">
    <![CDATA[[4em hanging indent]
<p rend ="text-indent: -4em; margin-left: 4em"> ]]></programlisting>
                </informalexample>
                <para> Note that all &lt;p&gt;s are flush left with an initial indent by
                    default, so any paragraph that should not be indented must be given a <emphasis role="bold">rend</emphasis> value of "noindent".</para>
            </sect2>
        </sect1>
        <sect1 id="foreign">
            <title>Language Shifts</title>
            <sect2>
                <title>&lt;foreign&gt;</title>
                <para>Use the &lt;foreign&gt; element to tag text that appears in a language
                    that will require the use of a different character set or writing direction. The
                        <emphasis role="bold">lang</emphasis> attribute must contain the name of the
                    applicable language as given in the <ulink url="/stwg/metadata/META_BPG.html#d0e294">&lt;language&gt;
                    element</ulink> of the TEI header. Note that the language
                    <emphasis>must</emphasis> be declared in the TEI header in order for this
                    attribute to function. The enclosed text should be input using the appropriate
                    Unicode character entitities. (See the section on character encoding.)</para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[
   <profileDesc>
  <langUsage>
    <language id="Greek">(Range: 0370-03FF)</language>
  </langUsage>
. . .
     <foreign lang="Greek">&#0371;&#0372;&#0399;</foreign>]]>
                </programlisting>
                    <para>ųŴƏ</para>
                </informalexample>
            </sect2>
        </sect1>
        <sect1 id="quotes">
            <title>Quotations</title>
            <para>Quotations that are set apart from the rest of the text by quotation marks need
                not be specially encoded. Quotation marks are normally left intact in the text and,
                if possible, recorded in the form that they appear (i.e., straight or curly, single
                or double). (The exceptions to this rule are quotations marks around
                &lt;title&gt;s in bibliographic citations that use the <emphasis role="bold">level</emphasis> attribute to provide their formatting [see the section
                on <link linkend="bib">bibliographies</link>].)</para>
            <para>Quotations that employ formatting beyond the simple use of quotation marks must be
                specifically tagged. Simple block quotes containing only one paragraph may be
                recorded using &lt;p&gt;.</para>
            <informalexample>
                <programlisting format="linespecific">
<![CDATA[<p rend="blockindent">It was seen from the beginning of the study . . . </p>]]>
      </programlisting>
            </informalexample>
            <sect2>
                <title>&lt;quote&gt;</title>
                <para>Quotes comprising multiple paragraphs or lines of verse should be enclosed in
                    the &lt;quote&gt; element, with individual paragraphs contained in
                    &lt;p&gt;s and lines of verse contained in &lt;lg&gt; and &lt;l&gt;.</para>
                <informalexample>
                    <programlisting format="linespecific">      
<![CDATA[<quote rend="blockquote">
  <p>It was seen from the beginning that the study . . . </p>
  . . .
</quote>
                        
 <quote>
    <lg>
      <l>What you have seen to love in me</l>
      <l>I do not know.</l>
      <l>What I have seen to love in thee</l>
      <l>No word can show. </l>
      <l>But word or knowledge, dear, we lay aside.</l>
      <l>We need them not for compass or for guide.</l>
      <l>By love we go.</l>
    </lg>
  </quote>  ]]>
          </programlisting>
                </informalexample>
            </sect2>
            <sect2>
                <title>&lt;cit&gt;</title>
                <para>If desired, quotations that are accompanied by citations may be encoded using
                    &lt;cit&gt;. Enclose both the quote and the citation within
                    &lt;cit&gt;. The text of the quote should be further enclosed within
                    &lt;q&gt; and &lt;p&gt; as necessary, and the bibliographic
                    citation should be further enclosed within &lt;bibl&gt;.</para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[<cit>
   <quote>
      <l>Since I can do no good because a woman</l>
      <l>Reach constantly at something that is near it.</l>
   </quote>
   <bibl>
      <title>The Maid's Tragedy</title>
      <author>Beaumont and Fletcher</author>
   </bibl>
</cit>
                        
<cit>
      <quote>
            <lg>
             <l>`Twas brillig, and the slithy toves</l>
             <l>Did gyre and gimble in the wabe:</l>
             <l>All mimsy were the borogoves,</l>
             <l>And the mome raths outgrabe.</l>
             </lg>
      </quote>
        <bibl>"Jabberwocky"--Lewis Carroll</bibl>
 </cit> ]]>
        </programlisting>
                </informalexample>
                <para>
                    <emphasis role="bold">
                        <ulink url="http://www.tei-c.org/P4X/CO.html#COHQQ">[P4: 6.3.3]</ulink>
                    </emphasis>
                </para>
            </sect2>
        </sect1>
        <sect1 id="speech">
            <title>Speech</title>
            <sect2 id="sp">
                <title>&lt;sp&gt;</title>
                <para>The &lt;sp&gt; element is used to contain instances of transcribed
                    speech. Each distinct section of speech along with its attribution should be
                    encoded within &lt;sp&gt;. Within &lt;sp&gt;, use
                    &lt;p&gt; and other block elements as necessary to format and contain
                    the contents of the speech. </para>
                <informalexample>
                    <programlisting format="linespecific">
                <![CDATA[<sp>
<speaker>Godwin</speaker>
  <p>And what made you finally decide to leave that job?</p>
</sp>
<sp>
 <speaker>Fillmore</speaker>
 <p>You mean the first time or the final time?</p>
</sp> ]]></programlisting>
                </informalexample>
                <para>The &lt;sp&lt; element may also carry an optional <emphasis role="bold">who</emphasis> attribute that gives the identity of the speaker. The
                    value of <emphasis role="bold">who</emphasis> must refer to the <emphasis role="bold">id</emphasis> of a person previously identified in a list of
                    interview participants in the TEI header (&lt;person&gt; in
                    &lt;partiDesc&gt; in &lt;profileDesc&gt;). See the section on
                    creating a &lt;particDesc&gt;.</para>
                <informalexample>
                    <programlisting role="linespecific">
<![CDATA[<profileDesc>
  <particDesc>
    <person id="LaBerge" role="interviewer/editor">
      <persName reg="LaBerge, Germaine">Germaine LaBerge</persName>
    </person>
    <person id="Bouche" role="interviewee">
      <persName reg="Bouché, Brieuc">Brieuc Bouché</persName>
    </person>
  </particDesc>
...
  <sp who="LaBerge">
    <speaker>LaBerge</speaker>
    <p>Why don't we start with where you were born, and a little bit about your family background?</p>
  </sp>
  <sp who="Bouche">
    <speaker>Bouché</speaker>
    <p>Yes. How much detail do you want? Full detail or just very sketchy?</p>
  </sp>]]>          
          </programlisting>
                </informalexample>
            </sect2>
            <sect2 id="speaker">
                <title>&lt;speaker&gt;</title>
                <para>The &lt;speaker&gt; element is used within &lt;sp&gt; as a
                    specialized form of heading giving the name of the speaker responsible for the
                    spoken words. Encode the name of the speaker as it is given in the source
                    document. Do not supply a name if one does not appear in the source text. The
                    content of &lt;speaker&gt; is displayed in bold and flush left on a line
                    preceding the text of the speech.</para>
                <informalexample>
                    <programlisting>
<![CDATA[<sp who="LaBerge">
    <speaker>LaBerge</speaker>
    <p>Why don't we start with where you were born, and a little bit about your family background?</p>
  </sp>
  <sp who="Bouche">
    <speaker>Bouché</speaker>
    <p>Yes. How much detail do you want? Full detail or just very sketchy?</p>
  </sp>]]>          
    </programlisting>
                    <para>is displayed as:</para>
                    <para>
                        <emphasis role="bold">LaBerge</emphasis>
                    </para>
                    <para>Why don't we start with where you were born, and a little bit about your
                        family background?</para>
                    <para>
                        <emphasis role="bold">Bouché</emphasis>
                    </para>
                    <para>Yes. How much detail do you want? Full detail or just very sketchy?</para>
                </informalexample>
                <para>Projects that require a different kind of styling for the display of speaker
                    names should use the <emphasis role="bold">rend</emphasis> attribute to override
                    the default styling imposed by &lt;speaker&gt;. </para>
                <para>
                    <emphasis role="bold">
                        <ulink url="http://www.tei-c.org/P4X/DR.html#DRSP">[P4: 10.2.2]</ulink>
                    </emphasis>
                </para>
            </sect2>
        </sect1>
        <sect1 id="verse">
            <title>Verse</title>
            <sect2 id="verseDiv">
                <title>&lt;div<emphasis>n</emphasis>&gt; in Verse</title>
                <para>Generally, verse or verse fragments in a text should be enclosed within a
                    separate &lt;div<emphasis>n</emphasis>&gt; element with an identifying
                        <emphasis role="bold">type</emphasis> attribute. Projects must enclose a
                    poem in a &lt;div<emphasis>n</emphasis>&gt; if they wish to attach a
                    searchable, indexable title to the poem using &lt;head&gt; or if they
                    wish to encode a &lt;closer&gt; at the end of the poem. The most common
                        <emphasis role="bold">type</emphasis> attribute values for verse are:</para>
                <simplelist>
                    <member>verse</member>
                    <member>poem</member>
                    <member>sonnet</member>
                    <member>drama</member>
                    <member>free-verse</member>
                    <member>song</member>
                </simplelist>
                <para>If projects do not wish to enclose a poem within a separate
                    &lt;div<emphasis>n</emphasis>&gt;, they may simply enclose its lines
                    using the mandatory &lt;lg&gt; element. (See below.)</para>
            </sect2>
            <sect2 id="verseTitle">
                <title>&lt;head&gt; in Verse</title>
                <para>Projects may use the &lt;head&gt; element for all titles, subtitles,
                    etc., for verse encoded within a &lt;div<emphasis>n</emphasis>&gt;,
                    bearing in mind the rules for using &lt;head&gt; within
                    &lt;div<emphasis>n</emphasis>&gt;. When more than one
                    &lt;head&gt; is required, use the <emphasis role="bold">type</emphasis>
                    attribute to describe the different type of headings or titles being applied.
                    Any &lt;head&gt; element for verse that does not have a <emphasis role="bold">type</emphasis> attribute will be considered a "main" title.</para>
                <informalexample>
                    <programlisting format="linespecific">      
<![CDATA[<head type="main">
<head type="subtitle">
<head type="dedication">]]>
        </programlisting>
                </informalexample>
            </sect2>
            <sect2 id="l">
                <title>&lt;l&gt;</title>
                <para>Individual lines of verse must be surrounded by the &lt;l&gt; tag.
                    Lines that are numbered may use the <emphasis role="bold">n</emphasis> attribute
                    to encode the line number. Use the <emphasis role="bold">rend</emphasis>
                    attribute as necessary to provide proper indention.</para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[<l n="5" rend="indent">]]>
      </programlisting>
                </informalexample>
            </sect2>
            <sect2 id="lg">
                <title>&lt;lg&gt;</title>
                <para>Regardless of whether verse is contained within its own
                    &lt;div<emphasis>n</emphasis>&gt;, groups of lines must be encoded
                    within the &lt;lg&gt; element, with each individual line also encoded in
                    the &lt;l&gt; element. The &lt;lg&gt; tag is used to identify
                    groups of lines that carry coherent poetic structure (i.e., function as a formal
                    unit, such as a stanza) within a poem. The type of structure may be identified
                    with the <emphasis role="bold">type</emphasis> attribute. Some available
                        <emphasis role="">type</emphasis> values are:</para>
                <simplelist>
                    <member>stanza</member>
                    <member>verse</member>
                    <member>paragraph</member>
                    <member>couplet</member>
                    <member>quatrain</member>
                    <member>fragment</member>
                    <member>refrain</member>
                </simplelist>
                <para>The value "fragment" should be used for line groups that do not carry poetic structure.</para>
                <informalexample>
                    <programlisting format="linespecific">      
<![CDATA[<div1 type="poem">
                  <lg type="stanza">
      <l>How doth the little crocodile</l> 
<l>Improve his shining tail,</l> 
<l>And pour the waters of the Nile</l> 
<l>On every golden scale!</l>
       </lg>
   </div1>]]>
          </programlisting>
                </informalexample>
                <para>The following text could be tagged in different ways:</para>
                <para>
                    <literallayout format="linespecific"><![CDATA[`Repeat, "You are Old, Father William,"' said the Caterpillar. 
                 Alice folded her hands, and began:--
                 `You are old, Father William,' the young man said,            
                          `And your hair has become very white; 
                  And yet you incessantly stand on your head- 
                            Do you think, at your age, it is right?' 
                            ]]></literallayout>
                </para>
                <informalexample>
                    <para>within &lt;div<emphasis>n</emphasis>&gt;:</para>
                    <programlisting format="linespecific">
            <![CDATA[<div1 type="chap5">
. . .
<p>`Repeat, "You are Old, Father William,"' said the Caterpillar.</p> 
<p>Alice folded her hands, and began:--</p>
<div2 type="poem>
<head type="poem-title" rend="center">[You Are Old, Father William]</head>
<lg type="stanza" rend="blockindent"> 
<l>`You are old, Father William,' the young man said,</l>
<l rend="indent">`And your hair has become very white;</l>
<l>And yet you incessantly stand on your head-</l>
<l rend=indent">Do you think, at your age, it is right?'</l>
</lg>
</div2>]]>
          </programlisting>
                    <para> or without &lt;div<emphasis>n</emphasis>&gt;:</para>
                    <programlisting format="linespecific">
<![CDATA[. . .
<div1 type="chap5">
<p>`Repeat, "You are Old, Father William,"' said the Caterpillar.</p> 
<p>Alice folded her hands, and began:--</p>
<lg type="stanza" rend="blockindent"> 
<l>`You are old, Father William,' the young man said,</l>
<l rend="indent">`And your hair has become very white;</l>
<l>And yet you incessantly stand on your head-</l>
<l rend=indent">Do you think, at your age, it is right?'</l>
</lg>
            ]]>
          </programlisting>
                </informalexample>
            </sect2>
            <sect2 id="closer">
                <title>&lt;closer&gt;</title>
                <para>Occasionally a poem will be directly followed by a date or some other closing
                    information that is not considered part of the poem. This information may be
                    encoded using the &lt;closer&gt; element within the poem's
                    &lt;div<emphasis>n</emphasis>&gt; outside of the last
                    &lt;lg&gt;. Poems must be enclosed within a
                    &lt;div<emphasis>n</emphasis>&gt; in order to use &lt;closer&gt;.</para>
                <informalexample>
                    <programlisting>
                <![CDATA[
<div1 type="poem">
                    . . .
<lg type="stanza">
<l>Nor certitude, nor peace, nor help for pain;</l>
<l>And we are here as on a darkling plain</l>
<l>Swept with confused alarms of struggle and flight,</l>
<l>Where ignorant armies clash by night.</l>
</lg>
<closer>[1867]</closer> 
</div1>                    
                    ]]>
                </programlisting>
                </informalexample>
                <para>
                    <ulink url="http://www.tei-c.org/P4X/CO.html#CODV">[P4: 6.11]</ulink>
                </para>
            </sect2>
        </sect1>
        <sect1 id="note">
            <title>Notes</title>
            <sect2>
                <title>&lt;note&gt;</title>
                <para>Use the &lt;note&gt; element to encode notes, using the <emphasis role="bold">place</emphasis> attribute to indicate the location of the note.
                    Available <emphasis role="bold">place</emphasis> values are: </para>
                <informaltable>
                    <tgroup cols="2">
                        <thead>
                            <row>
                                <entry>value</entry>
                                <entry>type of note</entry>
                            </row>
                        </thead>
                        <tbody>
                            <row>
                                <entry>
                                    <emphasis role="bold">end</emphasis>
                                </entry>
                                <entry>endnote, note appears at the end of a chapter, part, or volume</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">foot</emphasis>
                                </entry>
                                <entry>footnote, note appears at the foot of the page</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">inline</emphasis>
                                </entry>
                                <entry>note appears as a marked section in the body of the text</entry>
                            </row>
                        </tbody>
                    </tgroup>
                </informaltable>
                <para>Notes without the <emphasis role="bold">place</emphasis> attribute will be
                    considered in-line. For notes that are tagged at the point of reference, the
                    numbers attached to the notes (as distinct from reference numbers that are
                    located elsewhere) are normally recorded as the value of the <emphasis role="bold">n</emphasis> attribute and should not be included in the text of the
                    note itself. Similarly, dingbats, crosses, daggers, and the like used to label
                    notes for referencing may also be recorded as Unicode characters within the
                        <emphasis role="bold">n</emphasis> attribute. A separate &lt;ref&gt;
                    is not necessary. If a note is targeted by a &lt;ref&gt; elsewhere, it
                    must contain a unique<emphasis role="bold"> id</emphasis> attribute. Be sure to
                    enclose the contents of notes in &lt;p&gt;s or other appropriate block
                    elements if necessary. (See the section on internal linking for more information
                    about &lt;ref&gt;s.)</para>
            </sect2>
            <sect2 id="inline">
                <title>In-line notes</title>
                <para>In-line notes may be tagged directly in place.</para>
                <informalexample>
                    <programlisting format="linespecific">
                <![CDATA[<p>Collections are ensembles of distinct entities or objects of any sort. 
<note place="inline">We explain below why we use the uncommon term collection instead 
of the expected set. our usage corresponds to the aggregate of many mathematical writings
and to the sense of class found in older logical writings.</note> The elements. . .</p>]]></programlisting>
                </informalexample>
            </sect2>
            <sect2 id="fnote">
                <title>Footnotes</title>
                <para>Footnotes (those references, notes, and citations appearing at the bottom of
                    the page) must be encoded where they are referenced. In other words, at the
                    location of the footnote reference in the text, embed the &lt;note&gt;
                    itself in place. If a footnote is tagged in place <emphasis>and</emphasis> the
                        <emphasis role="bold">n</emphasis> attribute contains the note's reference
                    number, projects must not encode a separate &lt;ref&gt; with that same
                    number in the same location. The result would be two duplicate numbers appearing
                    in place at the point of reference. However, if no <emphasis role="bold">n</emphasis> attribute is given in &lt;note&gt;, then a
                    separate &lt;ref&gt; may be used in place. In either case, other
                    references to that footnote from other locations in the text may be tagged with
                    &lt;ref&gt;. If a footnote is targeted by any &lt;ref&gt;
                    anywhere in the text, it must include an <emphasis role="bold">id</emphasis>
                    attribute. (See the section on internal linking.)</para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[<p>...Whites, however, did not vote to transfer power 
<hi rend="italic">to</hi> the black majority, as the 
media reported, but only to share power. 
<note id="fn0.1" place="foot" n="*">
<p>The use of racial and ethnic labels is not meant 
to reproduce, uncritically...</p></note>...</p>]]>
            </programlisting>
                </informalexample>
            </sect2>
            <sect2 id="enote">
                <title>Endnotes</title>
                <para>Endnotes (those appearing at the end of a chapter, section, or other
                    significant textual division) must be encoded where they appear in the document,
                    in a separate &lt;div<emphasis>n</emphasis>&gt; if necessary. For an
                    endnote to function properly, the reference to the note in the text must be
                    tagged with &lt;ref&gt; and each endnote &lt;note&gt; must carry
                    an <emphasis role="bold">id</emphasis> attribute. Further, if projects wish to
                    allow users to link directly from the note back to its reference in the text,
                    then the <emphasis role="bold">id</emphasis> and <emphasis role="bold">corresp</emphasis> attributes must also be properly used in
                    &lt;ref&gt; and &lt;note&gt; respectively. (See the section on
                    internal linking for more detailed instructions.) </para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[<p>...falsely assumed South Africa to be the only developed 
capitalist country “[that] is not only ‘objectively’ ripe for 
revolution but has actually entered a stage of overt and 
seemingly irreversible revolutionary struggle.”
<ref target="bn0.1" id="d0e912" type="noteref">1</ref> ...</p>

....

<div2 id="d0e1020" type="endnotes">
   <head type="main">Notes</head>
   <note id="bn0.1" place="end" n="1" corresp="d0e912">
      <p>Paul M. Sweezy and Harry Magdoff, “The Stakes in 
         South Africa,” <hi rend="italic">Monthly Review,
         </hi> April 1986.</p>
   </note>
</div2>]]>
            </programlisting>
                </informalexample>
                <para>
                    <emphasis role="bold">
                        <ulink url="http://www.tei-c.org/P4X/CO.html#CONONO">[P4: 6.8.1]</ulink>
                    </emphasis>
                </para>
            </sect2>
            <sect2 id="bibNote">
                <title>&lt;bibl&gt; in &lt;note&gt;</title>
                <para>When the footnote is clearly bibliographic in nature, enclose it within the
                    TEI &lt;bibl&gt; element inside &lt;note&gt;. Projects may
                    further encode the author or authors as &lt;author&gt;, titles as
                    &lt;title&gt;, dates as &lt;date&gt;, and references to a page
                    number, span of page numbers, or chapters as &lt;biblScope&gt;. (See the
                    section on bibliographic citations.)</para>
                <para>
                    <emphasis role="bold">Example:</emphasis>
                </para>
                <informalexample>
                    <programlisting role="linespecific">
<![CDATA[
  <note n="5" id="n5" place="foot">
    <bibl>
      <author>Gallagher, Robert S., </author> 
      <title level="a">I Was Arrested, Of Course, </title>an interview,
      <title level="j">American Heritage, </title>
      <date>February, 1974, </date> 
      <biblScope>pp. 17‑24, 92‑94. </biblScope>
    </bibl>
  </note>
 ]]>
        </programlisting>
                </informalexample>
            </sect2>
        </sect1>
        <sect1 id="namesdates">
            <title>Names, Dates, and Addresses</title>
            <para>Although it is not required, it sometimes useful to tag names, dates, and
                addresses as they occur throughout the text, not only when they occur on the title
                page. Tagging names and dates also allows them to be regularized in order to provide
                more fruitful searching.</para>
            <sect2 id="basicname">
                <title>&lt;name&gt;</title>
                <para>The &lt;name&gt; element may be used to encode any proper noun or
                    proper noun phrase. The <emphasis role="bold">type</emphasis> attribute can be
                    used to indicate the type of name. Supported <emphasis role="bold">type</emphasis> values are "person" and "place". The <emphasis role="bold">reg</emphasis> attribute may be used to give a normalized or
                    regularized form of the name.</para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[At the time of the events which led to
<name reg="Benedict XII, Pope of Avignon (Jacques Fournier)" 
type="person">Fournier's</name> investigations, 
the local population consisted of between 200 and
250 inhabitants.]]>
        </programlisting>
                </informalexample>
            </sect2>
            <sect2 id="basicdate">
                <title>&lt;date&gt;</title>
                <para>Use &lt;date&gt; to encode a date that has been given in any format.
                    The <emphasis role="bold">value</emphasis> attribute can be used to contain the
                    value of the date in the standard ISO 8601:2000 5.2.1 format (e.g., YYYY-MM-DD).
                    Again, this is useful if document dates need to be indexed for searching.</para>
                <para>Because the &lt;date&gt; element is not directly allowed within
                    &lt;div<emphasis>n</emphasis>&gt; it can be surrounded by
                    &lt;dateline&gt; if necessary. When it appears at the beginning or end
                    of a division, &lt;date&gt; is normally located within the
                    &lt;opener&gt; or &lt;closer&gt; elements. Projects not wishing
                    to use &lt;opener&gt; and &lt;closer&gt; may also insert
                    &lt;date&gt; directly within &lt;p&gt; if that is appropriate.</para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[<p>Given on the <date value="1977-06-12">Twelfth Day of June
in the Year of Our Lord One Thousand Nine Hundred and
Seventy-seven of the Republic the Two Hundredth and first
and of the University the Eighty-Sixth.</date></p>]]>
        </programlisting>
                </informalexample>
            </sect2>
            <sect2 id="address">
                <title>&lt;address&gt;, &lt;addrLine&gt;</title>
                <para>The &lt;address&gt; and &lt;addrLine&gt; elements can be used
                    to encode postal or other addresses. Enclose the entire address within
                    &lt;address&gt; and each individual line within &lt;addrLine&gt;.</para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[<address>
   <addrLine>110 Southmoor Road,</addrLine>
   <addrLine>Oxford OX2 6RB,</addrLine>
   <addrLine>UK</addrLine>
</address>]]>
        </programlisting>
                </informalexample>
                <para>Because &lt;address&gt; is not allowed directly in
                    &lt;div<emphasis>n</emphasis>&gt;, when it appears at the beginning or
                    end of a division, it normally is enclosed within the &lt;opener&gt; or
                    &lt;closer&gt; elements. Projects not wishing to use
                    &lt;opener&gt; or &lt;closer&gt; may insert
                    &lt;address&gt; directly inside a &lt;p&gt; if that is appropriate.</para>
                <informalexample>
                    <programlisting role="linespecific">
<![CDATA[<div1 type="letter">
  <head>Appendix: Letter to Earl Warren</head>
  <opener>
    <date>November 10, 1971</date>
    <address>
      <addrLine>Honorable Earl Warren</addrLine>
      <addrLine>Supreme Court of the United States</addrLine>
      <addrLine>Washington, D. C.</addrLine>
      <addrLine>Re: ACLU Proposed Earl Warren Civil Liberties Award</addrLine>
    </address>
    <salute>Dear Governor:</salute>
  </opener>]]>
        </programlisting>
                </informalexample>
                <para>
                    <emphasis role="bold">
                        <ulink url="http://www.tei-c.org/P4X/CO.html#CONA">[P4: 6.4]</ulink>
                    </emphasis>
                </para>
            </sect2>
        </sect1>
        <sect1 id="list">
            <title>Lists</title>
            <sect2>
                <title>&lt;list&gt;</title>
                <para>Individual items in a list must be encoded as &lt;item&gt;s within
                    &lt;list&gt; rather than as a series of &lt;p&gt;s or
                    &lt;l&gt;s. Use the &lt;list&gt; element's <emphasis role="bold"> type</emphasis> attribute to define the type of list appearing
                    in the document. Valid <emphasis role="bold"> type</emphasis> attributes are:</para>
                <informaltable>
                    <tgroup cols="2">
                        <thead>
                            <row>
                                <entry>value</entry>
                                <entry>type of list</entry>
                            </row>
                        </thead>
                        <tbody>
                            <row>
                                <entry>
                                    <emphasis role="bold">ordered</emphasis>
                                </entry>
                                <entry>lists with sequential markers</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">bulleted</emphasis>
                                </entry>
                                <entry>marked or bulleted lists</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">simple</emphasis>
                                </entry>
                                <entry>unmarked or unnumbered lists</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">gloss</emphasis>
                                </entry>
                                <entry>definition lists (e.g., glossary, chronology, etc.)
                                    consisting of a term encoded in &lt;label&gt; and a
                                    definition or expansion of the term encoded in &lt;item&gt;</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">ordered</emphasis>
                                </entry>
                                <entry>numbered lists</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">label</emphasis>
                                </entry>
                                <entry>non-gloss lists whose items are each labeled with a &lt;label&gt;</entry>
                            </row>
                        </tbody>
                    </tgroup>
                </informaltable>
                <para>Nest lists as appropriate, noting that they will be automatically indented to
                    reflect the nesting. Use the &lt;head&gt; element to provide headings
                    for lists.</para>
            </sect2>
            <sect2 id="olist">
                <title>Standard Ordered Lists</title>
                <para>Encode lists that include sequential markers, numbers, or letters as
                    &lt;list type="ordered"&gt;. Use the <emphasis role="bold">rend</emphasis> attribute to describe the kind of sequential system
                    used. Each item in the list is encoded as an &lt;item&gt;,
                    <emphasis>without</emphasis> the sequential marker. The <emphasis role="bold">rend</emphasis> attribute will tell the stylesheet what kind of
                    enumerative system to supply for display. If no system is specified in the
                        <emphasis role="bold">rend</emphasis> attribute, then the default system of
                    "arabic"--meaning arabic integers starting with "1."-- will be applied. The
                    available <emphasis role="bold">rend</emphasis> values are as follows.</para>
                <informaltable>
                    <tgroup cols="2">
                        <thead>
                            <row>
                                <entry>value</entry>
                                <entry>enumerators</entry>
                            </row>
                        </thead>
                        <tbody>
                            <row>
                                <entry>
                                    <emphasis role="bold">arabic</emphasis>
                                </entry>
                                <entry>1., 2., 3., etc.</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">upperalpha</emphasis>
                                </entry>
                                <entry>A., B., C., etc..</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">loweralpha</emphasis>
                                </entry>
                                <entry>a., b., c., etc.</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">upperroman</emphasis>
                                </entry>
                                <entry>I., II., III., etc.</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">lowerroman</emphasis>
                                </entry>
                                <entry>i., ii., iii., etc..</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">supplied</emphasis>
                                </entry>
                                <entry>non-standard enumerations encoded within each
                                    &lt;item&gt;'s <emphasis role="bold">n</emphasis>
                                    attribute (see below)</entry>
                            </row>
                        </tbody>
                    </tgroup>
                </informaltable>
                <informalexample>
                    <orderedlist numeration="upperalpha">
                        <title>Departments</title>
                        <listitem>
                            <para>English</para>
                        </listitem>
                        <listitem>
                            <para>History</para>
                        </listitem>
                        <listitem>
                            <para>Biology</para>
                        </listitem>
                        <listitem>
                            <para>Political Science</para>
                        </listitem>
                    </orderedlist>
                    <programlisting format="linespecific">
<![CDATA[<list type="ordered" rend="upperalpha">
   <head>Departments</head>
   <item>English</item>
   <item>History</item>
   <item>Biology</item>
   <item>Political Science</item>
</list>]]>
              </programlisting>
                </informalexample>
            </sect2>
            <sect2 id="non-olist">
                <title>Non-standard Ordered Lists</title>
                <para>Lists that use a use a non-sequential or otherwise non-standard method of
                    enumeration may still carry the <emphasis role="bold">type</emphasis> attribute
                    value of "ordered" if the specific mark of numeration may be explicitly supplied
                    in the <emphasis role="bold">n</emphasis> attribute of each individual
                    &lt;item&gt; element. Whatever is encoded as the value of the <emphasis role="bold">n</emphasis> attribute will be exactly displayed as the enumerator
                    for the item. Therefore, don't forget to include punctuation if it is desired.
                    In such cases, set the &lt;list&gt;'s <emphasis role="bold">rend</emphasis> attribute to "supplied."</para>
                <informalexample>
                    <orderedlist>
                        <listitem>
                            <para>Food and supplies</para>
                        </listitem>
                        <listitem>
                            <para>Medicine</para>
                        </listitem>
                        <listitem>
                            <para>Fuel</para>
                        </listitem>
                        <listitem override="5">
                            <para>Fuel storage containers</para>
                        </listitem>
                        <listitem override="6">
                            <para>Radios</para>
                        </listitem>
                    </orderedlist>
                    <programlisting format="linespecific">
<![CDATA[<list type="ordered" rend="supplied">
   <item n="1.">Food and supplies</item>
   <item n="2.">Medicine</item>
   <item n="3.">Fuel</item>
   <item n="5.">Fuel storage containers</item>
   <item n="6.">Radios</item>
</list>]]>
              </programlisting>
                </informalexample>
                <para>Note that all &lt;item&gt;s in a &lt;list rend="supplied"
                    type="ordered"&gt; must contain an <emphasis role="bold">n</emphasis>
                    attribute, even if some of the items conform to the standard enumerative
                    conventions. Again, never encode the sequential marker within the text of the
                    &lt;item&gt; as well. Such encoding will usually result in two duplicate
                    markers appearing before each &lt;item&gt; in the list. <emphasis role="bold">n</emphasis> attribute.</para>
                <para>
                    <emphasis role="bold">
                        <ulink url="http://www.tei-c.org/P4X/CO.html#COLI">[P4: 6.7]</ulink>
                    </emphasis>
                </para>
            </sect2>
            <sect2 id="label">
                <title>&lt;label&gt;</title>
                <para>Rather than enumerators, items in a &lt;list type="gloss"&gt; have
                    labels, such as headwords in a glossary or dates in a chronology. The
                    &lt;label&gt; element is used to capture each label immediately
                    preceding its associated &lt;item&gt;. </para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[
<list type="gloss" rend="label">
<label>1835</label><item>born in Florida, MO</item> 
<label>1848</label><item>apprenticed</item>]]>
</programlisting>
                </informalexample>
            </sect2>
        </sect1>
        <sect1 id="bib">
            <title>Bibliographies</title>
            <sect2 id="bibl">
                <title>&lt;bibl&gt;, &lt;listBibl&gt;</title>
                <para>Individual bibliographic citations should be encoded using the
                    &lt;bibl&gt; element. Groups of &lt;bibl&gt;s are further
                    contained within a &lt;listBibl&gt;.</para>
                <para>The &lt;bibl&gt; element allows unstructured bibliographic data,
                    including standard bibliographic elements as well as uncontained text such as
                    more discursive or descriptive citations or annotation. Unlike the stricter
                    bibliographic containers found in the TEI, &lt;bibl&gt; allows the
                    encoder some latitude both in the order of subelements and the level of encoding.</para>
                <para>There are no elements absolutely required within &lt;bibl&gt;.
                    However, most projects will most likely take advantage of the following:
                    &lt;author&gt;, &lt;date&gt;, &lt;title&gt;,
                    &lt;pubPlace&gt;, &lt;publisher&gt;, and
                    &lt;biblScope&gt;. </para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[<listBibl>
   <bibl id="bib010_ch02">
      <author>Johnson, Douglas W.</author> 
      <date>1919</date>. 
      <title level="m">Shore processes</title>. 
      <pubPlace>New York</pubPlace>, 
      <publisher>Wiley &amp; Sons</publisher>, 
      <biblScope type="pages">584 pp.</biblScope>, 
      <date>1919</date>.
   </bibl>]]>
          </programlisting>
                </informalexample>
            </sect2>
            <sect2 id="title">
                <title>&lt;title&gt; levels</title>
                <para>Projects using the &lt;title&gt; element may also use its <emphasis role="bold">level</emphasis> attribute to define the type of title being
                    provided and dictate the standard typographic styling used to display the title.
                    Therefore, &lt;title&gt;s that carry a <emphasis role="bold">level</emphasis> attribute do not need to be tagged again for
                    italics, quotation marks, and the like. Titles that require special formatting
                    not supported by the available <emphasis role="bold">level</emphasis>s can use
                    the <emphasis role="bold">rend</emphasis> attribute to dictate the styling
                    required. The supported attribute values and their resulting display are as follows:</para>
                <informaltable>
                    <tgroup cols="3">
                        <thead>
                            <row>
                                <entry>value</entry>
                                <entry>type of title</entry>
                                <entry>type of styling</entry>
                            </row>
                        </thead>
                        <tbody>
                            <row>
                                <entry>
                                    <emphasis role="bold">a</emphasis>
                                </entry>
                                <entry>analytic title (article, poem, or other item published as
                                    part of a larger item)</entry>
                                <entry>surrounded in quotation marks</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">m</emphasis>
                                </entry>
                                <entry>monographic title (book, collection, or other item published
                                    as a distinct item, including single volumes of multi-volume works)</entry>
                                <entry>italics</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">j</emphasis>
                                </entry>
                                <entry>journal title</entry>
                                <entry>italics</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">s</emphasis>
                                </entry>
                                <entry>series title</entry>
                                <entry>italics</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">u</emphasis>
                                </entry>
                                <entry>title of unpublished material (including theses and
                                    dissertations unless published by a commercial press)</entry>
                                <entry>surrounded in quotation marks</entry>
                            </row>
                        </tbody>
                    </tgroup>
                </informaltable>
            </sect2>
            <sect2 id="anno-bib">
                <title>&lt;note&gt; in Bibliographic Citations</title>
                <para> The CDL TEI DTDs all allow the &lt;note&gt; element within
                    &lt;bibl&gt;. Use it to record notes, including in-line bibliographic
                    annotation and footnotes, that occur within bibliographic citations. </para>
                <informalexample>
                    <programlisting format="linespecific">
                    <![CDATA[                 
<bibl><title level="m">Alice's adventures in Wonderland</title> by 
<author>Lewis Carroll</author>. 
<pubPlace>London</pubPlace>: 
<publisher>Macmillan</publisher>, 
<date value="1869.00.00">1869</date>.  
<note>This work is remarkable example of the intersection of mathematics and literature.</note></bibl>
                    ]]></programlisting>
                </informalexample>
                <para>
                    <emphasis role="bold">
                        <ulink url="http://www.tei-c.org/P4X/CO.html#COBITY">[P4: 6.10.1]</ulink>
                    </emphasis>
                </para>
            </sect2>
        </sect1>
        <sect1 id="ilink">
            <title>Internal Links and Cross References</title>
            <para>Internal references and links can take many forms: numbers in the text that point
                to endnotes, page numbers in indexes that point to specific pages, pointers to
                specific sections of the text (e.g., "See Section 2A"), or short form bibliographic
                references (e.g., "Baxter 1978"). The practice described in this section applies
                only to references pointing to elements within the same file. See the section on
                external references to point to locations outside the document.</para>
            <sect2 id="ref">
                <title>&lt;ref&gt;</title>
                <para>Internal references will be encoded using the &lt;ref&gt; element and
                    are required to have both a <emphasis role="bold">target</emphasis> and
                        <emphasis role="bold">type</emphasis> attribute to indicate the <emphasis role="bold">id</emphasis> of the element being targeted and the nature of the
                    target. (No specific system need be employed for creating <emphasis role="bold">id</emphasis>s in the elements being targeted as long as they are
                    unique and begin with a letter character [e.g., id="id001"].) The following
                        <emphasis role="bold">type</emphasis> attribute values are supported for &lt;ref&gt;:</para>
                <informaltable>
                    <tgroup cols="2">
                        <thead>
                            <row>
                                <entry>value</entry>
                                <entry>type of reference</entry>
                            </row>
                        </thead>
                        <tbody>
                            <row>
                                <entry>
                                    <emphasis role="bold">citeref</emphasis>
                                </entry>
                                <entry>bibliographic citation reference</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">figref</emphasis>
                                </entry>
                                <entry>figure reference</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">fnoteref</emphasis>
                                </entry>
                                <entry>footnote reference</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">formularef</emphasis>
                                </entry>
                                <entry>formula reference</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">noteref</emphasis>
                                </entry>
                                <entry>endnote or general note reference</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">pageref</emphasis>
                                </entry>
                                <entry>reference to a &lt;pb&gt; element, such as would be
                                    used in an index</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">secref</emphasis>
                                </entry>
                                <entry>section reference, usually used to refer to a chapter or subsection.</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">tableref</emphasis>
                                </entry>
                                <entry>table reference</entry>
                            </row>
                        </tbody>
                    </tgroup>
                </informaltable>
                <para>(Note that the use of a &lt;ref&gt; for footnotes is normally optional
                    as the in-line presence of the &lt;note&gt; will automatically create a
                    reference. References to the footnote from other locations are to be treated as
                    &lt;ref&gt;s. See the section on footnotes for more information.)</para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[<ref target="enote1" type="noteref">1</ref>

<note id="enote1" place="end" n="1">
. . .
</note>]]>
        </programlisting>
                </informalexample>
                <para>In order to create a bidirectional link (i.e., from the reference [i.e.,
                    &lt;ref&gt;] to the referenced object [e.g., &lt;note&gt;] and
                    then from the object back to the reference), projects must also include a unique
                        <emphasis role="bold">id</emphasis> attribute in the &lt;ref&gt;.
                    The value of the <emphasis role="bold">id</emphasis> in &lt;ref&gt; is
                    then recorded in the <emphasis role="bold">corresp</emphasis> attribute of the
                    element that is being referenced.</para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[<ref id="bkd0e131" target="d0e131" type="noteref">1</ref>

<note id="d0e131" corresp="bkd0e131" place="end" n="1">
. . .
</note>]]>
        </programlisting>
                </informalexample>
                <para>
                    <emphasis role="bold">
                        <ulink url="http://www.tei-c.org/P4X/CO.html#COXR">[P4: 6.6]</ulink>
                    </emphasis>
                </para>
            </sect2>
        </sect1>
        <sect1 id="xlink">
            <title>External Objects</title>
            <sect2>
                <title>&lt;xref&gt;</title>
                <para>Use the &lt;xref&gt; element to refer to objects or locations outside
                    of the encoded document. There are six attributes available for
                    &lt;xref&gt;. Take care to note which of these are required.</para>
                <informaltable>
                    <tgroup cols="4">
                        <thead>
                            <row>
                                <entry>
                                    <emphasis role="bold">attribute</emphasis>
                                </entry>
                                <entry>
                                    <emphasis role="bold">use</emphasis>
                                </entry>
                                <entry>
                                    <emphasis role="bold">possible values</emphasis>
                                </entry>
                                <entry>
                                    <emphasis role="bold">required?</emphasis>
                                </entry>
                            </row>
                        </thead>
                        <tbody>
                            <row>
                                <entry>
                                    <emphasis role="bold">doc</emphasis>
                                </entry>
                                <entry>contains the object's entity name</entry>
                                <entry>[local entity name; must resolve to a valid declared entity]</entry>
                                <entry>required when <emphasis role="bold">href</emphasis> is not used</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">href</emphasis>
                                </entry>
                                <entry>contains the external URI, may be URL or ARK</entry>
                                <entry>[external URI (e.g., URL or ARK)]</entry>
                                <entry>required when <emphasis role="bold">doc</emphasis> is not used</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">type</emphasis>
                                </entry>
                                <entry>indicate the type of object being linked to</entry>
                                <entry>
                                    <simplelist>
                                        <member>obj</member>
                                        <member>mets</member>
                                        <member>url</member>
                                        <member>pdf</member>
                                        <member>sound</member>
                                        <member>video</member>
                                        <member>stream</member>
                                    </simplelist>
                                </entry>
                                <entry>required</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">rend</emphasis>
                                </entry>
                                <entry>defines the way the linking takes place</entry>
                                <entry>
                                    <simplelist>
                                        <member>new</member>
                                        <member>replace</member>
                                        <member>embed</member>
                                        <member>none</member>
                                    </simplelist>
                                </entry>
                                <entry>required</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">from</emphasis>
                                </entry>
                                <entry>contains the starting location of the portion of the digital
                                    object being linked to; also used to record single locations
                                    within objects</entry>
                                <entry>[usually a unique id on a structural element]</entry>
                                <entry>optional</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">to</emphasis>
                                </entry>
                                <entry>contains the ending location of the portion of the digital
                                    object being linked to</entry>
                                <entry>[usually a unique id on a structural element; not required
                                    when only a single location in the object is being linked to ]</entry>
                                <entry>optional</entry>
                            </row>
                        </tbody>
                    </tgroup>
                </informaltable>
                <para>Note that every &lt;xref&gt; must have either a <emphasis role="bold">doc</emphasis> attribute or an <emphasis role="bold">href</emphasis>
                    attribute or both.</para>
                <para>The following table describes the actions dictated by the <emphasis role="bold">rend</emphasis> attribute:</para>
                <informaltable>
                    <tgroup cols="2">
                        <thead>
                            <row>
                                <entry>value</entry>
                                <entry>resulting action</entry>
                            </row>
                        </thead>
                        <tbody>
                            <row>
                                <entry>
                                    <emphasis role="bold">new</emphasis>
                                </entry>
                                <entry>a new window displaying the referenced external object appears</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">replace</emphasis>
                                </entry>
                                <entry>document view replaced by the referenced external object</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">embed</emphasis>
                                </entry>
                                <entry>the referenced external object is embedded in place</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">none</emphasis>
                                </entry>
                                <entry>no action</entry>
                            </row>
                        </tbody>
                    </tgroup>
                </informaltable>
                <informalexample>
                    <para>URL:</para>
                    <programlisting format="linespecific">
<![CDATA[<xref href="http://www.cdlib.org" type="url" rend="new">]]>
          </programlisting>
                    <para>Result: new window displaying referenced URL.</para>
                    <para>CDL digital object:</para>
                    <programlisting format="linespecific">
<![CDATA[<xref href="ark:/13030/kt5n39n99v" type="obj" rend="replace" from="ch02">]]>
          </programlisting>
                    <para>Result: document view replaced with Chapter 2 of referenced object.</para>
                    <para>PDF document:</para>
                    <programlisting format="linespecific">
<![CDATA[<xref doc="kt167nb66r_ch19.pdf" type="pdf" rend="new">]]>
          </programlisting>
                </informalexample>
                <para>Result: new window displaying a PDF of Chapter 19.</para>
                <para>
                    <emphasis role="bold">
                        <ulink url="http://www.tei-c.org/P4X/SA.html#SAXR">[P4: 14.2]</ulink>
                    </emphasis>
                </para>
            </sect2>
        </sect1>
        <sect1 id="graphic">
            <title>Graphic Elements</title>
            <para>When encoding graphic elements such as illustrations, formulas, and tables, take
                special care to preserve both the information represented and, as far as possible,
                the form of presentation.</para>
            <sect2 id="table">
                <title>Tables</title>
                <para>The CDL TEI Oral History guidelines employ the full <ulink url="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_tablemodule">XHTML
                        table module</ulink> instead of the TEI default table scheme to encode
                    tables. See the full <ulink url="http://www.w3.org/TR/2001/REC-xhtml-modularization-20010410/abstract_modules.html#s_tablemodule">XHTML
                        table module</ulink> guidelines for detailed instructions on how to encode
                    tables. Projects should try as much as possible to encode for correct display in
                    both Netscape and Internet Explorer browsers on the Windows and Mac platforms.
                    (Take care to encode definition lists as &lt;list type="gloss"&gt; when
                    encountered; these can sometimes be confused for two-column tables).</para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[<table id="tab001">
   <caption>PERCENTAGES OF THE EARTH'S SURFACE</caption>
   <colgroup span="3">
      <col align="right" span="1"/>
      <col align="char" char="." span="1"/>
      <col align="char" char="." span="1"/>
   </colgroup>
   <thead>
      <tr>
         <th>Latitude</th>
         <th>%</th>
         <th>Cumulative %</th>
      </tr>
   </thead>
   <tbody>
      <tr>
         <td>40 N 30 W</td>
         <td>8.68</td>
         <td>8.68</td>
      </tr>]]>
        </programlisting>
                </informalexample>
                <para>
                    <emphasis role="bold">
                        <ulink url="http://www.tei-c.org/P4X/FT.html#FTTAB">[P4: 22.1]</ulink>
                    </emphasis>
                </para>
            </sect2>
            <sect2 id="figure">
                <title>&lt;figure&gt;</title>
                <para>Figures, charts, plates, formulas, or any other component of the text that
                    must be delivered as an image must be encoded using the &lt;figure&gt;
                    element. Any &lt;figure&gt; must contain a unique <emphasis role="bold">id</emphasis> attribute and an <emphasis role="bold">entity</emphasis> attribute that contains a valid entity name that
                    resolves to a real file. The entity named in the <emphasis role="bold">entity</emphasis> attribute must be declared at the beginning of the
                    document in order for the document to validate and function properly during
                    ingest and preview. See the sections on associated files and image files for
                    detailed instructions on how to create entities and produce image files. The
                        <emphasis role="bold">rend</emphasis> attribute is also required. The
                    following <emphasis role="bold">rend</emphasis> values are available:</para>
                <informaltable>
                    <tgroup cols="2">
                        <thead>
                            <row>
                                <entry>value</entry>
                                <entry>display</entry>
                            </row>
                        </thead>
                        <tbody>
                            <row>
                                <entry>
                                    <emphasis role="bold">inline</emphasis>
                                </entry>
                                <entry>in-line as part of a text string</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">block</emphasis>
                                </entry>
                                <entry>as a block separate from the surrounding text</entry>
                            </row>
                            <row>
                                <entry>
                                    <emphasis role="bold">popup</emphasis>
                                </entry>
                                <entry>linked to a higher resolution version; for pop-up figures use
                                    the following syntax: rend="popup(ENTITY_NAME)", where the value
                                    in the parentheses is a valid entity name</entry>
                            </row>
                        </tbody>
                    </tgroup>
                </informaltable>
                <para> Figure captions may be encoded in the &lt;head&gt; element within
                    &lt;figure&gt; using the the <emphasis role="bold">type</emphasis>
                    attribute value "caption".</para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[<!ENTITY fig001   SYSTEM "http://www.server.domain/figures/fig001.gif" NDATA GIF>
<!ENTITY fig001_h SYSTEM "http://www.server.domain/figures/fig001_h.gif" NDATA GIF>
]>

<figure id="fig001" entity="fig001" rend="popup(fig001_h)">
   <head type="caption">Bottom topography in the South Atlantic Ocean.</head>
</figure>]]>
        </programlisting>
                </informalexample>
                <para>
                    <emphasis role="bold">
                        <ulink url="http://www.tei-c.org/P4X/FT.html#FTGROV">[P4: 22.3]</ulink>
                    </emphasis>
                </para>
            </sect2>
            <sect2 id="formula">
                <title>Formulas</title>
                <sect3>
                    <title>Formulas in &lt;figure&gt;</title>
                    <para>The difficulty of encoding mathematical and chemical formulas almost
                        always makes it necessary for projects to submit an image of a formula
                        rather than a marked-up representation. To provide the image of a formula,
                        use &lt;figure&gt;.</para>
                    <informalexample>
                        <programlisting format="linespecific">
                
<![CDATA[<!ENTITY formula001 SYSTEM "http://www.server.domain/kt168nb88r_formula001.gif" NDATA GIF>
<!ENTITY fig001_h SYSTEM "http://www.server.domain/figures/formula001_h.gif" NDATA GIF>
]>
. . .
<figure id="formula001" entity="formula001" rend="inline">
                    ]]></programlisting>
                    </informalexample>
                </sect3>
                <sect3>
                    <title>&lt;formula&gt;</title>
                    <para>The CDL also supports the encoding of TeX formulas within the TEI's
                        &lt;formula&gt; element. To encode TeX formulas, give the <emphasis role="bold">notation</emphasis> attribute a value of "TeX" and use the
                            <emphasis role="bold">rend</emphasis> attribute to indicate whether the
                        formula should be displayed "inline" or as a "block". Projects that wish to
                        give both a TeX expression and and an image of the formula may do both.</para>
                    <informalexample>
                        <programlisting format="linespecific">
<![CDATA[<formula notation="TeX" rend="block">
\[
\sigma_{s, \vartheta, p} = ({{\rho_{s, \vartheta, p}} -1})1000.
\]
</formula>]]>
        </programlisting>
                    </informalexample>
                    <para>
                        <emphasis role="bold">
                            <ulink url="http://www.tei-c.org/P4X/FT.html#FTFOR">[P4: 22.2]</ulink>
                        </emphasis>
                    </para>
                </sect3>
            </sect2>
        </sect1>
        <sect1 id="arbitrary">
            <title>Arbitrary Containers and Segments</title>
            <para>Arbitrary containers (&lt;ab&gt; and &lt;seg&gt;) can be nested
                virtually anywhere in the document and therefore can be used sparingly to resolve
                otherwise impossible encoding problems. When a necessary element is not valid in the
                location where it should logically go within a TEI document, an arbitrary container
                can be be inserted in the correct place instead. The text can then either be tagged
                directly as the content of the arbitrary container, or it can be tagged first with
                the desired element, which is then dropped into the arbitrary container.</para>
            <para>Arbitrary containers may also be used when no other available container element is
                appropriate for the text being marked up. This usage, however, should be very limited.</para>
            <para>The <emphasis role="bold">type</emphasis> attribute is required for both
                &lt;ab&gt; and &lt;seg&gt; elements. Suggested attribute values for
                    <emphasis role="bold">type</emphasis> are "figure", "illgrp", "tblgrp", and
                "text". Projects may assign other values as needed.</para>
            <sect2 id="seg">
                <title>&lt;seg&gt;</title>
                <para>Use &lt;seg&gt; to contain a segment of text or an element that may
                    normally appear in a paragraph but needs to encoded inside another element in
                    which it is not otherwise allowed.</para>
                <informalexample>
                    <programlisting format="linespecific">
    
<![CDATA[<address>
   <addrLine>The Compton Hotel<seg type=figure><figure id="seal1" entity="fig001"></addrLine></seg>
   <addrLine>1515 42nd Street</addrLine>
   <addrLine>Chicago, IL</addrLine>
</address>]]> 
    </programlisting>
                </informalexample>
            </sect2>
            <sect2 id="ab">
                <title>&lt;ab&gt;</title>
                <para>Use &lt;ab&gt; to contain element that may normally appear in a
                    paragraph, but needs to be encoded directly into a major division such as a
                    &lt;div<emphasis>n</emphasis>&gt; where it is not otherwise allowed. </para>
                <informalexample>
                    <programlisting format="linespecific">
<![CDATA[<ab type="illgrp">
  <figure id="fig001" entity="kt167nb66r_fig001.gif">
</ab>
]]>
      <!--NEED TO FIND BETTER EXAMPLES!-->
          </programlisting>
                </informalexample>
                <para>
                    <emphasis role="bold">
                        <ulink url="http://www.tei-c.org/P4X/SA.html#SASE">[P4: 14.3]</ulink>
                    </emphasis>
                </para>
            </sect2>
        </sect1>
    </chapter>
    <chapter>
        <title>Quality Assurance</title>
        <sect1 id="valid">
            <title>Validation</title>
            <para>All documents must parse correctly before being submitted to the CDL. All texts
                will be validated on ingest and rejected if errors are detected.</para>
        </sect1>
        <sect1 id="check">
            <title>Best Practice Checking</title>
            <para>In addition to being validated against the supplied DTDs, documents will be
                checked for conformance to the appropriate CDL TEI best practice guidelines using a
                Schematron assertion language schema. Users can check their documents on their own
                by using the CDL Text Preview page</para>
            <para>
                <ulink url="http://texts.cdlib.org/dynaxml/preview.html">http://texts.cdlib.org/dynaxml/preview.html</ulink>
            </para>
        </sect1>
        <sect1 id="proof">
            <title>Proofreading</title>
            <para>Proofreading the actual text of submitted documents is the responsibility of the
                contributor. It is highly recommended that all texts at least be spot-checked for
                major errors before submission. If the project warrants it, documents should be
                proofread by a professional using the CDL Text Preview page:</para>
            <para>
                <ulink url="http://texts.cdlib.org/dynaxml/preview.html">http://texts.cdlib.org/dynaxml/preview.html</ulink>
            </para>
        </sect1>
    </chapter>
    <appendix>
        <title>Tag Library</title>
        <glosslist>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;address&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use to record addresses (city, street, etc.). Must contain at least one
                        &lt;addrLine&gt;. Commonly found within &lt;closer&gt;
                        and/or associated with signatures and bylines.</para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[<closer>
  <signed>Amelia R. Fry</signed>
  <signed>Interviewer‑Editor</signed>
  <date>28 May 1975</date>
  <address>
    <addrLine>Regional Oral History Office</addrLine>
    <addrLine>486 The Bancroft Library</addrLine>
    <addrLine>University of California at Berkeley</addrLine>
  </address>
</closer>]]>
            </programlisting>
                    </informalexample>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;addrLine&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use to record individual lines within a multiline address.</para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[<closer>
  <signed>Amelia R. Fry</signed>
  <signed>Interviewer‑Editor</signed>
  <date>28 May 1975</date>
  <address>
    <addrLine>Regional Oral History Office</addrLine>
    <addrLine>486 The Bancroft Library</addrLine>
    <addrLine>University of California at Berkeley</addrLine>
  </address>
</closer>]]>
            </programlisting>
                    </informalexample>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;author&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use to record authors. Encountered most commonly within &lt;bibl&gt;</para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[<bibl>
  <author>Archie Williams,</author>
  <title rend="quoted">The Joy of Flying: Olympic Gold, Air Force Colonel, and teacher,</title>
  <date>1993</date>
</bibl>]]>
            </programlisting>
                    </informalexample>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;back&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Along with &lt;front&gt;, and &lt;body&gt;, one of the 3
                        major subdivisions of the TEI &lt;text&gt; element.</para>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;bibl&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use to encode bibliographical references. &lt;bibl&gt; will be
                        found in various places throughout a TEI encoded text. Most notably they may
                        be found within footnotes, endnotes, and full bibliographies. Within
                        &lt;bibl&gt;, record final punctuation within the element in which
                        it occurs, but do not record final spaces. These will be generated through stylesheets.</para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[<div1 type="bibliography">
  <head>References</head>
  <listBibl>
    <bibl>
      <author>Morris M. Doyle,</author>
      <title rend="quoted">The Spirit and Morale of Private Philanthropy: Stanford
        University and the James Irvine Foundation,</title>
      <date>1990.</date>
    </bibl>
    <bibl>
      <author>Herman E. Gallegos,</author>
      <title rend="quoted">Equity and Diversity: Hispanics in the Nonprofit World, </title>
      <date>1989.</date>
    </bibl>
    <bibl>
      <author>Rhoda H. and Richard M. Goldman,</author>
      <title rend="quoted">Expererience and Adventure in the Goldman Charitable Funds,</title>
      <date>1994.</date>
    </bibl>
  </listBibl>
</div1>]]></programlisting>
                    </informalexample>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;biblScope&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use within &lt;bibl&gt; to record specific page numbers or a named
                        subdivision of a larger work (e.g., a chapter). Do not confuse with the more
                        common &lt;extent&gt;, used to record the total size of the work
                        being cited.</para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[<note id="n10" n="10">
  <bibl>
    <author>John May,</author>
    <title rend="italic">Building a Community Foundation,</title>
    <publisher>Regional Oral History Office, University of California, </publisher>
    <pubPlace>Berkeley,</pubPlace>
    <date>1976.</date>
    <biblScope>p. 57</biblScope>
  </bibl>
</note>]]></programlisting>
                    </informalexample>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;body&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Along with &lt;front&gt; and &lt;back&gt;, one of the 3
                        major subdivisions of the TEI &lt;text&gt; element. For oral
                        histories, reserve the &lt;body&gt; element exclusively for the text
                        of the transcribed interview.</para>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;byline&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use to encode the author of a particular section within a TEI-encoded
                        document. Typically this appears immediately below the &lt;head&gt;
                        but may also occur at the end of the section. Frequently this element can be
                        recognized by the presence of a word or phrase indicating the function of
                        the cited individual, e.g., "By" or "Edited by".</para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[<div2 type="essay">
  <head>Important in CI Harbor History ‑ Edwin Carty</head>
  <byline>By George Glass</byline>
  <p>Edwin L. Carty's life is a trophy case stuffed with big game.</p>
  <p>Some of his trophies hang in his den, like cape buffalo, tiger, deer, elk, rhino,
    polar bear, leopard, and a score more.</p>
</div2>]]></programlisting>
                    </informalexample>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;cit&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use to associate a quoted statement with its source. Typically used within
                        a footnote or endnote, but also found occasionally within prose elements
                        such as &lt;p&gt;. This element must contain both a
                        &lt;quote&gt; and a &lt;bibl&gt;.</para>
                    <para>22 " It is difficult—and precarious—to verbalize simply the emotions of
                        great persons: so much of our culture is so maudlin and sentimental." [ John Kirkley].</para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[<note id="n22" n="22">
  <cit>
    <quote>It is difficult——and precarious——to verbalize simply the emotions of great
      persons: so much of our culture is so maudlin and sentimental.</quote>
    <bibl>John Kirkley</bibl>
  </cit>
</note>]]></programlisting>
                    </informalexample>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;closer&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use to group together dateline, byline, salutation and similar phrases
                        appearing as a final group at the end of a division, especially of a letter.</para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[<div2 type="letter"> ...<p>I have never known anyone with more energy, enthusiasm, and
    dedication to any cause that Ty believed in and participated in.</p>
  <closer>
    <signed>C.L. Dellums</signed>
    <date>12 April 1973</date>
    <address>
      <addrLine>Brotherhood of Sleeping Car Porters</addrLine>
      <addrLine>Pacific Coast Headquarters</addrLine>
      <addrLine>1716 Seventh Street</addrLine>
      <addrLine>Oakland, California 94607</addrLine>
    </address>
  </closer>
</div2>]]></programlisting>
                    </informalexample>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;date&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>A general purpose element used to encode dates in any format. Typically
                        used in &lt;bibl&gt;, &lt;closer&gt;,
                        &lt;byline&gt;, &lt;dateline&gt;, &lt;salute&gt;,
                        &lt;label&gt; (in chronological lists) and &lt;signed&gt;.</para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[<bibl>
  <author>PAUL, Alice</author>.<title rend="quoted">Conversations with Alice Paul: An Autobiography.</title>
  <date>1975</date>
</bibl>]]></programlisting>
                    </informalexample>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;dateline&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use dateline solely to encode a city and date of authorship or creation of
                        a document, especially a letter or newspaper article. Commonly found within
                        &lt;opener&gt; and &lt;closer&gt;.</para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[<closer>
  <signed>Terry Cox</signed>
  <dateline>
    <name>Berkeley, </name>
    <date>June, 1946</date>
  </dateline>
</closer>]]></programlisting>
                    </informalexample>
                    <para>Do not use dateline to encode a full address. Use &lt;address&gt;
                        and &lt;date&gt; instead.</para>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;div1 - div7&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>The primary divisions within &lt;body&gt; and
                        &lt;back&gt;. All division hierarchies should begin with
                        &lt;div1&gt;. Do not use the unnumbered recursive
                        &lt;div&gt;. Do not use element &lt;div0&gt;.</para>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;editor&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Outside of the &lt;teiHeader&gt;, use solely within
                        &lt;bibl&gt; to encode an editorial statement.</para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[<bibl>
  <editor>Rankin, Jeannette, Editor</editor>
  <title rend="underline">Activist for World Peace, Women's Rights, and Democratic Government</title>.<date>1974</date>
</bibl>]]></programlisting>
                    </informalexample>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;epigraph&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use for encoding random quotations or lines of poetry commonly appearing
                        at the top or bottom of major divisions. Attributed epigraphs should contain
                        a &lt;cit&gt;, which itself includes a &lt;quote&gt; and a
                        &lt;bibl&gt;. Unattributed epigraphs in verse form should contain
                        &lt;lg&gt;. Use the rend attribute of &lt;q&gt; to record
                        italics. Use verse lines (&lt;l&gt;) to encode the lines of verse.</para>
                    <para><![CDATA[I thought I saw an eagle
but it might have been a vulture
I never could decide

		Leonard Cohen]]></para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[<epigraph>
  <cit>
    <quote rend="italic">
      <l>I thought I saw an eagle</l>
      <l>but it might have been a vulture</l>
      <l>I never could decide</l>
    </quote>
    <bibl>
      <author>Leonard Cohen</author>
    </bibl>
  </cit>
</epigraph>]]></programlisting>
                    </informalexample>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;extent&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Outside the &lt;teiHeader&gt;, use only within
                        &lt;bibl&gt; to record the full extent of the referenced
                        bibliographical entity. Do not confuse with &lt;biblScope&gt;</para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[<bibl>
  <author>Allen E. Broussard (1929‑1996)</author> Judge<title rend="italic">A Calfornia
    Supreme Court Justice Looks at Law and Society, 1964‑1996</title>
  <extent>xii, 257 pp.</extent>
  <date>1997</date>
</bibl>]]></programlisting>
                    </informalexample>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;front&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>With&lt;body&gt;, and &lt;back&gt;, one of the major
                        structural divisions in the &lt;text&gt; element of a TEI document.
                        For oral histories, all divisions preceding the transcribed text of the oral
                        history should be encoded within &lt;front&gt;.</para>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;head&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use to encode the headings of any major divisions such as chapters. Also
                        used to encode the headings of lists.</para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[<list>
  <head>Education</head>
  <item>Sacred Heart High School, Lake Charles, Louisiana ‑ 1945.</item>
  <item>City College of San Francisco, Associate in Arts Degree ‑ 1948. Elected to the
    Club Advisory Board and the Student Council.</item>
  <item>University of California, Berkeley, B.A. Degree in Political Science ‑ 1950.
    Member, Varsity Debate Team.</item>
  <item>University of California School of Law at Berkeley (Boalt Hall) ‑ J.D. Degree ‑
    1953. Top 15% of class.</item>
</list>]]></programlisting>
                    </informalexample>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;hi&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use to encode all bold, underlined, or italicized text. Use of an
                        associated rend attribute is required. Valid rend attributes are:</para>
                    <para><![CDATA[bold
italic
nonproport
quoted
smcaps
sub
super
underline]]></para>
                    <para>Use rend="super" to record superscript text and rend="sub" to record
                        subscript text. Do not use for superscript footnote numbers.</para>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;item&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use to encode individual items within lists. &lt;item&gt;s may
                        themselves contain &lt;list&gt; elements (nested lists).</para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[<back>
  <div1 type="guide">
    <head>Tape Guide</head>
    <list>
      <item>Interview 1: November 14, 1990 <list>
          <item>tape 1, side a</item>
          <item>tape 1, side b</item>
          <item>tape 2, side a</item>
          <item>tape 2, side b</item>
          <item>tape 11, side a insert</item>
          <item>tape 2, side b resumes</item>
          <item>tape 11, side a insert</item>
          <item>tape 2, side b resumes</item>
          <item>tape 3, side a</item>
          <item>tape 3, side b not recorded</item>
        </list>
      </item>
      <item>Interview 2: December 6, 1990 <list>
          <item>tape 4, side a</item>
          <item>tape 4, side b</item>
          <item>tape 5, side a</item>
          <item>tape 5, side b</item>
        </list>
      </item>
    </list>
  </div1>
</back>]]></programlisting>
                    </informalexample>
                    <para>Use to separate lines of verse. Typically encountered within a
                        &lt;lg&gt; used to encode passages of verse. Do not confuse with
                        &lt;lb/&gt;, used to break lines in other generic contexts.</para>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;label&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use &lt;label&gt; exclusively within &lt;list&gt;,
                        specifically a definition list. A definition list is suitable for a
                        traditional chronological list, where the date is encoded within
                        &lt;label&gt; and the event information within the item.</para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[<div1 type="chronology">
  <head>Chronology</head>
  <list type="gloss">
    <label>
      <date>1861</date>
    </label>
    <item>First edition published</item>
    <label>
      <date>1865</date>
    </label>
    <item>Edition completes second reprint cycle</item>
    <label>
      <date>1866</date>
    </label>
    <item>Draft for second edition completed</item>
  </list>
</div1>]]></programlisting>
                    </informalexample>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;lb&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>In general, do not record line breaks within the encoded document.
                        &lt;lb/&gt; may be used in certain situations where it is important
                        to retain the rough layout for purposes of clarity and where no other
                        elements are available for the purpose. Use &lt;l&gt; to record line
                        breaks within verse.</para>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;lg&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use to contain passages of poetry or other verse. Encode within
                        &lt;epigraph&gt; when such passages appear at the top or the bottom
                        of major subdivisions.</para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[<lg>
  <head>First Snow</head>
  <l>The cows are bawling in the mountains, </l>
  <l>The snow flakes fall, </l>
  <l>They are leaving the pools and pebbled fountains, </l>
  <l>Troubled they bawl. </l>
  <l>They are winding down the mountain's shoulders </l>
  <l>Through the open pines, </l>
  <l>The wild rose thicket, the granite boulders, </l>
  <l>In broken lines. </l>
  <l>Each calf trots close beside its mother, </l>
  <l>And so they go </l>
  <l>Bawling and calling to one another </l>
  <l>About the snow.</l>
</lg>]]></programlisting>
                    </informalexample>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;list&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use to encode lists of various sorts as they occur throughout the text.
                        Use &lt;listBibl&gt; for lists of bibliographic references.</para>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;listBibl&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use to encode lists of bibliographical references.</para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[div2 type="bibliography">
  <head>Publications List——Valeska Bary, 1924‑1936</head>
  <listBibl>
    <bibl>
      <author>Valeska Bari,</author>
      <title rend="quoted">Fellow Citizens: A Story,</title>
      <title level="j" rend="italic">Atlantic Monthly.</title>
      <biblScope>vol. 133 (June 1924), pp. 806‑812.</biblScope>
    </bibl>
    <bibl>
      <author>Valeska Bari,</author>
      <title rend="quoted">Citizens Who May not Have Wives,</title>
      <title level="j" rend="italic">Woman Citizens.</title> ns,<biblScope> vol. 12 (Dec.
        1927), pp. 20‑21.</biblScope>
    </bibl>
    <bibl>
      <author>Valeska Bari</author>
      <title rend="quoted">Eyes of Loaiza,</title>
      <title level="j" rend="italic">Catholic World.</title>
      <biblScope>vol. 127 (Sept. 1938), pp. 651‑659.</biblScope>
    </bibl>
  </listBibl>
</div2>]]></programlisting>
                    </informalexample>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;milestone&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use to encode tape numbers, reel numbers, tape sides, and interview dates
                        when these are used to create separations within the text. Do not use
                        &lt;head&gt; to encode these entities unless the transcribed text of
                        the oral history is otherwise undivided. Use the n attribute to encode the
                        text of the milestone. &lt;milestone/&gt; must also include a unit
                        attribute containing one of these values:</para>
                    <para><![CDATA[unit="interview"	Use to record interview numbers, and/or interview dates
unit="tape"		Use to record tape numbers, reel numbers, and/or tape sides
          ]]></para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[<body>
  <div1 type="chapter">
    <head>I Family Background and Childhood</head>
    <milestone n="Interview 1, December 29, 1972" unit="interview"/>
    <div2 type="section">
      <head>Family Tree</head>
      <div3 type="subsection">
        <head>Beecher</head>
        <sp who="Parker">
          <speaker>Parker</speaker>
          <p>Would you like to tell me something about your family?</p>
        </sp>
        <sp who="Bary">
          <speaker>Bary</speaker>
          <p>Well, my family. Take my, mother's side. She was part ... </p>
        </sp>
      </div3>
    </div2>
  </div1>
</body>]]></programlisting>
                    </informalexample>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;name&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use name within the &lt;fileDesc&gt; element of the
                        &lt;teiHeader&gt; to record the various individuals involved in the
                        creation of the oral history.</para>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;note&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>In the &lt;teiHeader&gt;, use &lt;note&gt; in
                        &lt;sourceDesc&gt; &lt;bibl&gt; to encode a brief abstract
                        of the oral history. Set the type attribute to "abstract".</para>
                    <para>Outside of &lt;teiHeader&gt;, use to encode footnotes and
                        endnotes. Encode all such notes at the point in the text where they are referenced.</para>
                    <para>Use the n attribute of &lt;note&gt; to record the footnote number.
                        Assign unique ids to all notes. Set the place attribute to "foot" for
                        footnotes and "end" for endnotes. Do not record the actual footnote number
                        within the content of &lt;note&gt;. </para>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;opener&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use to group together dateline, byline, salutation and similar phrases
                        appearing as a preliminary group at the beginning of a division, especially
                        of a letter.</para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[<div2 type="letter">
  <opener>
    <signed>C.L. Dellums</signed>
    <date>12 April 1973</date>
    <address>
      <addrLine>Brotherhood of Sleeping Car Porters</addrLine>
      <addrLine>Pacific Coast Headquarters</addrLine>
      <addrLine>1716 Seventh Street</addrLine>
      <addrLine>Oakland, California 94607</addrLine>
    </address>
  </opener>
  <p>I have never known anyone with more energy, enthusiasm, and dedication to any cause
    that Ty believed in and participated in.</p>
</div2>]]></programlisting>
                    </informalexample>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;p&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use to encode paragraphs.</para>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;pb&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use to record all page breaks wherever they occur within the document.
                        Assign the page number to the n attribute. Assign the page number with the
                        letter "p" prepended as the id attribute. Record page numbers appearing at
                        the bottom of a page as if they were at the top of the page. Include
                        &lt;pb/&gt; within any &lt;div<emphasis>n</emphasis>&gt;
                        within which it occurs, before the &lt;head&gt; element.</para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[<pb id="p76" n="76"/>]]></programlisting>
                    </informalexample>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;profileDesc&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>A required element of the &lt;teiHeader&gt;.</para>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;publisher&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use within &lt;bibl&gt; to record the name of the publisher.</para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[<note id="n4" n="4">
  <bibl>
    <title rend="italic">Electron Structures of Organic Molecules,</title>
    <pubPlace>New Jersey :</pubPlace>
    <publisher>Prentice Hall,</publisher>
    <date>1952.</date>
  </bibl>
</note>]]></programlisting>
                    </informalexample>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;pubPlace&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use within &lt;bibl&gt; to record the place of publication.</para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[<note id="n10" n="10" rend="fnote">
  <bibl>
    <title rend="italic">Structural Organic Chemistry,</title>
    <publisher>Willard Grant Press,</publisher>
    <pubPlace>Boston,</pubPlace>
    <date>1975.</date>
  </bibl>
</note>]]></programlisting>
                    </informalexample>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;q&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use to encode block quotes and quoted text within epigraphs. Set the rend
                        attribute when necessary. </para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[<p>
  <q rend="blockquote">
    <p>Archie Williams '39 came to Berkeley from San Mateo Junior College, having never
      run the quarter‑mile under 49 seconds. In 1936, his first season on the Bear
      Varsity, he won the Pacific Coast Conference and NCAA Championships, in the times of
      46.8 and 47.0 respectively. In a preliminary heat at the NCAA he set a world record
      in a time of 46.1. He then went on to win the Gold Medal in the 400 meters at the
      Olympic Games in Berlin in a time of 46.5.</p>
  </q>
</p>]]></programlisting>
                    </informalexample>
                    <para>Within &lt;cit&gt; encode blockquotes within &lt;quote&gt;.</para>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;ref&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use to encode internal links of various sorts. Most commonly used to
                        encode page numbers within indexes. </para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[<div1 type="index">
  <head>Index</head>
  <p>[The numbers below represent page numbers in the volume.]</p>
  <list>
    <item>Abbott, Grace, <ref target="p137">137</ref>, <ref target="p142">142</ref>,<ref
      target="p143">143</ref>, <ref target="p144">144</ref>
      <list>
        <item>personality, <ref target="p116">116</ref>, <ref target="p138">138</ref>,
            <ref target="p148">148</ref>
        </item>
      </list>
    </item>
    <item>Acheson, Dean, <ref target="p102">102</ref>
    </item>
    <item>administration: <list>
        <item>bureau autonomy, <ref target="p220">220‑224</ref>
        </item>
        <item>by presidential appointees (Puerto Rico), <ref target="p120">120‑122</ref>,
            <ref target="p124">124‑126</ref>
        </item>
        <item>educational process, <ref target="p73">73</ref>, <ref target="p81">81</ref>,
            <ref target="p87">87</ref>, <ref target="p198">198‑199</ref>
        </item>
      </list>
    </item>
  </list>
</div1>]]></programlisting>
                    </informalexample>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;salute&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use to encode salutations for transcribed letters and memos.</para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[<div3 type="letter">
  <head>Correspondence from Earl Warren<lb/>July 3, 1954</head>
  <opener>
    <address>
      <addrLine>Supreme Court of the United States Washington 13. D. C.</addrLine>
      <addrLine>CHAMBERS OF</addrLine>
      <addrLine>THE CHIEF JUSTICE</addrLine>
      <addrLine>Mr. Edwin L. Carty,</addrLine>
      <addrLine>326 South A Street,</addrLine>
      <addrLine>Oxnard, California.</addrLine>
    </address>
    <salute>Dear Ed:</salute>
  </opener>
  <p>Thanks for your letter of June 28th. I have intended to write you for some months.</p>
</div3>]]></programlisting>
                    </informalexample>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;signed&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use to encode the closing salutation for a foreward, dedication, memo, or letter.</para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[<div2 type="letter">
  <head>Appendix 2</head>
  <opener>
    <date>April 1, 1953</date>
    <salute>My dear Mr. President:</salute>
  </opener>
  <p>I have the great honor to enclose a nomination in favor of Stanley N. Barnes of
    California to be Assistant Attorney General to fill an existing vacancy.</p>
  <p>I recommend the nomination.</p>
  <closer>
    <signed> Respectfully,<lb/> The President<lb/> The White House</signed>
  </closer>
</div2>]]></programlisting>
                    </informalexample>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;sp&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use to encode the transcribed oral text within an oral history. Surround
                        each speaker's text with an &lt;sp&gt; element. Encode paragraphs as
                        necessary within &lt;sp&gt;. The who attribute is required. Who is a
                        an attribute of type IDREFS. It must contain a valid identifier to an
                        existing element with a matching id attribute within the
                        &lt;particDesc&gt; subelement of the &lt;teiHeader&gt;
                        &lt;profileDesc&gt;. Encode the speaker as it appears in an
                        additional &lt;speaker&gt; element.</para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[<sp who="fry">
  <speaker>Fry</speaker>
  <p>Well who <hi rend="italics">did</hi> put it on the ballot? What did you say Hawkins'
    view was on that?</p>
</sp>
<sp who="rumford">
  <speaker>Rumford</speaker>
  <p>Oh. I don't know what his views were. I imagine he wasn't particular about putting it
    on the ballot either, because we knew that if it was put on the ballot that it would
    be defeated.</p>
  <p>The same was true with Proposition 14. Proposition 14 passed, which purportedly, not
    directly, repealed the so‑called Rumford Act. Now, I say "purportedly" because it
    really was an effort to amend the Constitution, rather than to repeal my law.</p>
</sp>]]></programlisting>
                    </informalexample>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;TEI.2&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>The root element for all TEI-encoded documents. Required.</para>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;teiHeader&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>The container element for the TEI Header. Required.</para>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;text&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>The highest-level container element, with &lt;teiHeader&gt;, in
                        &lt;TEI.2&gt;. Contains the &lt;front&gt;,
                        &lt;body&gt;, and &lt;back&gt;.</para>
                </glossdef>
            </glossentry>
            <glossentry>
                <glossterm>
                    <emphasis role="bold">&lt;title&gt;</emphasis>
                </glossterm>
                <glossdef>
                    <para>Use within &lt;bibl&gt; to record the title of a monograph,
                        journal, article, speech, etc. Many bibliographical references describe an
                        individual article within a journal or other periodical. The title of the
                        article will be encoded within one &lt;title&gt; and the title of
                        the journal will be encoded within a second &lt;title&gt;. In such
                        cases—when &lt;bibl&gt; contains two titles—set the level attribute
                        of the second title to "j" to differentiate it from the first title.
                        Otherwise do not use the level attribute. Always use the rend attribute to
                        record the specific highlighting used for any title. For quoted titles, do
                        not record the actual quotation marks surrounding the title. Use instead the
                        value rend="quoted".</para>
                    <para><![CDATA[rend="italic"
rend="underline"
rend="bold"
rend="quoted"]]></para>
                    <informalexample>
                        <programlisting role="linespecific">
<![CDATA[<bibl>
  <author>Ida Jackson, </author>
  <title rend="quoted">Overcoming Barriers in Education, </title>
  <date>1990.</date>
</bibl>
<bibl>
  <author>John Miller, </author>
  <title rend="quoted">Issues of Criminal Justice and Black Politics in California,
  </title> in <title level="j" rend="underline">Legislative Issue Management and Advocacy,
    1961‑1974, </title>
  <date>1983.</date>
</bibl>]]></programlisting>
                    </informalexample>
                </glossdef>
            </glossentry>
        </glosslist>
    </appendix>
</book>